Trace number 4292612

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.7 seq (493a269)SAT 3.27193 1.41423

General information on the benchmark

NameFrb/
frb-30-15-1_c18.xml
MD5SUM57df4fffa2265f6a33845f4cc7b1783a
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.157675
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints284
Number of domains1
Minimum domain size15
Maximum domain size15
Distribution of domain sizes[{"size":15,"count":30}]
Minimum variable degree11
Maximum variable degree28
Distribution of variable degrees[{"degree":11,"count":1},{"degree":12,"count":1},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":16,"count":3},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":3},{"degree":21,"count":8},{"degree":22,"count":2},{"degree":23,"count":1},{"degree":24,"count":1},{"degree":28,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":284}]
Number of extensional constraints284
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":284}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292612-1532582652.xml"  -tl '2400s' -p 1 -x 0
0.11/0.18	c Choco 493a269
0.11/0.18	c [HOME/instance-4292612-1532582652.xml, -tl, 2400s, -p, 1, -x, 0]
0.32/0.25	c simple solver
0.41/0.44	c parse instance...
1.19/0.78	c solve instance...
3.25/1.40	s SATISFIABLE
3.25/1.40	v <instantiation>
3.25/1.40	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] </list>
3.25/1.40	v 	<values>4 3 1 9 13 2 6 8 1 0 8 1 5 9 0 1 1 12 9 8 13 13 5 5 3 8 5 5 5 9 </values>
3.25/1.40	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 (9605 MiB free)
  memory of node 1: 16384 MiB (12919 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292612-1532582652/watcher-4292612-1532582652 -o /tmp/evaluation-result-4292612-1532582652/solver-4292612-1532582652 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532582652-2306 --watchdog 2560 HOME/xcsp3-exec -seed 530472144 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292612-1532582652.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=2334, runsolver pid=2329

[startup+0.100062 s]*
/proc/loadavg: 0.00 0.01 0.05 4/220 2368
/proc/meminfo: memFree=23033452/32770624 swapFree=67108860/67108860
[pid=2334] ppid=2329 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2334/stat : 2334 (xcsp3-exec) S 2329 2334 2275 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828470 115843072 364 33554432000 4194304 5098028 140720619710112 140720619708216 139908002681468 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9904128 140720619713595 140720619713796 140720619713796 140720619716554 0
/proc/2334/statm: 28282 364 306 221 0 87 0
[pid=2339] ppid=2334 vsize=14082840 memory=28636 CPUtime=0.11 cores=0,2,4,6
/proc/2339/stat : 2339 (java) S 2334 2334 2275 0 -1 1077944320 5460 0 0 0 10 1 0 0 20 0 15 0 75828470 14420828160 7159 33554432000 4194304 4196468 140732365019984 140732365002528 140702453227255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
/proc/2339/statm: 3520710 7159 3014 1 0 3483008 0
[pid=2339/tid=2341] ppid=2334 vsize=14082840 memory=-7812800577974661517 CPUtime=0.08 cores=0,2,4,6
/proc/2339/task/2341/stat : 2341 (java) R 2334 2334 2275 0 -1 4202560 3462 0 0 0 8 0 0 0 20 0 15 0 75828471 14420828160 7159 33554432000 4194304 4196468 140732365019984 140702457456672 140702453249181 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2344] ppid=2334 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2344/stat : 2344 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828472 14420828160 7159 33554432000 4194304 4196468 140732365019984 140702049114896 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2346] ppid=2334 vsize=14082840 memory=140620464133760 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2346/stat : 2346 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828472 14420828160 7159 33554432000 4194304 4196468 140732365019984 140702048062352 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2348] ppid=2334 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2348/stat : 2348 (java) S 2334 2334 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828472 14420828160 7159 33554432000 4194304 4196468 140732365019984 140702047009808 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2350] ppid=2334 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2350/stat : 2350 (java) S 2334 2334 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828472 14420828160 7159 33554432000 4194304 4196468 140732365019984 140702045957264 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2352] ppid=2334 vsize=14082840 memory=140620464133760 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2352/stat : 2352 (java) S 2334 2334 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828473 14420828160 7159 33554432000 4194304 4196468 140732365019984 140701994538992 140702453238402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2353] ppid=2334 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2353/stat : 2353 (java) S 2334 2334 2275 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828473 14420828160 7159 33554432000 4194304 4196468 140732365019984 140701993485216 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2355] ppid=2334 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2355/stat : 2355 (java) S 2334 2334 2275 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828474 14420828160 7159 33554432000 4194304 4196468 140732365019984 140701992432624 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2358] ppid=2334 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2358/stat : 2358 (java) S 2334 2334 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828476 14420828160 7159 33554432000 4194304 4196468 140732365019984 140701991381200 140702453245851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2360] ppid=2334 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2360/stat : 2360 (java) S 2334 2334 2275 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 15 0 75828476 14420828160 7159 33554432000 4194304 4196468 140732365019984 140701990328816 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2362] ppid=2334 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2362/stat : 2362 (java) S 2334 2334 2275 0 -1 1077944384 392 0 0 0 0 0 0 0 20 0 15 0 75828476 14420828160 7159 33554432000 4194304 4196468 140732365019984 140701989276272 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2364] ppid=2334 vsize=14082840 memory=140620464133760 CPUtime=0.01 cores=0,2,4,6
/proc/2339/task/2364/stat : 2364 (java) S 2334 2334 2275 0 -1 1077944384 279 0 0 0 1 0 0 0 20 0 15 0 75828476 14420828160 7159 33554432000 4194304 4196468 140732365019984 140701920652016 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2366] ppid=2334 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2366/stat : 2366 (java) S 2334 2334 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828477 14420828160 7159 33554432000 4194304 4196468 140732365019984 140701919599712 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2367] ppid=2334 vsize=14082840 memory=140620464133760 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2367/stat : 2367 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828477 14420828160 7159 33554432000 4194304 4196468 140732365019984 140701918546224 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30092 KiB

