Trace number 4283317

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)491 2520.1499 2374.77

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-21-a4.xml
MD5SUM982ba5645f5cd940fa49e525f3796150
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark416
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints20617
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":21}]
Minimum variable degree3801
Maximum variable degree3802
Distribution of variable degrees[{"degree":3801,"count":19},{"degree":3802,"count":2}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":2660},{"arity":4,"count":17955},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints20616
Distribution of constraint types[{"type":"intension","count":20616},{"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.07	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283317-1503203555.xml"  -tl '2520s' -p 1 -x 3
0.11/0.26	c [HOME/instance-4283317-1503203555.xml, -tl, 2520s, -p, 1, -x, 3]
0.11/0.32	c simple solver
0.32/0.39	c parse instance...
6.45/2.36	c solve instance...
448.92/311.49	o 1000 
552.08/413.91	o 999 
771.65/630.48	o 564 
773.26/632.04	o 545 
778.87/637.68	o 512 
842.78/700.97	o 504 
1149.61/1007.04	o 491 
2520.07/2374.70	s SATISFIABLE
2520.07/2374.70	v <instantiation>
2520.07/2374.70	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] </list>
2520.07/2374.70	v 	<values>0 2 3 8 12 19 32 46 67 82 100 123 160 185 207 256 329 357 415 446 491 </values>
2520.07/2374.70	v </instantiation>
2520.07/2374.70	c Unexpected resolution interruption!

Verifier Data

OK	491

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283317-1503203555/watcher-4283317-1503203555 -o /tmp/evaluation-result-4283317-1503203555/solver-4283317-1503203555 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9102 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 975308055 HOME/instance-4283317-1503203555.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=17737, runsolver pid=17734
Current StackSize limit: 8192 KiB


[startup+0.100201 s]*
/proc/loadavg: 1.86 1.73 1.61 3/202 17744
/proc/meminfo: memFree=25084020/32770624 swapFree=67108860/67108860
[pid=17737] ppid=17734 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17737/stat : 17737 (xcsp3-exec) S 17734 17737 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 122548431 9740288 345 18446744073709551615 4194304 5098028 140732070949840 140732070947944 139782399214204 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 16932864 140732070957433 140732070957637 140732070957637 140732070961131 0
/proc/17737/statm: 2378 345 289 221 0 87 0
[pid=17739] ppid=17737 vsize=13574484 memory=15636 CPUtime=0.02 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17737 28892 0 -1 1077944320 3752 0 0 0 2 0 0 0 20 0 9 0 122548438 13900271616 3909 18446744073709551615 4194304 4196468 140733623982464 140733623965008 140343052324599 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
/proc/17739/statm: 3393621 3909 2065 1 0 3383118 0
[pid=17739/tid=17740] ppid=17737 vsize=13574484 memory=-8023549066454273880 CPUtime=0.02 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) R 17737 17737 28892 0 -1 4202560 2474 0 0 0 2 0 0 0 20 0 9 0 122548439 13900271616 3909 18446744073709551615 4194304 4196468 140733623982464 140343056560360 140343052346525 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17741] ppid=17737 vsize=13574484 memory=-8458152057954561420 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17741/stat : 17741 (java) S 17737 17737 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 122548439 13900271616 3974 18446744073709551615 4194304 4196468 140733623982464 140343024167696 140343052334805 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17742] ppid=17737 vsize=13574484 memory=140629180233344 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17737 17737 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 122548439 13900271616 3974 18446744073709551615 4194304 4196468 140733623982464 140342651251600 140343052334805 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17743] ppid=17737 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17737 17737 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 122548439 13900271616 3974 18446744073709551615 4194304 4196468 140733623982464 140342650199056 140343052334805 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17744] ppid=17737 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17737 17737 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 122548439 13900271616 3974 18446744073709551615 4194304 4196468 140733623982464 140342649146512 140343052334805 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17745] ppid=17737 vsize=13574484 memory=140629180233344 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17737 17737 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 122548441 13900271616 3974 18446744073709551615 4194304 4196468 140733623982464 140342530611184 140343052335746 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17746] ppid=17737 vsize=13574484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17737 17737 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 122548441 13900271616 3974 18446744073709551615 4194304 4196468 140733623982464 140342529557408 140343052334805 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17747] ppid=17737 vsize=13574484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17737 17737 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 122548441 13900271616 3974 18446744073709551615 4194304 4196468 140733623982464 140342528504880 140343052334805 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13583996 KiB
Current children cumulated memory: 17016 KiB

