Trace number 4271990

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-07-26)? (TO) 2520.0601 2428.1399

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-6.xml
MD5SUM783c5eb4c347368f8a2e1c7f079a0df0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1094
Best CPU time to get the best result obtained on this benchmark3537.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables28770
Number of constraints1392
Number of domains20
Minimum domain size2
Maximum domain size160
Distribution of domain sizes[{"size":2,"count":1370},{"size":8,"count":1370},{"size":12,"count":1370},{"size":36,"count":2740},{"size":42,"count":1370},{"size":75,"count":1370},{"size":79,"count":1370},{"size":93,"count":1370},{"size":110,"count":1370},{"size":117,"count":1370},{"size":121,"count":1370},{"size":123,"count":1370},{"size":126,"count":1370},{"size":139,"count":1370},{"size":141,"count":1370},{"size":142,"count":1370},{"size":149,"count":1370},{"size":153,"count":1370},{"size":158,"count":1370},{"size":160,"count":1370}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":28770}]
Minimum constraint arity21
Maximum constraint arity27400
Distribution of constraint arities[{"arity":21,"count":1370},{"arity":1370,"count":21},{"arity":27400,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1390}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271990-1502748331.xml"  -tl '2520s' -p 1 -x 3
0.08/0.28	c [HOME/instance-4271990-1502748331.xml, -tl, 2520s, -p, 1, -x, 3]
0.27/0.34	c simple solver
0.27/0.40	c parse instance...
2.68/1.17	c solve instance...
2520.01/2428.11	s UNKNOWN
2520.01/2428.11	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271990-1502748331/watcher-4271990-1502748331 -o /tmp/evaluation-result-4271990-1502748331/solver-4271990-1502748331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 722112318 HOME/instance-4271990-1502748331.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
Current StackSize limit: 8192 KiB

solver pid=27628, runsolver pid=27625

[startup+0.100148 s]*
/proc/loadavg: 2.03 2.00 1.97 2/202 27631
/proc/meminfo: memFree=28000728/32770624 swapFree=67108860/67108860
[pid=27628] ppid=27625 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27628/stat : 27628 (xcsp3-exec) S 27625 27628 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 77053751 9740288 345 18446744073709551615 4194304 5098028 140735822494176 140735822492280 140233641046652 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 22159360 140735822500217 140735822500421 140735822500421 140735822503915 0
/proc/27628/statm: 2378 345 289 221 0 87 0
[pid=27630] ppid=27628 vsize=13358712 memory=14368 CPUtime=0 cores=0,2,4,6
/proc/27630/stat : 27630 (java) S 27628 27628 897 0 -1 1077944320 3375 0 0 0 0 0 0 0 20 0 6 0 77053760 13679321088 3592 18446744073709551615 4194304 4196468 140732732511392 140732732493936 140048199163639 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
/proc/27630/statm: 3339678 3592 1903 1 0 3329175 0
[pid=27630/tid=27631] ppid=27628 vsize=13358712 memory=8390339637985935414 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27631/stat : 27631 (java) R 27628 27628 897 0 -1 4202560 2148 0 0 0 0 0 0 0 20 0 6 0 77053760 13679321088 3592 18446744073709551615 4194304 4196468 140732732511392 140048203399760 140048184846165 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27632] ppid=27628 vsize=13358712 memory=288230596118065508 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27632/stat : 27632 (java) S 27628 27628 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 77053761 13679321088 3592 18446744073709551615 4194304 4196468 140732732511392 140048156129680 140048199173845 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27633] ppid=27628 vsize=13358712 memory=140363317748680 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27633/stat : 27633 (java) S 27628 27628 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 77053761 13679321088 3592 18446744073709551615 4194304 4196468 140732732511392 140048155076880 140048199173845 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27634] ppid=27628 vsize=13358712 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27634/stat : 27634 (java) S 27628 27628 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 77053761 13679321088 3592 18446744073709551615 4194304 4196468 140732732511392 140048154024592 140048199173845 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27635] ppid=27628 vsize=13358712 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27635/stat : 27635 (java) S 27628 27628 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 77053761 13679321088 3592 18446744073709551615 4194304 4196468 140732732511392 140048152971792 140048199173845 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13368224 KiB
Current children cumulated memory: 15748 KiB

