Trace number 4292325

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 NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7 seq (493a269)SAT (TO)21 2400.08 2392.51

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-9x9_c18.xml
MD5SUMcd5af6f5844e22b939db4ffe1efd4e73
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark0.916551
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints81
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":81}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":28},{"degree":6,"count":49}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":28},{"arity":5,"count":49}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":81}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292325-1532283903.xml"  -tl '2400s' -p 1 -x 0
0.12/0.18	c Choco 493a269
0.12/0.18	c [HOME/instance-4292325-1532283903.xml, -tl, 2400s, -p, 1, -x, 0]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
0.72/0.48	c solve instance...
0.72/0.50	o 24 
3.08/1.22	o 23 
7.70/3.44	o 22 
1370.49/1363.54	o 21 
2400.05/2392.50	s SATISFIABLE
2400.05/2392.50	v <instantiation>
2400.05/2392.50	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] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] </list>
2400.05/2392.50	v 	<values>0 1 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 </values>
2400.05/2392.50	v </instantiation>
2400.05/2392.50	c Unexpected resolution interruption!

Verifier Data

OK	21

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292325-1532283903/watcher-4292325-1532283903 -o /tmp/evaluation-result-4292325-1532283903/solver-4292325-1532283903 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532278959-4650 --watchdog 2560 HOME/xcsp3-exec -seed 375450843 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292325-1532283903.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
solver pid=5439, runsolver pid=5436
Current StackSize limit: 8192 KiB


[startup+0.103199 s]*
/proc/loadavg: 1.87 1.84 1.90 3/217 5455
/proc/meminfo: memFree=20155364/32770624 swapFree=67108860/67108860
[pid=5439] ppid=5436 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5439/stat : 5439 (xcsp3-exec) S 5436 5439 1778 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45953495 115843072 364 33554432000 4194304 5098028 140727639672192 140727639670296 139738238079612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 23007232 140727639680059 140727639680260 140727639680260 140727639683018 0
/proc/5439/statm: 28282 364 306 221 0 87 0
[pid=5441] ppid=5439 vsize=14082840 memory=26912 CPUtime=0.12 cores=0,2,4,6
/proc/5441/stat : 5441 (java) S 5439 5439 1778 0 -1 1077944320 5574 0 0 0 10 2 0 0 20 0 15 0 45953495 14420828160 6728 33554432000 4194304 4196468 140725005934160 140725005916704 140647862284023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
/proc/5441/statm: 3520710 6728 3031 1 0 3483008 0
[pid=5441/tid=5442] ppid=5439 vsize=14082840 memory=8261188996413231963 CPUtime=0.09 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (java) R 5439 5439 1778 0 -1 4202560 3543 0 0 0 8 1 0 0 20 0 15 0 45953495 14420828160 6728 33554432000 4194304 4196468 140725005934160 140647866515712 140647862295958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5443] ppid=5439 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (java) S 5439 5439 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45953496 14420828160 6728 33554432000 4194304 4196468 140725005934160 140647831997456 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5444] ppid=5439 vsize=14082840 memory=139637140215424 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (java) S 5439 5439 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45953496 14420828160 6728 33554432000 4194304 4196468 140725005934160 140647457496208 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5445] ppid=5439 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (java) S 5439 5439 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45953496 14420828160 6728 33554432000 4194304 4196468 140725005934160 140647456443152 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5446] ppid=5439 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (java) S 5439 5439 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45953496 14420828160 6728 33554432000 4194304 4196468 140725005934160 140647455390608 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5447] ppid=5439 vsize=14082840 memory=139637140215424 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (java) S 5439 5439 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45953498 14420828160 6728 33554432000 4194304 4196468 140725005934160 140647043225840 140647862295170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5448] ppid=5439 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (java) S 5439 5439 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45953498 14420828160 6728 33554432000 4194304 4196468 140725005934160 140647042172064 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5449] ppid=5439 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (java) S 5439 5439 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45953498 14420828160 6728 33554432000 4194304 4196468 140725005934160 140647041118960 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5450] ppid=5439 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5450/stat : 5450 (java) S 5439 5439 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45953501 14420828160 6728 33554432000 4194304 4196468 140725005934160 140647040067536 140647862302619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5451] ppid=5439 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5451/stat : 5451 (java) S 5439 5439 1778 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 45953501 14420828160 6728 33554432000 4194304 4196468 140725005934160 140647039015664 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5452] ppid=5439 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5452/stat : 5452 (java) S 5439 5439 1778 0 -1 1077944384 276 0 0 0 0 0 0 0 20 0 15 0 45953501 14420828160 6728 33554432000 4194304 4196468 140725005934160 140647037963120 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5453] ppid=5439 vsize=14082840 memory=139637140215424 CPUtime=0.01 cores=0,2,4,6
/proc/5441/task/5453/stat : 5453 (java) R 5439 5439 1778 0 -1 4202560 310 0 0 0 1 0 0 0 20 0 15 0 45953501 14420828160 6728 33554432000 4194304 4196468 140725005934160 140647036910064 140647846364510 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5454] ppid=5439 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5454/stat : 5454 (java) S 5439 5439 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45953501 14420828160 6728 33554432000 4194304 4196468 140725005934160 140647035857760 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5455] ppid=5439 vsize=14082840 memory=139637140215424 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5455/stat : 5455 (java) S 5439 5439 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45953501 14420828160 6728 33554432000 4194304 4196468 140725005934160 140647034804784 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 28368 KiB