[startup+0.210227 s]*
/proc/loadavg: 1.86 1.73 1.61 3/211 17753
/proc/meminfo: memFree=25073440/32770624 swapFree=67108860/67108860
[pid=17737] ppid=17734 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17737/stat : 17737 (xcsp3-exec) S 17734 17737 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 122548431 9740288 345 18446744073709551615 4194304 5098028 140732070949840 140732070947944 139782399214204 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 16932864 140732070957433 140732070957637 140732070957637 140732070961131 0
/proc/17737/statm: 2378 345 289 221 0 87 0
[pid=17739] ppid=17737 vsize=13974352 memory=28936 CPUtime=0.11 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17737 28892 0 -1 1077944320 5149 0 0 0 10 1 0 0 20 0 15 0 122548438 14309736448 7234 18446744073709551615 4194304 4196468 140733623982464 140733623965008 140343052324599 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
/proc/17739/statm: 3493588 7234 2852 1 0 3482964 0
[pid=17739/tid=17740] ppid=17737 vsize=13974352 memory=7311146985107750967 CPUtime=0.09 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) R 17737 17737 28892 0 -1 4202560 3175 0 0 0 8 1 0 0 20 0 15 0 122548439 14309736448 7234 18446744073709551615 4194304 4196468 140733623982464 140343056548400 140343052336534 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17741] ppid=17737 vsize=13974352 memory=13729 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17741/stat : 17741 (java) S 17737 17737 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122548439 14309736448 7234 18446744073709551615 4194304 4196468 140733623982464 140343024167696 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17742] ppid=17737 vsize=13974352 memory=288371005331945088 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17737 17737 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122548439 14309736448 7234 18446744073709551615 4194304 4196468 140733623982464 140342651251600 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17743] ppid=17737 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17737 17737 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122548439 14309736448 7234 18446744073709551615 4194304 4196468 140733623982464 140342650199056 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17744] ppid=17737 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17737 17737 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122548439 14309736448 7234 18446744073709551615 4194304 4196468 140733623982464 140342649146512 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17745] ppid=17737 vsize=13974352 memory=140629180233344 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17737 17737 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122548441 14309736448 7234 18446744073709551615 4194304 4196468 140733623982464 140342530611184 140343052335746 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17746] ppid=17737 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17737 17737 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 122548441 14309736448 7234 18446744073709551615 4194304 4196468 140733623982464 140342529557408 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17747] ppid=17737 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17737 17737 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 122548441 14309736448 7234 18446744073709551615 4194304 4196468 140733623982464 140342528504816 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17748] ppid=17737 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17737 17737 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122548444 14309736448 7234 18446744073709551615 4194304 4196468 140733623982464 140342527453392 140343052343195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17749] ppid=17737 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17737 17737 28892 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 15 0 122548444 14309736448 7234 18446744073709551615 4194304 4196468 140733623982464 140342526401008 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17750] ppid=17737 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17737 17737 28892 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 15 0 122548444 14309736448 7234 18446744073709551615 4194304 4196468 140733623982464 140342525348464 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17751] ppid=17737 vsize=13974352 memory=140629180233344 CPUtime=0.01 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) R 17737 17737 28892 0 -1 4202560 237 0 0 0 1 0 0 0 20 0 15 0 122548444 14309736448 7234 18446744073709551615 4194304 4196468 140733623982464 140342524295920 140343052345946 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17752] ppid=17737 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17737 17737 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122548444 14309736448 7234 18446744073709551615 4194304 4196468 140733623982464 140342523243616 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17753] ppid=17737 vsize=13974352 memory=140629180233344 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17737 17737 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122548448 14309736448 7234 18446744073709551615 4194304 4196468 140733623982464 140342522190128 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 30316 KiB

