Trace number 4283228

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 5a (2017-08-18)SAT (TO)3 2520.1101 2498.3101

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
MD5SUM765e7641190fc685f39512b7809eb6f8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size52
Distribution of domain sizes[{"size":25,"count":1},{"size":52,"count":72}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":48},{"degree":4,"count":24}]
Minimum constraint arity3
Maximum constraint arity72
Distribution of constraint arities[{"arity":3,"count":24},{"arity":25,"count":1},{"arity":72,"count":2}]
Number of extensional constraints24
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":24},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

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.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283228-1503219010.xml"  -tl '2520s' -p 1 -x 3
0.05/0.30	c [HOME/instance-4283228-1503219010.xml, -tl, 2520s, -p, 1, -x, 3]
0.23/0.36	c simple solver
0.41/0.43	c parse instance...
1.51/0.85	c solve instance...
16.95/13.73	o 0 
58.28/52.27	o 1 
358.25/349.88	o 2 
525.39/515.87	o 3 
2520.09/2498.30	s SATISFIABLE
2520.09/2498.30	v <instantiation>
2520.09/2498.30	v 	<list>x b[0][0] b[0][1] b[0][2] b[1][0] b[1][1] b[1][2] b[2][0] b[2][1] b[2][2] b[3][0] b[3][1] b[3][2] b[4][0] b[4][1] b[4][2] b[5][0] b[5][1] b[5][2] b[6][0] b[6][1] b[6][2] b[7][0] b[7][1] b[7][2] b[8][0] b[8][1] b[8][2] b[9][0] b[9][1] b[9][2] b[10][0] b[10][1] b[10][2] b[11][0] b[11][1] b[11][2] b[12][0] b[12][1] b[12][2] b[13][0] b[13][1] b[13][2] b[14][0] b[14][1] b[14][2] b[15][0] b[15][1] b[15][2] b[16][0] b[16][1] b[16][2] b[17][0] b[17][1] b[17][2] b[18][0] b[18][1] b[18][2] b[19][0] b[19][1] b[19][2] b[20][0] b[20][1] b[20][2] b[21][0] b[21][1] b[21][2] b[22][0] b[22][1] b[22][2] b[23][0] b[23][1] b[23][2] </list>
2520.09/2498.30	v 	<values>3 498 485 0 471 265 262 464 275 261 451 297 250 450 449 0 427 322 250 424 322 252 405 284 276 403 344 252 400 300 269 394 355 250 388 328 253 380 310 275 375 292 278 374 321 259 374 284 276 369 317 274 368 287 276 365 304 273 357 339 0 337 281 279 0 0 0 0 0 0 0 0 0 </values>
2520.09/2498.30	v </instantiation>
2520.09/2498.30	c Unexpected resolution interruption!

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283228-1503219010/watcher-4283228-1503219010 -o /tmp/evaluation-result-4283228-1503219010/solver-4283228-1503219010 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503172173-21712 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 129553713 HOME/instance-4283228-1503219010.xml 

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

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


[startup+0.100155 s]*
/proc/loadavg: 1.67 1.69 1.74 2/196 30863
/proc/meminfo: memFree=31052312/32770624 swapFree=67105588/67108860
[pid=30862] ppid=30859 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30862/stat : 30862 (xcsp3-exec) S 30859 30862 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124096087 9740288 345 18446744073709551615 4194304 5098028 140725378343120 140725378341224 139995525026428 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 37191680 140725378347385 140725378347589 140725378347589 140725378351083 0
/proc/30862/statm: 2378 345 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1380 KiB

[startup+0.209583 s]*
/proc/loadavg: 1.67 1.69 1.74 2/210 30877
/proc/meminfo: memFree=31040560/32770624 swapFree=67105588/67108860
[pid=30862] ppid=30859 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30862/stat : 30862 (xcsp3-exec) S 30859 30862 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124096087 9740288 345 18446744073709551615 4194304 5098028 140725378343120 140725378341224 139995525026428 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 37191680 140725378347385 140725378347589 140725378347589 140725378351083 0
/proc/30862/statm: 2378 345 289 221 0 87 0
[pid=30864] ppid=30862 vsize=13907304 memory=21988 CPUtime=0.05 cores=0,2,4,6
/proc/30864/stat : 30864 (java) S 30862 30862 8557 0 -1 1077944320 4875 0 0 0 4 1 0 0 20 0 14 0 124096097 14241079296 5497 18446744073709551615 4194304 4196468 140723838367568 140723838350112 140299115556599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
/proc/30864/statm: 3476826 5497 2571 1 0 3466323 0
[pid=30864/tid=30865] ppid=30862 vsize=13907304 memory=7311146985107750967 CPUtime=0.05 cores=0,2,4,6
/proc/30864/task/30865/stat : 30865 (java) D 30862 30862 8557 0 -1 1077944384 3063 0 0 0 4 1 0 0 20 0 14 0 124096097 14241079296 5497 18446744073709551615 4194304 4196468 140723838367568 140299119794080 140299115578621 0 4 1 16800974 18446744072101613092 0 0 -1 0 0 0 5 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30866] ppid=30862 vsize=13907304 memory=8893 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30866/stat : 30866 (java) S 30862 30862 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 124096098 14241079296 5497 18446744073709551615 4194304 4196468 140723838367568 140299072523408 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30867] ppid=30862 vsize=13907304 memory=4048935468636812960 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30867/stat : 30867 (java) S 30862 30862 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 124096098 14241079296 5497 18446744073709551615 4194304 4196468 140723838367568 140299071470608 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30868] ppid=30862 vsize=13907304 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30868/stat : 30868 (java) S 30862 30862 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 124096098 14241079296 5497 18446744073709551615 4194304 4196468 140723838367568 140299070417808 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30869] ppid=30862 vsize=13908332 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30869/stat : 30869 (java) S 30862 30862 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124096098 14242131968 5497 18446744073709551615 4194304 4196468 140723838367568 140299069365008 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30870] ppid=30862 vsize=13908332 memory=139788645545600 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30870/stat : 30870 (java) S 30862 30862 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124096099 14242131968 5497 18446744073709551615 4194304 4196468 140723838367568 140298459003248 140299115567746 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30871] ppid=30862 vsize=13908332 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30871/stat : 30871 (java) S 30862 30862 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124096100 14242131968 5497 18446744073709551615 4194304 4196468 140723838367568 140298457949216 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30872] ppid=30862 vsize=13973868 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30872/stat : 30872 (java) S 30862 30862 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124096100 14309240832 5497 18446744073709551615 4194304 4196468 140723838367568 140298456896368 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30873] ppid=30862 vsize=13973868 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30873/stat : 30873 (java) S 30862 30862 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124096102 14309240832 5497 18446744073709551615 4194304 4196468 140723838367568 140298455844688 140299115575195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30874] ppid=30862 vsize=13973868 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30874/stat : 30874 (java) S 30862 30862 8557 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 124096102 14309240832 5497 18446744073709551615 4194304 4196468 140723838367568 140298454793072 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30875] ppid=30862 vsize=13973868 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30875/stat : 30875 (java) S 30862 30862 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124096102 14309240832 5497 18446744073709551615 4194304 4196468 140723838367568 140298453740272 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30876] ppid=30862 vsize=13973868 memory=139788645545600 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30876/stat : 30876 (java) S 30862 30862 8557 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 124096102 14309240832 5497 18446744073709551615 4194304 4196468 140723838367568 140298452687472 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30877] ppid=30862 vsize=13973868 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30877/stat : 30877 (java) S 30862 30862 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124096103 14309240832 5497 18446744073709551615 4194304 4196468 140723838367568 140298451634912 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30878] ppid=30862 vsize=13973868 memory=139788645545600 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30878/stat : 30878 (java) S 30862 30862 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124096109 14309240832 5497 18446744073709551615 4194304 4196468 140723838367568 140298450582192 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13916816 KiB
Current children cumulated memory: 23368 KiB

