Trace number 4281849

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.5 seq (2017-08-18)SAT (TO)674 2520.04 2500.1299

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-24-a4.xml
MD5SUM703fa8ddaec9a7a194d23a6d05243a88
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark599
Best CPU time to get the best result obtained on this benchmark2520.1101
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints35928
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":24}]
Minimum variable degree5820
Maximum variable degree5821
Distribution of variable degrees[{"degree":5820,"count":22},{"degree":5821,"count":2}]
Minimum constraint arity1
Maximum constraint arity24
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":4048},{"arity":4,"count":31878},{"arity":24,"count":1}]
Number of extensional constraints0
Number of intensional constraints35927
Distribution of constraint types[{"type":"intension","count":35927},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin 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-4281849-1503124845.xml"  -tl '2520s' -p 1 -x 0
0.07/0.28	c [HOME/instance-4281849-1503124845.xml, -tl, 2520s, -p, 1, -x, 0]
0.25/0.34	c simple solver
0.25/0.41	c parse instance...
9.80/3.35	c solve instance...
855.45/841.92	o 675 
857.99/844.41	o 674 
2520.01/2500.11	s SATISFIABLE
2520.01/2500.11	v <instantiation>
2520.01/2500.11	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] </list>
2520.01/2500.11	v 	<values>0 1 3 7 12 20 30 44 65 80 96 122 155 177 225 259 297 366 391 437 465 573 634 674 </values>
2520.01/2500.11	v </instantiation>
2520.01/2500.11	c Unexpected resolution interruption!

Verifier Data

OK	674

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281849-1503124845/watcher-4281849-1503124845 -o /tmp/evaluation-result-4281849-1503124845/solver-4281849-1503124845 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28951 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1421821758 HOME/instance-4281849-1503124845.xml 

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

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


[startup+0.100159 s]*
/proc/loadavg: 1.67 1.78 1.78 2/196 1597
/proc/meminfo: memFree=28908540/32770624 swapFree=67108860/67108860
[pid=1596] ppid=1593 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1596/stat : 1596 (xcsp3-exec) S 1593 1596 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114677557 9740288 345 18446744073709551615 4194304 5098028 140721391922992 140721391921096 139678126862972 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19300352 140721391927672 140721391927877 140721391927877 140721391931371 0
/proc/1596/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.209442 s]*
/proc/loadavg: 1.67 1.78 1.78 3/211 1612
/proc/meminfo: memFree=28896708/32770624 swapFree=67108860/67108860
[pid=1596] ppid=1593 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1596/stat : 1596 (xcsp3-exec) S 1593 1596 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114677557 9740288 345 18446744073709551615 4194304 5098028 140721391922992 140721391921096 139678126862972 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19300352 140721391927672 140721391927877 140721391927877 140721391931371 0
/proc/1596/statm: 2378 345 289 221 0 87 0
[pid=1598] ppid=1596 vsize=13974352 memory=22468 CPUtime=0.07 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1596 1596 28892 0 -1 1077944320 5086 0 0 0 7 0 0 0 20 0 15 0 114677567 14309736448 5617 18446744073709551615 4194304 4196468 140733705056944 140733705039488 139761139126007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
/proc/1598/statm: 3493588 5617 2714 1 0 3482964 0
[pid=1598/tid=1599] ppid=1596 vsize=13974352 memory=1404226546252096138 CPUtime=0.06 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1596 1596 28892 0 -1 4202560 3243 0 0 0 6 0 0 0 20 0 15 0 114677567 14309736448 6129 18446744073709551615 4194304 4196468 140733705056944 139761143351696 139761120777596 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1600] ppid=1596 vsize=13974352 memory=3691042058319900680 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1600/stat : 1600 (java) S 1596 1596 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114677568 14309736448 6129 18446744073709551615 4194304 4196468 140733705056944 139761058539920 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1601] ppid=1596 vsize=13974352 memory=140242427860608 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1601/stat : 1601 (java) S 1596 1596 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114677568 14309736448 6129 18446744073709551615 4194304 4196468 140733705056944 139761057487120 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1602] ppid=1596 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1602/stat : 1602 (java) S 1596 1596 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114677568 14309736448 6129 18446744073709551615 4194304 4196468 140733705056944 139761056434832 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1603] ppid=1596 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1603/stat : 1603 (java) S 1596 1596 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114677568 14309736448 6129 18446744073709551615 4194304 4196468 140733705056944 139760735611408 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1604] ppid=1596 vsize=13974352 memory=140242427860608 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1604/stat : 1604 (java) S 1596 1596 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114677569 14309736448 6129 18446744073709551615 4194304 4196468 140733705056944 139760617618032 139761139137154 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1605] ppid=1596 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1605/stat : 1605 (java) S 1596 1596 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114677570 14309736448 6129 18446744073709551615 4194304 4196468 140733705056944 139760616564000 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1606] ppid=1596 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1606/stat : 1606 (java) S 1596 1596 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114677570 14309736448 6129 18446744073709551615 4194304 4196468 140733705056944 139760615511664 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1607] ppid=1596 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1607/stat : 1607 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677572 14309736448 6129 18446744073709551615 4194304 4196468 140733705056944 139760614459984 139761139144603 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1608] ppid=1596 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1608/stat : 1608 (java) S 1596 1596 28892 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 114677572 14309736448 6129 18446744073709551615 4194304 4196468 140733705056944 139760613406832 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1609] ppid=1596 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1609/stat : 1609 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677572 14309736448 6129 18446744073709551615 4194304 4196468 140733705056944 139760612354032 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1610] ppid=1596 vsize=13974352 memory=140242427860608 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1610/stat : 1610 (java) R 1596 1596 28892 0 -1 1077944384 233 0 0 0 0 0 0 0 20 0 15 0 114677572 14309736448 6129 18446744073709551615 4194304 4196468 140733705056944 139760611301744 139761139137154 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1611] ppid=1596 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1611/stat : 1611 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677573 14309736448 6129 18446744073709551615 4194304 4196468 140733705056944 139760610249184 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1612] ppid=1596 vsize=13974352 memory=140242427860608 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1612/stat : 1612 (java) S 1596 1596 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114677577 14309736448 6129 18446744073709551615 4194304 4196468 140733705056944 139760609196976 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 23848 KiB