[startup+0.314247 s]*
/proc/loadavg: 1.86 1.73 1.61 5/211 17753
/proc/meminfo: memFree=25060900/32770624 swapFree=67108860/67108860
[pid=17737] ppid=17734 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17737/stat : 17737 (xcsp3-exec) S 17734 17737 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 122548431 9740288 345 18446744073709551615 4194304 5098028 140732070949840 140732070947944 139782399214204 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 16932864 140732070957433 140732070957637 140732070957637 140732070961131 0
/proc/17737/statm: 2378 345 289 221 0 87 0
[pid=17739] ppid=17737 vsize=13974352 memory=40316 CPUtime=0.32 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17737 28892 0 -1 1077944320 8755 0 0 0 29 3 0 0 20 0 15 0 122548438 14309736448 10079 18446744073709551615 4194304 4196468 140733623982464 140733623965008 140343052324599 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
/proc/17739/statm: 3493588 10079 3004 1 0 3482964 0
[pid=17739/tid=17740] ppid=17737 vsize=13974352 memory=-7677926825137650786 CPUtime=0.19 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) R 17737 17737 28892 0 -1 4202560 5902 0 0 0 17 2 0 0 20 0 15 0 122548439 14309736448 10079 18446744073709551615 4194304 4196468 140733623982464 140343056558720 140343052346525 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17741] ppid=17737 vsize=13974352 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17741/stat : 17741 (java) S 17737 17737 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122548439 14309736448 10079 18446744073709551615 4194304 4196468 140733623982464 140343024167696 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17742] ppid=17737 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17737 17737 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122548439 14309736448 10079 18446744073709551615 4194304 4196468 140733623982464 140342651251600 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17743] ppid=17737 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17737 17737 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122548439 14309736448 10079 18446744073709551615 4194304 4196468 140733623982464 140342650199056 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17744] ppid=17737 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17737 17737 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122548439 14309736448 10079 18446744073709551615 4194304 4196468 140733623982464 140342649146512 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17745] ppid=17737 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17737 17737 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122548441 14309736448 10079 18446744073709551615 4194304 4196468 140733623982464 140342530611184 140343052335746 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17746] ppid=17737 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17737 17737 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 122548441 14309736448 10079 18446744073709551615 4194304 4196468 140733623982464 140342529557408 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17747] ppid=17737 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17737 17737 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 122548441 14309736448 10079 18446744073709551615 4194304 4196468 140733623982464 140342528504816 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17748] ppid=17737 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17737 17737 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122548444 14309736448 10079 18446744073709551615 4194304 4196468 140733623982464 140342527453392 140343052343195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17749] ppid=17737 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17737 17737 28892 0 -1 1077944384 386 0 0 0 2 0 0 0 20 0 15 0 122548444 14309736448 10079 18446744073709551615 4194304 4196468 140733623982464 140342526401008 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17750] ppid=17737 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17737 17737 28892 0 -1 1077944384 415 0 0 0 2 0 0 0 20 0 15 0 122548444 14309736448 10079 18446744073709551615 4194304 4196468 140733623982464 140342525348464 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17751] ppid=17737 vsize=13974352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) S 17737 17737 28892 0 -1 1077944384 749 0 0 0 7 0 0 0 20 0 15 0 122548444 14309736448 10079 18446744073709551615 4194304 4196468 140733623982464 140342524295920 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17752] ppid=17737 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17737 17737 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122548444 14309736448 10079 18446744073709551615 4194304 4196468 140733623982464 140342523243616 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17753] ppid=17737 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17737 17737 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122548448 14309736448 10079 18446744073709551615 4194304 4196468 140733623982464 140342522190128 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 41696 KiB