[startup+0.31029 s]*
/proc/loadavg: 1.67 1.69 1.74 3/211 30878
/proc/meminfo: memFree=31030168/32770624 swapFree=67105588/67108860
[pid=30862] ppid=30859 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30862/stat : 30862 (xcsp3-exec) S 30859 30862 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124096087 9740288 345 18446744073709551615 4194304 5098028 140725378343120 140725378341224 139995525026428 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 37191680 140725378347385 140725378347589 140725378347589 140725378351083 0
/proc/30862/statm: 2378 345 289 221 0 87 0
[pid=30864] ppid=30862 vsize=13974352 memory=34316 CPUtime=0.23 cores=0,2,4,6
/proc/30864/stat : 30864 (java) S 30862 30862 8557 0 -1 1077944320 8677 0 0 0 20 3 0 0 20 0 15 0 124096097 14309736448 8579 18446744073709551615 4194304 4196468 140723838367568 140723838350112 140299115556599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
/proc/30864/statm: 3493588 8579 2974 1 0 3482964 0
[pid=30864/tid=30865] ppid=30862 vsize=13974352 memory=-8774313645642428999 CPUtime=0.14 cores=0,2,4,6
/proc/30864/task/30865/stat : 30865 (java) R 30862 30862 8557 0 -1 4202560 5933 0 0 0 12 2 0 0 20 0 15 0 124096097 14309736448 8579 18446744073709551615 4194304 4196468 140723838367568 140299119778976 140299099637086 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30866] ppid=30862 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30866/stat : 30866 (java) S 30862 30862 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124096098 14309736448 8579 18446744073709551615 4194304 4196468 140723838367568 140299072523408 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30867] ppid=30862 vsize=13974352 memory=139788645545600 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30867/stat : 30867 (java) S 30862 30862 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124096098 14309736448 8579 18446744073709551615 4194304 4196468 140723838367568 140299071470608 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30868] ppid=30862 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30868/stat : 30868 (java) S 30862 30862 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124096098 14309736448 8579 18446744073709551615 4194304 4196468 140723838367568 140299070417808 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30869] ppid=30862 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30869/stat : 30869 (java) S 30862 30862 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124096098 14309736448 8579 18446744073709551615 4194304 4196468 140723838367568 140299069365008 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30870] ppid=30862 vsize=13974352 memory=139788645545600 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30870/stat : 30870 (java) S 30862 30862 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124096099 14309736448 8579 18446744073709551615 4194304 4196468 140723838367568 140298459003248 140299115567746 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30871] ppid=30862 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30871/stat : 30871 (java) S 30862 30862 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124096100 14309736448 8579 18446744073709551615 4194304 4196468 140723838367568 140298457949216 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30872] ppid=30862 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30872/stat : 30872 (java) S 30862 30862 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124096100 14309736448 8579 18446744073709551615 4194304 4196468 140723838367568 140298456896368 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30873] ppid=30862 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30873/stat : 30873 (java) S 30862 30862 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124096102 14309736448 8579 18446744073709551615 4194304 4196468 140723838367568 140298455844688 140299115575195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30874] ppid=30862 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30864/task/30874/stat : 30874 (java) S 30862 30862 8557 0 -1 1077944384 611 0 0 0 1 0 0 0 20 0 15 0 124096102 14309736448 8579 18446744073709551615 4194304 4196468 140723838367568 140298454793168 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30875] ppid=30862 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30875/stat : 30875 (java) S 30862 30862 8557 0 -1 1077944384 127 0 0 0 0 0 0 0 20 0 15 0 124096102 14309736448 8579 18446744073709551615 4194304 4196468 140723838367568 140298453740272 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30876] ppid=30862 vsize=13974352 memory=139788645545600 CPUtime=0.05 cores=0,2,4,6
/proc/30864/task/30876/stat : 30876 (java) R 30862 30862 8557 0 -1 4202560 702 0 0 0 5 0 0 0 20 0 15 0 124096102 14309736448 8579 18446744073709551615 4194304 4196468 140723838367568 140298452687472 140299115568534 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30877] ppid=30862 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30877/stat : 30877 (java) S 30862 30862 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124096103 14309736448 8579 18446744073709551615 4194304 4196468 140723838367568 140298451634912 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30878] ppid=30862 vsize=13974352 memory=139788645545600 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30878/stat : 30878 (java) S 30862 30862 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124096109 14309736448 8579 18446744073709551615 4194304 4196468 140723838367568 140298450582192 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 35696 KiB