[startup+0.210689 s]*
/proc/loadavg: 0.00 0.01 0.05 7/220 2368
/proc/meminfo: memFree=23010860/32770624 swapFree=67108860/67108860
[pid=2334] ppid=2329 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2334/stat : 2334 (xcsp3-exec) S 2329 2334 2275 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828470 115843072 364 33554432000 4194304 5098028 140720619710112 140720619708216 139908002681468 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9904128 140720619713595 140720619713796 140720619713796 140720619716554 0
/proc/2334/statm: 28282 364 306 221 0 87 0
[pid=2339] ppid=2334 vsize=14082840 memory=40772 CPUtime=0.32 cores=0,2,4,6
/proc/2339/stat : 2339 (java) S 2334 2334 2275 0 -1 1077944320 8212 0 0 0 30 2 0 0 20 0 15 0 75828470 14420828160 10193 33554432000 4194304 4196468 140732365019984 140732365002528 140702453227255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
/proc/2339/statm: 3520710 10193 3173 1 0 3483008 0
[pid=2339/tid=2341] ppid=2334 vsize=14082840 memory=7883960649037381690 CPUtime=0.18 cores=0,2,4,6
/proc/2339/task/2341/stat : 2341 (java) D 2334 2334 2275 0 -1 4202560 5324 0 0 0 17 1 0 0 20 0 15 0 75828471 14420828160 10193 33554432000 4194304 4196468 140732365019984 140702457458112 140702453249181 0 4 0 16800975 18446744071580419588 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2344] ppid=2334 vsize=14082840 memory=14649 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2344/stat : 2344 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828472 14420828160 10193 33554432000 4194304 4196468 140732365019984 140702049114896 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2346] ppid=2334 vsize=14082840 memory=140620464157445 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2346/stat : 2346 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828472 14420828160 10193 33554432000 4194304 4196468 140732365019984 140702048062352 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2348] ppid=2334 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2348/stat : 2348 (java) S 2334 2334 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828472 14420828160 10193 33554432000 4194304 4196468 140732365019984 140702047009808 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2350] ppid=2334 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2350/stat : 2350 (java) S 2334 2334 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828472 14420828160 10193 33554432000 4194304 4196468 140732365019984 140702045957264 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2352] ppid=2334 vsize=14082840 memory=140620464133760 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2352/stat : 2352 (java) S 2334 2334 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828473 14420828160 10193 33554432000 4194304 4196468 140732365019984 140701994538992 140702453238402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2353] ppid=2334 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2353/stat : 2353 (java) S 2334 2334 2275 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828473 14420828160 10193 33554432000 4194304 4196468 140732365019984 140701993485216 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2355] ppid=2334 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2355/stat : 2355 (java) S 2334 2334 2275 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828474 14420828160 10193 33554432000 4194304 4196468 140732365019984 140701992432624 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2358] ppid=2334 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2358/stat : 2358 (java) S 2334 2334 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828476 14420828160 10193 33554432000 4194304 4196468 140732365019984 140701991381200 140702453245851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2360] ppid=2334 vsize=14082840 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2339/task/2360/stat : 2360 (java) S 2334 2334 2275 0 -1 1077944384 62 0 0 0 1 0 0 0 20 0 15 0 75828476 14420828160 10193 33554432000 4194304 4196468 140732365019984 140701990328816 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2362] ppid=2334 vsize=14082840 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/2339/task/2362/stat : 2362 (java) S 2334 2334 2275 0 -1 1077944384 714 0 0 0 3 0 0 0 20 0 15 0 75828476 14420828160 10193 33554432000 4194304 4196468 140732365019984 140701989276272 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2364] ppid=2334 vsize=14082840 memory=140620464133760 CPUtime=0.07 cores=0,2,4,6
/proc/2339/task/2364/stat : 2364 (java) S 2334 2334 2275 0 -1 1077944384 806 0 0 0 7 0 0 0 20 0 15 0 75828476 14420828160 10193 33554432000 4194304 4196468 140732365019984 140701920652016 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2366] ppid=2334 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2366/stat : 2366 (java) S 2334 2334 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828477 14420828160 10193 33554432000 4194304 4196468 140732365019984 140701919599712 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2367] ppid=2334 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2367/stat : 2367 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828477 14420828160 10193 33554432000 4194304 4196468 140732365019984 140701918546224 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 42228 KiB