[startup+0.701246 s]
/proc/loadavg: 1.86 1.73 1.61 5/211 17753
/proc/meminfo: memFree=25040444/32770624 swapFree=67108860/67108860
[pid=17737] ppid=17734 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17737/stat : 17737 (xcsp3-exec) S 17734 17737 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 122548431 9740288 345 18446744073709551615 4194304 5098028 140732070949840 140732070947944 139782399214204 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 16932864 140732070957433 140732070957637 140732070957637 140732070961131 0
/proc/17737/statm: 2378 345 289 221 0 87 0
[pid=17739] ppid=17737 vsize=13978684 memory=84380 CPUtime=1.39 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17737 28892 0 -1 1077944320 12691 0 0 0 134 5 0 0 20 0 15 0 122548438 14314172416 21095 18446744073709551615 4194304 4196468 140733623982464 140733623965008 140343052324599 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
/proc/17739/statm: 3494671 21095 3162 1 0 3482964 0
[pid=17739/tid=17740] ppid=17737 vsize=13978684 memory=4612 CPUtime=0.56 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) R 17737 17737 28892 0 -1 4202560 7416 0 0 0 53 3 0 0 20 0 15 0 122548439 14314172416 21105 18446744073709551615 4194304 4196468 140733623982464 140343056559064 140342696145796 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17741] ppid=17737 vsize=13978684 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17741/stat : 17741 (java) S 17737 17737 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122548439 14314172416 21105 18446744073709551615 4194304 4196468 140733623982464 140343024167696 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17742] ppid=17737 vsize=13978684 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17737 17737 28892 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 122548439 14314172416 21105 18446744073709551615 4194304 4196468 140733623982464 140342651251600 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17743] ppid=17737 vsize=13978684 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17737 17737 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122548439 14314172416 21105 18446744073709551615 4194304 4196468 140733623982464 140342650199056 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17744] ppid=17737 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17737 17737 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122548439 14314172416 21105 18446744073709551615 4194304 4196468 140733623982464 140342649146512 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17745] ppid=17737 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17737 17737 28892 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 122548441 14314172416 21105 18446744073709551615 4194304 4196468 140733623982464 140342530611184 140343052335746 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17746] ppid=17737 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17737 17737 28892 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 122548441 14314172416 21105 18446744073709551615 4194304 4196468 140733623982464 140342529557408 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17747] ppid=17737 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17737 17737 28892 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 122548441 14314172416 21105 18446744073709551615 4194304 4196468 140733623982464 140342528504816 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17748] ppid=17737 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17737 17737 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122548444 14314172416 21105 18446744073709551615 4194304 4196468 140733623982464 140342527453392 140343052343195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17749] ppid=17737 vsize=13978684 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) R 17737 17737 28892 0 -1 4202560 1346 0 0 0 25 0 0 0 20 0 15 0 122548444 14314172416 21105 18446744073709551615 4194304 4196468 140733623982464 140342526401008 140343030560985 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17750] ppid=17737 vsize=13978684 memory=27 CPUtime=0.27 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) R 17737 17737 28892 0 -1 4202560 1013 0 0 0 27 0 0 0 20 0 15 0 122548444 14314172416 21105 18446744073709551615 4194304 4196468 140733623982464 140342525338256 140343037450038 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17751] ppid=17737 vsize=13978684 memory=79 CPUtime=0.27 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) S 17737 17737 28892 0 -1 1077944384 1609 0 0 0 27 0 0 0 20 0 15 0 122548444 14314172416 21105 18446744073709551615 4194304 4196468 140733623982464 140342524295920 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17752] ppid=17737 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17737 17737 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122548444 14314172416 21105 18446744073709551615 4194304 4196468 140733623982464 140342523243616 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17753] ppid=17737 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17737 17737 28892 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 122548448 14314172416 21105 18446744073709551615 4194304 4196468 140733623982464 140342522190128 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 85760 KiB

[startup+1.50126 s]
/proc/loadavg: 1.87 1.74 1.61 5/211 17753
/proc/meminfo: memFree=24909316/32770624 swapFree=67108860/67108860
[pid=17737] ppid=17734 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17737/stat : 17737 (xcsp3-exec) S 17734 17737 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 122548431 9740288 345 18446744073709551615 4194304 5098028 140732070949840 140732070947944 139782399214204 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 16932864 140732070957433 140732070957637 140732070957637 140732070961131 0
/proc/17737/statm: 2378 345 289 221 0 87 0
[pid=17739] ppid=17737 vsize=13980732 memory=235132 CPUtime=3.96 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17737 28892 0 -1 1077944320 15247 0 0 0 384 12 0 0 20 0 15 0 122548438 14316269568 58783 18446744073709551615 4194304 4196468 140733623982464 140733623965008 140343052324599 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
/proc/17739/statm: 3495183 58783 3219 1 0 3483476 0
[pid=17739/tid=17740] ppid=17737 vsize=13980732 memory=-8774313645642428999 CPUtime=1.31 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) S 17737 17737 28892 0 -1 1077944384 8120 0 0 0 126 5 0 0 20 0 15 0 122548439 14316269568 58783 18446744073709551615 4194304 4196468 140733623982464 140343056559344 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17741] ppid=17737 vsize=13980732 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/17739/task/17741/stat : 17741 (java) R 17737 17737 28892 0 -1 4202560 109 0 0 0 2 0 0 0 20 0 15 0 122548439 14316269568 58783 18446744073709551615 4194304 4196468 140733623982464 140343024167696 140343037352858 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17742] ppid=17737 vsize=13980732 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) R 17737 17737 28892 0 -1 4202560 58 0 0 0 3 0 0 0 20 0 15 0 122548439 14316269568 58783 18446744073709551615 4194304 4196468 140733623982464 140342651251600 140343037351516 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17743] ppid=17737 vsize=13980732 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) R 17737 17737 28892 0 -1 4202560 62 0 0 0 3 1 0 0 20 0 15 0 122548439 14316269568 58783 18446744073709551615 4194304 4196468 140733623982464 140342650199256 140343037352018 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17744] ppid=17737 vsize=13980732 memory=0 CPUtime=0.04 cores=0,2,4,6

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