[startup+0.2102 s]*
/proc/loadavg: 2.03 2.00 1.97 3/215 27644
/proc/meminfo: memFree=27991680/32770624 swapFree=67108860/67108860
[pid=27628] ppid=27625 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27628/stat : 27628 (xcsp3-exec) S 27625 27628 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 77053751 9740288 345 18446744073709551615 4194304 5098028 140735822494176 140735822492280 140233641046652 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 22159360 140735822500217 140735822500421 140735822500421 140735822503915 0
/proc/27628/statm: 2378 345 289 221 0 87 0
[pid=27630] ppid=27628 vsize=13974352 memory=27184 CPUtime=0.08 cores=0,2,4,6
/proc/27630/stat : 27630 (java) S 27628 27628 897 0 -1 1077944320 5205 0 0 0 7 1 0 0 20 0 15 0 77053760 14309736448 6796 18446744073709551615 4194304 4196468 140732732511392 140732732493936 140048199163639 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
/proc/27630/statm: 3493588 6796 2725 1 0 3482964 0
[pid=27630/tid=27631] ppid=27628 vsize=13974352 memory=8390339637985935414 CPUtime=0.06 cores=0,2,4,6
/proc/27630/task/27631/stat : 27631 (java) R 27628 27628 897 0 -1 4202560 3358 0 0 0 6 0 0 0 20 0 15 0 77053760 14309736448 6796 18446744073709551615 4194304 4196468 140732732511392 140048203389328 140048181438496 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27632] ppid=27628 vsize=13974352 memory=307370894534390116 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27632/stat : 27632 (java) S 27628 27628 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77053761 14309736448 6796 18446744073709551615 4194304 4196468 140732732511392 140048156129680 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27633] ppid=27628 vsize=13974352 memory=140363317748680 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27633/stat : 27633 (java) S 27628 27628 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77053761 14309736448 6796 18446744073709551615 4194304 4196468 140732732511392 140048155076880 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27634] ppid=27628 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27634/stat : 27634 (java) S 27628 27628 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77053761 14309736448 6796 18446744073709551615 4194304 4196468 140732732511392 140048154024592 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27635] ppid=27628 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27635/stat : 27635 (java) S 27628 27628 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77053761 14309736448 6796 18446744073709551615 4194304 4196468 140732732511392 140048152971792 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27636] ppid=27628 vsize=13974352 memory=140363317724800 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27636/stat : 27636 (java) S 27628 27628 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77053762 14309736448 6796 18446744073709551615 4194304 4196468 140732732511392 140047744907888 140048199174786 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27637] ppid=27628 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27637/stat : 27637 (java) S 27628 27628 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77053763 14309736448 6796 18446744073709551615 4194304 4196468 140732732511392 140047676335392 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27638] ppid=27628 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27638/stat : 27638 (java) S 27628 27628 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77053763 14309736448 6796 18446744073709551615 4194304 4196468 140732732511392 140047675283056 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27639] ppid=27628 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27639/stat : 27639 (java) S 27628 27628 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77053765 14309736448 6796 18446744073709551615 4194304 4196468 140732732511392 140047674231376 140048199182235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27640] ppid=27628 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27640/stat : 27640 (java) S 27628 27628 897 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 77053765 14309736448 6796 18446744073709551615 4194304 4196468 140732732511392 140047673178224 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27641] ppid=27628 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27641/stat : 27641 (java) S 27628 27628 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77053765 14309736448 6796 18446744073709551615 4194304 4196468 140732732511392 140047672125424 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27642] ppid=27628 vsize=13974352 memory=140363317724800 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27642/stat : 27642 (java) S 27628 27628 897 0 -1 1077944384 240 0 0 0 0 0 0 0 20 0 15 0 77053765 14309736448 6796 18446744073709551615 4194304 4196468 140732732511392 140047671073136 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27643] ppid=27628 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27643/stat : 27643 (java) S 27628 27628 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77053766 14309736448 6796 18446744073709551615 4194304 4196468 140732732511392 140047670020576 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27644] ppid=27628 vsize=13974352 memory=140363317724800 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27644/stat : 27644 (java) S 27628 27628 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77053771 14309736448 6796 18446744073709551615 4194304 4196468 140732732511392 140047668968368 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28564 KiB