[startup+0.31076 s]*
/proc/loadavg: 0.00 0.01 0.05 2/220 2368
/proc/meminfo: memFree=23008240/32770624 swapFree=67108860/67108860
[pid=2334] ppid=2329 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2334/stat : 2334 (xcsp3-exec) S 2329 2334 2275 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828470 115843072 364 33554432000 4194304 5098028 140720619710112 140720619708216 139908002681468 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9904128 140720619713595 140720619713796 140720619713796 140720619716554 0
/proc/2334/statm: 28282 364 306 221 0 87 0
[pid=2339] ppid=2334 vsize=14082840 memory=40960 CPUtime=0.34 cores=0,2,4,6
/proc/2339/stat : 2339 (java) S 2334 2334 2275 0 -1 1077944320 8293 0 0 0 32 2 0 0 20 0 15 0 75828470 14420828160 10240 33554432000 4194304 4196468 140732365019984 140732365002528 140702453227255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
/proc/2339/statm: 3520710 10240 3173 1 0 3483008 0
[pid=2339/tid=2341] ppid=2334 vsize=14082840 memory=1399051139730258233 CPUtime=0.19 cores=0,2,4,6
/proc/2339/task/2341/stat : 2341 (java) D 2334 2334 2275 0 -1 1077944384 5395 0 0 0 18 1 0 0 20 0 15 0 75828471 14420828160 10240 33554432000 4194304 4196468 140732365019984 140702457451240 140702445905269 0 4 0 16800975 18446744072101641764 0 0 -1 4 0 0 4 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2344] ppid=2334 vsize=14082840 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2344/stat : 2344 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828472 14420828160 10240 33554432000 4194304 4196468 140732365019984 140702049114896 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2346] ppid=2334 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2346/stat : 2346 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828472 14420828160 10240 33554432000 4194304 4196468 140732365019984 140702048062352 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2348] ppid=2334 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2348/stat : 2348 (java) S 2334 2334 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828472 14420828160 10240 33554432000 4194304 4196468 140732365019984 140702047009808 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2350] ppid=2334 vsize=14082840 memory=-2245088631185882904 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2350/stat : 2350 (java) S 2334 2334 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828472 14420828160 10240 33554432000 4194304 4196468 140732365019984 140702045957264 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2352] ppid=2334 vsize=14082840 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2352/stat : 2352 (java) S 2334 2334 2275 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 75828473 14420828160 10240 33554432000 4194304 4196468 140732365019984 140701994538992 140702453238402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2353] ppid=2334 vsize=14082840 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2353/stat : 2353 (java) S 2334 2334 2275 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828473 14420828160 10240 33554432000 4194304 4196468 140732365019984 140701993485216 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2355] ppid=2334 vsize=14082840 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2355/stat : 2355 (java) S 2334 2334 2275 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828474 14420828160 10240 33554432000 4194304 4196468 140732365019984 140701992432624 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2358] ppid=2334 vsize=14082840 memory=-4051592751533505334 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2358/stat : 2358 (java) S 2334 2334 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828476 14420828160 10240 33554432000 4194304 4196468 140732365019984 140701991381200 140702453245851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2360] ppid=2334 vsize=14082840 memory=7450406696424733345 CPUtime=0.01 cores=0,2,4,6
/proc/2339/task/2360/stat : 2360 (java) S 2334 2334 2275 0 -1 1077944384 62 0 0 0 1 0 0 0 20 0 15 0 75828476 14420828160 10240 33554432000 4194304 4196468 140732365019984 140701990328816 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2362] ppid=2334 vsize=14082840 memory=6944938067432061290 CPUtime=0.03 cores=0,2,4,6
/proc/2339/task/2362/stat : 2362 (java) S 2334 2334 2275 0 -1 1077944384 714 0 0 0 3 0 0 0 20 0 15 0 75828476 14420828160 10240 33554432000 4194304 4196468 140732365019984 140701989276272 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2364] ppid=2334 vsize=14082840 memory=-6374957858630779283 CPUtime=0.08 cores=0,2,4,6
/proc/2339/task/2364/stat : 2364 (java) S 2334 2334 2275 0 -1 1077944384 812 0 0 0 8 0 0 0 20 0 15 0 75828476 14420828160 10240 33554432000 4194304 4196468 140732365019984 140701920652016 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2366] ppid=2334 vsize=14082840 memory=-7465405268641471099 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2366/stat : 2366 (java) S 2334 2334 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828477 14420828160 10240 33554432000 4194304 4196468 140732365019984 140701919599712 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2367] ppid=2334 vsize=14082840 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2367/stat : 2367 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828477 14420828160 10240 33554432000 4194304 4196468 140732365019984 140701918546224 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 42416 KiB