[startup+0.709143 s]
/proc/loadavg: 1.67 1.69 1.74 6/211 30878
/proc/meminfo: memFree=31016604/32770624 swapFree=67105588/67108860
[pid=30862] ppid=30859 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30862/stat : 30862 (xcsp3-exec) S 30859 30862 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124096087 9740288 345 18446744073709551615 4194304 5098028 140725378343120 140725378341224 139995525026428 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 37191680 140725378347385 140725378347589 140725378347589 140725378351083 0
/proc/30862/statm: 2378 345 289 221 0 87 0
[pid=30864] ppid=30862 vsize=13978684 memory=76632 CPUtime=1.2 cores=0,2,4,6
/proc/30864/stat : 30864 (java) S 30862 30862 8557 0 -1 1077944320 12913 0 0 0 115 5 0 0 20 0 15 0 124096097 14314172416 19158 18446744073709551615 4194304 4196468 140723838367568 140723838350112 140299115556599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
/proc/30864/statm: 3494671 19158 3157 1 0 3482964 0
[pid=30864/tid=30865] ppid=30862 vsize=13978684 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/30864/task/30865/stat : 30865 (java) R 30862 30862 8557 0 -1 4202560 7975 0 0 0 49 4 0 0 20 0 15 0 124096097 14314172416 19158 18446744073709551615 4194304 4196468 140723838367568 140299119791680 140299099600229 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30866] ppid=30862 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30866/stat : 30866 (java) S 30862 30862 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124096098 14314172416 19158 18446744073709551615 4194304 4196468 140723838367568 140299072523408 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30867] ppid=30862 vsize=13978684 memory=7879438237121406551 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30867/stat : 30867 (java) S 30862 30862 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124096098 14314172416 19158 18446744073709551615 4194304 4196468 140723838367568 140299071470608 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30868] ppid=30862 vsize=13978684 memory=5865465064658194540 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30868/stat : 30868 (java) S 30862 30862 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124096098 14314172416 19158 18446744073709551615 4194304 4196468 140723838367568 140299070417808 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30869] ppid=30862 vsize=13978684 memory=4638778398332698720 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30869/stat : 30869 (java) S 30862 30862 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124096098 14314172416 19158 18446744073709551615 4194304 4196468 140723838367568 140299069365008 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30870] ppid=30862 vsize=13978684 memory=7100839870037596261 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30870/stat : 30870 (java) S 30862 30862 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 124096099 14314172416 19158 18446744073709551615 4194304 4196468 140723838367568 140298459003248 140299115567746 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30871] ppid=30862 vsize=13978684 memory=-8412661042793834637 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30871/stat : 30871 (java) S 30862 30862 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124096100 14314172416 19158 18446744073709551615 4194304 4196468 140723838367568 140298457949216 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30872] ppid=30862 vsize=13978684 memory=4137282616176187523 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30872/stat : 30872 (java) S 30862 30862 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124096100 14314172416 19158 18446744073709551615 4194304 4196468 140723838367568 140298456896368 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30873] ppid=30862 vsize=13978684 memory=-7531822216215565666 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30873/stat : 30873 (java) S 30862 30862 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124096102 14314172416 19158 18446744073709551615 4194304 4196468 140723838367568 140298455844688 140299115575195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30874] ppid=30862 vsize=13978684 memory=7682475212697334586 CPUtime=0.21 cores=0,2,4,6
/proc/30864/task/30874/stat : 30874 (java) R 30862 30862 8557 0 -1 4202560 1208 0 0 0 21 0 0 0 20 0 15 0 124096102 14314172416 19158 18446744073709551615 4194304 4196468 140723838367568 140298454786176 140299097077455 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30875] ppid=30862 vsize=13978684 memory=48032 CPUtime=0.19 cores=0,2,4,6
/proc/30864/task/30875/stat : 30875 (java) R 30862 30862 8557 0 -1 4202560 940 0 0 0 19 0 0 0 20 0 15 0 124096102 14314172416 19158 18446744073709551615 4194304 4196468 140723838367568 140298453725264 140299098967553 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30876] ppid=30862 vsize=13978684 memory=-8774313645642428999 CPUtime=0.24 cores=0,2,4,6
/proc/30864/task/30876/stat : 30876 (java) R 30862 30862 8557 0 -1 4202560 1483 0 0 0 24 0 0 0 20 0 15 0 124096102 14314172416 19158 18446744073709551615 4194304 4196468 140723838367568 140298452687472 140299115568534 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30877] ppid=30862 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30877/stat : 30877 (java) S 30862 30862 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124096103 14314172416 19158 18446744073709551615 4194304 4196468 140723838367568 140298451634912 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30878] ppid=30862 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30878/stat : 30878 (java) S 30862 30862 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124096109 14314172416 19158 18446744073709551615 4194304 4196468 140723838367568 140298450582192 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 78012 KiB