[startup+0.210659 s]*
/proc/loadavg: 1.87 1.84 1.90 3/217 5455
/proc/meminfo: memFree=20142888/32770624 swapFree=67108860/67108860
[pid=5439] ppid=5436 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5439/stat : 5439 (xcsp3-exec) S 5436 5439 1778 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45953495 115843072 364 33554432000 4194304 5098028 140727639672192 140727639670296 139738238079612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 23007232 140727639680059 140727639680260 140727639680260 140727639683018 0
/proc/5439/statm: 28282 364 306 221 0 87 0
[pid=5441] ppid=5439 vsize=14082840 memory=40056 CPUtime=0.34 cores=0,2,4,6
/proc/5441/stat : 5441 (java) S 5439 5439 1778 0 -1 1077944320 8515 0 0 0 31 3 0 0 20 0 15 0 45953495 14420828160 10014 33554432000 4194304 4196468 140725005934160 140725005916704 140647862284023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
/proc/5441/statm: 3520710 10014 3180 1 0 3483008 0
[pid=5441/tid=5442] ppid=5439 vsize=14082840 memory=7883960649037381690 CPUtime=0.19 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (java) R 5439 5439 1778 0 -1 4202560 5418 0 0 0 18 1 0 0 20 0 15 0 45953495 14420828160 10014 33554432000 4194304 4196468 140725005934160 140647866521072 140647846364510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5443] ppid=5439 vsize=14082840 memory=11615 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (java) S 5439 5439 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45953496 14420828160 10014 33554432000 4194304 4196468 140725005934160 140647831997456 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5444] ppid=5439 vsize=14082840 memory=3763231601520531104 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (java) S 5439 5439 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45953496 14420828160 10014 33554432000 4194304 4196468 140725005934160 140647457496208 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5445] ppid=5439 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (java) S 5439 5439 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45953496 14420828160 10014 33554432000 4194304 4196468 140725005934160 140647456443152 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5446] ppid=5439 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (java) S 5439 5439 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45953496 14420828160 10014 33554432000 4194304 4196468 140725005934160 140647455390608 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5447] ppid=5439 vsize=14082840 memory=139637140215424 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (java) S 5439 5439 1778 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45953498 14420828160 10014 33554432000 4194304 4196468 140725005934160 140647043225840 140647862295170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5448] ppid=5439 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (java) S 5439 5439 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45953498 14420828160 10014 33554432000 4194304 4196468 140725005934160 140647042172064 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5449] ppid=5439 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (java) S 5439 5439 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45953498 14420828160 10014 33554432000 4194304 4196468 140725005934160 140647041118960 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5450] ppid=5439 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5450/stat : 5450 (java) S 5439 5439 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45953501 14420828160 10014 33554432000 4194304 4196468 140725005934160 140647040067536 140647862302619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5451] ppid=5439 vsize=14082840 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5441/task/5451/stat : 5451 (java) S 5439 5439 1778 0 -1 1077944384 415 0 0 0 3 0 0 0 20 0 15 0 45953501 14420828160 10014 33554432000 4194304 4196468 140725005934160 140647039015664 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5452] ppid=5439 vsize=14082840 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/5441/task/5452/stat : 5452 (java) S 5439 5439 1778 0 -1 1077944384 444 0 0 0 2 0 0 0 20 0 15 0 45953501 14420828160 10014 33554432000 4194304 4196468 140725005934160 140647037963120 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5453] ppid=5439 vsize=14082840 memory=139637140215424 CPUtime=0.07 cores=0,2,4,6
/proc/5441/task/5453/stat : 5453 (java) S 5439 5439 1778 0 -1 1077944384 939 0 0 0 7 0 0 0 20 0 15 0 45953501 14420828160 10014 33554432000 4194304 4196468 140725005934160 140647036910064 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5454] ppid=5439 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5454/stat : 5454 (java) S 5439 5439 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45953501 14420828160 10014 33554432000 4194304 4196468 140725005934160 140647035857760 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5455] ppid=5439 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5455/stat : 5455 (java) S 5439 5439 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45953501 14420828160 10014 33554432000 4194304 4196468 140725005934160 140647034804784 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 41512 KiB