[startup+0.701813 s]
/proc/loadavg: 0.00 0.01 0.05 8/220 2368
/proc/meminfo: memFree=22987332/32770624 swapFree=67108860/67108860
[pid=2334] ppid=2329 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2334/stat : 2334 (xcsp3-exec) S 2329 2334 2275 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828470 115843072 364 33554432000 4194304 5098028 140720619710112 140720619708216 139908002681468 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9904128 140720619713595 140720619713796 140720619713796 140720619716554 0
/proc/2334/statm: 28282 364 306 221 0 87 0
[pid=2339] ppid=2334 vsize=14089220 memory=82116 CPUtime=1.19 cores=0,2,4,6
/proc/2339/stat : 2339 (java) S 2334 2334 2275 0 -1 1077944320 12077 0 0 0 115 4 0 0 20 0 15 0 75828470 14427361280 20529 33554432000 4194304 4196468 140732365019984 140732365002528 140702453227255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
/proc/2339/statm: 3522305 20529 3316 1 0 3483520 0
[pid=2339/tid=2341] ppid=2334 vsize=14089220 memory=57 CPUtime=0.52 cores=0,2,4,6
/proc/2339/task/2341/stat : 2341 (java) R 2334 2334 2275 0 -1 1077944384 6544 0 0 0 49 3 0 0 20 0 15 0 75828471 14427361280 20529 33554432000 4194304 4196468 140732365019984 140702457447184 140702453237461 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2344] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2344/stat : 2344 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828472 14427361280 20529 33554432000 4194304 4196468 140732365019984 140702049114896 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2346] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2346/stat : 2346 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828472 14427361280 20529 33554432000 4194304 4196468 140732365019984 140702048062352 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2348] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2348/stat : 2348 (java) S 2334 2334 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828472 14427361280 20529 33554432000 4194304 4196468 140732365019984 140702047009808 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2350] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2350/stat : 2350 (java) S 2334 2334 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828472 14427361280 20529 33554432000 4194304 4196468 140732365019984 140702045957264 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2352] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2352/stat : 2352 (java) S 2334 2334 2275 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 75828473 14427361280 20529 33554432000 4194304 4196468 140732365019984 140701994538992 140702453238402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2353] ppid=2334 vsize=14089220 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2353/stat : 2353 (java) S 2334 2334 2275 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828473 14427361280 20529 33554432000 4194304 4196468 140732365019984 140701993485216 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2355] ppid=2334 vsize=14089220 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2355/stat : 2355 (java) S 2334 2334 2275 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828474 14427361280 20529 33554432000 4194304 4196468 140732365019984 140701992432624 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2358] ppid=2334 vsize=14089220 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2358/stat : 2358 (java) S 2334 2334 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828476 14427361280 20529 33554432000 4194304 4196468 140732365019984 140701991381200 140702453245851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2360] ppid=2334 vsize=14089220 memory=12040 CPUtime=0.16 cores=0,2,4,6
/proc/2339/task/2360/stat : 2360 (java) R 2334 2334 2275 0 -1 4202560 1027 0 0 0 16 0 0 0 20 0 15 0 75828476 14427361280 20529 33554432000 4194304 4196468 140732365019984 140701990315664 140702453248602 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2362] ppid=2334 vsize=14089220 memory=1696 CPUtime=0.21 cores=0,2,4,6
/proc/2339/task/2362/stat : 2362 (java) R 2334 2334 2275 0 -1 4202560 1418 0 0 0 21 0 0 0 20 0 15 0 75828476 14427361280 20529 33554432000 4194304 4196468 140732365019984 140701989269296 140702437130312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2364] ppid=2334 vsize=14089220 memory=8532 CPUtime=0.28 cores=0,2,4,6
/proc/2339/task/2364/stat : 2364 (java) S 2334 2334 2275 0 -1 1077944384 1778 0 0 0 28 0 0 0 20 0 15 0 75828476 14427361280 20529 33554432000 4194304 4196468 140732365019984 140701920646400 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2366] ppid=2334 vsize=14089220 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2366/stat : 2366 (java) S 2334 2334 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828477 14427361280 20529 33554432000 4194304 4196468 140732365019984 140701919599712 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2367] ppid=2334 vsize=14089220 memory=15868 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2367/stat : 2367 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828477 14427361280 20529 33554432000 4194304 4196468 140732365019984 140701918546224 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 83572 KiB