[startup+0.310233 s]*
/proc/loadavg: 1.67 1.78 1.78 4/211 1612
/proc/meminfo: memFree=28880936/32770624 swapFree=67108860/67108860
[pid=1596] ppid=1593 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1596/stat : 1596 (xcsp3-exec) S 1593 1596 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114677557 9740288 345 18446744073709551615 4194304 5098028 140721391922992 140721391921096 139678126862972 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19300352 140721391927672 140721391927877 140721391927877 140721391931371 0
/proc/1596/statm: 2378 345 289 221 0 87 0
[pid=1598] ppid=1596 vsize=13974352 memory=36848 CPUtime=0.25 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1596 1596 28892 0 -1 1077944320 8796 0 0 0 23 2 0 0 20 0 15 0 114677567 14309736448 9212 18446744073709551615 4194304 4196468 140733705056944 140733705039488 139761139126007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
/proc/1598/statm: 3493588 9212 2972 1 0 3482964 0
[pid=1598/tid=1599] ppid=1596 vsize=13974352 memory=6933928925625698159 CPUtime=0.15 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1596 1596 28892 0 -1 4202560 6044 0 0 0 14 1 0 0 20 0 15 0 114677567 14309736448 9212 18446744073709551615 4194304 4196468 140733705056944 139761143358928 139761123206494 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1600] ppid=1596 vsize=13974352 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1600/stat : 1600 (java) S 1596 1596 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114677568 14309736448 9212 18446744073709551615 4194304 4196468 140733705056944 139761058539920 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1601] ppid=1596 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1601/stat : 1601 (java) S 1596 1596 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114677568 14309736448 9212 18446744073709551615 4194304 4196468 140733705056944 139761057487120 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1602] ppid=1596 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1602/stat : 1602 (java) S 1596 1596 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114677568 14309736448 9212 18446744073709551615 4194304 4196468 140733705056944 139761056434832 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1603] ppid=1596 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1603/stat : 1603 (java) S 1596 1596 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114677568 14309736448 9212 18446744073709551615 4194304 4196468 140733705056944 139760735611408 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1604] ppid=1596 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1604/stat : 1604 (java) S 1596 1596 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114677569 14309736448 9212 18446744073709551615 4194304 4196468 140733705056944 139760617618032 139761139137154 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1605] ppid=1596 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1605/stat : 1605 (java) S 1596 1596 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114677570 14309736448 9212 18446744073709551615 4194304 4196468 140733705056944 139760616564000 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1606] ppid=1596 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1606/stat : 1606 (java) S 1596 1596 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114677570 14309736448 9212 18446744073709551615 4194304 4196468 140733705056944 139760615511664 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1607] ppid=1596 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1607/stat : 1607 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677572 14309736448 9212 18446744073709551615 4194304 4196468 140733705056944 139760614459984 139761139144603 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1608] ppid=1596 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1598/task/1608/stat : 1608 (java) R 1596 1596 28892 0 -1 4202560 488 0 0 0 1 0 0 0 20 0 15 0 114677572 14309736448 9212 18446744073709551615 4194304 4196468 140733705056944 139760613406832 139761118781184 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1609] ppid=1596 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1598/task/1609/stat : 1609 (java) S 1596 1596 28892 0 -1 1077944384 232 0 0 0 1 0 0 0 20 0 15 0 114677572 14309736448 9212 18446744073709551615 4194304 4196468 140733705056944 139760612354032 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1610] ppid=1596 vsize=13974352 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/1598/task/1610/stat : 1610 (java) S 1596 1596 28892 0 -1 1077944384 744 0 0 0 5 0 0 0 20 0 15 0 114677572 14309736448 9212 18446744073709551615 4194304 4196468 140733705056944 139760611301744 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1611] ppid=1596 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1611/stat : 1611 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677573 14309736448 9212 18446744073709551615 4194304 4196468 140733705056944 139760610249184 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1612] ppid=1596 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1612/stat : 1612 (java) S 1596 1596 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114677577 14309736448 9212 18446744073709551615 4194304 4196468 140733705056944 139760609196976 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38228 KiB