[startup+0.310533 s]*
/proc/loadavg: 2.03 2.00 1.97 3/215 27644
/proc/meminfo: memFree=27977488/32770624 swapFree=67108860/67108860
[pid=27628] ppid=27625 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27628/stat : 27628 (xcsp3-exec) S 27625 27628 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 77053751 9740288 345 18446744073709551615 4194304 5098028 140735822494176 140735822492280 140233641046652 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 22159360 140735822500217 140735822500421 140735822500421 140735822503915 0
/proc/27628/statm: 2378 345 289 221 0 87 0
[pid=27630] ppid=27628 vsize=13974352 memory=37212 CPUtime=0.27 cores=0,2,4,6
/proc/27630/stat : 27630 (java) S 27628 27628 897 0 -1 1077944320 8894 0 0 0 24 3 0 0 20 0 15 0 77053760 14309736448 9303 18446744073709551615 4194304 4196468 140732732511392 140732732493936 140048199163639 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
/proc/27630/statm: 3493588 9303 2986 1 0 3482964 0
[pid=27630/tid=27631] ppid=27628 vsize=13974352 memory=8390339637985935414 CPUtime=0.17 cores=0,2,4,6
/proc/27630/task/27631/stat : 27631 (java) R 27628 27628 897 0 -1 4202560 6089 0 0 0 15 2 0 0 20 0 15 0 77053760 14309736448 9303 18446744073709551615 4194304 4196468 140732732511392 140048203396480 140048199185565 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27632] ppid=27628 vsize=13974352 memory=301741395000176996 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27632/stat : 27632 (java) S 27628 27628 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77053761 14309736448 9303 18446744073709551615 4194304 4196468 140732732511392 140048156129680 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27633] ppid=27628 vsize=13974352 memory=140363317748680 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27633/stat : 27633 (java) S 27628 27628 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77053761 14309736448 9303 18446744073709551615 4194304 4196468 140732732511392 140048155076880 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27634] ppid=27628 vsize=13974352 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27634/stat : 27634 (java) S 27628 27628 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77053761 14309736448 9303 18446744073709551615 4194304 4196468 140732732511392 140048154024592 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27635] ppid=27628 vsize=13974352 memory=3472328279047811119 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27635/stat : 27635 (java) S 27628 27628 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77053761 14309736448 9303 18446744073709551615 4194304 4196468 140732732511392 140048152971792 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27636] ppid=27628 vsize=13974352 memory=4211961938858848247 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27636/stat : 27636 (java) S 27628 27628 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77053762 14309736448 9303 18446744073709551615 4194304 4196468 140732732511392 140047744907888 140048199174786 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27637] ppid=27628 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27637/stat : 27637 (java) S 27628 27628 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77053763 14309736448 9303 18446744073709551615 4194304 4196468 140732732511392 140047676335392 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27638] ppid=27628 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27638/stat : 27638 (java) S 27628 27628 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77053763 14309736448 9303 18446744073709551615 4194304 4196468 140732732511392 140047675283056 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27639] ppid=27628 vsize=13974352 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27639/stat : 27639 (java) S 27628 27628 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77053765 14309736448 9303 18446744073709551615 4194304 4196468 140732732511392 140047674231376 140048199182235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27640] ppid=27628 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/27630/task/27640/stat : 27640 (java) S 27628 27628 897 0 -1 1077944384 518 0 0 0 2 0 0 0 20 0 15 0 77053765 14309736448 9303 18446744073709551615 4194304 4196468 140732732511392 140047673178224 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27641] ppid=27628 vsize=13974352 memory=3472328296227679279 CPUtime=0.01 cores=0,2,4,6
/proc/27630/task/27641/stat : 27641 (java) S 27628 27628 897 0 -1 1077944384 266 0 0 0 1 0 0 0 20 0 15 0 77053765 14309736448 9303 18446744073709551615 4194304 4196468 140732732511392 140047672125424 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27642] ppid=27628 vsize=13974352 memory=140363317724800 CPUtime=0.05 cores=0,2,4,6
/proc/27630/task/27642/stat : 27642 (java) R 27628 27628 897 0 -1 4202560 716 0 0 0 5 0 0 0 20 0 15 0 77053765 14309736448 9303 18446744073709551615 4194304 4196468 140732732511392 140047671072320 140048199184986 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27643] ppid=27628 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27643/stat : 27643 (java) S 27628 27628 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77053766 14309736448 9303 18446744073709551615 4194304 4196468 140732732511392 140047670020576 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27644] ppid=27628 vsize=13974352 memory=140363317724800 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27644/stat : 27644 (java) S 27628 27628 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77053771 14309736448 9303 18446744073709551615 4194304 4196468 140732732511392 140047668968368 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38592 KiB