[startup+1.41417 s]
# the end of solver process 2334 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.19992 s, system=0.072008 s

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

[startup+0.801024 s]
/proc/loadavg: 0.00 0.01 0.05 8/220 2368
/proc/meminfo: memFree=22987332/32770624 swapFree=67108860/67108860
[pid=2334] ppid=2329 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2334/stat : 2334 (xcsp3-exec) S 2329 2334 2275 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828470 115843072 364 33554432000 4194304 5098028 140720619710112 140720619708216 139908002681468 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9904128 140720619713595 140720619713796 140720619713796 140720619716554 0
/proc/2334/statm: 28282 364 306 221 0 87 0
[pid=2339] ppid=2334 vsize=14089220 memory=90032 CPUtime=1.51 cores=0,2,4,6
/proc/2339/stat : 2339 (java) S 2334 2334 2275 0 -1 1077944320 12624 0 0 0 146 5 0 0 20 0 15 0 75828470 14427361280 22508 33554432000 4194304 4196468 140732365019984 140732365002528 140702453227255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
/proc/2339/statm: 3522305 22508 3333 1 0 3483520 0
[pid=2339/tid=2341] ppid=2334 vsize=14089220 memory=18292 CPUtime=0.61 cores=0,2,4,6
/proc/2339/task/2341/stat : 2341 (java) R 2334 2334 2275 0 -1 4202560 6813 0 0 0 58 3 0 0 20 0 15 0 75828471 14427361280 22508 33554432000 4194304 4196468 140732365019984 140702457466416 140702436403838 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2344] ppid=2334 vsize=14089220 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2344/stat : 2344 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828472 14427361280 22508 33554432000 4194304 4196468 140732365019984 140702049114896 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2346] ppid=2334 vsize=14089220 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2346/stat : 2346 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828472 14427361280 22508 33554432000 4194304 4196468 140732365019984 140702048062352 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2348] ppid=2334 vsize=14089220 memory=644 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2348/stat : 2348 (java) S 2334 2334 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828472 14427361280 22508 33554432000 4194304 4196468 140732365019984 140702047009808 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2350] ppid=2334 vsize=14089220 memory=22768 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2350/stat : 2350 (java) S 2334 2334 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828472 14427361280 22508 33554432000 4194304 4196468 140732365019984 140702045957264 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2352] ppid=2334 vsize=14089220 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2352/stat : 2352 (java) S 2334 2334 2275 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 75828473 14427361280 22508 33554432000 4194304 4196468 140732365019984 140701994538992 140702453238402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2353] ppid=2334 vsize=14089220 memory=2448 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2353/stat : 2353 (java) S 2334 2334 2275 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828473 14427361280 22508 33554432000 4194304 4196468 140732365019984 140701993485216 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2355] ppid=2334 vsize=14089220 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2355/stat : 2355 (java) S 2334 2334 2275 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828474 14427361280 22508 33554432000 4194304 4196468 140732365019984 140701992432624 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2358] ppid=2334 vsize=14089220 memory=792 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2358/stat : 2358 (java) S 2334 2334 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828476 14427361280 22508 33554432000 4194304 4196468 140732365019984 140701991381200 140702453245851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2360] ppid=2334 vsize=14089220 memory=1228 CPUtime=0.23 cores=0,2,4,6
/proc/2339/task/2360/stat : 2360 (java) R 2334 2334 2275 0 -1 4202560 1093 0 0 0 23 0 0 0 20 0 15 0 75828476 14427361280 22508 33554432000 4194304 4196468 140732365019984 140701990328000 140702436702496 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2362] ppid=2334 vsize=14089220 memory=1948 CPUtime=0.28 cores=0,2,4,6
/proc/2339/task/2362/stat : 2362 (java) S 2334 2334 2275 0 -1 1077944384 1456 0 0 0 28 0 0 0 20 0 15 0 75828476 14427361280 22508 33554432000 4194304 4196468 140732365019984 140701989276272 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2364] ppid=2334 vsize=14089220 memory=5524 CPUtime=0.35 cores=0,2,4,6
/proc/2339/task/2364/stat : 2364 (java) R 2334 2334 2275 0 -1 1077944384 1952 0 0 0 35 0 0 0 20 0 15 0 75828476 14427361280 22508 33554432000 4194304 4196468 140732365019984 140701920647968 140702453237461 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2366] ppid=2334 vsize=14089220 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2366/stat : 2366 (java) S 2334 2334 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828477 14427361280 22508 33554432000 4194304 4196468 140732365019984 140701919599712 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2367] ppid=2334 vsize=14089220 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2367/stat : 2367 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828477 14427361280 22508 33554432000 4194304 4196468 140732365019984 140701918546224 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
Current children cumulated CPU time: 1.51 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 91488 KiB