[startup+0.707585 s]
/proc/loadavg: 1.67 1.78 1.78 5/211 1612
/proc/meminfo: memFree=28861164/32770624 swapFree=67108860/67108860
[pid=1596] ppid=1593 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1596/stat : 1596 (xcsp3-exec) S 1593 1596 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114677557 9740288 345 18446744073709551615 4194304 5098028 140721391922992 140721391921096 139678126862972 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19300352 140721391927672 140721391927877 140721391927877 140721391931371 0
/proc/1596/statm: 2378 345 289 221 0 87 0
[pid=1598] ppid=1596 vsize=13978684 memory=83200 CPUtime=1.35 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1596 1596 28892 0 -1 1077944320 13441 0 0 0 130 5 0 0 20 0 15 0 114677567 14314172416 20800 18446744073709551615 4194304 4196468 140733705056944 140733705039488 139761139126007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
/proc/1598/statm: 3494671 20800 3146 1 0 3482964 0
[pid=1598/tid=1599] ppid=1596 vsize=13978684 memory=2372 CPUtime=0.54 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1596 1596 28892 0 -1 4202560 7800 0 0 0 51 3 0 0 20 0 15 0 114677567 14314172416 20800 18446744073709551615 4194304 4196468 140733705056944 139761143360264 139761120532306 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1600] ppid=1596 vsize=13978684 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1600/stat : 1600 (java) S 1596 1596 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114677568 14314172416 20800 18446744073709551615 4194304 4196468 140733705056944 139761058539920 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1601] ppid=1596 vsize=13978684 memory=59248 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1601/stat : 1601 (java) S 1596 1596 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114677568 14314172416 20800 18446744073709551615 4194304 4196468 140733705056944 139761057487120 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1602] ppid=1596 vsize=13978684 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1602/stat : 1602 (java) S 1596 1596 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 114677568 14314172416 20800 18446744073709551615 4194304 4196468 140733705056944 139761056434832 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1603] ppid=1596 vsize=13978684 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1603/stat : 1603 (java) S 1596 1596 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114677568 14314172416 20800 18446744073709551615 4194304 4196468 140733705056944 139760735611408 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1604] ppid=1596 vsize=13978684 memory=4300 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1604/stat : 1604 (java) S 1596 1596 28892 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 114677569 14314172416 20800 18446744073709551615 4194304 4196468 140733705056944 139760617618032 139761139137154 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1605] ppid=1596 vsize=13978684 memory=932 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1605/stat : 1605 (java) S 1596 1596 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114677570 14314172416 20800 18446744073709551615 4194304 4196468 140733705056944 139760616564000 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1606] ppid=1596 vsize=13978684 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1606/stat : 1606 (java) S 1596 1596 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114677570 14314172416 20800 18446744073709551615 4194304 4196468 140733705056944 139760615511664 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1607] ppid=1596 vsize=13978684 memory=2160 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1607/stat : 1607 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677572 14314172416 20800 18446744073709551615 4194304 4196468 140733705056944 139760614459984 139761139144603 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1608] ppid=1596 vsize=13978684 memory=7450731033947301203 CPUtime=0.27 cores=1,3,5,7
/proc/1598/task/1608/stat : 1608 (java) R 1596 1596 28892 0 -1 4202560 1413 0 0 0 27 0 0 0 20 0 15 0 114677572 14314172416 20800 18446744073709551615 4194304 4196468 140733705056944 139760613390624 139761120670211 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1609] ppid=1596 vsize=13978684 memory=7522515953681525334 CPUtime=0.25 cores=1,3,5,7
/proc/1598/task/1609/stat : 1609 (java) R 1596 1596 28892 0 -1 4202560 1397 0 0 0 25 0 0 0 20 0 15 0 114677572 14314172416 20800 18446744073709551615 4194304 4196468 140733705056944 139760612354032 139761118819107 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1610] ppid=1596 vsize=13978684 memory=7453291831190251091 CPUtime=0.26 cores=1,3,5,7
/proc/1598/task/1610/stat : 1610 (java) R 1596 1596 28892 0 -1 4202560 1525 0 0 0 26 0 0 0 20 0 15 0 114677572 14314172416 20800 18446744073709551615 4194304 4196468 140733705056944 139760611298680 139761132225854 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1611] ppid=1596 vsize=13978684 memory=7307214010630631265 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1611/stat : 1611 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677573 14314172416 20800 18446744073709551615 4194304 4196468 140733705056944 139760610249184 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1612] ppid=1596 vsize=13978684 memory=18889266171726 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1612/stat : 1612 (java) R 1596 1596 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 114677577 14314172416 20800 18446744073709551615 4194304 4196468 140733705056944 139760609196976 139761139137154 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 84580 KiB