[startup+0.311467 s]*
/proc/loadavg: 1.87 1.84 1.90 4/217 5455
/proc/meminfo: memFree=20136932/32770624 swapFree=67108860/67108860
[pid=5439] ppid=5436 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5439/stat : 5439 (xcsp3-exec) S 5436 5439 1778 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45953495 115843072 364 33554432000 4194304 5098028 140727639672192 140727639670296 139738238079612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 23007232 140727639680059 140727639680260 140727639680260 140727639683018 0
/proc/5439/statm: 28282 364 306 221 0 87 0
[pid=5441] ppid=5439 vsize=14087096 memory=46848 CPUtime=0.51 cores=0,2,4,6
/proc/5441/stat : 5441 (java) S 5439 5439 1778 0 -1 1077944320 9351 0 0 0 48 3 0 0 20 0 15 0 45953495 14425186304 11712 33554432000 4194304 4196468 140725005934160 140725005916704 140647862284023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
/proc/5441/statm: 3521774 11712 3251 1 0 3483008 0
[pid=5441/tid=5442] ppid=5439 vsize=14087096 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (java) R 5439 5439 1778 0 -1 4202560 6081 0 0 0 27 2 0 0 20 0 15 0 45953495 14425186304 11712 33554432000 4194304 4196468 140725005934160 140647866515136 140647846364510 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5443] ppid=5439 vsize=14087096 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (java) S 5439 5439 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45953496 14425186304 11712 33554432000 4194304 4196468 140725005934160 140647831997456 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5444] ppid=5439 vsize=14087096 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (java) S 5439 5439 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45953496 14425186304 11712 33554432000 4194304 4196468 140725005934160 140647457496208 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5445] ppid=5439 vsize=14087096 memory=-6935123839545469842 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (java) S 5439 5439 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45953496 14425186304 11712 33554432000 4194304 4196468 140725005934160 140647456443152 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5446] ppid=5439 vsize=14087096 memory=-6956776531347661416 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (java) S 5439 5439 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45953496 14425186304 11712 33554432000 4194304 4196468 140725005934160 140647455390608 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5447] ppid=5439 vsize=14087096 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (java) S 5439 5439 1778 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45953498 14425186304 11712 33554432000 4194304 4196468 140725005934160 140647043225840 140647862295170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5448] ppid=5439 vsize=14087096 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (java) S 5439 5439 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45953498 14425186304 11712 33554432000 4194304 4196468 140725005934160 140647042172064 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5449] ppid=5439 vsize=14087096 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (java) S 5439 5439 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45953498 14425186304 11712 33554432000 4194304 4196468 140725005934160 140647041118960 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5450] ppid=5439 vsize=14087096 memory=8982046290584177472 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5450/stat : 5450 (java) S 5439 5439 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45953501 14425186304 11712 33554432000 4194304 4196468 140725005934160 140647040067536 140647862302619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5451] ppid=5439 vsize=14087096 memory=8325818968683490714 CPUtime=0.04 cores=0,2,4,6
/proc/5441/task/5451/stat : 5451 (java) S 5439 5439 1778 0 -1 1077944384 437 0 0 0 4 0 0 0 20 0 15 0 45953501 14425186304 11712 33554432000 4194304 4196468 140725005934160 140647039015664 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5452] ppid=5439 vsize=14087096 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/5441/task/5452/stat : 5452 (java) S 5439 5439 1778 0 -1 1077944384 463 0 0 0 3 0 0 0 20 0 15 0 45953501 14425186304 11712 33554432000 4194304 4196468 140725005934160 140647037963120 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5453] ppid=5439 vsize=14087096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/5441/task/5453/stat : 5453 (java) S 5439 5439 1778 0 -1 1077944384 1075 0 0 0 12 0 0 0 20 0 15 0 45953501 14425186304 11712 33554432000 4194304 4196468 140725005934160 140647036910064 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5454] ppid=5439 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5454/stat : 5454 (java) S 5439 5439 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45953501 14425186304 11712 33554432000 4194304 4196468 140725005934160 140647035857760 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5455] ppid=5439 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5455/stat : 5455 (java) S 5439 5439 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45953501 14425186304 11712 33554432000 4194304 4196468 140725005934160 140647034804784 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 48304 KiB

