Trace number 4284076

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 5a (2017-08-18)SAT 28.6285 21.0263

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-ewddr2-3.xml
MD5SUM5ef074aeb11af1fe72f101ddf8b307c4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.55292302
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains47
Minimum domain size107
Maximum domain size151
Distribution of domain sizes[{"size":107,"count":10},{"size":117,"count":10},{"size":118,"count":10},{"size":121,"count":10},{"size":129,"count":10},{"size":134,"count":10},{"size":142,"count":20},{"size":145,"count":10},{"size":151,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
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-4284076-1503222235.xml"  -tl '2520s' -p 1 -x 3
0.10/0.27	c [HOME/instance-4284076-1503222235.xml, -tl, 2520s, -p, 1, -x, 3]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
20.95/16.88	c solve instance...
28.43/21.00	s SATISFIABLE
28.43/21.00	v <instantiation>
28.43/21.00	v 	<list>x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 </list>
28.43/21.00	v 	<values>0 1 75 74 103 104 112 111 124 125 38 37 62 63 112 111 120 121 168 138 23 22 32 31 45 46 59 58 69 138 43 42 83 84 120 121 130 129 154 139 31 32 53 41 59 58 75 74 85 138 56 55 64 65 130 129 143 142 178 179 5 4 45 44 74 75 87 86 96 97 0 1 5 4 13 14 30 29 41 138 16 17 64 65 87 86 103 104 115 114 13 14 23 22 32 31 46 45 56 138 </values>
28.43/21.00	v </instantiation>

Verifier Data

OK	

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 (8971 MiB free)
  memory of node 1: 16384 MiB (15493 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4284076-1503222235/watcher-4284076-1503222235 -o /tmp/evaluation-result-4284076-1503222235/solver-4284076-1503222235 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503172076-28737 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 15488467 HOME/instance-4284076-1503222235.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
solver pid=5685, runsolver pid=5682
Current StackSize limit: 8192 KiB


[startup+0.100132 s]*
/proc/loadavg: 1.81 1.68 1.71 2/198 5688
/proc/meminfo: memFree=25049084/32770624 swapFree=67108860/67108860
[pid=5685] ppid=5682 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5685/stat : 5685 (xcsp3-exec) S 5682 5685 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 110564152 9740288 345 18446744073709551615 4194304 5098028 140722600734992 140722600733096 139698243580540 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 21917696 140722600743290 140722600743493 140722600743493 140722600746987 0
/proc/5685/statm: 2378 345 289 221 0 87 0
[pid=5687] ppid=5685 vsize=13358712 memory=13840 CPUtime=0 cores=1,3,5,7
/proc/5687/stat : 5687 (java) S 5685 5685 13977 0 -1 1077944320 3221 0 0 0 0 0 0 0 20 0 6 0 110564161 13679321088 3460 18446744073709551615 4194304 4196468 140729683090720 140729683073264 139932563209975 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
/proc/5687/statm: 3339678 3460 1867 1 0 3329175 0
[pid=5687/tid=5688] ppid=5685 vsize=13358712 memory=4206751525541405026 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5688/stat : 5688 (java) R 5685 5685 13977 0 -1 4202560 2065 0 0 0 0 0 0 0 20 0 6 0 110564161 13679321088 3526 18446744073709551615 4194304 4196468 140729683090720 139932567446096 139932547290462 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5689] ppid=5685 vsize=13358712 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5689/stat : 5689 (java) S 5685 5685 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110564162 13679321088 3526 18446744073709551615 4194304 4196468 140729683090720 139932520175888 139932563220181 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5690] ppid=5685 vsize=13358712 memory=140574426220160 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5690/stat : 5690 (java) S 5685 5685 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110564162 13679321088 3526 18446744073709551615 4194304 4196468 140729683090720 139932519123344 139932563220181 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5691] ppid=5685 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5691/stat : 5691 (java) S 5685 5685 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 110564162 13679321088 3526 18446744073709551615 4194304 4196468 140729683090720 139932161206800 139932563220181 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5692] ppid=5685 vsize=13358712 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5692/stat : 5692 (java) S 5685 5685 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 110564162 13679321088 3526 18446744073709551615 4194304 4196468 140729683090720 139932160154256 139932563220181 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15220 KiB