[startup+1.50088 s]
/proc/loadavg: 1.67 1.69 1.74 3/211 30878
/proc/meminfo: memFree=30971784/32770624 swapFree=67105588/67108860
[pid=30862] ppid=30859 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30862/stat : 30862 (xcsp3-exec) S 30859 30862 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124096087 9740288 345 18446744073709551615 4194304 5098028 140725378343120 140725378341224 139995525026428 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 37191680 140725378347385 140725378347589 140725378347589 140725378351083 0
/proc/30862/statm: 2378 345 289 221 0 87 0
[pid=30864] ppid=30862 vsize=13980732 memory=95412 CPUtime=2.8 cores=0,2,4,6
/proc/30864/stat : 30864 (java) S 30862 30862 8557 0 -1 1077944320 17357 0 0 0 273 7 0 0 20 0 15 0 124096097 14316269568 23853 18446744073709551615 4194304 4196468 140723838367568 140723838350112 140299115556599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
/proc/30864/statm: 3495183 23853 3186 1 0 3483476 0
[pid=30864/tid=30865] ppid=30862 vsize=13980732 memory=-8774313645642428999 CPUtime=1.32 cores=0,2,4,6
/proc/30864/task/30865/stat : 30865 (java) R 30862 30862 8557 0 -1 4202560 9107 0 0 0 128 4 0 0 20 0 15 0 124096097 14316269568 23853 18446744073709551615 4194304 4196468 140723838367568 140299119792360 140298751475999 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30866] ppid=30862 vsize=13980732 memory=3472468083921404136 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30866/stat : 30866 (java) S 30862 30862 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 124096098 14316269568 23853 18446744073709551615 4194304 4196468 140723838367568 140299072523408 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30867] ppid=30862 vsize=13980732 memory=7162361873319610825 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30867/stat : 30867 (java) S 30862 30862 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124096098 14316269568 23853 18446744073709551615 4194304 4196468 140723838367568 140299071470608 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30868] ppid=30862 vsize=13980732 memory=4207739302148592298 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30868/stat : 30868 (java) S 30862 30862 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124096098 14316269568 23853 18446744073709551615 4194304 4196468 140723838367568 140299070417808 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30869] ppid=30862 vsize=13980732 memory=3472468083921410955 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30869/stat : 30869 (java) S 30862 30862 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 124096098 14316269568 23853 18446744073709551615 4194304 4196468 140723838367568 140299069365008 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30870] ppid=30862 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30870/stat : 30870 (java) S 30862 30862 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 124096099 14316269568 23853 18446744073709551615 4194304 4196468 140723838367568 140298459003248 140299115567746 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30871] ppid=30862 vsize=13980732 memory=6945503147706432880 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30871/stat : 30871 (java) S 30862 30862 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 124096100 14316269568 23853 18446744073709551615 4194304 4196468 140723838367568 140298457949216 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30872] ppid=30862 vsize=13980732 memory=-6804530832991035292 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30872/stat : 30872 (java) S 30862 30862 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 124096100 14316269568 23853 18446744073709551615 4194304 4196468 140723838367568 140298456896368 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30873] ppid=30862 vsize=13980732 memory=6944656591801717918 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30873/stat : 30873 (java) S 30862 30862 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124096102 14316269568 23853 18446744073709551615 4194304 4196468 140723838367568 140298455844688 140299115575195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30874] ppid=30862 vsize=13980732 memory=-8412652169205224307 CPUtime=0.57 cores=0,2,4,6
/proc/30864/task/30874/stat : 30874 (java) S 30862 30862 8557 0 -1 1077944384 2546 0 0 0 57 0 0 0 20 0 15 0 124096102 14316269568 23853 18446744073709551615 4194304 4196468 140723838367568 140298454793072 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30875] ppid=30862 vsize=13980732 memory=-6158907362674458769 CPUtime=0.51 cores=0,2,4,6
/proc/30864/task/30875/stat : 30875 (java) S 30862 30862 8557 0 -1 1077944384 2276 0 0 0 51 0 0 0 20 0 15 0 124096102 14316269568 23853 18446744073709551615 4194304 4196468 140723838367568 140298453740272 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30876] ppid=30862 vsize=13980732 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/30864/task/30876/stat : 30876 (java) S 30862 30862 8557 0 -1 1077944384 2113 0 0 0 35 0 0 0 20 0 15 0 124096102 14316269568 23853 18446744073709551615 4194304 4196468 140723838367568 140298452687472 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30877] ppid=30862 vsize=13980732 memory=-1088251628401078322 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30877/stat : 30877 (java) S 30862 30862 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124096103 14316269568 23853 18446744073709551615 4194304 4196468 140723838367568 140298451634912 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30878] ppid=30862 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30878/stat : 30878 (java) S 30862 30862 8557 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 124096109 14316269568 23853 18446744073709551615 4194304 4196468 140723838367568 140298450582192 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0

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