[startup+0.700847 s]
/proc/loadavg: 1.87 1.84 1.90 6/217 5455
/proc/meminfo: memFree=20121240/32770624 swapFree=67108860/67108860
[pid=5439] ppid=5436 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5439/stat : 5439 (xcsp3-exec) S 5436 5439 1778 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45953495 115843072 364 33554432000 4194304 5098028 140727639672192 140727639670296 139738238079612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 23007232 140727639680059 140727639680260 140727639680260 140727639683018 0
/proc/5439/statm: 28282 364 306 221 0 87 0
[pid=5441] ppid=5439 vsize=14089220 memory=77936 CPUtime=1.56 cores=0,2,4,6
/proc/5441/stat : 5441 (java) S 5439 5439 1778 0 -1 1077944320 15732 0 0 0 151 5 0 0 20 0 15 0 45953495 14427361280 19484 33554432000 4194304 4196468 140725005934160 140725005916704 140647862284023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
/proc/5441/statm: 3522305 19484 3339 1 0 3483520 0
[pid=5441/tid=5442] ppid=5439 vsize=14089220 memory=3472328296227679313 CPUtime=0.66 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (java) R 5439 5439 1778 0 -1 4202560 6921 0 0 0 64 2 0 0 20 0 15 0 45953495 14427361280 19484 33554432000 4194304 4196468 140725005934160 140647866522608 140647843690322 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5443] ppid=5439 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (java) S 5439 5439 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45953496 14427361280 19484 33554432000 4194304 4196468 140725005934160 140647831997456 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5444] ppid=5439 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (java) S 5439 5439 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45953496 14427361280 19484 33554432000 4194304 4196468 140725005934160 140647457496208 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5445] ppid=5439 vsize=14089220 memory=15444 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (java) S 5439 5439 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45953496 14427361280 19484 33554432000 4194304 4196468 140725005934160 140647456443152 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5446] ppid=5439 vsize=14089220 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (java) S 5439 5439 1778 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45953496 14427361280 19484 33554432000 4194304 4196468 140725005934160 140647455390608 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5447] ppid=5439 vsize=14089220 memory=2412 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (java) S 5439 5439 1778 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45953498 14427361280 19484 33554432000 4194304 4196468 140725005934160 140647043225840 140647862295170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5448] ppid=5439 vsize=14089220 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (java) S 5439 5439 1778 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45953498 14427361280 19484 33554432000 4194304 4196468 140725005934160 140647042172064 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5449] ppid=5439 vsize=14089220 memory=792 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (java) S 5439 5439 1778 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45953498 14427361280 19484 33554432000 4194304 4196468 140725005934160 140647041118960 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5450] ppid=5439 vsize=14089220 memory=1960 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5450/stat : 5450 (java) S 5439 5439 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45953501 14427361280 19484 33554432000 4194304 4196468 140725005934160 140647040067536 140647862302619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5451] ppid=5439 vsize=14089220 memory=5380 CPUtime=0.28 cores=0,2,4,6
/proc/5441/task/5451/stat : 5451 (java) R 5439 5439 1778 0 -1 4202560 3009 0 0 0 28 0 0 0 20 0 15 0 45953501 14427361280 19484 33554432000 4194304 4196468 140725005934160 140647038996680 140647845815502 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5452] ppid=5439 vsize=14089220 memory=4616 CPUtime=0.28 cores=0,2,4,6
/proc/5441/task/5452/stat : 5452 (java) R 5439 5439 1778 0 -1 4202560 2527 0 0 0 28 0 0 0 20 0 15 0 45953501 14427361280 19484 33554432000 4194304 4196468 140725005934160 140647037944136 140647840301035 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5453] ppid=5439 vsize=14089220 memory=1232 CPUtime=0.3 cores=0,2,4,6
/proc/5441/task/5453/stat : 5453 (java) S 5439 5439 1778 0 -1 1077944384 1967 0 0 0 29 1 0 0 20 0 15 0 45953501 14427361280 19484 33554432000 4194304 4196468 140725005934160 140647036910064 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5454] ppid=5439 vsize=14089220 memory=11964 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5454/stat : 5454 (java) S 5439 5439 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45953501 14427361280 19484 33554432000 4194304 4196468 140725005934160 140647035857760 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5455] ppid=5439 vsize=14089220 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5455/stat : 5455 (java) S 5439 5439 1778 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45953501 14427361280 19484 33554432000 4194304 4196468 140725005934160 140647034804784 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 79392 KiB