/proc/17739/task/17747/stat : 17747 (java) S 17737 17737 28892 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 122548441 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342528504832 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17748] ppid=17737 vsize=14046268 memory=9363716 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17737 17737 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122548444 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342527453392 140343052343195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17749] ppid=17737 vsize=14046268 memory=9363716 CPUtime=5.22 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17737 17737 28892 0 -1 1077944384 56149 0 0 0 516 6 0 0 20 0 15 0 122548444 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342526401008 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17750] ppid=17737 vsize=14046268 memory=9363716 CPUtime=5.87 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17737 17737 28892 0 -1 1077944384 69953 0 0 0 581 6 0 0 20 0 15 0 122548444 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342525348464 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17751] ppid=17737 vsize=14046268 memory=9363716 CPUtime=1.02 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) S 17737 17737 28892 0 -1 1077944384 21008 0 0 0 98 4 0 0 20 0 15 0 122548444 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342524295920 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17752] ppid=17737 vsize=14046268 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17737 17737 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122548444 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342523243616 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17753] ppid=17737 vsize=14046268 memory=4028 CPUtime=1.44 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17737 17737 28892 0 -1 1077944384 3994 0 0 0 67 77 0 0 20 0 15 0 122548448 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342522190128 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
Current children cumulated CPU time: 2406.15 s
Current children cumulated vsize: 14055780 KiB
Current children cumulated memory: 9365096 KiB