[pid=30864/tid=30870] ppid=30862 vsize=13980732 memory=326120 CPUtime=0.91 cores=0,2,4,6
/proc/30864/task/30870/stat : 30870 (java) S 30862 30862 8557 0 -1 1077944384 31763 0 0 0 77 14 0 0 20 0 15 0 124096099 14316269568 81399 18446744073709551615 4194304 4196468 140723838367568 140298459003248 140299115567746 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30871] ppid=30862 vsize=13980732 memory=326116 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30871/stat : 30871 (java) S 30862 30862 8557 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 124096100 14316269568 81399 18446744073709551615 4194304 4196468 140723838367568 140298457949280 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30872] ppid=30862 vsize=13980732 memory=326112 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30872/stat : 30872 (java) S 30862 30862 8557 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 124096100 14316269568 81399 18446744073709551615 4194304 4196468 140723838367568 140298456896384 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30873] ppid=30862 vsize=13980732 memory=2257 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30873/stat : 30873 (java) S 30862 30862 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124096102 14316269568 81399 18446744073709551615 4194304 4196468 140723838367568 140298455844688 140299115575195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30874] ppid=30862 vsize=13980732 memory=139788501911897 CPUtime=4.12 cores=0,2,4,6
/proc/30864/task/30874/stat : 30874 (java) S 30862 30862 8557 0 -1 1077944384 27587 0 0 0 410 2 0 0 20 0 15 0 124096102 14316269568 81399 18446744073709551615 4194304 4196468 140723838367568 140298454793072 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30875] ppid=30862 vsize=13980732 memory=3008 CPUtime=3.69 cores=0,2,4,6
/proc/30864/task/30875/stat : 30875 (java) S 30862 30862 8557 0 -1 1077944384 23566 0 0 0 367 2 0 0 20 0 15 0 124096102 14316269568 81399 18446744073709551615 4194304 4196468 140723838367568 140298453740272 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30876] ppid=30862 vsize=13980732 memory=372152 CPUtime=0.73 cores=0,2,4,6
/proc/30864/task/30876/stat : 30876 (java) S 30862 30862 8557 0 -1 1077944384 8277 0 0 0 71 2 0 0 20 0 15 0 124096102 14316269568 81399 18446744073709551615 4194304 4196468 140723838367568 140298452687472 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30877] ppid=30862 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30877/stat : 30877 (java) S 30862 30862 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124096103 14316269568 81399 18446744073709551615 4194304 4196468 140723838367568 140298451634912 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30878] ppid=30862 vsize=13980732 memory=2752 CPUtime=0.8 cores=0,2,4,6
/proc/30864/task/30878/stat : 30878 (java) S 30862 30862 8557 0 -1 1077944384 1706 0 0 0 38 42 0 0 20 0 15 0 124096109 14316269568 81399 18446744073709551615 4194304 4196468 140723838367568 140298450582192 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
Current children cumulated CPU time: 2403.49 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 326976 KiB