[startup+1.50079 s]
/proc/loadavg: 1.87 1.84 1.90 5/217 5455
/proc/meminfo: memFree=20076532/32770624 swapFree=67108860/67108860
[pid=5439] ppid=5436 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5439/stat : 5439 (xcsp3-exec) S 5436 5439 1778 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45953495 115843072 364 33554432000 4194304 5098028 140727639672192 140727639670296 139738238079612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 23007232 140727639680059 140727639680260 140727639680260 140727639683018 0
/proc/5439/statm: 28282 364 306 221 0 87 0

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

/proc/5441/task/5449/stat : 5449 (java) S 5439 5439 1778 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 45953498 14427361280 126667 33554432000 4194304 4196468 140725005934160 140647041118960 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5450] ppid=5439 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5450/stat : 5450 (java) S 5439 5439 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45953501 14427361280 126667 33554432000 4194304 4196468 140725005934160 140647040067536 140647862302619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5451] ppid=5439 vsize=14089220 memory=1456 CPUtime=2.09 cores=0,2,4,6
/proc/5441/task/5451/stat : 5451 (java) S 5439 5439 1778 0 -1 1077944384 18661 0 0 0 207 2 0 0 20 0 15 0 45953501 14427361280 126667 33554432000 4194304 4196468 140725005934160 140647039015664 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5452] ppid=5439 vsize=14089220 memory=1456 CPUtime=2.13 cores=0,2,4,6
/proc/5441/task/5452/stat : 5452 (java) S 5439 5439 1778 0 -1 1077944384 17179 0 0 0 211 2 0 0 20 0 15 0 45953501 14427361280 126667 33554432000 4194304 4196468 140725005934160 140647037963120 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5453] ppid=5439 vsize=14089220 memory=506668 CPUtime=0.4 cores=0,2,4,6
/proc/5441/task/5453/stat : 5453 (java) S 5439 5439 1778 0 -1 1077944384 5372 0 0 0 39 1 0 0 20 0 15 0 45953501 14427361280 126667 33554432000 4194304 4196468 140725005934160 140647036910064 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5454] ppid=5439 vsize=14089220 memory=164 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5454/stat : 5454 (java) S 5439 5439 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45953501 14427361280 126667 33554432000 4194304 4196468 140725005934160 140647035857760 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5455] ppid=5439 vsize=14089220 memory=7595997402105934179 CPUtime=0.71 cores=0,2,4,6
/proc/5441/task/5455/stat : 5455 (java) S 5439 5439 1778 0 -1 1077944384 1549 0 0 0 29 42 0 0 20 0 15 0 45953501 14427361280 126667 33554432000 4194304 4196468 140725005934160 140647034804784 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 22 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
Current children cumulated CPU time: 2329.82 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 508124 KiB

