Trace number 4269658

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-09)UNSAT 1.77405 0.81867898

General information on the benchmark

NameQRandom/QRandom-composed-s75/
composed-75-01-25-6.xml
MD5SUM3604f03ade31706fc8f860f14c72a950
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.024199
Satisfiable
(Un)Satisfiability was proved
Number of variables83
Number of constraints647
Number of domains1
Minimum domain size10
Maximum domain size10
Distribution of domain sizes[{"size":10,"count":83}]
Minimum variable degree6
Maximum variable degree26
Distribution of variable degrees[{"degree":6,"count":1},{"degree":8,"count":3},{"degree":9,"count":5},{"degree":10,"count":3},{"degree":11,"count":4},{"degree":13,"count":10},{"degree":14,"count":6},{"degree":15,"count":7},{"degree":16,"count":12},{"degree":17,"count":6},{"degree":18,"count":6},{"degree":19,"count":4},{"degree":20,"count":4},{"degree":21,"count":6},{"degree":22,"count":1},{"degree":23,"count":3},{"degree":25,"count":1},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":647}]
Number of extensional constraints647
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":647}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269658-1502770644.xml"  -tl '2520s' -p 1 -x 0
0.08/0.28	c [HOME/instance-4269658-1502770644.xml, -tl, 2520s, -p, 1, -x, 0]
0.25/0.34	c simple solver
0.25/0.41	c parse instance...
1.38/0.77	c solve instance...
1.75/0.80	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13921 MiB free)
  memory of node 1: 16384 MiB (15584 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269658-1502770644/watcher-4269658-1502770644 -o /tmp/evaluation-result-4269658-1502770644/solver-4269658-1502770644 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 765695995 HOME/instance-4269658-1502770644.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1944, runsolver pid=1941

[startup+0.100133 s]*
/proc/loadavg: 1.86 1.71 1.64 2/198 1947
/proc/meminfo: memFree=30209848/32770624 swapFree=67108860/67108860
[pid=1944] ppid=1941 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1944/stat : 1944 (xcsp3-exec) S 1941 1944 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65405011 9740288 345 18446744073709551615 4194304 5098028 140726171226448 140726171224552 139940482540156 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 33382400 140726171230585 140726171230789 140726171230789 140726171234283 0
/proc/1944/statm: 2378 345 289 221 0 87 0
[pid=1946] ppid=1944 vsize=13358712 memory=11992 CPUtime=0 cores=1,3,5,7
/proc/1946/stat : 1946 (java) S 1944 1944 11586 0 -1 1077944320 2787 0 0 0 0 0 0 0 20 0 6 0 65405020 13679321088 2998 18446744073709551615 4194304 4196468 140733278463280 140733278445824 140632003714807 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
/proc/1946/statm: 3339678 2998 1465 1 0 3329175 0
[pid=1946/tid=1947] ppid=1944 vsize=13358712 memory=-6871798056524144002 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1947/stat : 1947 (java) R 1944 1944 11586 0 -1 4202560 2047 0 0 0 0 0 0 0 20 0 6 0 65405021 13679321088 3526 18446744073709551615 4194304 4196468 140733278463280 140632007950928 140631987795294 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1948] ppid=1944 vsize=13358712 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1948/stat : 1948 (java) S 1944 1944 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 65405021 13679321088 3526 18446744073709551615 4194304 4196468 140733278463280 140631938149264 140632003725013 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1949] ppid=1944 vsize=13358712 memory=139705438811776 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1949/stat : 1949 (java) S 1944 1944 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 65405021 13679321088 3526 18446744073709551615 4194304 4196468 140733278463280 140631937096464 140632003725013 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1950] ppid=1944 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1950/stat : 1950 (java) S 1944 1944 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 65405021 13679321088 3526 18446744073709551615 4194304 4196468 140733278463280 140631936044176 140632003725013 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1951] ppid=1944 vsize=13358712 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1951/stat : 1951 (java) S 1944 1944 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 65405021 13679321088 3526 18446744073709551615 4194304 4196468 140733278463280 140631934991376 140632003725013 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 13372 KiB