[startup+1.50162 s]
/proc/loadavg: 1.67 1.78 1.78 4/211 1612
/proc/meminfo: memFree=28721232/32770624 swapFree=67108860/67108860
[pid=1596] ppid=1593 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1596/stat : 1596 (xcsp3-exec) S 1593 1596 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114677557 9740288 345 18446744073709551615 4194304 5098028 140721391922992 140721391921096 139678126862972 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19300352 140721391927672 140721391927877 140721391927877 140721391931371 0
/proc/1596/statm: 2378 345 289 221 0 87 0
[pid=1598] ppid=1596 vsize=13980732 memory=223668 CPUtime=3.86 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1596 1596 28892 0 -1 1077944320 15491 0 0 0 375 11 0 0 20 0 15 0 114677567 14316269568 55917 18446744073709551615 4194304 4196468 140733705056944 140733705039488 139761139126007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
/proc/1598/statm: 3495183 55917 3213 1 0 3483476 0
[pid=1598/tid=1599] ppid=1596 vsize=13980732 memory=0 CPUtime=1.29 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1596 1596 28892 0 -1 4202560 8509 0 0 0 124 5 0 0 20 0 15 0 114677567 14316269568 55917 18446744073709551615 4194304 4196468 140733705056944 139761143359528 139760740732972 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1600] ppid=1596 vsize=13980732 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1598/task/1600/stat : 1600 (java) S 1596 1596 28892 0 -1 1077944384 75 0 0 0 2 0 0 0 20 0 15 0 114677568 14316269568 55917 18446744073709551615 4194304 4196468 140733705056944 139761058539920 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1601] ppid=1596 vsize=13980732 memory=140242292136982 CPUtime=0.03 cores=1,3,5,7
/proc/1598/task/1601/stat : 1601 (java) S 1596 1596 28892 0 -1 1077944384 62 0 0 0 2 1 0 0 20 0 15 0 114677568 14316269568 55917 18446744073709551615 4194304 4196468 140733705056944 139761057487120 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1602] ppid=1596 vsize=13980732 memory=576460756337520170 CPUtime=0.03 cores=1,3,5,7
/proc/1598/task/1602/stat : 1602 (java) S 1596 1596 28892 0 -1 1077944384 118 0 0 0 2 1 0 0 20 0 15 0 114677568 14316269568 55917 18446744073709551615 4194304 4196468 140733705056944 139761056434832 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1603] ppid=1596 vsize=13980732 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/1598/task/1603/stat : 1603 (java) S 1596 1596 28892 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 15 0 114677568 14316269568 55917 18446744073709551615 4194304 4196468 140733705056944 139760735611408 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1604] ppid=1596 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1604/stat : 1604 (java) S 1596 1596 28892 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 114677569 14316269568 55917 18446744073709551615 4194304 4196468 140733705056944 139760617618032 139761139137154 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1605] ppid=1596 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1605/stat : 1605 (java) S 1596 1596 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 114677570 14316269568 55917 18446744073709551615 4194304 4196468 140733705056944 139760616564064 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1606] ppid=1596 vsize=13980732 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1606/stat : 1606 (java) S 1596 1596 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 114677570 14316269568 55917 18446744073709551615 4194304 4196468 140733705056944 139760615511680 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1607] ppid=1596 vsize=13980732 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1607/stat : 1607 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677572 14316269568 55917 18446744073709551615 4194304 4196468 140733705056944 139760614459984 139761139144603 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1608] ppid=1596 vsize=13980732 memory=280484584366432 CPUtime=0.97 cores=1,3,5,7
/proc/1598/task/1608/stat : 1608 (java) R 1596 1596 28892 0 -1 4202560 1598 0 0 0 97 0 0 0 20 0 15 0 114677572 14316269568 55917 18446744073709551615 4194304 4196468 140733705056944 139760613395424 139761118782529 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1609] ppid=1596 vsize=13980732 memory=-6876576534042204011 CPUtime=0.93 cores=1,3,5,7
/proc/1598/task/1609/stat : 1609 (java) R 1596 1596 28892 0 -1 4202560 1582 0 0 0 93 0 0 0 20 0 15 0 114677572 14316269568 55917 18446744073709551615 4194304 4196468 140733705056944 139760612354032 139761120654528 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1610] ppid=1596 vsize=13980732 memory=8548832187152109950 CPUtime=0.51 cores=1,3,5,7
/proc/1598/task/1610/stat : 1610 (java) S 1596 1596 28892 0 -1 1077944384 2118 0 0 0 51 0 0 0 20 0 15 0 114677572 14316269568 55917 18446744073709551615 4194304 4196468 140733705056944 139760611301744 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1611] ppid=1596 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1611/stat : 1611 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677573 14316269568 55917 18446744073709551615 4194304 4196468 140733705056944 139760610249184 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1612] ppid=1596 vsize=13980732 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1612/stat : 1612 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677577 14316269568 55917 18446744073709551615 4194304 4196468 140733705056944 139760609196976 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0

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