[startup+1.20073 s]
/proc/loadavg: 0.00 0.01 0.05 10/220 2368
/proc/meminfo: memFree=22860916/32770624 swapFree=67108860/67108860
[pid=2334] ppid=2329 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2334/stat : 2334 (xcsp3-exec) S 2329 2334 2275 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828470 115843072 364 33554432000 4194304 5098028 140720619710112 140720619708216 139908002681468 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9904128 140720619713595 140720619713796 140720619713796 140720619716554 0
/proc/2334/statm: 28282 364 306 221 0 87 0
[pid=2339] ppid=2334 vsize=14089220 memory=110532 CPUtime=2.74 cores=0,2,4,6
/proc/2339/stat : 2339 (java) S 2334 2334 2275 0 -1 1077944320 19312 0 1 0 268 6 0 0 20 0 15 0 75828470 14427361280 27633 33554432000 4194304 4196468 140732365019984 140732365002528 140702453227255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
/proc/2339/statm: 3522305 27633 3339 1 0 3483520 0
[pid=2339/tid=2341] ppid=2334 vsize=14089220 memory=0 CPUtime=1.01 cores=0,2,4,6
/proc/2339/task/2341/stat : 2341 (java) R 2334 2334 2275 0 -1 4202560 6943 0 0 0 98 3 0 0 20 0 15 0 75828471 14427361280 27633 33554432000 4194304 4196468 140732365019984 140702457462784 140702076498026 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2344] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2344/stat : 2344 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828472 14427361280 27633 33554432000 4194304 4196468 140732365019984 140702049114896 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2346] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2346/stat : 2346 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828472 14427361280 27633 33554432000 4194304 4196468 140732365019984 140702048062352 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2348] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2348/stat : 2348 (java) S 2334 2334 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828472 14427361280 27633 33554432000 4194304 4196468 140732365019984 140702047009808 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2350] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2350/stat : 2350 (java) S 2334 2334 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828472 14427361280 27633 33554432000 4194304 4196468 140732365019984 140702045957264 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2352] ppid=2334 vsize=14089220 memory=-2247047206207641111 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2352/stat : 2352 (java) S 2334 2334 2275 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 75828473 14427361280 27633 33554432000 4194304 4196468 140732365019984 140701994538992 140702453238402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2353] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2353/stat : 2353 (java) S 2334 2334 2275 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828473 14427361280 27633 33554432000 4194304 4196468 140732365019984 140701993485216 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2355] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2355/stat : 2355 (java) S 2334 2334 2275 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828474 14427361280 27633 33554432000 4194304 4196468 140732365019984 140701992432624 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2358] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2358/stat : 2358 (java) S 2334 2334 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828476 14427361280 27633 33554432000 4194304 4196468 140732365019984 140701991381200 140702453245851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2360] ppid=2334 vsize=14089220 memory=0 CPUtime=0.61 cores=0,2,4,6
/proc/2339/task/2360/stat : 2360 (java) R 2334 2334 2275 0 -1 4202560 3976 0 1 0 60 1 0 0 20 0 15 0 75828476 14427361280 27633 33554432000 4194304 4196468 140732365019984 140701990322008 140702438127563 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2362] ppid=2334 vsize=14089220 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/2339/task/2362/stat : 2362 (java) R 2334 2334 2275 0 -1 4202560 4115 0 0 0 66 0 0 0 20 0 15 0 75828476 14427361280 27633 33554432000 4194304 4196468 140732365019984 140701989266064 140702434748440 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2364] ppid=2334 vsize=14089220 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/2339/task/2364/stat : 2364 (java) S 2334 2334 2275 0 -1 1077944384 2968 0 0 0 42 0 0 0 20 0 15 0 75828476 14427361280 27633 33554432000 4194304 4196468 140732365019984 140701920652016 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2366] ppid=2334 vsize=14089220 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2366/stat : 2366 (java) S 2334 2334 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828477 14427361280 27633 33554432000 4194304 4196468 140732365019984 140701919599712 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2367] ppid=2334 vsize=14089220 memory=288230596050944315 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2367/stat : 2367 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828477 14427361280 27633 33554432000 4194304 4196468 140732365019984 140701918546224 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 111988 KiB