[startup+0.700811 s]
/proc/loadavg: 2.03 2.00 1.97 4/215 27644
/proc/meminfo: memFree=27963084/32770624 swapFree=67108860/67108860
[pid=27628] ppid=27625 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27628/stat : 27628 (xcsp3-exec) S 27625 27628 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 77053751 9740288 345 18446744073709551615 4194304 5098028 140735822494176 140735822492280 140233641046652 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 22159360 140735822500217 140735822500421 140735822500421 140735822503915 0
/proc/27628/statm: 2378 345 289 221 0 87 0
[pid=27630] ppid=27628 vsize=13978684 memory=89696 CPUtime=1.3 cores=0,2,4,6
/proc/27630/stat : 27630 (java) S 27628 27628 897 0 -1 1077944320 13513 0 0 0 125 5 0 0 20 0 15 0 77053760 14314172416 22424 18446744073709551615 4194304 4196468 140732732511392 140732732493936 140048199163639 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
/proc/27630/statm: 3494671 22424 3169 1 0 3482964 0
[pid=27630/tid=27631] ppid=27628 vsize=13978684 memory=7301550361408716898 CPUtime=0.55 cores=0,2,4,6
/proc/27630/task/27631/stat : 27631 (java) R 27628 27628 897 0 -1 4202560 7903 0 0 0 51 4 0 0 20 0 15 0 77053760 14314172416 22424 18446744073709551615 4194304 4196468 140732732511392 140048203397856 140047830845730 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27632] ppid=27628 vsize=13978684 memory=2452 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27632/stat : 27632 (java) S 27628 27628 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77053761 14314172416 22424 18446744073709551615 4194304 4196468 140732732511392 140048156129680 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27633] ppid=27628 vsize=13978684 memory=280726310237696 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27633/stat : 27633 (java) S 27628 27628 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77053761 14314172416 22424 18446744073709551615 4194304 4196468 140732732511392 140048155076880 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27634] ppid=27628 vsize=13978684 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27634/stat : 27634 (java) S 27628 27628 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 77053761 14314172416 22424 18446744073709551615 4194304 4196468 140732732511392 140048154024592 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27635] ppid=27628 vsize=13978684 memory=6657 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27635/stat : 27635 (java) S 27628 27628 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77053761 14314172416 22424 18446744073709551615 4194304 4196468 140732732511392 140048152971792 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27636] ppid=27628 vsize=13978684 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27636/stat : 27636 (java) S 27628 27628 897 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 77053762 14314172416 22424 18446744073709551615 4194304 4196468 140732732511392 140047744907888 140048199174786 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27637] ppid=27628 vsize=13978684 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27637/stat : 27637 (java) S 27628 27628 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 77053763 14314172416 22424 18446744073709551615 4194304 4196468 140732732511392 140047676335392 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27638] ppid=27628 vsize=13978684 memory=6660 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27638/stat : 27638 (java) S 27628 27628 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 77053763 14314172416 22424 18446744073709551615 4194304 4196468 140732732511392 140047675283056 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27639] ppid=27628 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27639/stat : 27639 (java) S 27628 27628 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77053765 14314172416 22424 18446744073709551615 4194304 4196468 140732732511392 140047674231376 140048199182235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27640] ppid=27628 vsize=13978684 memory=81 CPUtime=0.23 cores=0,2,4,6
/proc/27630/task/27640/stat : 27640 (java) R 27628 27628 897 0 -1 4202560 1258 0 0 0 23 0 0 0 20 0 15 0 77053765 14314172416 22424 18446744073709551615 4194304 4196468 140732732511392 140047673169728 140048185187481 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27641] ppid=27628 vsize=13978684 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/27630/task/27641/stat : 27641 (java) R 27628 27628 897 0 -1 4202560 1519 0 0 0 23 0 0 0 20 0 15 0 77053765 14314172416 22424 18446744073709551615 4194304 4196468 140732732511392 140047672109376 140048182660427 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27642] ppid=27628 vsize=13978684 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/27630/task/27642/stat : 27642 (java) S 27628 27628 897 0 -1 1077944384 1525 0 0 0 27 0 0 0 20 0 15 0 77053765 14314172416 22424 18446744073709551615 4194304 4196468 140732732511392 140047671073136 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27643] ppid=27628 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27643/stat : 27643 (java) S 27628 27628 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77053766 14314172416 22424 18446744073709551615 4194304 4196468 140732732511392 140047670020576 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27644] ppid=27628 vsize=13978684 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27644/stat : 27644 (java) S 27628 27628 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 77053771 14314172416 22424 18446744073709551615 4194304 4196468 140732732511392 140047668968368 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 91076 KiB