[pid=1598/tid=1604] ppid=1596 vsize=13980732 memory=1380 CPUtime=0.98 cores=1,3,5,7
/proc/1598/task/1604/stat : 1604 (java) S 1596 1596 28892 0 -1 1077944384 10528 0 0 0 93 5 0 0 20 0 15 0 114677569 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760617618032 139761139137154 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1605] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1605/stat : 1605 (java) S 1596 1596 28892 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 114677570 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760616564064 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1606] ppid=1596 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1606/stat : 1606 (java) S 1596 1596 28892 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 114677570 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760615511680 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1607] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1607/stat : 1607 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677572 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760614459984 139761139144603 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1608] ppid=1596 vsize=13980732 memory=2270952 CPUtime=3.65 cores=1,3,5,7
/proc/1598/task/1608/stat : 1608 (java) S 1596 1596 28892 0 -1 1077944384 24341 0 0 0 362 3 0 0 20 0 15 0 114677572 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760613406832 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1609] ppid=1596 vsize=13980732 memory=1380 CPUtime=3.67 cores=1,3,5,7
/proc/1598/task/1609/stat : 1609 (java) S 1596 1596 28892 0 -1 1077944384 23601 0 0 0 364 3 0 0 20 0 15 0 114677572 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760612354032 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1610] ppid=1596 vsize=13980732 memory=4198373884061773715 CPUtime=0.82 cores=1,3,5,7
/proc/1598/task/1610/stat : 1610 (java) S 1596 1596 28892 0 -1 1077944384 11463 0 0 0 80 2 0 0 20 0 15 0 114677572 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760611301744 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1611] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1611/stat : 1611 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677573 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760610249184 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1612] ppid=1596 vsize=13980732 memory=365 CPUtime=1.53 cores=1,3,5,7
/proc/1598/task/1612/stat : 1612 (java) S 1596 1596 28892 0 -1 1077944384 2277 0 0 0 70 83 0 0 20 0 15 0 114677577 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760609196976 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
Current children cumulated CPU time: 2402.13 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2272332 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/211 1855
/proc/meminfo: memFree=27304464/32770624 swapFree=67108860/67108860
[pid=1596] ppid=1593 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1596/stat : 1596 (xcsp3-exec) S 1593 1596 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114677557 9740288 345 18446744073709551615 4194304 5098028 140721391922992 140721391921096 139678126862972 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19300352 140721391927672 140721391927877 140721391927877 140721391931371 0
/proc/1596/statm: 2378 345 289 221 0 87 0
[pid=1598] ppid=1596 vsize=13980732 memory=2270952 CPUtime=2462.16 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1596 1596 28892 0 -1 1077944320 117918 0 0 0 246033 183 0 0 20 0 15 0 114677567 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 140733705039488 139761139126007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
/proc/1598/statm: 3495183 567738 3257 1 0 3483476 0
[pid=1598/tid=1599] ppid=1596 vsize=13980732 memory=2270952 CPUtime=2437.62 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1596 1596 28892 0 -1 4202560 35686 0 0 0 243748 14 0 0 20 0 15 0 114677567 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139761143364200 139760743763744 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1600] ppid=1596 vsize=13980732 memory=2270952 CPUtime=3.44 cores=1,3,5,7
/proc/1598/task/1600/stat : 1600 (java) S 1596 1596 28892 0 -1 1077944384 1814 0 0 0 322 22 0 0 20 0 15 0 114677568 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139761058539920 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1601] ppid=1596 vsize=13980732 memory=2270952 CPUtime=3.44 cores=1,3,5,7
/proc/1598/task/1601/stat : 1601 (java) S 1596 1596 28892 0 -1 1077944384 1433 0 0 0 327 17 0 0 20 0 15 0 114677568 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139761057487120 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1602] ppid=1596 vsize=13980732 memory=2270952 CPUtime=3.44 cores=1,3,5,7
/proc/1598/task/1602/stat : 1602 (java) S 1596 1596 28892 0 -1 1077944384 2813 0 0 0 322 22 0 0 20 0 15 0 114677568 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139761056434832 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1603] ppid=1596 vsize=13980732 memory=2270952 CPUtime=3.45 cores=1,3,5,7
/proc/1598/task/1603/stat : 1603 (java) S 1596 1596 28892 0 -1 1077944384 2594 0 0 0 327 18 0 0 20 0 15 0 114677568 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760735611408 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1604] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0.98 cores=1,3,5,7
/proc/1598/task/1604/stat : 1604 (java) S 1596 1596 28892 0 -1 1077944384 10534 0 0 0 93 5 0 0 20 0 15 0 114677569 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760617618032 139761139137154 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1605] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1605/stat : 1605 (java) S 1596 1596 28892 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 114677570 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760616564064 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1606] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1606/stat : 1606 (java) S 1596 1596 28892 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 114677570 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760615511680 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1607] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1607/stat : 1607 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677572 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760614459984 139761139144603 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1608] ppid=1596 vsize=13980732 memory=1380 CPUtime=3.65 cores=1,3,5,7
/proc/1598/task/1608/stat : 1608 (java) S 1596 1596 28892 0 -1 1077944384 24344 0 0 0 362 3 0 0 20 0 15 0 114677572 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760613406832 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1609] ppid=1596 vsize=13980732 memory=1380 CPUtime=3.67 cores=1,3,5,7
/proc/1598/task/1609/stat : 1609 (java) S 1596 1596 28892 0 -1 1077944384 23603 0 0 0 364 3 0 0 20 0 15 0 114677572 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760612354032 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1610] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0.82 cores=1,3,5,7
/proc/1598/task/1610/stat : 1610 (java) S 1596 1596 28892 0 -1 1077944384 11465 0 0 0 80 2 0 0 20 0 15 0 114677572 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760611301744 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1611] ppid=1596 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1611/stat : 1611 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677573 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760610249184 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1612] ppid=1596 vsize=13980732 memory=1380 CPUtime=1.58 cores=1,3,5,7
/proc/1598/task/1612/stat : 1612 (java) S 1596 1596 28892 0 -1 1077944384 2310 0 0 0 72 86 0 0 20 0 15 0 114677577 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760609196976 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
Current children cumulated CPU time: 2462.16 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2272332 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.11 s]
/proc/loadavg: 2.00 2.01 2.00 3/211 1857
/proc/meminfo: memFree=27302564/32770624 swapFree=67108860/67108860
[pid=1596] ppid=1593 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1596/stat : 1596 (xcsp3-exec) S 1593 1596 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114677557 9740288 345 18446744073709551615 4194304 5098028 140721391922992 140721391921096 139678126862972 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19300352 140721391927672 140721391927877 140721391927877 140721391931371 0
/proc/1596/statm: 2378 345 289 221 0 87 0
[pid=1598] ppid=1596 vsize=13980732 memory=2270952 CPUtime=2520.01 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1596 1596 28892 0 -1 1077944320 118253 0 0 0 251816 185 0 0 20 0 15 0 114677567 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 140733705039488 139761139126007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
/proc/1598/statm: 3495183 567738 3257 1 0 3483476 0
[pid=1598/tid=1599] ppid=1596 vsize=13980732 memory=2270952 CPUtime=2495.42 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1596 1596 28892 0 -1 4202560 35975 0 0 0 249528 14 0 0 20 0 15 0 114677567 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139761143364200 139760743763895 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1600] ppid=1596 vsize=13980732 memory=2270952 CPUtime=3.44 cores=1,3,5,7
/proc/1598/task/1600/stat : 1600 (java) S 1596 1596 28892 0 -1 1077944384 1814 0 0 0 322 22 0 0 20 0 15 0 114677568 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139761058539920 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1601] ppid=1596 vsize=13980732 memory=2270952 CPUtime=3.44 cores=1,3,5,7
/proc/1598/task/1601/stat : 1601 (java) S 1596 1596 28892 0 -1 1077944384 1433 0 0 0 327 17 0 0 20 0 15 0 114677568 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139761057487120 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1602] ppid=1596 vsize=13980732 memory=2270952 CPUtime=3.44 cores=1,3,5,7
/proc/1598/task/1602/stat : 1602 (java) S 1596 1596 28892 0 -1 1077944384 2813 0 0 0 322 22 0 0 20 0 15 0 114677568 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139761056434832 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1603] ppid=1596 vsize=13980732 memory=2270952 CPUtime=3.45 cores=1,3,5,7
/proc/1598/task/1603/stat : 1603 (java) S 1596 1596 28892 0 -1 1077944384 2594 0 0 0 327 18 0 0 20 0 15 0 114677568 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760735611408 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1604] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0.98 cores=1,3,5,7
/proc/1598/task/1604/stat : 1604 (java) S 1596 1596 28892 0 -1 1077944384 10540 0 0 0 93 5 0 0 20 0 15 0 114677569 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760617618032 139761139137154 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1605] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1605/stat : 1605 (java) S 1596 1596 28892 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 114677570 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760616564064 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1606] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1606/stat : 1606 (java) S 1596 1596 28892 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 114677570 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760615511680 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1607] ppid=1596 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1607/stat : 1607 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677572 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760614459984 139761139144603 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1608] ppid=1596 vsize=13980732 memory=2270952 CPUtime=3.65 cores=1,3,5,7
/proc/1598/task/1608/stat : 1608 (java) S 1596 1596 28892 0 -1 1077944384 24347 0 0 0 362 3 0 0 20 0 15 0 114677572 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760613406832 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1609] ppid=1596 vsize=13980732 memory=1380 CPUtime=3.67 cores=1,3,5,7
/proc/1598/task/1609/stat : 1609 (java) S 1596 1596 28892 0 -1 1077944384 23605 0 0 0 364 3 0 0 20 0 15 0 114677572 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760612354032 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1610] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0.82 cores=1,3,5,7
/proc/1598/task/1610/stat : 1610 (java) S 1596 1596 28892 0 -1 1077944384 11467 0 0 0 80 2 0 0 20 0 15 0 114677572 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760611301744 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1611] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1611/stat : 1611 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677573 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760610249184 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1612] ppid=1596 vsize=13980732 memory=1380 CPUtime=1.61 cores=1,3,5,7
/proc/1598/task/1612/stat : 1612 (java) S 1596 1596 28892 0 -1 1077944384 2343 0 0 0 74 87 0 0 20 0 15 0 114677577 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760609196976 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2272332 KiB

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