[startup+0.215293 s]*
/proc/loadavg: 1.81 1.68 1.71 4/211 5701
/proc/meminfo: memFree=25036048/32770624 swapFree=67108860/67108860
[pid=5685] ppid=5682 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5685/stat : 5685 (xcsp3-exec) S 5682 5685 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 110564152 9740288 345 18446744073709551615 4194304 5098028 140722600734992 140722600733096 139698243580540 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 21917696 140722600743290 140722600743493 140722600743493 140722600746987 0
/proc/5685/statm: 2378 345 289 221 0 87 0
[pid=5687] ppid=5685 vsize=13974352 memory=27468 CPUtime=0.1 cores=1,3,5,7
/proc/5687/stat : 5687 (java) S 5685 5685 13977 0 -1 1077944320 5278 0 0 0 9 1 0 0 20 0 15 0 110564161 14309736448 6867 18446744073709551615 4194304 4196468 140729683090720 140729683073264 139932563209975 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
/proc/5687/statm: 3493588 6867 2755 1 0 3482964 0
[pid=5687/tid=5688] ppid=5685 vsize=13974352 memory=4206751525541405026 CPUtime=0.08 cores=1,3,5,7
/proc/5687/task/5688/stat : 5688 (java) R 5685 5685 13977 0 -1 4202560 3418 0 0 0 7 1 0 0 20 0 15 0 110564161 14309736448 6867 18446744073709551615 4194304 4196468 140729683090720 139932567447832 139932563231901 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5689] ppid=5685 vsize=13974352 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5689/stat : 5689 (java) S 5685 5685 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110564162 14309736448 6867 18446744073709551615 4194304 4196468 140729683090720 139932520175888 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5690] ppid=5685 vsize=13974352 memory=140574426220160 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5690/stat : 5690 (java) S 5685 5685 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110564162 14309736448 6867 18446744073709551615 4194304 4196468 140729683090720 139932519123344 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5691] ppid=5685 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5691/stat : 5691 (java) S 5685 5685 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110564162 14309736448 6867 18446744073709551615 4194304 4196468 140729683090720 139932161206800 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5692] ppid=5685 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5692/stat : 5692 (java) S 5685 5685 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110564162 14309736448 6867 18446744073709551615 4194304 4196468 140729683090720 139932160154256 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5693] ppid=5685 vsize=13974352 memory=140574426220160 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5693/stat : 5693 (java) S 5685 5685 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110564163 14309736448 6867 18446744073709551615 4194304 4196468 140729683090720 139931907230192 139932563221122 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5694] ppid=5685 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5694/stat : 5694 (java) S 5685 5685 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110564164 14309736448 6867 18446744073709551615 4194304 4196468 140729683090720 139931906176416 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5695] ppid=5685 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5695/stat : 5695 (java) S 5685 5685 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110564164 14309736448 6867 18446744073709551615 4194304 4196468 140729683090720 139931905123824 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5696] ppid=5685 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5696/stat : 5696 (java) S 5685 5685 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110564167 14309736448 6867 18446744073709551615 4194304 4196468 140729683090720 139931904072400 139932563228571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5697] ppid=5685 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5697/stat : 5697 (java) S 5685 5685 13977 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 110564167 14309736448 6867 18446744073709551615 4194304 4196468 140729683090720 139931903018992 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5698] ppid=5685 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5698/stat : 5698 (java) S 5685 5685 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110564167 14309736448 6867 18446744073709551615 4194304 4196468 140729683090720 139931901966448 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5699] ppid=5685 vsize=13974352 memory=140574426220160 CPUtime=0.01 cores=1,3,5,7
/proc/5687/task/5699/stat : 5699 (java) R 5685 5685 13977 0 -1 4202560 245 0 0 0 1 0 0 0 20 0 15 0 110564167 14309736448 6867 18446744073709551615 4194304 4196468 140729683090720 139931900913904 139932563231322 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5700] ppid=5685 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5700/stat : 5700 (java) S 5685 5685 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110564167 14309736448 6867 18446744073709551615 4194304 4196468 140729683090720 139931899861600 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5701] ppid=5685 vsize=13974352 memory=140574426220160 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5701/stat : 5701 (java) S 5685 5685 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110564171 14309736448 6867 18446744073709551615 4194304 4196468 140729683090720 139931898809136 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28848 KiB

[startup+0.314263 s]*
/proc/loadavg: 1.81 1.68 1.71 5/211 5701
/proc/meminfo: memFree=25025228/32770624 swapFree=67108860/67108860
[pid=5685] ppid=5682 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5685/stat : 5685 (xcsp3-exec) S 5682 5685 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 110564152 9740288 345 18446744073709551615 4194304 5098028 140722600734992 140722600733096 139698243580540 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 21917696 140722600743290 140722600743493 140722600743493 140722600746987 0
/proc/5685/statm: 2378 345 289 221 0 87 0
[pid=5687] ppid=5685 vsize=13974352 memory=37236 CPUtime=0.28 cores=1,3,5,7
/proc/5687/stat : 5687 (java) S 5685 5685 13977 0 -1 1077944320 8935 0 0 0 26 2 0 0 20 0 15 0 110564161 14309736448 9309 18446744073709551615 4194304 4196468 140729683090720 140729683073264 139932563209975 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
/proc/5687/statm: 3493588 9309 2994 1 0 3482964 0
[pid=5687/tid=5688] ppid=5685 vsize=13974352 memory=6933928925625698159 CPUtime=0.17 cores=1,3,5,7
/proc/5687/task/5688/stat : 5688 (java) R 5685 5685 13977 0 -1 4202560 6125 0 0 0 15 2 0 0 20 0 15 0 110564161 14309736448 9309 18446744073709551615 4194304 4196468 140729683090720 139932567439712 139932563231901 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5689] ppid=5685 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5689/stat : 5689 (java) S 5685 5685 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110564162 14309736448 9309 18446744073709551615 4194304 4196468 140729683090720 139932520175888 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5690] ppid=5685 vsize=13974352 memory=8334354605629561486 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5690/stat : 5690 (java) S 5685 5685 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110564162 14309736448 9309 18446744073709551615 4194304 4196468 140729683090720 139932519123344 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5691] ppid=5685 vsize=13974352 memory=-7299339441649872004 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5691/stat : 5691 (java) S 5685 5685 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110564162 14309736448 9309 18446744073709551615 4194304 4196468 140729683090720 139932161206800 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5692] ppid=5685 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5692/stat : 5692 (java) S 5685 5685 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110564162 14309736448 9309 18446744073709551615 4194304 4196468 140729683090720 139932160154256 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5693] ppid=5685 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5693/stat : 5693 (java) S 5685 5685 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110564163 14309736448 9309 18446744073709551615 4194304 4196468 140729683090720 139931907230192 139932563221122 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5694] ppid=5685 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5694/stat : 5694 (java) S 5685 5685 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110564164 14309736448 9309 18446744073709551615 4194304 4196468 140729683090720 139931906176416 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5695] ppid=5685 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5695/stat : 5695 (java) S 5685 5685 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110564164 14309736448 9309 18446744073709551615 4194304 4196468 140729683090720 139931905123824 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5696] ppid=5685 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5696/stat : 5696 (java) S 5685 5685 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110564167 14309736448 9309 18446744073709551615 4194304 4196468 140729683090720 139931904072400 139932563228571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5697] ppid=5685 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5687/task/5697/stat : 5697 (java) R 5685 5685 13977 0 -1 4202560 669 0 0 0 2 0 0 0 20 0 15 0 110564167 14309736448 9309 18446744073709551615 4194304 4196468 140729683090720 139931903018992 139932548089558 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5698] ppid=5685 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5687/task/5698/stat : 5698 (java) R 5685 5685 13977 0 -1 1077944384 127 0 0 0 1 0 0 0 20 0 15 0 110564167 14309736448 9309 18446744073709551615 4194304 4196468 140729683090720 139931901966448 139932563221122 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5699] ppid=5685 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/5687/task/5699/stat : 5699 (java) R 5685 5685 13977 0 -1 4202560 711 0 0 0 6 0 0 0 20 0 15 0 110564167 14309736448 9309 18446744073709551615 4194304 4196468 140729683090720 139931900913904 139932547290462 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5700] ppid=5685 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5700/stat : 5700 (java) S 5685 5685 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110564167 14309736448 9309 18446744073709551615 4194304 4196468 140729683090720 139931899861600 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5701] ppid=5685 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5701/stat : 5701 (java) S 5685 5685 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110564171 14309736448 9309 18446744073709551615 4194304 4196468 140729683090720 139931898809136 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38616 KiB