[startup+1.50662 s]
/proc/loadavg: 2.03 2.00 1.97 5/215 27644
/proc/meminfo: memFree=27862184/32770624 swapFree=67108860/67108860
[pid=27628] ppid=27625 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27628/stat : 27628 (xcsp3-exec) S 27625 27628 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 77053751 9740288 345 18446744073709551615 4194304 5098028 140735822494176 140735822492280 140233641046652 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 22159360 140735822500217 140735822500421 140735822500421 140735822503915 0
/proc/27628/statm: 2378 345 289 221 0 87 0
[pid=27630] ppid=27628 vsize=13980732 memory=229904 CPUtime=3.93 cores=0,2,4,6
/proc/27630/stat : 27630 (java) S 27628 27628 897 0 -1 1077944320 22366 0 0 0 381 12 0 0 20 0 15 0 77053760 14316269568 57476 18446744073709551615 4194304 4196468 140732732511392 140732732493936 140048199163639 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
/proc/27630/statm: 3495183 57476 3229 1 0 3483476 0
[pid=27630/tid=27631] ppid=27628 vsize=13980732 memory=280726310235296 CPUtime=1.3 cores=0,2,4,6
/proc/27630/task/27631/stat : 27631 (java) R 27628 27628 897 0 -1 4202560 10067 0 0 0 124 6 0 0 20 0 15 0 77053760 14316269568 57476 18446744073709551615 4194304 4196468 140732732511392 140048203397792 140047833145069 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27632] ppid=27628 vsize=13980732 memory=280726310457360 CPUtime=0.04 cores=0,2,4,6
/proc/27630/task/27632/stat : 27632 (java) S 27628 27628 897 0 -1 1077944384 69 0 0 0 3 1 0 0 20 0 15 0 77053761 14316269568 57476 18446744073709551615 4194304 4196468 140732732511392 140048156129680 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27633] ppid=27628 vsize=13980732 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27630/task/27633/stat : 27633 (java) S 27628 27628 897 0 -1 1077944384 32 0 0 0 2 1 0 0 20 0 15 0 77053761 14316269568 57476 18446744073709551615 4194304 4196468 140732732511392 140048155076880 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27634] ppid=27628 vsize=13980732 memory=56 CPUtime=0.04 cores=0,2,4,6
/proc/27630/task/27634/stat : 27634 (java) S 27628 27628 897 0 -1 1077944384 657 0 0 0 3 1 0 0 20 0 15 0 77053761 14316269568 57476 18446744073709551615 4194304 4196468 140732732511392 140048154024592 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27635] ppid=27628 vsize=13980732 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/27630/task/27635/stat : 27635 (java) S 27628 27628 897 0 -1 1077944384 30 0 0 0 2 1 0 0 20 0 15 0 77053761 14316269568 57476 18446744073709551615 4194304 4196468 140732732511392 140048152971792 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27636] ppid=27628 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27636/stat : 27636 (java) S 27628 27628 897 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 77053762 14316269568 57476 18446744073709551615 4194304 4196468 140732732511392 140047744907888 140048199174786 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27637] ppid=27628 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27637/stat : 27637 (java) S 27628 27628 897 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 77053763 14316269568 57476 18446744073709551615 4194304 4196468 140732732511392 140047676335392 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27638] ppid=27628 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/27630/task/27638/stat : 27638 (java) S 27628 27628 897 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 77053763 14316269568 1347529 18446744073709551615 4194304 4196468 140732732511392 140047675283072 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27639] ppid=27628 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27639/stat : 27639 (java) S 27628 27628 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77053765 14316269568 1347529 18446744073709551615 4194304 4196468 140732732511392 140047674231376 140048199182235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27640] ppid=27628 vsize=13980732 memory=5390116 CPUtime=3.8 cores=0,2,4,6
/proc/27630/task/27640/stat : 27640 (java) S 27628 27628 897 0 -1 1077944384 28399 0 0 0 377 3 0 0 20 0 15 0 77053765 14316269568 1347529 18446744073709551615 4194304 4196468 140732732511392 140047673178224 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27641] ppid=27628 vsize=13980732 memory=288230574492221466 CPUtime=3.43 cores=0,2,4,6
/proc/27630/task/27641/stat : 27641 (java) S 27628 27628 897 0 -1 1077944384 26236 0 0 0 341 2 0 0 20 0 15 0 77053765 14316269568 1347529 18446744073709551615 4194304 4196468 140732732511392 140047672125424 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27642] ppid=27628 vsize=13980732 memory=288230617509003574 CPUtime=0.98 cores=0,2,4,6
/proc/27630/task/27642/stat : 27642 (java) S 27628 27628 897 0 -1 1077944384 18896 0 0 0 96 2 0 0 20 0 15 0 77053765 14316269568 1347529 18446744073709551615 4194304 4196468 140732732511392 140047671073136 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27643] ppid=27628 vsize=13980732 memory=960 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27643/stat : 27643 (java) S 27628 27628 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77053766 14316269568 1347529 18446744073709551615 4194304 4196468 140732732511392 140047670020576 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27644] ppid=27628 vsize=13980732 memory=1240 CPUtime=1.39 cores=0,2,4,6
/proc/27630/task/27644/stat : 27644 (java) S 27628 27628 897 0 -1 1077944384 2037 0 0 0 66 73 0 0 20 0 15 0 77053771 14316269568 1347529 18446744073709551615 4194304 4196468 140732732511392 140047668968368 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
Current children cumulated CPU time: 2412.76 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 5391496 KiB