[startup+1.4007 s]
/proc/loadavg: 0.00 0.01 0.05 10/220 2368
/proc/meminfo: memFree=22860916/32770624 swapFree=67108860/67108860
[pid=2334] ppid=2329 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/2334/stat : 2334 (xcsp3-exec) S 2329 2334 2275 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 75828470 115843072 364 33554432000 4194304 5098028 140720619710112 140720619708216 139908002681468 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9904128 140720619713595 140720619713796 140720619713796 140720619716554 0
/proc/2334/statm: 28282 364 306 221 0 87 0
[pid=2339] ppid=2334 vsize=14089220 memory=112948 CPUtime=3.25 cores=0,2,4,6
/proc/2339/stat : 2339 (java) S 2334 2334 2275 0 -1 1077944320 21462 0 1 0 319 6 0 0 20 0 15 0 75828470 14427361280 28237 33554432000 4194304 4196468 140732365019984 140732365002528 140702453227255 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
/proc/2339/statm: 3522305 28237 3340 1 0 3483520 0
[pid=2339/tid=2341] ppid=2334 vsize=14089220 memory=0 CPUtime=1.21 cores=0,2,4,6
/proc/2339/task/2341/stat : 2341 (java) R 2334 2334 2275 0 -1 4202560 7033 0 0 0 118 3 0 0 20 0 15 0 75828471 14427361280 28237 33554432000 4194304 4196468 140732365019984 140702457464608 140702076404218 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2344] ppid=2334 vsize=14089220 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2344/stat : 2344 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828472 14427361280 28237 33554432000 4194304 4196468 140732365019984 140702049114896 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2346] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2346/stat : 2346 (java) S 2334 2334 2275 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 75828472 14427361280 28237 33554432000 4194304 4196468 140732365019984 140702048062352 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2348] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2348/stat : 2348 (java) S 2334 2334 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828472 14427361280 28237 33554432000 4194304 4196468 140732365019984 140702047009808 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2350] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2350/stat : 2350 (java) S 2334 2334 2275 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 75828472 14427361280 28237 33554432000 4194304 4196468 140732365019984 140702045957264 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2352] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2352/stat : 2352 (java) S 2334 2334 2275 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 75828473 14427361280 28237 33554432000 4194304 4196468 140732365019984 140701994538992 140702453238402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2353] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2353/stat : 2353 (java) S 2334 2334 2275 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 75828473 14427361280 28237 33554432000 4194304 4196468 140732365019984 140701993485216 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2355] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2355/stat : 2355 (java) S 2334 2334 2275 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 75828474 14427361280 28237 33554432000 4194304 4196468 140732365019984 140701992432624 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2358] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2358/stat : 2358 (java) S 2334 2334 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828476 14427361280 28237 33554432000 4194304 4196468 140732365019984 140701991381200 140702453245851 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2360] ppid=2334 vsize=14089220 memory=0 CPUtime=0.75 cores=0,2,4,6
/proc/2339/task/2360/stat : 2360 (java) S 2334 2334 2275 0 -1 1077944384 4848 0 1 0 74 1 0 0 20 0 15 0 75828476 14427361280 28237 33554432000 4194304 4196468 140732365019984 140701990328816 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2362] ppid=2334 vsize=14089220 memory=-1 CPUtime=0.8 cores=0,2,4,6
/proc/2339/task/2362/stat : 2362 (java) S 2334 2334 2275 0 -1 1077944384 4978 0 0 0 80 0 0 0 20 0 15 0 75828476 14427361280 28237 33554432000 4194304 4196468 140732365019984 140701989276272 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2364] ppid=2334 vsize=14089220 memory=0 CPUtime=0.45 cores=0,2,4,6
/proc/2339/task/2364/stat : 2364 (java) S 2334 2334 2275 0 -1 1077944384 3291 0 0 0 45 0 0 0 20 0 15 0 75828476 14427361280 28237 33554432000 4194304 4196468 140732365019984 140701920652016 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2366] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2366/stat : 2366 (java) S 2334 2334 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828477 14427361280 28237 33554432000 4194304 4196468 140732365019984 140701919599712 140702453237461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
[pid=2339/tid=2367] ppid=2334 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2339/task/2367/stat : 2367 (java) S 2334 2334 2275 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 75828477 14427361280 28237 33554432000 4194304 4196468 140732365019984 140701918546224 140702453238402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18014208 140732365022337 140732365022513 140732365022513 140732365025231 0
Current children cumulated CPU time: 3.25 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 114404 KiB