[startup+2442.3 s]
/proc/loadavg: 1.63 1.61 1.60 3/211 31122
/proc/meminfo: memFree=30248612/32770624 swapFree=67105588/67108860
[pid=30862] ppid=30859 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30862/stat : 30862 (xcsp3-exec) S 30859 30862 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124096087 9740288 345 18446744073709551615 4194304 5098028 140725378343120 140725378341224 139995525026428 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 37191680 140725378347385 140725378347589 140725378347589 140725378351083 0
/proc/30862/statm: 2378 345 289 221 0 87 0
[pid=30864] ppid=30862 vsize=13980732 memory=342196 CPUtime=2463.92 cores=0,2,4,6
/proc/30864/stat : 30864 (java) S 30862 30862 8557 0 -1 1077944320 192719 0 0 0 246197 195 0 0 20 0 15 0 124096097 14316269568 85549 18446744073709551615 4194304 4196468 140723838367568 140723838350112 140299115556599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
/proc/30864/statm: 3495183 85549 3261 1 0 3483476 0
[pid=30864/tid=30865] ppid=30862 vsize=13980732 memory=317352 CPUtime=2435.59 cores=0,2,4,6
/proc/30864/task/30865/stat : 30865 (java) R 30862 30862 8557 0 -1 4202560 42324 0 0 0 243547 12 0 0 20 0 15 0 124096097 14316269568 85549 18446744073709551615 4194304 4196468 140723838367568 140299119795840 140298751476566 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30866] ppid=30862 vsize=13980732 memory=317352 CPUtime=4.47 cores=0,2,4,6
/proc/30864/task/30866/stat : 30866 (java) S 30862 30862 8557 0 -1 1077944384 13399 0 0 0 414 33 0 0 20 0 15 0 124096098 14316269568 85549 18446744073709551615 4194304 4196468 140723838367568 140299072523408 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30867] ppid=30862 vsize=13980732 memory=1380 CPUtime=4.48 cores=0,2,4,6
/proc/30864/task/30867/stat : 30867 (java) S 30862 30862 8557 0 -1 1077944384 14096 0 0 0 415 33 0 0 20 0 15 0 124096098 14316269568 85549 18446744073709551615 4194304 4196468 140723838367568 140299071470608 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30868] ppid=30862 vsize=13980732 memory=343740 CPUtime=4.48 cores=0,2,4,6
/proc/30864/task/30868/stat : 30868 (java) S 30862 30862 8557 0 -1 1077944384 14660 0 0 0 414 34 0 0 20 0 15 0 124096098 14316269568 85549 18446744073709551615 4194304 4196468 140723838367568 140299070417808 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30869] ppid=30862 vsize=13980732 memory=342196 CPUtime=4.47 cores=0,2,4,6
/proc/30864/task/30869/stat : 30869 (java) S 30862 30862 8557 0 -1 1077944384 13851 0 0 0 417 30 0 0 20 0 15 0 124096098 14316269568 85549 18446744073709551615 4194304 4196468 140723838367568 140299069365008 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30870] ppid=30862 vsize=13980732 memory=342196 CPUtime=0.94 cores=0,2,4,6
/proc/30864/task/30870/stat : 30870 (java) S 30862 30862 8557 0 -1 1077944384 31852 0 0 0 80 14 0 0 20 0 15 0 124096099 14316269568 85549 18446744073709551615 4194304 4196468 140723838367568 140298459003248 140299115567746 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30871] ppid=30862 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30871/stat : 30871 (java) S 30862 30862 8557 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 124096100 14316269568 85549 18446744073709551615 4194304 4196468 140723838367568 140298457949280 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30872] ppid=30862 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30872/stat : 30872 (java) S 30862 30862 8557 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 124096100 14316269568 85549 18446744073709551615 4194304 4196468 140723838367568 140298456896384 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30873] ppid=30862 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30873/stat : 30873 (java) S 30862 30862 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124096102 14316269568 85549 18446744073709551615 4194304 4196468 140723838367568 140298455844688 140299115575195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30874] ppid=30862 vsize=13980732 memory=1380 CPUtime=4.12 cores=0,2,4,6
/proc/30864/task/30874/stat : 30874 (java) S 30862 30862 8557 0 -1 1077944384 27587 0 0 0 410 2 0 0 20 0 15 0 124096102 14316269568 85549 18446744073709551615 4194304 4196468 140723838367568 140298454793072 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30875] ppid=30862 vsize=13980732 memory=1380 CPUtime=3.69 cores=0,2,4,6
/proc/30864/task/30875/stat : 30875 (java) S 30862 30862 8557 0 -1 1077944384 23566 0 0 0 367 2 0 0 20 0 15 0 124096102 14316269568 85549 18446744073709551615 4194304 4196468 140723838367568 140298453740272 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30876] ppid=30862 vsize=13980732 memory=338428 CPUtime=0.73 cores=0,2,4,6
/proc/30864/task/30876/stat : 30876 (java) S 30862 30862 8557 0 -1 1077944384 8277 0 0 0 71 2 0 0 20 0 15 0 124096102 14316269568 85549 18446744073709551615 4194304 4196468 140723838367568 140298452687472 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30877] ppid=30862 vsize=13980732 memory=343740 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30877/stat : 30877 (java) S 30862 30862 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124096103 14316269568 85549 18446744073709551615 4194304 4196468 140723838367568 140298451634912 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30878] ppid=30862 vsize=13980732 memory=1380 CPUtime=0.83 cores=0,2,4,6
/proc/30864/task/30878/stat : 30878 (java) S 30862 30862 8557 0 -1 1077944384 1710 0 0 0 39 44 0 0 20 0 15 0 124096109 14316269568 85549 18446744073709551615 4194304 4196468 140723838367568 140298450582192 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
Current children cumulated CPU time: 2463.92 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 343576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2498.3 s]
/proc/loadavg: 1.77 1.65 1.61 3/211 31124
/proc/meminfo: memFree=30236132/32770624 swapFree=67105588/67108860
[pid=30862] ppid=30859 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30862/stat : 30862 (xcsp3-exec) S 30859 30862 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124096087 9740288 345 18446744073709551615 4194304 5098028 140725378343120 140725378341224 139995525026428 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 37191680 140725378347385 140725378347589 140725378347589 140725378351083 0
/proc/30862/statm: 2378 345 289 221 0 87 0
[pid=30864] ppid=30862 vsize=13980732 memory=333936 CPUtime=2520.09 cores=0,2,4,6
/proc/30864/stat : 30864 (java) S 30862 30862 8557 0 -1 1077944320 194280 0 0 0 251812 197 0 0 20 0 15 0 124096097 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140723838350112 140299115556599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
/proc/30864/statm: 3495183 83484 3261 1 0 3483476 0
[pid=30864/tid=30865] ppid=30862 vsize=13980732 memory=333936 CPUtime=2491.52 cores=0,2,4,6
/proc/30864/task/30865/stat : 30865 (java) R 30862 30862 8557 0 -1 4202560 43193 0 0 0 249140 12 0 0 20 0 15 0 124096097 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140299119792928 140298751476189 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30866] ppid=30862 vsize=13980732 memory=333936 CPUtime=4.53 cores=0,2,4,6
/proc/30864/task/30866/stat : 30866 (java) S 30862 30862 8557 0 -1 1077944384 13554 0 0 0 419 34 0 0 20 0 15 0 124096098 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140299072523408 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30867] ppid=30862 vsize=13980732 memory=1380 CPUtime=4.53 cores=0,2,4,6
/proc/30864/task/30867/stat : 30867 (java) S 30862 30862 8557 0 -1 1077944384 14147 0 0 0 420 33 0 0 20 0 15 0 124096098 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140299071470608 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30868] ppid=30862 vsize=13980732 memory=337900 CPUtime=4.54 cores=0,2,4,6
/proc/30864/task/30868/stat : 30868 (java) S 30862 30862 8557 0 -1 1077944384 14706 0 0 0 419 35 0 0 20 0 15 0 124096098 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140299070417808 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30869] ppid=30862 vsize=13980732 memory=1380 CPUtime=4.53 cores=0,2,4,6
/proc/30864/task/30869/stat : 30869 (java) S 30862 30862 8557 0 -1 1077944384 13904 0 0 0 422 31 0 0 20 0 15 0 124096098 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140299069365008 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30870] ppid=30862 vsize=13980732 memory=333936 CPUtime=0.95 cores=0,2,4,6
/proc/30864/task/30870/stat : 30870 (java) S 30862 30862 8557 0 -1 1077944384 32027 0 0 0 81 14 0 0 20 0 15 0 124096099 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298459003248 140299115567746 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30871] ppid=30862 vsize=13980732 memory=333936 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30871/stat : 30871 (java) S 30862 30862 8557 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 124096100 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298457949280 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30872] ppid=30862 vsize=13980732 memory=333936 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30872/stat : 30872 (java) S 30862 30862 8557 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 124096100 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298456896384 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30873] ppid=30862 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30873/stat : 30873 (java) S 30862 30862 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124096102 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298455844688 140299115575195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30874] ppid=30862 vsize=13980732 memory=1228 CPUtime=4.12 cores=0,2,4,6
/proc/30864/task/30874/stat : 30874 (java) S 30862 30862 8557 0 -1 1077944384 27775 0 0 0 410 2 0 0 20 0 15 0 124096102 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298454793072 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30875] ppid=30862 vsize=13980732 memory=1400 CPUtime=3.69 cores=0,2,4,6
/proc/30864/task/30875/stat : 30875 (java) S 30862 30862 8557 0 -1 1077944384 23568 0 0 0 367 2 0 0 20 0 15 0 124096102 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298453740272 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30876] ppid=30862 vsize=13980732 memory=1380 CPUtime=0.73 cores=0,2,4,6
/proc/30864/task/30876/stat : 30876 (java) S 30862 30862 8557 0 -1 1077944384 8280 0 0 0 71 2 0 0 20 0 15 0 124096102 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298452687472 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30877] ppid=30862 vsize=13980732 memory=333936 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30877/stat : 30877 (java) S 30862 30862 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124096103 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298451634912 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30878] ppid=30862 vsize=13980732 memory=333936 CPUtime=0.85 cores=0,2,4,6
/proc/30864/task/30878/stat : 30878 (java) S 30862 30862 8557 0 -1 1077944384 1729 0 0 0 40 45 0 0 20 0 15 0 124096109 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298450582192 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 335316 KiB

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