[startup+2322.3 s]
/proc/loadavg: 1.79 2.00 2.03 3/212 18122
/proc/meminfo: memFree=21482508/32770624 swapFree=67108860/67108860
[pid=17737] ppid=17734 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17737/stat : 17737 (xcsp3-exec) S 17734 17737 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 122548431 9740288 345 18446744073709551615 4194304 5098028 140732070949840 140732070947944 139782399214204 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 16932864 140732070957433 140732070957637 140732070957637 140732070961131 0
/proc/17737/statm: 2378 345 289 221 0 87 0
[pid=17739] ppid=17737 vsize=14046268 memory=9363716 CPUtime=2466.22 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17737 28892 0 -1 1077944320 739785 0 0 0 245648 974 0 0 20 0 15 0 122548438 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140733623965008 140343052324599 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
/proc/17739/statm: 3511567 2340929 3264 1 0 3499860 0
[pid=17739/tid=17740] ppid=17737 vsize=14046268 memory=9363716 CPUtime=2272.6 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) R 17737 17737 28892 0 -1 4202560 306257 0 0 0 227218 42 0 0 20 0 15 0 122548439 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140343056560424 140342700349214 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17741] ppid=17737 vsize=14046268 memory=9363716 CPUtime=44.05 cores=0,2,4,6
/proc/17739/task/17741/stat : 17741 (java) S 17737 17737 28892 0 -1 1077944384 76526 0 0 0 4199 206 0 0 20 0 15 0 122548439 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140343024167696 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17742] ppid=17737 vsize=14046268 memory=1380 CPUtime=43.63 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17737 17737 28892 0 -1 1077944384 73368 0 0 0 4134 229 0 0 20 0 15 0 122548439 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342651251600 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17743] ppid=17737 vsize=14046268 memory=9363716 CPUtime=43.83 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17737 17737 28892 0 -1 1077944384 61289 0 0 0 4177 206 0 0 20 0 15 0 122548439 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342650199056 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17744] ppid=17737 vsize=14046268 memory=9363716 CPUtime=43.78 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17737 17737 28892 0 -1 1077944384 42251 0 0 0 4170 208 0 0 20 0 15 0 122548439 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342649146512 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17745] ppid=17737 vsize=14046268 memory=9363716 CPUtime=4.61 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17737 17737 28892 0 -1 1077944384 26366 0 0 0 457 4 0 0 20 0 15 0 122548441 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342530611184 140343052335746 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17746] ppid=17737 vsize=14046268 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17737 17737 28892 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 122548441 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342529557472 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17747] ppid=17737 vsize=14046268 memory=9363716 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17737 17737 28892 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 122548441 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342528504832 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17748] ppid=17737 vsize=14046268 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17737 17737 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122548444 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342527453392 140343052343195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17749] ppid=17737 vsize=14046268 memory=9363716 CPUtime=5.25 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17737 17737 28892 0 -1 1077944384 57332 0 0 0 519 6 0 0 20 0 15 0 122548444 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342526401008 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17750] ppid=17737 vsize=14046268 memory=1380 CPUtime=5.87 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17737 17737 28892 0 -1 1077944384 69963 0 0 0 581 6 0 0 20 0 15 0 122548444 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342525348464 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17751] ppid=17737 vsize=14046268 memory=1380 CPUtime=1.02 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) S 17737 17737 28892 0 -1 1077944384 21020 0 0 0 98 4 0 0 20 0 15 0 122548444 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342524295920 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17752] ppid=17737 vsize=14046268 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17737 17737 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122548444 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342523243616 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17753] ppid=17737 vsize=14046268 memory=9363716 CPUtime=1.47 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17737 17737 28892 0 -1 1077944384 4059 0 0 0 68 79 0 0 20 0 15 0 122548448 14383378432 2340929 18446744073709551615 4194304 4196468 140733623982464 140342522190128 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
Current children cumulated CPU time: 2466.22 s
Current children cumulated vsize: 14055780 KiB
Current children cumulated memory: 9365096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2374.7 s]
/proc/loadavg: 1.75 1.97 2.02 3/212 18123
/proc/meminfo: memFree=21244572/32770624 swapFree=67108860/67108860
[pid=17737] ppid=17734 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17737/stat : 17737 (xcsp3-exec) S 17734 17737 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 122548431 9740288 345 18446744073709551615 4194304 5098028 140732070949840 140732070947944 139782399214204 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 16932864 140732070957433 140732070957637 140732070957637 140732070961131 0
/proc/17737/statm: 2378 345 289 221 0 87 0
[pid=17739] ppid=17737 vsize=14046268 memory=9513460 CPUtime=2520.07 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17737 28892 0 -1 1077944320 776725 0 0 0 251018 989 0 0 20 0 15 0 122548438 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140733623965008 140343052324599 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
/proc/17739/statm: 3511567 2378365 3264 1 0 3499860 0
[pid=17739/tid=17740] ppid=17737 vsize=14046268 memory=9513460 CPUtime=2324.54 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) R 17737 17737 28892 0 -1 4202560 307786 0 0 0 232411 43 0 0 20 0 15 0 122548439 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140343056563984 140342694843934 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17741] ppid=17737 vsize=14046268 memory=9513460 CPUtime=44.52 cores=0,2,4,6
/proc/17739/task/17741/stat : 17741 (java) S 17737 17737 28892 0 -1 1077944384 90660 0 0 0 4241 211 0 0 20 0 15 0 122548439 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140343024167696 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17742] ppid=17737 vsize=14046268 memory=9513460 CPUtime=44.1 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17737 17737 28892 0 -1 1077944384 79607 0 0 0 4178 232 0 0 20 0 15 0 122548439 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342651251600 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17743] ppid=17737 vsize=14046268 memory=9513460 CPUtime=44.3 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17737 17737 28892 0 -1 1077944384 66648 0 0 0 4222 208 0 0 20 0 15 0 122548439 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342650199056 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17744] ppid=17737 vsize=14046268 memory=9513460 CPUtime=44.25 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17737 17737 28892 0 -1 1077944384 50196 0 0 0 4213 212 0 0 20 0 15 0 122548439 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342649146512 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17745] ppid=17737 vsize=14046268 memory=1380 CPUtime=4.61 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17737 17737 28892 0 -1 1077944384 26637 0 0 0 457 4 0 0 20 0 15 0 122548441 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342530611184 140343052335746 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17746] ppid=17737 vsize=14046268 memory=9513460 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17737 17737 28892 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 122548441 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342529557472 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17747] ppid=17737 vsize=14046268 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17737 17737 28892 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 122548441 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342528504832 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17748] ppid=17737 vsize=14046268 memory=9513460 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17737 17737 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122548444 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342527453392 140343052343195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17749] ppid=17737 vsize=14046268 memory=1380 CPUtime=5.25 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17737 17737 28892 0 -1 1077944384 57339 0 0 0 519 6 0 0 20 0 15 0 122548444 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342526401008 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17750] ppid=17737 vsize=14046268 memory=1380 CPUtime=5.89 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17737 17737 28892 0 -1 1077944384 71368 0 0 0 583 6 0 0 20 0 15 0 122548444 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342525348464 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17751] ppid=17737 vsize=14046268 memory=9513460 CPUtime=1.02 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) S 17737 17737 28892 0 -1 1077944384 21024 0 0 0 98 4 0 0 20 0 15 0 122548444 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342524295920 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17752] ppid=17737 vsize=14046268 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17737 17737 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122548444 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342523243616 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17753] ppid=17737 vsize=14046268 memory=9513460 CPUtime=1.51 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17737 17737 28892 0 -1 1077944384 4106 0 0 0 70 81 0 0 20 0 15 0 122548448 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342522190128 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 14055780 KiB
Current children cumulated memory: 9514840 KiB

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