[startup+2382.3 s]
/proc/loadavg: 1.92 1.77 1.77 3/217 5628
/proc/meminfo: memFree=20546564/32770624 swapFree=67108860/67108860
[pid=5439] ppid=5436 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5439/stat : 5439 (xcsp3-exec) S 5436 5439 1778 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45953495 115843072 364 33554432000 4194304 5098028 140727639672192 140727639670296 139738238079612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 23007232 140727639680059 140727639680260 140727639680260 140727639683018 0
/proc/5439/statm: 28282 364 306 221 0 87 0
[pid=5441] ppid=5439 vsize=14089220 memory=508716 CPUtime=2389.85 cores=0,2,4,6
/proc/5441/stat : 5441 (java) S 5439 5439 1778 0 -1 1077944320 100598 0 0 0 238915 70 0 0 20 0 15 0 45953495 14427361280 127179 33554432000 4194304 4196468 140725005934160 140725005916704 140647862284023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
/proc/5441/statm: 3522305 127179 3383 1 0 3483520 0
[pid=5441/tid=5442] ppid=5439 vsize=14089220 memory=508716 CPUtime=2380.71 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (java) R 5439 5439 1778 0 -1 4202560 35872 0 0 0 238059 12 0 0 20 0 15 0 45953495 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647866523776 140647503548729 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5443] ppid=5439 vsize=14089220 memory=508716 CPUtime=0.75 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (java) S 5439 5439 1778 0 -1 1077944384 3677 0 0 0 68 7 0 0 20 0 15 0 45953496 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647831997456 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5444] ppid=5439 vsize=14089220 memory=1456 CPUtime=0.75 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (java) S 5439 5439 1778 0 -1 1077944384 3376 0 0 0 68 7 0 0 20 0 15 0 45953496 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647457496208 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5445] ppid=5439 vsize=14089220 memory=508716 CPUtime=0.75 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (java) S 5439 5439 1778 0 -1 1077944384 3892 0 0 0 69 6 0 0 20 0 15 0 45953496 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647456443152 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5446] ppid=5439 vsize=14089220 memory=1456 CPUtime=0.75 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (java) S 5439 5439 1778 0 -1 1077944384 4142 0 0 0 69 6 0 0 20 0 15 0 45953496 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647455390608 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5447] ppid=5439 vsize=14089220 memory=508716 CPUtime=0.7 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (java) S 5439 5439 1778 0 -1 1077944384 5507 0 0 0 64 6 0 0 20 0 15 0 45953498 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647043225840 140647862295170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5448] ppid=5439 vsize=14089220 memory=508716 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (java) S 5439 5439 1778 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 45953498 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647042172064 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5449] ppid=5439 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (java) S 5439 5439 1778 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 45953498 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647041118960 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5450] ppid=5439 vsize=14089220 memory=508716 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5450/stat : 5450 (java) S 5439 5439 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647040067536 140647862302619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5451] ppid=5439 vsize=14089220 memory=1456 CPUtime=2.09 cores=0,2,4,6
/proc/5441/task/5451/stat : 5451 (java) S 5439 5439 1778 0 -1 1077944384 18662 0 0 0 207 2 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647039015664 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5452] ppid=5439 vsize=14089220 memory=-7629027055075366336 CPUtime=2.13 cores=0,2,4,6
/proc/5441/task/5452/stat : 5452 (java) S 5439 5439 1778 0 -1 1077944384 17179 0 0 0 211 2 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647037963120 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5453] ppid=5439 vsize=14089220 memory=1456 CPUtime=0.4 cores=0,2,4,6
/proc/5441/task/5453/stat : 5453 (java) S 5439 5439 1778 0 -1 1077944384 5372 0 0 0 39 1 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647036910064 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5454] ppid=5439 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5454/stat : 5454 (java) S 5439 5439 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647035857760 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5455] ppid=5439 vsize=14089220 memory=1456 CPUtime=0.73 cores=0,2,4,6
/proc/5441/task/5455/stat : 5455 (java) S 5439 5439 1778 0 -1 1077944384 1568 0 0 0 30 43 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647034804784 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
Current children cumulated CPU time: 2389.85 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 510172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2392.5 s]
/proc/loadavg: 1.86 1.77 1.77 3/217 5628
/proc/meminfo: memFree=20556208/32770624 swapFree=67108860/67108860
[pid=5439] ppid=5436 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5439/stat : 5439 (xcsp3-exec) S 5436 5439 1778 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45953495 115843072 364 33554432000 4194304 5098028 140727639672192 140727639670296 139738238079612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 23007232 140727639680059 140727639680260 140727639680260 140727639683018 0
/proc/5439/statm: 28282 364 306 221 0 87 0
[pid=5441] ppid=5439 vsize=14089220 memory=508716 CPUtime=2400.05 cores=0,2,4,6
/proc/5441/stat : 5441 (java) S 5439 5439 1778 0 -1 1077944320 100622 0 0 0 239935 70 0 0 20 0 15 0 45953495 14427361280 127179 33554432000 4194304 4196468 140725005934160 140725005916704 140647862284023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
/proc/5441/statm: 3522305 127179 3383 1 0 3483520 0
[pid=5441/tid=5442] ppid=5439 vsize=14089220 memory=508716 CPUtime=2390.91 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (java) R 5439 5439 1778 0 -1 4202560 35883 0 0 0 239079 12 0 0 20 0 15 0 45953495 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647866523776 140647504511341 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5443] ppid=5439 vsize=14089220 memory=508716 CPUtime=0.75 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (java) S 5439 5439 1778 0 -1 1077944384 3681 0 0 0 68 7 0 0 20 0 15 0 45953496 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647831997456 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5444] ppid=5439 vsize=14089220 memory=1456 CPUtime=0.75 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (java) S 5439 5439 1778 0 -1 1077944384 3381 0 0 0 68 7 0 0 20 0 15 0 45953496 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647457496208 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5445] ppid=5439 vsize=14089220 memory=508716 CPUtime=0.75 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (java) S 5439 5439 1778 0 -1 1077944384 3892 0 0 0 69 6 0 0 20 0 15 0 45953496 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647456443152 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5446] ppid=5439 vsize=14089220 memory=1456 CPUtime=0.75 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (java) S 5439 5439 1778 0 -1 1077944384 4144 0 0 0 69 6 0 0 20 0 15 0 45953496 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647455390608 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5447] ppid=5439 vsize=14089220 memory=508716 CPUtime=0.7 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (java) S 5439 5439 1778 0 -1 1077944384 5507 0 0 0 64 6 0 0 20 0 15 0 45953498 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647043225840 140647862295170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5448] ppid=5439 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (java) S 5439 5439 1778 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 45953498 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647042172064 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5449] ppid=5439 vsize=14089220 memory=508716 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (java) S 5439 5439 1778 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 45953498 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647041118960 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5450] ppid=5439 vsize=14089220 memory=508716 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5450/stat : 5450 (java) S 5439 5439 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647040067536 140647862302619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5451] ppid=5439 vsize=14089220 memory=1456 CPUtime=2.09 cores=0,2,4,6
/proc/5441/task/5451/stat : 5451 (java) S 5439 5439 1778 0 -1 1077944384 18662 0 0 0 207 2 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647039015664 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5452] ppid=5439 vsize=14089220 memory=508716 CPUtime=2.13 cores=0,2,4,6
/proc/5441/task/5452/stat : 5452 (java) S 5439 5439 1778 0 -1 1077944384 17179 0 0 0 211 2 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647037963120 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5453] ppid=5439 vsize=14089220 memory=1456 CPUtime=0.4 cores=0,2,4,6
/proc/5441/task/5453/stat : 5453 (java) S 5439 5439 1778 0 -1 1077944384 5372 0 0 0 39 1 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647036910064 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5454] ppid=5439 vsize=14089220 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5454/stat : 5454 (java) S 5439 5439 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647035857760 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5455] ppid=5439 vsize=14089220 memory=960 CPUtime=0.74 cores=0,2,4,6
/proc/5441/task/5455/stat : 5455 (java) S 5439 5439 1778 0 -1 1077944384 1570 0 0 0 30 44 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647034804784 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 510172 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2392.51 s]
# the end of solver process 5439 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.002368 s, system=0 s