[startup+2498.31 s]
# the end of solver process 30862 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.13 s, system=1.97772 s

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

[startup+2498.3 s]
/proc/loadavg: 1.77 1.65 1.61 3/211 31124
/proc/meminfo: memFree=30236132/32770624 swapFree=67105588/67108860
[pid=30862] ppid=30859 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30862/stat : 30862 (xcsp3-exec) S 30859 30862 8557 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 124096087 9740288 345 18446744073709551615 4194304 5098028 140725378343120 140725378341224 139995525026428 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 10 0 0 7196144 7232144 37191680 140725378347385 140725378347589 140725378347589 140725378351083 0
/proc/30862/statm: 2378 345 289 221 0 87 0
[pid=30864] ppid=30862 vsize=13980732 memory=333936 CPUtime=2520.09 cores=0,2,4,6
/proc/30864/stat : 30864 (java) S 30862 30862 8557 0 -1 1077944320 194280 0 0 0 251812 197 0 0 20 0 15 0 124096097 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140723838350112 140299115556599 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
/proc/30864/statm: 3495183 83484 3261 1 0 3483476 0
[pid=30864/tid=30865] ppid=30862 vsize=13980732 memory=333936 CPUtime=2491.52 cores=0,2,4,6
/proc/30864/task/30865/stat : 30865 (java) R 30862 30862 8557 0 -1 4202560 43193 0 0 0 249140 12 0 0 20 0 15 0 124096097 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140299119792928 140298751476189 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30866] ppid=30862 vsize=13980732 memory=333936 CPUtime=4.53 cores=0,2,4,6
/proc/30864/task/30866/stat : 30866 (java) S 30862 30862 8557 0 -1 1077944384 13554 0 0 0 419 34 0 0 20 0 15 0 124096098 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140299072523408 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30867] ppid=30862 vsize=13980732 memory=1380 CPUtime=4.53 cores=0,2,4,6
/proc/30864/task/30867/stat : 30867 (java) S 30862 30862 8557 0 -1 1077944384 14147 0 0 0 420 33 0 0 20 0 15 0 124096098 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140299071470608 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30868] ppid=30862 vsize=13980732 memory=337900 CPUtime=4.54 cores=0,2,4,6
/proc/30864/task/30868/stat : 30868 (java) S 30862 30862 8557 0 -1 1077944384 14706 0 0 0 419 35 0 0 20 0 15 0 124096098 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140299070417808 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30869] ppid=30862 vsize=13980732 memory=1380 CPUtime=4.53 cores=0,2,4,6
/proc/30864/task/30869/stat : 30869 (java) S 30862 30862 8557 0 -1 1077944384 13904 0 0 0 422 31 0 0 20 0 15 0 124096098 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140299069365008 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30870] ppid=30862 vsize=13980732 memory=333936 CPUtime=0.95 cores=0,2,4,6
/proc/30864/task/30870/stat : 30870 (java) S 30862 30862 8557 0 -1 1077944384 32027 0 0 0 81 14 0 0 20 0 15 0 124096099 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298459003248 140299115567746 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30871] ppid=30862 vsize=13980732 memory=333936 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30871/stat : 30871 (java) S 30862 30862 8557 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 124096100 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298457949280 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30872] ppid=30862 vsize=13980732 memory=333936 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30872/stat : 30872 (java) S 30862 30862 8557 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 15 0 124096100 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298456896384 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30873] ppid=30862 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30873/stat : 30873 (java) S 30862 30862 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124096102 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298455844688 140299115575195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30874] ppid=30862 vsize=13980732 memory=1228 CPUtime=4.12 cores=0,2,4,6
/proc/30864/task/30874/stat : 30874 (java) S 30862 30862 8557 0 -1 1077944384 27775 0 0 0 410 2 0 0 20 0 15 0 124096102 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298454793072 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30875] ppid=30862 vsize=13980732 memory=1400 CPUtime=3.69 cores=0,2,4,6
/proc/30864/task/30875/stat : 30875 (java) S 30862 30862 8557 0 -1 1077944384 23568 0 0 0 367 2 0 0 20 0 15 0 124096102 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298453740272 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30876] ppid=30862 vsize=13980732 memory=1380 CPUtime=0.73 cores=0,2,4,6
/proc/30864/task/30876/stat : 30876 (java) S 30862 30862 8557 0 -1 1077944384 8280 0 0 0 71 2 0 0 20 0 15 0 124096102 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298452687472 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30877] ppid=30862 vsize=13980732 memory=333936 CPUtime=0 cores=0,2,4,6
/proc/30864/task/30877/stat : 30877 (java) S 30862 30862 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 124096103 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298451634912 140299115566805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
[pid=30864/tid=30878] ppid=30862 vsize=13980732 memory=333936 CPUtime=0.85 cores=0,2,4,6
/proc/30864/task/30878/stat : 30878 (java) S 30862 30862 8557 0 -1 1077944384 1729 0 0 0 40 45 0 0 20 0 15 0 124096109 14316269568 83484 18446744073709551615 4194304 4196468 140723838367568 140298450582192 140299115567746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35880960 140723838374321 140723838374497 140723838374497 140723838377935 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 335316 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2498.31
CPU time (s): 2520.11
CPU user time (s): 2518.13
CPU system time (s): 1.97772
CPU usage (%): 100.872
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 528772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.13
system time used= 1.97772
maximum resident set size= 559392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195105
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 75523
involuntary context switches= 3647