[startup+0.701279 s]
/proc/loadavg: 1.81 1.68 1.71 4/211 5701
/proc/meminfo: memFree=25016088/32770624 swapFree=67108860/67108860
[pid=5685] ppid=5682 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5685/stat : 5685 (xcsp3-exec) S 5682 5685 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 110564152 9740288 345 18446744073709551615 4194304 5098028 140722600734992 140722600733096 139698243580540 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 21917696 140722600743290 140722600743493 140722600743493 140722600746987 0
/proc/5685/statm: 2378 345 289 221 0 87 0
[pid=5687] ppid=5685 vsize=13980732 memory=70336 CPUtime=1.25 cores=1,3,5,7
/proc/5687/stat : 5687 (java) S 5685 5685 13977 0 -1 1077944320 13182 0 0 0 120 5 0 0 20 0 15 0 110564161 14316269568 17584 18446744073709551615 4194304 4196468 140729683090720 140729683073264 139932563209975 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
/proc/5687/statm: 3495183 17584 3170 1 0 3483476 0
[pid=5687/tid=5688] ppid=5685 vsize=13980732 memory=7295945021985939355 CPUtime=0.55 cores=1,3,5,7
/proc/5687/task/5688/stat : 5688 (java) R 5685 5685 13977 0 -1 4202560 8453 0 0 0 51 4 0 0 20 0 15 0 110564161 14316269568 17584 18446744073709551615 4194304 4196468 140729683090720 139932567447808 139932202480522 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5689] ppid=5685 vsize=13980732 memory=6307362066099964316 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5689/stat : 5689 (java) S 5685 5685 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110564162 14316269568 17584 18446744073709551615 4194304 4196468 140729683090720 139932520175888 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5690] ppid=5685 vsize=13980732 memory=7518588407633241686 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5690/stat : 5690 (java) S 5685 5685 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110564162 14316269568 17584 18446744073709551615 4194304 4196468 140729683090720 139932519123344 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5691] ppid=5685 vsize=13980732 memory=7595725831727968097 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5691/stat : 5691 (java) S 5685 5685 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110564162 14316269568 17584 18446744073709551615 4194304 4196468 140729683090720 139932161206800 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5692] ppid=5685 vsize=13980732 memory=6656426216303648816 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5692/stat : 5692 (java) S 5685 5685 13977 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110564162 14316269568 17584 18446744073709551615 4194304 4196468 140729683090720 139932160154256 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5693] ppid=5685 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5693/stat : 5693 (java) S 5685 5685 13977 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 110564163 14316269568 17584 18446744073709551615 4194304 4196468 140729683090720 139931907230192 139932563221122 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5694] ppid=5685 vsize=13980732 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5694/stat : 5694 (java) S 5685 5685 13977 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110564164 14316269568 17584 18446744073709551615 4194304 4196468 140729683090720 139931906176416 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5695] ppid=5685 vsize=13980732 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5695/stat : 5695 (java) S 5685 5685 13977 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110564164 14316269568 18096 18446744073709551615 4194304 4196468 140729683090720 139931905123824 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5696] ppid=5685 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5696/stat : 5696 (java) S 5685 5685 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110564167 14316269568 18096 18446744073709551615 4194304 4196468 140729683090720 139931904072400 139932563228571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5697] ppid=5685 vsize=13980732 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/5687/task/5697/stat : 5697 (java) R 5685 5685 13977 0 -1 4202560 1274 0 0 0 20 0 0 0 20 0 15 0 110564167 14316269568 18096 18446744073709551615 4194304 4196468 140729683090720 139931903005200 139932547116472 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5698] ppid=5685 vsize=13980732 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/5687/task/5698/stat : 5698 (java) R 5685 5685 13977 0 -1 4202560 737 0 0 0 17 0 0 0 20 0 15 0 110564167 14316269568 18096 18446744073709551615 4194304 4196468 140729683090720 139931901952472 139932542903075 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5699] ppid=5685 vsize=13980732 memory=19265 CPUtime=0.3 cores=1,3,5,7
/proc/5687/task/5699/stat : 5699 (java) S 5685 5685 13977 0 -1 1077944384 1409 0 0 0 30 0 0 0 20 0 15 0 110564167 14316269568 18096 18446744073709551615 4194304 4196468 140729683090720 139931900913904 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5700] ppid=5685 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5700/stat : 5700 (java) S 5685 5685 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110564167 14316269568 18096 18446744073709551615 4194304 4196468 140729683090720 139931899861600 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5701] ppid=5685 vsize=13980732 memory=-5921431000321636112 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5701/stat : 5701 (java) S 5685 5685 13977 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110564171 14316269568 18096 18446744073709551615 4194304 4196468 140729683090720 139931898809136 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 71716 KiB