[startup+0.210765 s]*
/proc/loadavg: 1.86 1.71 1.64 3/211 1960
/proc/meminfo: memFree=30201400/32770624 swapFree=67108860/67108860
[pid=1944] ppid=1941 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1944/stat : 1944 (xcsp3-exec) S 1941 1944 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65405011 9740288 345 18446744073709551615 4194304 5098028 140726171226448 140726171224552 139940482540156 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 33382400 140726171230585 140726171230789 140726171230789 140726171234283 0
/proc/1944/statm: 2378 345 289 221 0 87 0
[pid=1946] ppid=1944 vsize=13974352 memory=25244 CPUtime=0.08 cores=1,3,5,7
/proc/1946/stat : 1946 (java) S 1944 1944 11586 0 -1 1077944320 5221 0 0 0 7 1 0 0 20 0 15 0 65405020 14309736448 6311 18446744073709551615 4194304 4196468 140733278463280 140733278445824 140632003714807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
/proc/1946/statm: 3493588 6311 2720 1 0 3482964 0
[pid=1946/tid=1947] ppid=1944 vsize=13974352 memory=7022364594140610616 CPUtime=0.06 cores=1,3,5,7
/proc/1946/task/1947/stat : 1947 (java) R 1944 1944 11586 0 -1 4202560 3384 0 0 0 6 0 0 0 20 0 15 0 65405021 14309736448 6311 18446744073709551615 4194304 4196468 140733278463280 140632007940496 140632003736733 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1948] ppid=1944 vsize=13974352 memory=288230596134830447 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1948/stat : 1948 (java) S 1944 1944 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65405021 14309736448 6311 18446744073709551615 4194304 4196468 140733278463280 140631938149264 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1949] ppid=1944 vsize=13974352 memory=717577 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1949/stat : 1949 (java) S 1944 1944 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65405021 14309736448 6311 18446744073709551615 4194304 4196468 140733278463280 140631937096464 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1950] ppid=1944 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1950/stat : 1950 (java) S 1944 1944 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65405021 14309736448 6311 18446744073709551615 4194304 4196468 140733278463280 140631936044176 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1951] ppid=1944 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1951/stat : 1951 (java) S 1944 1944 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65405021 14309736448 6311 18446744073709551615 4194304 4196468 140733278463280 140631934991376 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1952] ppid=1944 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1952/stat : 1952 (java) S 1944 1944 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65405023 14309736448 6311 18446744073709551615 4194304 4196468 140733278463280 140631482009712 140632003725954 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1953] ppid=1944 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1953/stat : 1953 (java) S 1944 1944 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65405023 14309736448 6311 18446744073709551615 4194304 4196468 140733278463280 140631480955680 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1954] ppid=1944 vsize=13974352 memory=139705438811776 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1954/stat : 1954 (java) S 1944 1944 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65405023 14309736448 6311 18446744073709551615 4194304 4196468 140733278463280 140631479903344 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1955] ppid=1944 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1955/stat : 1955 (java) S 1944 1944 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65405026 14309736448 6311 18446744073709551615 4194304 4196468 140733278463280 140631478851664 140632003733403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1956] ppid=1944 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1956/stat : 1956 (java) S 1944 1944 11586 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 65405026 14309736448 6311 18446744073709551615 4194304 4196468 140733278463280 140631477799536 140632003725954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1957] ppid=1944 vsize=13974096 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1957/stat : 1957 (java) S 1944 1944 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65405026 14309474304 6311 18446744073709551615 4194304 4196468 140733278463280 140631476746736 140632003725954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1958] ppid=1944 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1958/stat : 1958 (java) S 1944 1944 11586 0 -1 1077944384 238 0 0 0 0 0 0 0 20 0 15 0 65405026 14309736448 6339 18446744073709551615 4194304 4196468 140733278463280 140631475694448 140632003725954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1959] ppid=1944 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1959/stat : 1959 (java) S 1944 1944 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65405026 14309736448 6339 18446744073709551615 4194304 4196468 140733278463280 140631474641888 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1960] ppid=1944 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1960/stat : 1960 (java) S 1944 1944 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65405031 14309736448 6339 18446744073709551615 4194304 4196468 140733278463280 140631473588656 140632003725954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26624 KiB