[startup+2382.3 s]
/proc/loadavg: 1.99 2.04 1.94 3/215 27902
/proc/meminfo: memFree=24345456/32770624 swapFree=67108860/67108860
[pid=27628] ppid=27625 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27628/stat : 27628 (xcsp3-exec) S 27625 27628 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 77053751 9740288 345 18446744073709551615 4194304 5098028 140735822494176 140735822492280 140233641046652 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 22159360 140735822500217 140735822500421 140735822500421 140735822503915 0
/proc/27628/statm: 2378 345 289 221 0 87 0
[pid=27630] ppid=27628 vsize=13980732 memory=5390204 CPUtime=2473.45 cores=0,2,4,6
/proc/27630/stat : 27630 (java) S 27628 27628 897 0 -1 1077944320 336500 0 0 0 246712 633 0 0 20 0 15 0 77053760 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140732732493936 140048199163639 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
/proc/27630/statm: 3495183 1347551 3256 1 0 3483476 0
[pid=27630/tid=27631] ppid=27628 vsize=13980732 memory=5390204 CPUtime=2350.72 cores=0,2,4,6
/proc/27630/task/27631/stat : 27631 (java) R 27628 27628 897 0 -1 4202560 119665 0 0 0 235038 34 0 0 20 0 15 0 77053760 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140048203399960 140047834929730 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27632] ppid=27628 vsize=13980732 memory=5390204 CPUtime=27.33 cores=0,2,4,6
/proc/27630/task/27632/stat : 27632 (java) S 27628 27628 897 0 -1 1077944384 26894 0 0 0 2604 129 0 0 20 0 15 0 77053761 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140048156129680 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27633] ppid=27628 vsize=13980732 memory=5390204 CPUtime=27.24 cores=0,2,4,6
/proc/27630/task/27633/stat : 27633 (java) S 27628 27628 897 0 -1 1077944384 22933 0 0 0 2593 131 0 0 20 0 15 0 77053761 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140048155076880 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27634] ppid=27628 vsize=13980732 memory=5390204 CPUtime=27.31 cores=0,2,4,6
/proc/27630/task/27634/stat : 27634 (java) S 27628 27628 897 0 -1 1077944384 25830 0 0 0 2601 130 0 0 20 0 15 0 77053761 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140048154024592 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27635] ppid=27628 vsize=13980732 memory=5390204 CPUtime=27.22 cores=0,2,4,6
/proc/27630/task/27635/stat : 27635 (java) S 27628 27628 897 0 -1 1077944384 28570 0 0 0 2587 135 0 0 20 0 15 0 77053761 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140048152971792 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27636] ppid=27628 vsize=13980732 memory=1380 CPUtime=3.89 cores=0,2,4,6
/proc/27630/task/27636/stat : 27636 (java) S 27628 27628 897 0 -1 1077944384 34993 0 0 0 380 9 0 0 20 0 15 0 77053762 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047744907888 140048199174786 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27637] ppid=27628 vsize=13980732 memory=5390204 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27637/stat : 27637 (java) S 27628 27628 897 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 77053763 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047676335456 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27638] ppid=27628 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27638/stat : 27638 (java) S 27628 27628 897 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 77053763 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047675283072 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27639] ppid=27628 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27639/stat : 27639 (java) S 27628 27628 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77053765 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047674231376 140048199182235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27640] ppid=27628 vsize=13980732 memory=42472 CPUtime=3.81 cores=0,2,4,6
/proc/27630/task/27640/stat : 27640 (java) S 27628 27628 897 0 -1 1077944384 28990 0 0 0 378 3 0 0 20 0 15 0 77053765 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047673178224 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27641] ppid=27628 vsize=13980732 memory=2316 CPUtime=3.43 cores=0,2,4,6
/proc/27630/task/27641/stat : 27641 (java) S 27628 27628 897 0 -1 1077944384 26239 0 0 0 341 2 0 0 20 0 15 0 77053765 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047672125424 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27642] ppid=27628 vsize=13980732 memory=1728 CPUtime=0.98 cores=0,2,4,6
/proc/27630/task/27642/stat : 27642 (java) S 27628 27628 897 0 -1 1077944384 18899 0 0 0 96 2 0 0 20 0 15 0 77053765 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047671073136 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27643] ppid=27628 vsize=13980732 memory=5390204 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27643/stat : 27643 (java) S 27628 27628 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77053766 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047670020576 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27644] ppid=27628 vsize=13980732 memory=1380 CPUtime=1.42 cores=0,2,4,6
/proc/27630/task/27644/stat : 27644 (java) S 27628 27628 897 0 -1 1077944384 2074 0 0 0 68 74 0 0 20 0 15 0 77053771 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047668968368 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
Current children cumulated CPU time: 2473.45 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 5391584 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2428.11 s]
/proc/loadavg: 1.84 1.99 1.93 3/212 27904
/proc/meminfo: memFree=24340056/32770624 swapFree=67108860/67108860
[pid=27628] ppid=27625 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27628/stat : 27628 (xcsp3-exec) S 27625 27628 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 77053751 9740288 345 18446744073709551615 4194304 5098028 140735822494176 140735822492280 140233641046652 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 22159360 140735822500217 140735822500421 140735822500421 140735822503915 0
/proc/27628/statm: 2378 345 289 221 0 87 0
[pid=27630] ppid=27628 vsize=13980732 memory=5390204 CPUtime=2520.01 cores=0,2,4,6
/proc/27630/stat : 27630 (java) S 27628 27628 897 0 -1 1077944320 343981 0 0 0 251366 635 0 0 20 0 15 0 77053760 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140732732493936 140048199163639 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
/proc/27630/statm: 3495183 1347551 3256 1 0 3483476 0
[pid=27630/tid=27631] ppid=27628 vsize=13980732 memory=1380 CPUtime=2396.29 cores=0,2,4,6
/proc/27630/task/27631/stat : 27631 (java) R 27628 27628 897 0 -1 4202560 124124 0 0 0 239594 35 0 0 20 0 15 0 77053760 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140048203402864 140047831207235 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27632] ppid=27628 vsize=13980732 memory=5390204 CPUtime=27.56 cores=0,2,4,6
/proc/27630/task/27632/stat : 27632 (java) S 27628 27628 897 0 -1 1077944384 28834 0 0 0 2627 129 0 0 20 0 15 0 77053761 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140048156129680 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27633] ppid=27628 vsize=13980732 memory=5390204 CPUtime=27.48 cores=0,2,4,6
/proc/27630/task/27633/stat : 27633 (java) S 27628 27628 897 0 -1 1077944384 23438 0 0 0 2617 131 0 0 20 0 15 0 77053761 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140048155076880 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27634] ppid=27628 vsize=13980732 memory=5390204 CPUtime=27.55 cores=0,2,4,6
/proc/27630/task/27634/stat : 27634 (java) S 27628 27628 897 0 -1 1077944384 25944 0 0 0 2625 130 0 0 20 0 15 0 77053761 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140048154024592 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27635] ppid=27628 vsize=13980732 memory=1380 CPUtime=27.46 cores=0,2,4,6
/proc/27630/task/27635/stat : 27635 (java) S 27628 27628 897 0 -1 1077944384 28701 0 0 0 2611 135 0 0 20 0 15 0 77053761 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140048152971792 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27636] ppid=27628 vsize=13980732 memory=5390204 CPUtime=3.89 cores=0,2,4,6
/proc/27630/task/27636/stat : 27636 (java) S 27628 27628 897 0 -1 1077944384 35274 0 0 0 380 9 0 0 20 0 15 0 77053762 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047744907888 140048199174786 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27637] ppid=27628 vsize=13980732 memory=5390204 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27637/stat : 27637 (java) S 27628 27628 897 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 77053763 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047676335456 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27638] ppid=27628 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27638/stat : 27638 (java) S 27628 27628 897 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 77053763 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047675283072 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27639] ppid=27628 vsize=13980732 memory=5390204 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27639/stat : 27639 (java) S 27628 27628 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77053765 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047674231376 140048199182235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27640] ppid=27628 vsize=13980732 memory=4116 CPUtime=3.81 cores=0,2,4,6
/proc/27630/task/27640/stat : 27640 (java) S 27628 27628 897 0 -1 1077944384 28993 0 0 0 378 3 0 0 20 0 15 0 77053765 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047673178224 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27641] ppid=27628 vsize=13980732 memory=2752 CPUtime=3.43 cores=0,2,4,6
/proc/27630/task/27641/stat : 27641 (java) S 27628 27628 897 0 -1 1077944384 26242 0 0 0 341 2 0 0 20 0 15 0 77053765 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047672125424 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27642] ppid=27628 vsize=13980732 memory=2752 CPUtime=0.98 cores=0,2,4,6
/proc/27630/task/27642/stat : 27642 (java) S 27628 27628 897 0 -1 1077944384 18906 0 0 0 96 2 0 0 20 0 15 0 77053765 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047671073136 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27643] ppid=27628 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27643/stat : 27643 (java) S 27628 27628 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77053766 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047670020576 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27644] ppid=27628 vsize=13980732 memory=1380 CPUtime=1.45 cores=0,2,4,6
/proc/27630/task/27644/stat : 27644 (java) S 27628 27628 897 0 -1 1077944384 2112 0 0 0 69 76 0 0 20 0 15 0 77053771 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047668968368 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 5391584 KiB

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

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