[startup+2392.51 s]
# the end of solver process 5441 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.37 s, system=0.71036 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+2392.5 s]
/proc/loadavg: 1.86 1.77 1.77 3/217 5628
/proc/meminfo: memFree=20556208/32770624 swapFree=67108860/67108860
[pid=5439] ppid=5436 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5439/stat : 5439 (xcsp3-exec) S 5436 5439 1778 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 45953495 115843072 364 33554432000 4194304 5098028 140727639672192 140727639670296 139738238079612 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 23007232 140727639680059 140727639680260 140727639680260 140727639683018 0
/proc/5439/statm: 28282 364 306 221 0 87 0
[pid=5441] ppid=5439 vsize=14089220 memory=508716 CPUtime=2400.05 cores=0,2,4,6
/proc/5441/stat : 5441 (java) S 5439 5439 1778 0 -1 1077944320 100622 0 0 0 239935 70 0 0 20 0 15 0 45953495 14427361280 127179 33554432000 4194304 4196468 140725005934160 140725005916704 140647862284023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
/proc/5441/statm: 3522305 127179 3383 1 0 3483520 0
[pid=5441/tid=5442] ppid=5439 vsize=14089220 memory=508716 CPUtime=2390.91 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (java) R 5439 5439 1778 0 -1 4202560 35883 0 0 0 239079 12 0 0 20 0 15 0 45953495 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647866523776 140647504511341 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5443] ppid=5439 vsize=14089220 memory=508716 CPUtime=0.75 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (java) S 5439 5439 1778 0 -1 1077944384 3681 0 0 0 68 7 0 0 20 0 15 0 45953496 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647831997456 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5444] ppid=5439 vsize=14089220 memory=1456 CPUtime=0.75 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (java) S 5439 5439 1778 0 -1 1077944384 3381 0 0 0 68 7 0 0 20 0 15 0 45953496 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647457496208 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5445] ppid=5439 vsize=14089220 memory=508716 CPUtime=0.75 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (java) S 5439 5439 1778 0 -1 1077944384 3892 0 0 0 69 6 0 0 20 0 15 0 45953496 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647456443152 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5446] ppid=5439 vsize=14089220 memory=1456 CPUtime=0.75 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (java) S 5439 5439 1778 0 -1 1077944384 4144 0 0 0 69 6 0 0 20 0 15 0 45953496 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647455390608 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5447] ppid=5439 vsize=14089220 memory=508716 CPUtime=0.7 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (java) S 5439 5439 1778 0 -1 1077944384 5507 0 0 0 64 6 0 0 20 0 15 0 45953498 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647043225840 140647862295170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5448] ppid=5439 vsize=14089220 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (java) S 5439 5439 1778 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 45953498 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647042172064 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5449] ppid=5439 vsize=14089220 memory=508716 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (java) S 5439 5439 1778 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 45953498 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647041118960 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5450] ppid=5439 vsize=14089220 memory=508716 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5450/stat : 5450 (java) S 5439 5439 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647040067536 140647862302619 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5451] ppid=5439 vsize=14089220 memory=1456 CPUtime=2.09 cores=0,2,4,6
/proc/5441/task/5451/stat : 5451 (java) S 5439 5439 1778 0 -1 1077944384 18662 0 0 0 207 2 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647039015664 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5452] ppid=5439 vsize=14089220 memory=508716 CPUtime=2.13 cores=0,2,4,6
/proc/5441/task/5452/stat : 5452 (java) S 5439 5439 1778 0 -1 1077944384 17179 0 0 0 211 2 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647037963120 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5453] ppid=5439 vsize=14089220 memory=1456 CPUtime=0.4 cores=0,2,4,6
/proc/5441/task/5453/stat : 5453 (java) S 5439 5439 1778 0 -1 1077944384 5372 0 0 0 39 1 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647036910064 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5454] ppid=5439 vsize=14089220 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5454/stat : 5454 (java) S 5439 5439 1778 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647035857760 140647862294229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
[pid=5441/tid=5455] ppid=5439 vsize=14089220 memory=960 CPUtime=0.74 cores=0,2,4,6
/proc/5441/task/5455/stat : 5455 (java) S 5439 5439 1778 0 -1 1077944384 1570 0 0 0 30 44 0 0 20 0 15 0 45953501 14427361280 127179 33554432000 4194304 4196468 140725005934160 140647034804784 140647862295170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 22 0 0 6293624 6294260 29814784 140725005935745 140725005935921 140725005935921 140725005938639 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 510172 KiB