[startup+1.50086 s]
/proc/loadavg: 1.81 1.68 1.71 3/211 5701
/proc/meminfo: memFree=24912008/32770624 swapFree=67108860/67108860
[pid=5685] ppid=5682 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5685/stat : 5685 (xcsp3-exec) S 5682 5685 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 110564152 9740288 345 18446744073709551615 4194304 5098028 140722600734992 140722600733096 139698243580540 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 21917696 140722600743290 140722600743493 140722600743493 140722600746987 0
/proc/5685/statm: 2378 345 289 221 0 87 0
[pid=5687] ppid=5685 vsize=13980732 memory=218960 CPUtime=2.39 cores=1,3,5,7
/proc/5687/stat : 5687 (java) S 5685 5685 13977 0 -1 1077944320 13660 0 0 0 227 12 0 0 20 0 15 0 110564161 14316269568 54740 18446744073709551615 4194304 4196468 140729683090720 140729683073264 139932563209975 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
/proc/5687/statm: 3495183 54740 3199 1 0 3483476 0
[pid=5687/tid=5688] ppid=5685 vsize=13980732 memory=4120 CPUtime=1.32 cores=1,3,5,7
/proc/5687/task/5688/stat : 5688 (java) R 5685 5685 13977 0 -1 4202560 8518 0 0 0 126 6 0 0 20 0 15 0 110564161 14316269568 54740 18446744073709551615 4194304 4196468 140729683090720 139932567448096 139932202724128 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5689] ppid=5685 vsize=13980732 memory=59784 CPUtime=0.02 cores=1,3,5,7
/proc/5687/task/5689/stat : 5689 (java) S 5685 5685 13977 0 -1 1077944384 110 0 0 0 1 1 0 0 20 0 15 0 110564162 14316269568 54740 18446744073709551615 4194304 4196468 140729683090720 139932520175888 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5690] ppid=5685 vsize=13980732 memory=150084983 CPUtime=0.03 cores=1,3,5,7
/proc/5687/task/5690/stat : 5690 (java) S 5685 5685 13977 0 -1 1077944384 55 0 0 0 2 1 0 0 20 0 15 0 110564162 14316269568 54740 18446744073709551615 4194304 4196468 140729683090720 139932519123344 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5691] ppid=5685 vsize=13980732 memory=2372 CPUtime=0.02 cores=1,3,5,7
/proc/5687/task/5691/stat : 5691 (java) S 5685 5685 13977 0 -1 1077944384 43 0 0 0 1 1 0 0 20 0 15 0 110564162 14316269568 54740 18446744073709551615 4194304 4196468 140729683090720 139932161206800 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5692] ppid=5685 vsize=13980732 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/5687/task/5692/stat : 5692 (java) S 5685 5685 13977 0 -1 1077944384 40 0 0 0 1 1 0 0 20 0 15 0 110564162 14316269568 54740 18446744073709551615 4194304 4196468 140729683090720 139932160154256 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5693] ppid=5685 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5693/stat : 5693 (java) S 5685 5685 13977 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 110564163 14316269568 54740 18446744073709551615 4194304 4196468 140729683090720 139931907230192 139932563221122 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5694] ppid=5685 vsize=13980732 memory=55 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5694/stat : 5694 (java) S 5685 5685 13977 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 110564164 14316269568 54740 18446744073709551615 4194304 4196468 140729683090720 139931906176416 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5695] ppid=5685 vsize=13980732 memory=1585 CPUtime=0 cores=1,3,5,7

################
# More data... #
################