[startup+2428.14 s]
# the end of solver process 27630 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.67 s, system=6.38112 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+2428.11 s]
/proc/loadavg: 1.84 1.99 1.93 3/212 27904
/proc/meminfo: memFree=24340056/32770624 swapFree=67108860/67108860
[pid=27628] ppid=27625 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27628/stat : 27628 (xcsp3-exec) S 27625 27628 897 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 77053751 9740288 345 18446744073709551615 4194304 5098028 140735822494176 140735822492280 140233641046652 0 65536 5 65538 18446744071579417331 0 0 17 6 0 0 8 0 0 7196144 7232144 22159360 140735822500217 140735822500421 140735822500421 140735822503915 0
/proc/27628/statm: 2378 345 289 221 0 87 0
[pid=27630] ppid=27628 vsize=13980732 memory=5390204 CPUtime=2520.01 cores=0,2,4,6
/proc/27630/stat : 27630 (java) S 27628 27628 897 0 -1 1077944320 343981 0 0 0 251366 635 0 0 20 0 15 0 77053760 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140732732493936 140048199163639 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
/proc/27630/statm: 3495183 1347551 3256 1 0 3483476 0
[pid=27630/tid=27631] ppid=27628 vsize=13980732 memory=1380 CPUtime=2396.29 cores=0,2,4,6
/proc/27630/task/27631/stat : 27631 (java) R 27628 27628 897 0 -1 4202560 124124 0 0 0 239594 35 0 0 20 0 15 0 77053760 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140048203402864 140047831207235 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27632] ppid=27628 vsize=13980732 memory=5390204 CPUtime=27.56 cores=0,2,4,6
/proc/27630/task/27632/stat : 27632 (java) S 27628 27628 897 0 -1 1077944384 28834 0 0 0 2627 129 0 0 20 0 15 0 77053761 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140048156129680 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27633] ppid=27628 vsize=13980732 memory=5390204 CPUtime=27.48 cores=0,2,4,6
/proc/27630/task/27633/stat : 27633 (java) S 27628 27628 897 0 -1 1077944384 23438 0 0 0 2617 131 0 0 20 0 15 0 77053761 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140048155076880 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27634] ppid=27628 vsize=13980732 memory=5390204 CPUtime=27.55 cores=0,2,4,6
/proc/27630/task/27634/stat : 27634 (java) S 27628 27628 897 0 -1 1077944384 25944 0 0 0 2625 130 0 0 20 0 15 0 77053761 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140048154024592 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27635] ppid=27628 vsize=13980732 memory=1380 CPUtime=27.46 cores=0,2,4,6
/proc/27630/task/27635/stat : 27635 (java) S 27628 27628 897 0 -1 1077944384 28701 0 0 0 2611 135 0 0 20 0 15 0 77053761 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140048152971792 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27636] ppid=27628 vsize=13980732 memory=5390204 CPUtime=3.89 cores=0,2,4,6
/proc/27630/task/27636/stat : 27636 (java) S 27628 27628 897 0 -1 1077944384 35274 0 0 0 380 9 0 0 20 0 15 0 77053762 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047744907888 140048199174786 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27637] ppid=27628 vsize=13980732 memory=5390204 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27637/stat : 27637 (java) S 27628 27628 897 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 15 0 77053763 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047676335456 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27638] ppid=27628 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27638/stat : 27638 (java) S 27628 27628 897 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 77053763 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047675283072 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27639] ppid=27628 vsize=13980732 memory=5390204 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27639/stat : 27639 (java) S 27628 27628 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77053765 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047674231376 140048199182235 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27640] ppid=27628 vsize=13980732 memory=4116 CPUtime=3.81 cores=0,2,4,6
/proc/27630/task/27640/stat : 27640 (java) S 27628 27628 897 0 -1 1077944384 28993 0 0 0 378 3 0 0 20 0 15 0 77053765 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047673178224 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27641] ppid=27628 vsize=13980732 memory=2752 CPUtime=3.43 cores=0,2,4,6
/proc/27630/task/27641/stat : 27641 (java) S 27628 27628 897 0 -1 1077944384 26242 0 0 0 341 2 0 0 20 0 15 0 77053765 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047672125424 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27642] ppid=27628 vsize=13980732 memory=2752 CPUtime=0.98 cores=0,2,4,6
/proc/27630/task/27642/stat : 27642 (java) S 27628 27628 897 0 -1 1077944384 18906 0 0 0 96 2 0 0 20 0 15 0 77053765 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047671073136 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27643] ppid=27628 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/27630/task/27643/stat : 27643 (java) S 27628 27628 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 77053766 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047670020576 140048199173845 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
[pid=27630/tid=27644] ppid=27628 vsize=13980732 memory=1380 CPUtime=1.45 cores=0,2,4,6
/proc/27630/task/27644/stat : 27644 (java) S 27628 27628 897 0 -1 1077944384 2112 0 0 0 69 76 0 0 20 0 15 0 77053771 14316269568 1347551 18446744073709551615 4194304 4196468 140732732511392 140047668968368 140048199174786 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 15568896 140732732518833 140732732519009 140732732519009 140732732522447 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 5391584 KiB