# summary of solver processes directly reported to runsolver:
#   pid: 30862
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2518.13
#   total CPU system time (s): 1.97772

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0319 second user time and 22.7669 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-20 10:36:05
IDJOB=4283228
IDBENCH=136037
IDSOLVER=2679
FILE ID=node126/4283228-1503219010
RUNJOBID= node126-1503172173-21712
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft060-06.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283228-1503219010/watcher-4283228-1503219010 -o /tmp/evaluation-result-4283228-1503219010/solver-4283228-1503219010 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503172173-21712 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 129553713 HOME/instance-4283228-1503219010.xml

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

MD5SUM BENCH= 765e7641190fc685f39512b7809eb6f8
RANDOM SEED=129553713

node126.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.81
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.81
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.81
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.81
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:        31052576 kB
MemAvailable:   31671312 kB
Buffers:          320612 kB
Cached:           588324 kB
SwapCached:          524 kB
Active:           863296 kB
Inactive:         383332 kB
Active(anon):     293440 kB
Inactive(anon):    93904 kB
Active(file):     569856 kB
Inactive(file):   289428 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              7624 kB
Writeback:             0 kB
AnonPages:        336540 kB
Mapped:            72880 kB
Shmem:             49824 kB
Slab:             177324 kB
SReclaimable:     150572 kB
SUnreclaim:        26752 kB
KernelStack:        3424 kB
PageTables:         5824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     982100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    231424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node126 at 2017-08-20 11:17:44