[pid=5687/tid=5693] ppid=5685 vsize=13980732 memory=1380 CPUtime=0.12 cores=1,3,5,7
/proc/5687/task/5693/stat : 5693 (java) S 5685 5685 13977 0 -1 1077944384 3588 0 0 0 12 0 0 0 20 0 15 0 110564163 14316269568 711227 18446744073709551615 4194304 4196468 140729683090720 139931907230192 139932563221122 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5694] ppid=5685 vsize=13980732 memory=6251276 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5694/stat : 5694 (java) S 5685 5685 13977 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 110564164 14316269568 711227 18446744073709551615 4194304 4196468 140729683090720 139931906176416 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5695] ppid=5685 vsize=13980732 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5695/stat : 5695 (java) S 5685 5685 13977 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 110564164 14316269568 711227 18446744073709551615 4194304 4196468 140729683090720 139931905123824 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5696] ppid=5685 vsize=13980732 memory=2652 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5696/stat : 5696 (java) S 5685 5685 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110564167 14316269568 711227 18446744073709551615 4194304 4196468 140729683090720 139931904072400 139932563228571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5697] ppid=5685 vsize=13980732 memory=1380 CPUtime=0.42 cores=1,3,5,7
/proc/5687/task/5697/stat : 5697 (java) S 5685 5685 13977 0 -1 1077944384 2485 0 0 0 42 0 0 0 20 0 15 0 110564167 14316269568 711227 18446744073709551615 4194304 4196468 140729683090720 139931903018992 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5698] ppid=5685 vsize=13980732 memory=2844872 CPUtime=0.34 cores=1,3,5,7
/proc/5687/task/5698/stat : 5698 (java) S 5685 5685 13977 0 -1 1077944384 1160 0 0 0 34 0 0 0 20 0 15 0 110564167 14316269568 711227 18446744073709551615 4194304 4196468 140729683090720 139931901966448 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5699] ppid=5685 vsize=13980732 memory=3916 CPUtime=0.46 cores=1,3,5,7
/proc/5687/task/5699/stat : 5699 (java) S 5685 5685 13977 0 -1 1077944384 2896 0 0 0 46 0 0 0 20 0 15 0 110564167 14316269568 711227 18446744073709551615 4194304 4196468 140729683090720 139931900913904 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5700] ppid=5685 vsize=13980732 memory=44324 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5700/stat : 5700 (java) S 5685 5685 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110564167 14316269568 711227 18446744073709551615 4194304 4196468 140729683090720 139931899861600 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5701] ppid=5685 vsize=13980732 memory=2305 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5701/stat : 5701 (java) S 5685 5685 13977 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 110564171 14316269568 711227 18446744073709551615 4194304 4196468 140729683090720 139931898809136 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
Current children cumulated CPU time: 20.15 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2846288 KiB

[startup+19.2008 s]
/proc/loadavg: 1.85 1.69 1.71 3/211 5702
/proc/meminfo: memFree=22173020/32770624 swapFree=67108860/67108860
[pid=5685] ppid=5682 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5685/stat : 5685 (xcsp3-exec) S 5682 5685 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 110564152 9740288 345 18446744073709551615 4194304 5098028 140722600734992 140722600733096 139698243580540 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 21917696 140722600743290 140722600743493 140722600743493 140722600746987 0
/proc/5685/statm: 2378 345 289 221 0 87 0
[pid=5687] ppid=5685 vsize=13980732 memory=2886768 CPUtime=26.5 cores=1,3,5,7
/proc/5687/stat : 5687 (java) S 5685 5685 13977 0 -1 1077944320 42312 0 0 0 2495 155 0 0 20 0 15 0 110564161 14316269568 721692 18446744073709551615 4194304 4196468 140729683090720 140729683073264 139932563209975 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
/proc/5687/statm: 3495183 721692 3248 1 0 3483476 0
[pid=5687/tid=5688] ppid=5685 vsize=13980732 memory=836 CPUtime=17.89 cores=1,3,5,7
/proc/5687/task/5688/stat : 5688 (java) R 5685 5685 13977 0 -1 4202560 13295 0 0 0 1760 29 0 0 20 0 15 0 110564161 14316269568 721692 18446744073709551615 4194304 4196468 140729683090720 139932567449144 139932205122614 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5689] ppid=5685 vsize=13980732 memory=4064 CPUtime=1 cores=1,3,5,7
/proc/5687/task/5689/stat : 5689 (java) S 5685 5685 13977 0 -1 1077944384 1046 0 0 0 71 29 0 0 20 0 15 0 110564162 14316269568 721692 18446744073709551615 4194304 4196468 140729683090720 139932520175888 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5690] ppid=5685 vsize=13980732 memory=1380 CPUtime=1.01 cores=1,3,5,7
/proc/5687/task/5690/stat : 5690 (java) S 5685 5685 13977 0 -1 1077944384 1690 0 0 0 71 30 0 0 20 0 15 0 110564162 14316269568 721692 18446744073709551615 4194304 4196468 140729683090720 139932519123344 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5691] ppid=5685 vsize=13980732 memory=1380 CPUtime=1.01 cores=1,3,5,7
/proc/5687/task/5691/stat : 5691 (java) S 5685 5685 13977 0 -1 1077944384 1018 0 0 0 71 30 0 0 20 0 15 0 110564162 14316269568 721692 18446744073709551615 4194304 4196468 140729683090720 139932161206800 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5692] ppid=5685 vsize=13980732 memory=1464316 CPUtime=1 cores=1,3,5,7
/proc/5687/task/5692/stat : 5692 (java) S 5685 5685 13977 0 -1 1077944384 2064 0 0 0 72 28 0 0 20 0 15 0 110564162 14316269568 721692 18446744073709551615 4194304 4196468 140729683090720 139932160154256 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5693] ppid=5685 vsize=13980732 memory=1380 CPUtime=0.12 cores=1,3,5,7
/proc/5687/task/5693/stat : 5693 (java) S 5685 5685 13977 0 -1 1077944384 3588 0 0 0 12 0 0 0 20 0 15 0 110564163 14316269568 721692 18446744073709551615 4194304 4196468 140729683090720 139931907230192 139932563221122 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5694] ppid=5685 vsize=13980732 memory=1212956 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5694/stat : 5694 (java) S 5685 5685 13977 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 110564164 14316269568 721692 18446744073709551615 4194304 4196468 140729683090720 139931906176416 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5695] ppid=5685 vsize=13980732 memory=4427205132082312746 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5695/stat : 5695 (java) S 5685 5685 13977 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 110564164 14316269568 721692 18446744073709551615 4194304 4196468 140729683090720 139931905123824 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5696] ppid=5685 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5696/stat : 5696 (java) S 5685 5685 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110564167 14316269568 721692 18446744073709551615 4194304 4196468 140729683090720 139931904072400 139932563228571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5697] ppid=5685 vsize=13980732 memory=55 CPUtime=1.91 cores=1,3,5,7
/proc/5687/task/5697/stat : 5697 (java) S 5685 5685 13977 0 -1 1077944384 6637 0 0 0 190 1 0 0 20 0 15 0 110564167 14316269568 721692 18446744073709551615 4194304 4196468 140729683090720 139931903018992 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5698] ppid=5685 vsize=13980732 memory=288230621803970871 CPUtime=1.73 cores=1,3,5,7
/proc/5687/task/5698/stat : 5698 (java) S 5685 5685 13977 0 -1 1077944384 7706 0 0 0 172 1 0 0 20 0 15 0 110564167 14316269568 721692 18446744073709551615 4194304 4196468 140729683090720 139931901966448 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5699] ppid=5685 vsize=13980732 memory=0 CPUtime=0.73 cores=1,3,5,7
/proc/5687/task/5699/stat : 5699 (java) S 5685 5685 13977 0 -1 1077944384 3944 0 0 0 73 0 0 0 20 0 15 0 110564167 14316269568 721692 18446744073709551615 4194304 4196468 140729683090720 139931900913904 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5700] ppid=5685 vsize=13980732 memory=-4866526891258710369 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5700/stat : 5700 (java) S 5685 5685 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110564167 14316269568 721692 18446744073709551615 4194304 4196468 140729683090720 139931899861600 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5701] ppid=5685 vsize=13980732 memory=-8312670058677691234 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5701/stat : 5701 (java) S 5685 5685 13977 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 110564171 14316269568 721692 18446744073709551615 4194304 4196468 140729683090720 139931898809136 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
Current children cumulated CPU time: 26.5 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2888148 KiB