[startup+2374.72 s]
# the end of solver process 17737 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000962 s, system=0.000962 s

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

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

[startup+2374.7 s]
/proc/loadavg: 1.75 1.97 2.02 3/212 18123
/proc/meminfo: memFree=21244572/32770624 swapFree=67108860/67108860
[pid=17737] ppid=17734 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17737/stat : 17737 (xcsp3-exec) S 17734 17737 28892 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 122548431 9740288 345 18446744073709551615 4194304 5098028 140732070949840 140732070947944 139782399214204 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 7 0 0 7196144 7232144 16932864 140732070957433 140732070957637 140732070957637 140732070961131 0
/proc/17737/statm: 2378 345 289 221 0 87 0
[pid=17739] ppid=17737 vsize=14046268 memory=9513460 CPUtime=2520.07 cores=0,2,4,6
/proc/17739/stat : 17739 (java) S 17737 17737 28892 0 -1 1077944320 776725 0 0 0 251018 989 0 0 20 0 15 0 122548438 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140733623965008 140343052324599 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
/proc/17739/statm: 3511567 2378365 3264 1 0 3499860 0
[pid=17739/tid=17740] ppid=17737 vsize=14046268 memory=9513460 CPUtime=2324.54 cores=0,2,4,6
/proc/17739/task/17740/stat : 17740 (java) R 17737 17737 28892 0 -1 4202560 307786 0 0 0 232411 43 0 0 20 0 15 0 122548439 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140343056563984 140342694843934 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17741] ppid=17737 vsize=14046268 memory=9513460 CPUtime=44.52 cores=0,2,4,6
/proc/17739/task/17741/stat : 17741 (java) S 17737 17737 28892 0 -1 1077944384 90660 0 0 0 4241 211 0 0 20 0 15 0 122548439 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140343024167696 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17742] ppid=17737 vsize=14046268 memory=9513460 CPUtime=44.1 cores=0,2,4,6
/proc/17739/task/17742/stat : 17742 (java) S 17737 17737 28892 0 -1 1077944384 79607 0 0 0 4178 232 0 0 20 0 15 0 122548439 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342651251600 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17743] ppid=17737 vsize=14046268 memory=9513460 CPUtime=44.3 cores=0,2,4,6
/proc/17739/task/17743/stat : 17743 (java) S 17737 17737 28892 0 -1 1077944384 66648 0 0 0 4222 208 0 0 20 0 15 0 122548439 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342650199056 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17744] ppid=17737 vsize=14046268 memory=9513460 CPUtime=44.25 cores=0,2,4,6
/proc/17739/task/17744/stat : 17744 (java) S 17737 17737 28892 0 -1 1077944384 50196 0 0 0 4213 212 0 0 20 0 15 0 122548439 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342649146512 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17745] ppid=17737 vsize=14046268 memory=1380 CPUtime=4.61 cores=0,2,4,6
/proc/17739/task/17745/stat : 17745 (java) S 17737 17737 28892 0 -1 1077944384 26637 0 0 0 457 4 0 0 20 0 15 0 122548441 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342530611184 140343052335746 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17746] ppid=17737 vsize=14046268 memory=9513460 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17746/stat : 17746 (java) S 17737 17737 28892 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 122548441 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342529557472 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17747] ppid=17737 vsize=14046268 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17747/stat : 17747 (java) S 17737 17737 28892 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 122548441 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342528504832 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17748] ppid=17737 vsize=14046268 memory=9513460 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17748/stat : 17748 (java) S 17737 17737 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122548444 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342527453392 140343052343195 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17749] ppid=17737 vsize=14046268 memory=1380 CPUtime=5.25 cores=0,2,4,6
/proc/17739/task/17749/stat : 17749 (java) S 17737 17737 28892 0 -1 1077944384 57339 0 0 0 519 6 0 0 20 0 15 0 122548444 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342526401008 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17750] ppid=17737 vsize=14046268 memory=1380 CPUtime=5.89 cores=0,2,4,6
/proc/17739/task/17750/stat : 17750 (java) S 17737 17737 28892 0 -1 1077944384 71368 0 0 0 583 6 0 0 20 0 15 0 122548444 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342525348464 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17751] ppid=17737 vsize=14046268 memory=9513460 CPUtime=1.02 cores=0,2,4,6
/proc/17739/task/17751/stat : 17751 (java) S 17737 17737 28892 0 -1 1077944384 21024 0 0 0 98 4 0 0 20 0 15 0 122548444 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342524295920 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17752] ppid=17737 vsize=14046268 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/17739/task/17752/stat : 17752 (java) S 17737 17737 28892 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 122548444 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342523243616 140343052334805 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
[pid=17739/tid=17753] ppid=17737 vsize=14046268 memory=9513460 CPUtime=1.51 cores=0,2,4,6
/proc/17739/task/17753/stat : 17753 (java) S 17737 17737 28892 0 -1 1077944384 4106 0 0 0 70 81 0 0 20 0 15 0 122548448 14383378432 2378365 18446744073709551615 4194304 4196468 140733623982464 140342522190128 140343052335746 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35966976 140733623988657 140733623988833 140733623988833 140733623992271 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 14055780 KiB
Current children cumulated memory: 9514840 KiB