[startup+0.309952 s]*
/proc/loadavg: 1.86 1.71 1.64 4/211 1960
/proc/meminfo: memFree=30186112/32770624 swapFree=67108860/67108860
[pid=1944] ppid=1941 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1944/stat : 1944 (xcsp3-exec) S 1941 1944 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65405011 9740288 345 18446744073709551615 4194304 5098028 140726171226448 140726171224552 139940482540156 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 33382400 140726171230585 140726171230789 140726171230789 140726171234283 0
/proc/1944/statm: 2378 345 289 221 0 87 0
[pid=1946] ppid=1944 vsize=13974352 memory=36508 CPUtime=0.25 cores=1,3,5,7
/proc/1946/stat : 1946 (java) S 1944 1944 11586 0 -1 1077944320 8738 0 0 0 23 2 0 0 20 0 15 0 65405020 14309736448 9127 18446744073709551615 4194304 4196468 140733278463280 140733278445824 140632003714807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
/proc/1946/statm: 3493588 9127 2971 1 0 3482964 0
[pid=1946/tid=1947] ppid=1944 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=1,3,5,7
/proc/1946/task/1947/stat : 1947 (java) R 1944 1944 11586 0 -1 4202560 6088 0 0 0 14 2 0 0 20 0 15 0 65405021 14309736448 9127 18446744073709551615 4194304 4196468 140733278463280 140632007951136 140631987795294 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1948] ppid=1944 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1948/stat : 1948 (java) S 1944 1944 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65405021 14309736448 9127 18446744073709551615 4194304 4196468 140733278463280 140631938149264 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1949] ppid=1944 vsize=13974352 memory=139705287027183 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1949/stat : 1949 (java) S 1944 1944 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65405021 14309736448 9127 18446744073709551615 4194304 4196468 140733278463280 140631937096464 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1950] ppid=1944 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1950/stat : 1950 (java) S 1944 1944 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65405021 14309736448 9127 18446744073709551615 4194304 4196468 140733278463280 140631936044176 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1951] ppid=1944 vsize=13974352 memory=139705287015631 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1951/stat : 1951 (java) S 1944 1944 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65405021 14309736448 9127 18446744073709551615 4194304 4196468 140733278463280 140631934991376 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1952] ppid=1944 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1952/stat : 1952 (java) S 1944 1944 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65405023 14309736448 9127 18446744073709551615 4194304 4196468 140733278463280 140631482009712 140632003725954 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1953] ppid=1944 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1953/stat : 1953 (java) S 1944 1944 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65405023 14309736448 9127 18446744073709551615 4194304 4196468 140733278463280 140631480955680 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1954] ppid=1944 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1954/stat : 1954 (java) S 1944 1944 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65405023 14309736448 9127 18446744073709551615 4194304 4196468 140733278463280 140631479903344 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1955] ppid=1944 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1955/stat : 1955 (java) S 1944 1944 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65405026 14309736448 9127 18446744073709551615 4194304 4196468 140733278463280 140631478851664 140632003733403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1956] ppid=1944 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1946/task/1956/stat : 1956 (java) S 1944 1944 11586 0 -1 1077944384 355 0 0 0 1 0 0 0 20 0 15 0 65405026 14309736448 9127 18446744073709551615 4194304 4196468 140733278463280 140631477799536 140632003725954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1957] ppid=1944 vsize=13974352 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/1946/task/1957/stat : 1957 (java) R 1944 1944 11586 0 -1 4202560 328 0 0 0 2 0 0 0 20 0 15 0 65405026 14309736448 9127 18446744073709551615 4194304 4196468 140733278463280 140631476746736 140631981349456 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1958] ppid=1944 vsize=13974352 memory=139705438811776 CPUtime=0.05 cores=1,3,5,7
/proc/1946/task/1958/stat : 1958 (java) S 1944 1944 11586 0 -1 1077944384 688 0 0 0 5 0 0 0 20 0 15 0 65405026 14309736448 9127 18446744073709551615 4194304 4196468 140733278463280 140631475694448 140632003725954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1959] ppid=1944 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1959/stat : 1959 (java) S 1944 1944 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65405026 14309736448 9127 18446744073709551615 4194304 4196468 140733278463280 140631474641888 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1960] ppid=1944 vsize=13974352 memory=139705438811776 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1960/stat : 1960 (java) S 1944 1944 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65405031 14309736448 9127 18446744073709551615 4194304 4196468 140733278463280 140631473588656 140632003725954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 37888 KiB