[startup+20.0008 s]*
/proc/loadavg: 1.86 1.70 1.71 3/211 5702
/proc/meminfo: memFree=22172524/32770624 swapFree=67108860/67108860
[pid=5685] ppid=5682 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5685/stat : 5685 (xcsp3-exec) S 5682 5685 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 110564152 9740288 345 18446744073709551615 4194304 5098028 140722600734992 140722600733096 139698243580540 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 21917696 140722600743290 140722600743493 140722600743493 140722600746987 0
/proc/5685/statm: 2378 345 289 221 0 87 0
[pid=5687] ppid=5685 vsize=13980732 memory=2886992 CPUtime=27.5 cores=1,3,5,7
/proc/5687/stat : 5687 (java) S 5685 5685 13977 0 -1 1077944320 42368 0 0 0 2595 155 0 0 20 0 15 0 110564161 14316269568 721748 18446744073709551615 4194304 4196468 140729683090720 140729683073264 139932563209975 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
/proc/5687/statm: 3495183 721748 3249 1 0 3483476 0
[pid=5687/tid=5688] ppid=5685 vsize=13980732 memory=6933928925625698159 CPUtime=18.7 cores=1,3,5,7
/proc/5687/task/5688/stat : 5688 (java) R 5685 5685 13977 0 -1 4202560 13297 0 0 0 1841 29 0 0 20 0 15 0 110564161 14316269568 721748 18446744073709551615 4194304 4196468 140729683090720 139932567446864 139932205123258 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5689] ppid=5685 vsize=13980732 memory=-7003737579269690708 CPUtime=1 cores=1,3,5,7
/proc/5687/task/5689/stat : 5689 (java) S 5685 5685 13977 0 -1 1077944384 1046 0 0 0 71 29 0 0 20 0 15 0 110564162 14316269568 721748 18446744073709551615 4194304 4196468 140729683090720 139932520175888 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5690] ppid=5685 vsize=13980732 memory=8836 CPUtime=1.01 cores=1,3,5,7
/proc/5687/task/5690/stat : 5690 (java) S 5685 5685 13977 0 -1 1077944384 1690 0 0 0 71 30 0 0 20 0 15 0 110564162 14316269568 721748 18446744073709551615 4194304 4196468 140729683090720 139932519123344 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5691] ppid=5685 vsize=13980732 memory=11044 CPUtime=1.01 cores=1,3,5,7
/proc/5687/task/5691/stat : 5691 (java) S 5685 5685 13977 0 -1 1077944384 1018 0 0 0 71 30 0 0 20 0 15 0 110564162 14316269568 721748 18446744073709551615 4194304 4196468 140729683090720 139932161206800 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5692] ppid=5685 vsize=13980732 memory=13252 CPUtime=1 cores=1,3,5,7
/proc/5687/task/5692/stat : 5692 (java) S 5685 5685 13977 0 -1 1077944384 2064 0 0 0 72 28 0 0 20 0 15 0 110564162 14316269568 721748 18446744073709551615 4194304 4196468 140729683090720 139932160154256 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5693] ppid=5685 vsize=13980732 memory=15460 CPUtime=0.12 cores=1,3,5,7
/proc/5687/task/5693/stat : 5693 (java) S 5685 5685 13977 0 -1 1077944384 3588 0 0 0 12 0 0 0 20 0 15 0 110564163 14316269568 721748 18446744073709551615 4194304 4196468 140729683090720 139931907230192 139932563221122 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5694] ppid=5685 vsize=13980732 memory=17668 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5694/stat : 5694 (java) S 5685 5685 13977 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 110564164 14316269568 721748 18446744073709551615 4194304 4196468 140729683090720 139931906176416 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5695] ppid=5685 vsize=13980732 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5695/stat : 5695 (java) S 5685 5685 13977 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 110564164 14316269568 721748 18446744073709551615 4194304 4196468 140729683090720 139931905123824 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5696] ppid=5685 vsize=13980732 memory=59784 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5696/stat : 5696 (java) S 5685 5685 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110564167 14316269568 721748 18446744073709551615 4194304 4196468 140729683090720 139931904072400 139932563228571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5697] ppid=5685 vsize=13980732 memory=2384 CPUtime=2 cores=1,3,5,7
/proc/5687/task/5697/stat : 5697 (java) S 5685 5685 13977 0 -1 1077944384 6651 0 0 0 199 1 0 0 20 0 15 0 110564167 14316269568 721748 18446744073709551615 4194304 4196468 140729683090720 139931903018992 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5698] ppid=5685 vsize=13980732 memory=1296 CPUtime=1.81 cores=1,3,5,7
/proc/5687/task/5698/stat : 5698 (java) S 5685 5685 13977 0 -1 1077944384 7726 0 0 0 180 1 0 0 20 0 15 0 110564167 14316269568 721748 18446744073709551615 4194304 4196468 140729683090720 139931901966448 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5699] ppid=5685 vsize=13980732 memory=1728 CPUtime=0.74 cores=1,3,5,7
/proc/5687/task/5699/stat : 5699 (java) S 5685 5685 13977 0 -1 1077944384 3964 0 0 0 74 0 0 0 20 0 15 0 110564167 14316269568 721748 18446744073709551615 4194304 4196468 140729683090720 139931900913904 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5700] ppid=5685 vsize=13980732 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5700/stat : 5700 (java) S 5685 5685 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110564167 14316269568 721748 18446744073709551615 4194304 4196468 140729683090720 139931899861600 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5701] ppid=5685 vsize=13980732 memory=281148559465264 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5701/stat : 5701 (java) S 5685 5685 13977 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 110564171 14316269568 721748 18446744073709551615 4194304 4196468 140729683090720 139931898809136 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
Current children cumulated CPU time: 27.5 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2888372 KiB