Child status: 143
Real time (s): 2374.77
CPU time (s): 2520.15
CPU user time (s): 2510.19
CPU system time (s): 9.95694
CPU usage (%): 106.122
Max. virtual memory (cumulated for all children) (KiB): 14055780
Max. memory (cumulated for all children) (KiB): 9514840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2510.19
system time used= 9.95694
maximum resident set size= 9513932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 777883
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59215
involuntary context switches= 5038


# summary of solver processes directly reported to runsolver:
#   pid: 17737,17739
#   total CPU time (s): 2520.15
#   total CPU user time (s): 2510.19
#   total CPU system time (s): 9.95694

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9819 second user time and 23.4478 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-20 06:18:23
IDJOB=4283317
IDBENCH=126250
IDSOLVER=2679
FILE ID=node127/4283317-1503203555
RUNJOBID= node127-1503172133-9102
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-21-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-4283317-1503203555/watcher-4283317-1503203555 -o /tmp/evaluation-result-4283317-1503203555/solver-4283317-1503203555 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1503172133-9102 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 975308055 HOME/instance-4283317-1503203555.xml

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

MD5SUM BENCH= 982ba5645f5cd940fa49e525f3796150
RANDOM SEED=975308055

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:        25089944 kB
MemAvailable:   25958396 kB
Buffers:          304224 kB
Cached:           866024 kB
SwapCached:            0 kB
Active:          6834724 kB
Inactive:         384600 kB
Active(anon):    6000300 kB
Inactive(anon):    99152 kB
Active(file):     834424 kB
Inactive(file):   285448 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9012 kB
Writeback:             0 kB
AnonPages:       6049348 kB
Mapped:            75132 kB
Shmem:             49828 kB
Slab:             155460 kB
SReclaimable:     128832 kB
SUnreclaim:        26628 kB
KernelStack:        3488 kB
PageTables:        16964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7838772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5873664 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= 62016 MiB
End job on node127 at 2017-08-20 06:57:58