[startup+0.701764 s]
/proc/loadavg: 1.86 1.71 1.64 5/211 1960
/proc/meminfo: memFree=30172308/32770624 swapFree=67108860/67108860
[pid=1944] ppid=1941 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1944/stat : 1944 (xcsp3-exec) S 1941 1944 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65405011 9740288 345 18446744073709551615 4194304 5098028 140726171226448 140726171224552 139940482540156 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 33382400 140726171230585 140726171230789 140726171230789 140726171234283 0
/proc/1944/statm: 2378 345 289 221 0 87 0
[pid=1946] ppid=1944 vsize=13978684 memory=80744 CPUtime=1.38 cores=1,3,5,7
/proc/1946/stat : 1946 (java) S 1944 1944 11586 0 -1 1077944320 13894 0 0 0 133 5 0 0 20 0 15 0 65405020 14314172416 20186 18446744073709551615 4194304 4196468 140733278463280 140733278445824 140632003714807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
/proc/1946/statm: 3494671 20186 3172 1 0 3482964 0
[pid=1946/tid=1947] ppid=1944 vsize=13978684 memory=5788 CPUtime=0.53 cores=1,3,5,7
/proc/1946/task/1947/stat : 1947 (java) R 1944 1944 11586 0 -1 4202560 7913 0 0 0 50 3 0 0 20 0 15 0 65405021 14314172416 20186 18446744073709551615 4194304 4196468 140733278463280 140632007942864 140631996392821 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1948] ppid=1944 vsize=13978684 memory=1996 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1948/stat : 1948 (java) S 1944 1944 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65405021 14314172416 20186 18446744073709551615 4194304 4196468 140733278463280 140631938149264 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1949] ppid=1944 vsize=13978684 memory=796 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1949/stat : 1949 (java) S 1944 1944 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65405021 14314172416 20186 18446744073709551615 4194304 4196468 140733278463280 140631937096464 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1950] ppid=1944 vsize=13978684 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1950/stat : 1950 (java) S 1944 1944 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65405021 14314172416 20186 18446744073709551615 4194304 4196468 140733278463280 140631936044176 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1951] ppid=1944 vsize=13978684 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1951/stat : 1951 (java) S 1944 1944 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65405021 14314172416 20186 18446744073709551615 4194304 4196468 140733278463280 140631934991376 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1952] ppid=1944 vsize=13978684 memory=139706696204875 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1952/stat : 1952 (java) S 1944 1944 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 65405023 14314172416 20186 18446744073709551615 4194304 4196468 140733278463280 140631482009712 140632003725954 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1953] ppid=1944 vsize=13978684 memory=139706696204878 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1953/stat : 1953 (java) S 1944 1944 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65405023 14314172416 20186 18446744073709551615 4194304 4196468 140733278463280 140631480955680 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1954] ppid=1944 vsize=13978684 memory=139706696204879 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1954/stat : 1954 (java) S 1944 1944 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65405023 14314172416 20186 18446744073709551615 4194304 4196468 140733278463280 140631479903344 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1955] ppid=1944 vsize=13978684 memory=139706696204881 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1955/stat : 1955 (java) S 1944 1944 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65405026 14314172416 20186 18446744073709551615 4194304 4196468 140733278463280 140631478851664 140632003733403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1956] ppid=1944 vsize=13978684 memory=139706696204888 CPUtime=0.26 cores=1,3,5,7
/proc/1946/task/1956/stat : 1956 (java) R 1944 1944 11586 0 -1 4202560 1533 0 0 0 26 0 0 0 20 0 15 0 65405026 14314172416 20186 18446744073709551615 4194304 4196468 140733278463280 140631477785560 140632003736154 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1957] ppid=1944 vsize=13978684 memory=139706696204896 CPUtime=0.22 cores=1,3,5,7
/proc/1946/task/1957/stat : 1957 (java) R 1944 1944 11586 0 -1 4202560 1053 0 0 0 22 0 0 0 20 0 15 0 65405026 14314172416 20186 18446744073709551615 4194304 4196468 140733278463280 140631476732760 140631985234482 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1958] ppid=1944 vsize=13978684 memory=142240726909582 CPUtime=0.32 cores=1,3,5,7
/proc/1946/task/1958/stat : 1958 (java) R 1944 1944 11586 0 -1 4202560 2088 0 0 0 32 0 0 0 20 0 15 0 65405026 14314172416 20186 18446744073709551615 4194304 4196468 140733278463280 140631475694448 140632003726742 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1959] ppid=1944 vsize=13978684 memory=16240 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1959/stat : 1959 (java) S 1944 1944 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65405026 14314172416 20186 18446744073709551615 4194304 4196468 140733278463280 140631474641888 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1960] ppid=1944 vsize=13978684 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1960/stat : 1960 (java) S 1944 1944 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65405031 14314172416 20186 18446744073709551615 4194304 4196468 140733278463280 140631473588656 140632003725954 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 82124 KiB