Child status: 143
Real time (s): 2428.14
CPU time (s): 2520.06
CPU user time (s): 2513.67
CPU system time (s): 6.38112
CPU usage (%): 103.785
Max. virtual memory (cumulated for all children) (KiB): 13992164
Max. memory (cumulated for all children) (KiB): 5391588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.67
system time used= 6.38112
maximum resident set size= 5390752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 345051
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63023
involuntary context switches= 3235


# summary of solver processes directly reported to runsolver:
#   pid: 27628,27630
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2513.67
#   total CPU system time (s): 6.38112

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9297 second user time and 23.164 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-14 23:51:25
IDJOB=4271990
IDBENCH=124197
IDSOLVER=2664
FILE ID=node125/4271990-1502748331
RUNJOBID= node125-1502662595-11628
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-6.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-4271990-1502748331/watcher-4271990-1502748331 -o /tmp/evaluation-result-4271990-1502748331/solver-4271990-1502748331 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502662595-11628 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 722112318 HOME/instance-4271990-1502748331.xml

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

MD5SUM BENCH= 783c5eb4c347368f8a2e1c7f079a0df0
RANDOM SEED=722112318

node125.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.07
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.07
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.07
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.07
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:        28004660 kB
MemAvailable:   28974672 kB
Buffers:          298556 kB
Cached:           965312 kB
SwapCached:            0 kB
Active:          3726312 kB
Inactive:         601744 kB
Active(anon):    3064560 kB
Inactive(anon):    33100 kB
Active(file):     661752 kB
Inactive(file):   568644 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7740 kB
Writeback:             0 kB
AnonPages:       3063900 kB
Mapped:            63548 kB
Shmem:             33444 kB
Slab:             136960 kB
SReclaimable:     110900 kB
SUnreclaim:        26060 kB
KernelStack:        3760 kB
PageTables:        11592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3795732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2920448 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 node125 at 2017-08-15 00:31:53