[startup+20.8009 s]
/proc/loadavg: 1.86 1.70 1.71 3/211 5702
/proc/meminfo: memFree=22172524/32770624 swapFree=67108860/67108860
[pid=5685] ppid=5682 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5685/stat : 5685 (xcsp3-exec) S 5682 5685 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 110564152 9740288 345 18446744073709551615 4194304 5098028 140722600734992 140722600733096 139698243580540 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 21917696 140722600743290 140722600743493 140722600743493 140722600746987 0
/proc/5685/statm: 2378 345 289 221 0 87 0
[pid=5687] ppid=5685 vsize=13980732 memory=2873180 CPUtime=28.33 cores=1,3,5,7
/proc/5687/stat : 5687 (java) S 5685 5685 13977 0 -1 1077944320 42379 0 0 0 2678 155 0 0 20 0 15 0 110564161 14316269568 718295 18446744073709551615 4194304 4196468 140729683090720 140729683073264 139932563209975 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
/proc/5687/statm: 3495183 718295 3249 1 0 3483476 0
[pid=5687/tid=5688] ppid=5685 vsize=13980732 memory=2844908 CPUtime=19.49 cores=1,3,5,7
/proc/5687/task/5688/stat : 5688 (java) R 5685 5685 13977 0 -1 4202560 13299 0 0 0 1920 29 0 0 20 0 15 0 110564161 14316269568 718295 18446744073709551615 4194304 4196468 140729683090720 139932567446592 139932205123258 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5689] ppid=5685 vsize=13980732 memory=1380 CPUtime=1 cores=1,3,5,7
/proc/5687/task/5689/stat : 5689 (java) S 5685 5685 13977 0 -1 1077944384 1046 0 0 0 71 29 0 0 20 0 15 0 110564162 14316269568 718295 18446744073709551615 4194304 4196468 140729683090720 139932520175888 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5690] ppid=5685 vsize=13980732 memory=1380 CPUtime=1.01 cores=1,3,5,7
/proc/5687/task/5690/stat : 5690 (java) S 5685 5685 13977 0 -1 1077944384 1690 0 0 0 71 30 0 0 20 0 15 0 110564162 14316269568 718295 18446744073709551615 4194304 4196468 140729683090720 139932519123344 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5691] ppid=5685 vsize=13980732 memory=1380 CPUtime=1.01 cores=1,3,5,7
/proc/5687/task/5691/stat : 5691 (java) S 5685 5685 13977 0 -1 1077944384 1018 0 0 0 71 30 0 0 20 0 15 0 110564162 14316269568 718295 18446744073709551615 4194304 4196468 140729683090720 139932161206800 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5692] ppid=5685 vsize=13980732 memory=2886920 CPUtime=1 cores=1,3,5,7
/proc/5687/task/5692/stat : 5692 (java) S 5685 5685 13977 0 -1 1077944384 2064 0 0 0 72 28 0 0 20 0 15 0 110564162 14316269568 718295 18446744073709551615 4194304 4196468 140729683090720 139932160154256 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5693] ppid=5685 vsize=13980732 memory=15255943701095573 CPUtime=0.12 cores=1,3,5,7
/proc/5687/task/5693/stat : 5693 (java) S 5685 5685 13977 0 -1 1077944384 3588 0 0 0 12 0 0 0 20 0 15 0 110564163 14316269568 718295 18446744073709551615 4194304 4196468 140729683090720 139931907230192 139932563221122 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5694] ppid=5685 vsize=13980732 memory=6944656592452807316 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5694/stat : 5694 (java) S 5685 5685 13977 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 110564164 14316269568 718295 18446744073709551615 4194304 4196468 140729683090720 139931906176416 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5695] ppid=5685 vsize=13980732 memory=6944656592455350634 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5695/stat : 5695 (java) S 5685 5685 13977 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 110564164 14316269568 718295 18446744073709551615 4194304 4196468 140729683090720 139931905123824 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5696] ppid=5685 vsize=13980732 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5696/stat : 5696 (java) S 5685 5685 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110564167 14316269568 718295 18446744073709551615 4194304 4196468 140729683090720 139931904072400 139932563228571 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5697] ppid=5685 vsize=13980732 memory=-9001734043636558696 CPUtime=2.02 cores=1,3,5,7
/proc/5687/task/5697/stat : 5697 (java) S 5685 5685 13977 0 -1 1077944384 6653 0 0 0 201 1 0 0 20 0 15 0 110564167 14316269568 718295 18446744073709551615 4194304 4196468 140729683090720 139931903018992 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5698] ppid=5685 vsize=13980732 memory=-9181546050914066336 CPUtime=1.82 cores=1,3,5,7
/proc/5687/task/5698/stat : 5698 (java) S 5685 5685 13977 0 -1 1077944384 7727 0 0 0 181 1 0 0 20 0 15 0 110564167 14316269568 718295 18446744073709551615 4194304 4196468 140729683090720 139931901966448 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5699] ppid=5685 vsize=13980732 memory=6944656592455360608 CPUtime=0.75 cores=1,3,5,7
/proc/5687/task/5699/stat : 5699 (java) S 5685 5685 13977 0 -1 1077944384 3970 0 0 0 75 0 0 0 20 0 15 0 110564167 14316269568 718295 18446744073709551615 4194304 4196468 140729683090720 139931900913904 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5700] ppid=5685 vsize=13980732 memory=-7737605734073691286 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5700/stat : 5700 (java) S 5685 5685 13977 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110564167 14316269568 718295 18446744073709551615 4194304 4196468 140729683090720 139931899861600 139932563220181 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
[pid=5687/tid=5701] ppid=5685 vsize=13980732 memory=6944656592455360569 CPUtime=0 cores=1,3,5,7
/proc/5687/task/5701/stat : 5701 (java) S 5685 5685 13977 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 110564171 14316269568 718295 18446744073709551615 4194304 4196468 140729683090720 139931898809136 139932563221122 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
Current children cumulated CPU time: 28.33 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2874560 KiB