[startup+2500.13 s]
# the end of solver process 1596 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.17 s, system=1.87013 s

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

[startup+2500.11 s]
/proc/loadavg: 2.00 2.01 2.00 3/211 1857
/proc/meminfo: memFree=27302564/32770624 swapFree=67108860/67108860
[pid=1596] ppid=1593 vsize=9512 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1596/stat : 1596 (xcsp3-exec) S 1593 1596 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 114677557 9740288 345 18446744073709551615 4194304 5098028 140721391922992 140721391921096 139678126862972 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19300352 140721391927672 140721391927877 140721391927877 140721391931371 0
/proc/1596/statm: 2378 345 289 221 0 87 0
[pid=1598] ppid=1596 vsize=13980732 memory=2270952 CPUtime=2520.01 cores=1,3,5,7
/proc/1598/stat : 1598 (java) S 1596 1596 28892 0 -1 1077944320 118253 0 0 0 251816 185 0 0 20 0 15 0 114677567 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 140733705039488 139761139126007 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
/proc/1598/statm: 3495183 567738 3257 1 0 3483476 0
[pid=1598/tid=1599] ppid=1596 vsize=13980732 memory=2270952 CPUtime=2495.42 cores=1,3,5,7
/proc/1598/task/1599/stat : 1599 (java) R 1596 1596 28892 0 -1 4202560 35975 0 0 0 249528 14 0 0 20 0 15 0 114677567 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139761143364200 139760743763895 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1600] ppid=1596 vsize=13980732 memory=2270952 CPUtime=3.44 cores=1,3,5,7
/proc/1598/task/1600/stat : 1600 (java) S 1596 1596 28892 0 -1 1077944384 1814 0 0 0 322 22 0 0 20 0 15 0 114677568 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139761058539920 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1601] ppid=1596 vsize=13980732 memory=2270952 CPUtime=3.44 cores=1,3,5,7
/proc/1598/task/1601/stat : 1601 (java) S 1596 1596 28892 0 -1 1077944384 1433 0 0 0 327 17 0 0 20 0 15 0 114677568 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139761057487120 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1602] ppid=1596 vsize=13980732 memory=2270952 CPUtime=3.44 cores=1,3,5,7
/proc/1598/task/1602/stat : 1602 (java) S 1596 1596 28892 0 -1 1077944384 2813 0 0 0 322 22 0 0 20 0 15 0 114677568 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139761056434832 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1603] ppid=1596 vsize=13980732 memory=2270952 CPUtime=3.45 cores=1,3,5,7
/proc/1598/task/1603/stat : 1603 (java) S 1596 1596 28892 0 -1 1077944384 2594 0 0 0 327 18 0 0 20 0 15 0 114677568 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760735611408 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1604] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0.98 cores=1,3,5,7
/proc/1598/task/1604/stat : 1604 (java) S 1596 1596 28892 0 -1 1077944384 10540 0 0 0 93 5 0 0 20 0 15 0 114677569 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760617618032 139761139137154 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1605] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1605/stat : 1605 (java) S 1596 1596 28892 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 114677570 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760616564064 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1606] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1606/stat : 1606 (java) S 1596 1596 28892 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 114677570 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760615511680 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1607] ppid=1596 vsize=13980732 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1607/stat : 1607 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677572 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760614459984 139761139144603 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1608] ppid=1596 vsize=13980732 memory=2270952 CPUtime=3.65 cores=1,3,5,7
/proc/1598/task/1608/stat : 1608 (java) S 1596 1596 28892 0 -1 1077944384 24347 0 0 0 362 3 0 0 20 0 15 0 114677572 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760613406832 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1609] ppid=1596 vsize=13980732 memory=1380 CPUtime=3.67 cores=1,3,5,7
/proc/1598/task/1609/stat : 1609 (java) S 1596 1596 28892 0 -1 1077944384 23605 0 0 0 364 3 0 0 20 0 15 0 114677572 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760612354032 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1610] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0.82 cores=1,3,5,7
/proc/1598/task/1610/stat : 1610 (java) S 1596 1596 28892 0 -1 1077944384 11467 0 0 0 80 2 0 0 20 0 15 0 114677572 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760611301744 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1611] ppid=1596 vsize=13980732 memory=2270952 CPUtime=0 cores=1,3,5,7
/proc/1598/task/1611/stat : 1611 (java) S 1596 1596 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 114677573 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760610249184 139761139136213 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
[pid=1598/tid=1612] ppid=1596 vsize=13980732 memory=1380 CPUtime=1.61 cores=1,3,5,7
/proc/1598/task/1612/stat : 1612 (java) S 1596 1596 28892 0 -1 1077944384 2343 0 0 0 74 87 0 0 20 0 15 0 114677577 14316269568 567738 18446744073709551615 4194304 4196468 140733705056944 139760609196976 139761139137154 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15409152 140733705064881 140733705065057 140733705065057 140733705068495 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 2272332 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2500.13
CPU time (s): 2520.04
CPU user time (s): 2518.17
CPU system time (s): 1.87013
CPU usage (%): 100.797
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 2272332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.17
system time used= 1.87013
maximum resident set size= 2271592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119181
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57258
involuntary context switches= 876