Child status: 0
Real time (s): 1.41423
CPU time (s): 3.27193
CPU user time (s): 3.19992
CPU system time (s): 0.072008
CPU usage (%): 231.357
Max. virtual memory (cumulated for all children) (KiB): 14202348
Max. memory (cumulated for all children) (KiB): 114404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.19992
system time used= 0.072008
maximum resident set size= 115420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22449
page faults= 1
swaps= 0
block input operations= 480
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1927
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 2334
#   total CPU time (s): 3.27193
#   total CPU user time (s): 3.19992
#   total CPU system time (s): 0.072008

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030699 second user time and 0.061241 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-26 07:24:12
IDJOB=4292612
IDBENCH=141590
IDSOLVER=2747
FILE ID=node135/4292612-1532582652
RUNJOBID= node135-1532582652-2306
PBS_JOBID= 21021965
Free space on /tmp= 48368 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/Frb/frb-30-15-1_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292612-1532582652/watcher-4292612-1532582652 -o /tmp/evaluation-result-4292612-1532582652/solver-4292612-1532582652 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532582652-2306 --watchdog 2560  HOME/xcsp3-exec -seed 530472144 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292612-1532582652.xml

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

MD5SUM BENCH= 57df4fffa2265f6a33845f4cc7b1783a
RANDOM SEED=530472144

node135.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.50
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.50
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.50
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.50
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:        23067408 kB
MemAvailable:   31928880 kB
Buffers:          191956 kB
Cached:          8851536 kB
SwapCached:            0 kB
Active:          2533660 kB
Inactive:        6562764 kB
Active(anon):       3112 kB
Inactive(anon):    78312 kB
Active(file):    2530548 kB
Inactive(file):  6484452 kB
Unevictable:        7220 kB
Mlocked:            7220 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41164 kB
Writeback:             4 kB
AnonPages:         60544 kB
Mapped:            40080 kB
Shmem:             25248 kB
Slab:             302392 kB
SReclaimable:     274932 kB
SUnreclaim:        27460 kB
KernelStack:        3184 kB
PageTables:         4612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48328 MiB
End job on node135 at 2018-07-26 07:24:15