[startup+21.0008 s]*
/proc/loadavg: 1.86 1.70 1.71 3/211 5702
/proc/meminfo: memFree=22185524/32770624 swapFree=67108860/67108860
[pid=5685] ppid=5682 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5685/stat : 5685 (xcsp3-exec) S 5682 5685 13977 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 110564152 9740288 345 18446744073709551615 4194304 5098028 140722600734992 140722600733096 139698243580540 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 9 0 0 7196144 7232144 21917696 140722600743290 140722600743493 140722600743493 140722600746987 0
/proc/5685/statm: 2378 345 289 221 0 87 0
[pid=5687] ppid=5685 vsize=13980732 memory=2873384 CPUtime=28.6 cores=1,3,5,7
/proc/5687/stat : 5687 (java) S 5685 5685 13977 0 -1 1077944320 42458 0 0 0 2705 155 0 0 20 0 15 0 110564161 14316269568 718346 18446744073709551615 4194304 4196468 140729683090720 140729683073264 139932563209975 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 18800640 140729683091889 140729683092065 140729683092065 140729683095503 0
/proc/5687/statm: 3495183 718346 3250 1 0 3483476 0
[pid=5687/tid=5692] ppid=5685 vsize=0 memory=29678448712876256 CPUtime=1 cores=1,3,5,7
/proc/5687/task/5692/stat : 5692 (java) R 5685 5685 13977 0 -1 4203588 2064 0 0 0 72 28 0 0 20 0 2 0 110564162 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time: 28.6 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2874764 KiB

Child status: 0
Real time (s): 21.0263
CPU time (s): 28.6285
CPU user time (s): 27.0559
CPU system time (s): 1.57256
CPU usage (%): 136.155
Max. virtual memory (cumulated for all children) (KiB): 13992304
Max. memory (cumulated for all children) (KiB): 2888372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.0559
system time used= 1.57256
maximum resident set size= 2886992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43021
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3648
involuntary context switches= 93


# summary of solver processes directly reported to runsolver:
#   pid: 5685
#   total CPU time (s): 28.6285
#   total CPU user time (s): 27.0559
#   total CPU system time (s): 1.57256

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.182271 second user time and 0.234757 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-20 11:29:39
IDJOB=4284076
IDBENCH=138504
IDSOLVER=2679
FILE ID=node124/4284076-1503222235
RUNJOBID= node124-1503172076-28737
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-ewddr2-3.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-4284076-1503222235/watcher-4284076-1503222235 -o /tmp/evaluation-result-4284076-1503222235/solver-4284076-1503222235 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1503172076-28737 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 15488467 HOME/instance-4284076-1503222235.xml

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

MD5SUM BENCH= 5ef074aeb11af1fe72f101ddf8b307c4
RANDOM SEED=15488467

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:        25052776 kB
MemAvailable:   25713640 kB
Buffers:          298012 kB
Cached:           663604 kB
SwapCached:            0 kB
Active:          6858000 kB
Inactive:         395216 kB
Active(anon):    6244040 kB
Inactive(anon):    97332 kB
Active(file):     613960 kB
Inactive(file):   297884 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7864 kB
Writeback:             0 kB
AnonPages:       6291392 kB
Mapped:            71608 kB
Shmem:             49896 kB
Slab:             157020 kB
SReclaimable:     129708 kB
SUnreclaim:        27312 kB
KernelStack:        3456 kB
PageTables:        17380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8521880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6166528 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= 62012 MiB
End job on node124 at 2017-08-20 11:30:00