# summary of solver processes directly reported to runsolver:
#   pid: 1596
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2518.17
#   total CPU system time (s): 1.87013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7607 second user time and 25.6535 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-19 08:26:34
IDJOB=4281849
IDBENCH=126230
IDSOLVER=2677
FILE ID=node127/4281849-1503124845
RUNJOBID= node127-1503095799-28951
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-24-a4.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-4281849-1503124845/watcher-4281849-1503124845 -o /tmp/evaluation-result-4281849-1503124845/solver-4281849-1503124845 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503095799-28951 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1421821758 HOME/instance-4281849-1503124845.xml

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

MD5SUM BENCH= 703fa8ddaec9a7a194d23a6d05243a88
RANDOM SEED=1421821758

node127.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.92
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.92
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.92
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.92
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:        28908312 kB
MemAvailable:   29733012 kB
Buffers:          295840 kB
Cached:           831112 kB
SwapCached:            0 kB
Active:          3032356 kB
Inactive:         376100 kB
Active(anon):    2232352 kB
Inactive(anon):    99188 kB
Active(file):     800004 kB
Inactive(file):   276912 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9364 kB
Writeback:             0 kB
AnonPages:       2281488 kB
Mapped:            72944 kB
Shmem:             49828 kB
Slab:             153636 kB
SReclaimable:     127240 kB
SUnreclaim:        26396 kB
KernelStack:        3408 kB
PageTables:         9580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2878648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2129920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62012 MiB
End job on node127 at 2017-08-19 09:08:14