[startup+0.818627 s]
# the end of solver process 1944 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.70617 s, system=0.067886 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.801767 s]
/proc/loadavg: 1.86 1.71 1.64 5/211 1960
/proc/meminfo: memFree=30172308/32770624 swapFree=67108860/67108860
[pid=1944] ppid=1941 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1944/stat : 1944 (xcsp3-exec) S 1941 1944 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 65405011 9740288 345 18446744073709551615 4194304 5098028 140726171226448 140726171224552 139940482540156 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 33382400 140726171230585 140726171230789 140726171230789 140726171234283 0
/proc/1944/statm: 2378 345 289 221 0 87 0
[pid=1946] ppid=1944 vsize=13980732 memory=89360 CPUtime=1.75 cores=1,3,5,7
/proc/1946/stat : 1946 (java) S 1944 1944 11586 0 -1 1077944320 14840 0 0 0 169 6 0 0 20 0 15 0 65405020 14316269568 22340 18446744073709551615 4194304 4196468 140733278463280 140733278445824 140632003714807 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
/proc/1946/statm: 3495183 22340 3181 1 0 3483476 0
[pid=1946/tid=1947] ppid=1944 vsize=13980732 memory=1296 CPUtime=0.64 cores=1,3,5,7
/proc/1946/task/1947/stat : 1947 (java) R 1944 1944 11586 0 -1 4202560 8426 0 0 0 60 4 0 0 20 0 15 0 65405021 14316269568 22340 18446744073709551615 4194304 4196468 140733278463280 140632007953728 140631611919482 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1948] ppid=1944 vsize=13980732 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1948/stat : 1948 (java) S 1944 1944 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65405021 14316269568 22340 18446744073709551615 4194304 4196468 140733278463280 140631938149264 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1949] ppid=1944 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1949/stat : 1949 (java) S 1944 1944 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65405021 14316269568 22340 18446744073709551615 4194304 4196468 140733278463280 140631937096464 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1950] ppid=1944 vsize=13980732 memory=13828 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1950/stat : 1950 (java) S 1944 1944 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65405021 14316269568 22340 18446744073709551615 4194304 4196468 140733278463280 140631936044176 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1951] ppid=1944 vsize=13980732 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1951/stat : 1951 (java) S 1944 1944 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65405021 14316269568 22340 18446744073709551615 4194304 4196468 140733278463280 140631934991376 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1952] ppid=1944 vsize=13980732 memory=139705286947952 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1952/stat : 1952 (java) S 1944 1944 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 65405023 14316269568 22340 18446744073709551615 4194304 4196468 140733278463280 140631482009712 140632003725954 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1953] ppid=1944 vsize=13980732 memory=139706696204878 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1953/stat : 1953 (java) S 1944 1944 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65405023 14316269568 22340 18446744073709551615 4194304 4196468 140733278463280 140631480955680 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1954] ppid=1944 vsize=13980732 memory=8956 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1954/stat : 1954 (java) S 1944 1944 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65405023 14316269568 22340 18446744073709551615 4194304 4196468 140733278463280 140631479903344 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1955] ppid=1944 vsize=13980732 memory=279410573891808 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1955/stat : 1955 (java) S 1944 1944 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65405026 14316269568 22340 18446744073709551615 4194304 4196468 140733278463280 140631478851664 140632003733403 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1956] ppid=1944 vsize=13980732 memory=7813587196152657717 CPUtime=0.36 cores=1,3,5,7
/proc/1946/task/1956/stat : 1956 (java) R 1944 1944 11586 0 -1 4202560 1566 0 0 0 36 0 0 0 20 0 15 0 65405026 14316269568 22340 18446744073709551615 4194304 4196468 140733278463280 140631477799664 140631982961240 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1957] ppid=1944 vsize=13980732 memory=7089862513128456296 CPUtime=0.32 cores=1,3,5,7
/proc/1946/task/1957/stat : 1957 (java) R 1944 1944 11586 0 -1 4202560 1293 0 0 0 32 0 0 0 20 0 15 0 65405026 14316269568 22340 18446744073709551615 4194304 4196468 140733278463280 140631476733168 140631985259054 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1958] ppid=1944 vsize=13980732 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/1946/task/1958/stat : 1958 (java) R 1944 1944 11586 0 -1 4202560 2249 0 0 0 39 0 0 0 20 0 15 0 65405026 14316269568 22340 18446744073709551615 4194304 4196468 140733278463280 140631475694448 140631996821841 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1959] ppid=1944 vsize=13980732 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1959/stat : 1959 (java) S 1944 1944 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65405026 14316269568 22340 18446744073709551615 4194304 4196468 140733278463280 140631474641888 140632003725013 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
[pid=1946/tid=1960] ppid=1944 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1946/task/1960/stat : 1960 (java) S 1944 1944 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65405031 14316269568 22340 18446744073709551615 4194304 4196468 140733278463280 140631473588656 140632003725954 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37908480 140733278470577 140733278470753 140733278470753 140733278474191 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 90740 KiB