Child status: 143
Real time (s): 2392.51
CPU time (s): 2400.08
CPU user time (s): 2399.37
CPU system time (s): 0.71036
CPU usage (%): 100.316
Max. virtual memory (cumulated for all children) (KiB): 14206500
Max. memory (cumulated for all children) (KiB): 510172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.37
system time used= 0.71036
maximum resident set size= 509296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101432
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71804
involuntary context switches= 2455


# summary of solver processes directly reported to runsolver:
#   pid: 5439,5441
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2399.37
#   total CPU system time (s): 0.71036

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.316 second user time and 24.2602 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-22 20:25:03
IDJOB=4292325
IDBENCH=141117
IDSOLVER=2747
FILE ID=node104/4292325-1532283903
RUNJOBID= node104-1532278959-4650
PBS_JOBID= 21018962
Free space on /tmp= 57224 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-9x9_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-4292325-1532283903/watcher-4292325-1532283903 -o /tmp/evaluation-result-4292325-1532283903/solver-4292325-1532283903 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532278959-4650 --watchdog 2560  HOME/xcsp3-exec -seed 375450843 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292325-1532283903.xml

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

MD5SUM BENCH= cd5af6f5844e22b939db4ffe1efd4e73
RANDOM SEED=375450843

node104.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.11
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.11
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.11
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.11
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:        20170492 kB
MemAvailable:   30705884 kB
Buffers:          243132 kB
Cached:         10499740 kB
SwapCached:            0 kB
Active:          3116340 kB
Inactive:        8912716 kB
Active(anon):    1288596 kB
Inactive(anon):    17088 kB
Active(file):    1827744 kB
Inactive(file):  8895628 kB
Unevictable:        7176 kB
Mlocked:            7176 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20236 kB
Writeback:             8 kB
AnonPages:       1293272 kB
Mapped:            48760 kB
Shmem:             17036 kB
Slab:             268716 kB
SReclaimable:     240480 kB
SUnreclaim:        28236 kB
KernelStack:        3536 kB
PageTables:         7748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3256456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1163264 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= 57204 MiB
End job on node104 at 2018-07-22 21:04:56