Child status: 0
Real time (s): 0.818679
CPU time (s): 1.77405
CPU user time (s): 1.70617
CPU system time (s): 0.067886
CPU usage (%): 216.697
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 90740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.70617
system time used= 0.067886
maximum resident set size= 89920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15384
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1303
involuntary context switches= 13


# summary of solver processes directly reported to runsolver:
#   pid: 1944
#   total CPU time (s): 1.77405
#   total CPU user time (s): 1.70617
#   total CPU system time (s): 0.067886

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030866 second user time and 0.042574 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-15 06:03:07
IDJOB=4269658
IDBENCH=125642
IDSOLVER=2660
FILE ID=node124/4269658-1502770644
RUNJOBID= node124-1502673801-14690
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/QRandom/QRandom-composed-s75/composed-75-01-25-6.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4269658-1502770644/watcher-4269658-1502770644 -o /tmp/evaluation-result-4269658-1502770644/solver-4269658-1502770644 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14690 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 765695995 HOME/instance-4269658-1502770644.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3604f03ade31706fc8f860f14c72a950
RANDOM SEED=765695995

node124.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30213652 kB
MemAvailable:   30617140 kB
Buffers:          232480 kB
Cached:           458436 kB
SwapCached:            0 kB
Active:          1826512 kB
Inactive:         280180 kB
Active(anon):    1367364 kB
Inactive(anon):    81952 kB
Active(file):     459148 kB
Inactive(file):   198228 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7784 kB
Writeback:             4 kB
AnonPages:       1415544 kB
Mapped:            58912 kB
Shmem:             33512 kB
Slab:             150532 kB
SReclaimable:     123892 kB
SUnreclaim:        26640 kB
KernelStack:        3440 kB
PageTables:         7736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2003164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1335296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62016 MiB
End job on node124 at 2017-08-15 06:03:08