Trace number 4283626

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 NameAnswerCPU timeWall clock time
choco-solver 5a (2017-08-18)? (TO) 2520.05 2441.6101

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-04-72.xml
MD5SUM606ad4221d4941292d84c5bdd64a5487
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1596.5699
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints731
Number of domains2
Minimum domain size2
Maximum domain size22
Distribution of domain sizes[{"size":2,"count":500},{"size":22,"count":100}]
Minimum variable degree2
Maximum variable degree53
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":19},{"degree":21,"count":19},{"degree":22,"count":20},{"degree":23,"count":20},{"degree":24,"count":25},{"degree":25,"count":14},{"degree":26,"count":9},"...",{"degree":29,"count":9}, {"degree":30,"count":10}, {"degree":31,"count":26}, {"degree":32,"count":19}, {"degree":33,"count":2}, {"degree":34,"count":2}, {"degree":35,"count":2}, {"degree":36,"count":2}, {"degree":37,"count":2}, {"degree":38,"count":2}, {"degree":39,"count":2}, {"degree":40,"count":2}, {"degree":41,"count":2}, {"degree":42,"count":2}, {"degree":43,"count":2}, {"degree":44,"count":2}, {"degree":45,"count":2}, {"degree":46,"count":2}, {"degree":47,"count":2}, {"degree":48,"count":2}, {"degree":49,"count":2}, {"degree":50,"count":2}, {"degree":51,"count":2}, {"degree":52,"count":3}, {"degree":53,"count":1}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":100},{"arity":3,"count":196},{"arity":4,"count":1},{"arity":5,"count":193},{"arity":6,"count":101},{"arity":8,"count":1},{"arity":10,"count":2},{"arity":12,"count":1},{"arity":14,"count":1},{"arity":15,"count":2},{"arity":16,"count":1},{"arity":18,"count":1},{"arity":19,"count":1},{"arity":20,"count":3},{"arity":22,"count":3},{"arity":24,"count":1},{"arity":25,"count":4},{"arity":26,"count":1},{"arity":28,"count":3},{"arity":30,"count":3},{"arity":31,"count":2},{"arity":32,"count":1},{"arity":34,"count":3},{"arity":35,"count":2},{"arity":36,"count":1},"...",{"arity":67,"count":2}, {"arity":68,"count":1}, {"arity":70,"count":5}, {"arity":72,"count":1}, {"arity":73,"count":2}, {"arity":74,"count":1}, {"arity":75,"count":2}, {"arity":76,"count":3}, {"arity":78,"count":1}, {"arity":79,"count":2}, {"arity":80,"count":3}, {"arity":82,"count":3}, {"arity":84,"count":1}, {"arity":85,"count":4}, {"arity":86,"count":1}, {"arity":88,"count":3}, {"arity":90,"count":3}, {"arity":91,"count":2}, {"arity":92,"count":1}, {"arity":94,"count":3}, {"arity":95,"count":2}, {"arity":96,"count":1}, {"arity":97,"count":2}, {"arity":98,"count":1}, {"arity":100,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":630},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283626-1503208765.xml"  -tl '2520s' -p 1 -x 3
0.07/0.28	c [HOME/instance-4283626-1503208765.xml, -tl, 2520s, -p, 1, -x, 3]
0.25/0.35	c simple solver
0.25/0.41	c parse instance...
1.20/0.77	c solve instance...
2520.02/2441.60	s UNKNOWN
2520.02/2441.60	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 (14820 MiB free)
  memory of node 1: 16384 MiB (14713 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283626-1503208765/watcher-4283626-1503208765 -o /tmp/evaluation-result-4283626-1503208765/solver-4283626-1503208765 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25500 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 842070804 HOME/instance-4283626-1503208765.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=32429, runsolver pid=32426
Current StackSize limit: 8192 KiB


[startup+0.10015 s]*
/proc/loadavg: 1.63 1.72 1.82 5/196 32430
/proc/meminfo: memFree=30242352/32770624 swapFree=67108860/67108860
[pid=32429] ppid=32426 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/32429/stat : 32429 (xcsp3-exec) S 32426 32429 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 123096948 9740288 344 18446744073709551615 4194304 5098028 140721346542960 140721346541064 139914761429628 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 18485248 140721346543993 140721346544197 140721346544197 140721346547691 0
/proc/32429/statm: 2378 344 289 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9512 KiB
Current children cumulated memory: 1376 KiB

[startup+0.210058 s]*
/proc/loadavg: 1.63 1.72 1.82 3/211 32445
/proc/meminfo: memFree=30236656/32770624 swapFree=67108860/67108860
[pid=32429] ppid=32426 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/32429/stat : 32429 (xcsp3-exec) S 32426 32429 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 123096948 9740288 344 18446744073709551615 4194304 5098028 140721346542960 140721346541064 139914761429628 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 18485248 140721346543993 140721346544197 140721346544197 140721346547691 0
/proc/32429/statm: 2378 344 289 221 0 87 0
[pid=32431] ppid=32429 vsize=13974352 memory=25504 CPUtime=0.07 cores=0,2,4,6
/proc/32431/stat : 32431 (java) S 32429 32429 8563 0 -1 1077944320 5286 0 0 0 6 1 0 0 20 0 15 0 123096959 14309736448 6376 18446744073709551615 4194304 4196468 140732992726800 140732992709344 140684687040247 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
/proc/32431/statm: 3493588 6376 2722 1 0 3482964 0
[pid=32431/tid=32432] ppid=32429 vsize=13974352 memory=7311146985107750967 CPUtime=0.05 cores=0,2,4,6
/proc/32431/task/32432/stat : 32432 (java) R 32429 32429 8563 0 -1 4202560 3450 0 0 0 5 0 0 0 20 0 15 0 123096959 14309736448 6376 18446744073709551615 4194304 4196468 140732992726800 140684691271344 140684687062173 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32433] ppid=32429 vsize=13974352 memory=12619 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32433/stat : 32433 (java) S 32429 32429 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123096960 14309736448 6376 18446744073709551615 4194304 4196468 140732992726800 140684621474064 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32434] ppid=32429 vsize=13974352 memory=288370055638611584 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32434/stat : 32434 (java) S 32429 32429 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123096960 14309736448 6376 18446744073709551615 4194304 4196468 140732992726800 140684620421520 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32435] ppid=32429 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32435/stat : 32435 (java) S 32429 32429 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123096960 14309736448 6376 18446744073709551615 4194304 4196468 140732992726800 140684619368976 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32436] ppid=32429 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32436/stat : 32436 (java) S 32429 32429 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123096960 14309736448 6376 18446744073709551615 4194304 4196468 140732992726800 140684618316432 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32437] ppid=32429 vsize=13974352 memory=139679486899840 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32437/stat : 32437 (java) S 32429 32429 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123096961 14309736448 6376 18446744073709551615 4194304 4196468 140732992726800 140684164708848 140684687051394 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32438] ppid=32429 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32438/stat : 32438 (java) S 32429 32429 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123096961 14309736448 6376 18446744073709551615 4194304 4196468 140732992726800 140684163655072 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32439] ppid=32429 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32439/stat : 32439 (java) S 32429 32429 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123096962 14309736448 6376 18446744073709551615 4194304 4196468 140732992726800 140684162602480 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32440] ppid=32429 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32440/stat : 32440 (java) S 32429 32429 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123096964 14309736448 6376 18446744073709551615 4194304 4196468 140732992726800 140684161551056 140684687058843 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32441] ppid=32429 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32441/stat : 32441 (java) S 32429 32429 8563 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 123096964 14309736448 6376 18446744073709551615 4194304 4196468 140732992726800 140684160497648 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32442] ppid=32429 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32442/stat : 32442 (java) S 32429 32429 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123096964 14309736448 6376 18446744073709551615 4194304 4196468 140732992726800 140684159445104 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32443] ppid=32429 vsize=13974352 memory=139679486899840 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32443/stat : 32443 (java) S 32429 32429 8563 0 -1 1077944384 236 0 0 0 0 0 0 0 20 0 15 0 123096964 14309736448 6376 18446744073709551615 4194304 4196468 140732992726800 140684158392560 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32444] ppid=32429 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32444/stat : 32444 (java) S 32429 32429 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123096964 14309736448 6376 18446744073709551615 4194304 4196468 140732992726800 140684157340256 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32445] ppid=32429 vsize=13974352 memory=139679486899840 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32445/stat : 32445 (java) S 32429 32429 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123096969 14309736448 6376 18446744073709551615 4194304 4196468 140732992726800 140684156287792 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26880 KiB

[startup+0.31001 s]*
/proc/loadavg: 1.63 1.72 1.82 3/211 32445
/proc/meminfo: memFree=30221520/32770624 swapFree=67108860/67108860
[pid=32429] ppid=32426 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/32429/stat : 32429 (xcsp3-exec) S 32426 32429 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 123096948 9740288 344 18446744073709551615 4194304 5098028 140721346542960 140721346541064 139914761429628 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 18485248 140721346543993 140721346544197 140721346544197 140721346547691 0
/proc/32429/statm: 2378 344 289 221 0 87 0
[pid=32431] ppid=32429 vsize=13974352 memory=37096 CPUtime=0.25 cores=0,2,4,6
/proc/32431/stat : 32431 (java) S 32429 32429 8563 0 -1 1077944320 8886 0 0 0 23 2 0 0 20 0 15 0 123096959 14309736448 9274 18446744073709551615 4194304 4196468 140732992726800 140732992709344 140684687040247 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
/proc/32431/statm: 3493588 9274 2974 1 0 3482964 0
[pid=32431/tid=32432] ppid=32429 vsize=13974352 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/32431/task/32432/stat : 32432 (java) R 32429 32429 8563 0 -1 4202560 6134 0 0 0 14 1 0 0 20 0 15 0 123096959 14309736448 9274 18446744073709551615 4194304 4196468 140732992726800 140684691268016 140684679718261 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32433] ppid=32429 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32433/stat : 32433 (java) S 32429 32429 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123096960 14309736448 9274 18446744073709551615 4194304 4196468 140732992726800 140684621474064 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32434] ppid=32429 vsize=13974352 memory=139679486899840 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32434/stat : 32434 (java) S 32429 32429 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123096960 14309736448 9274 18446744073709551615 4194304 4196468 140732992726800 140684620421520 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32435] ppid=32429 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32435/stat : 32435 (java) S 32429 32429 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123096960 14309736448 9274 18446744073709551615 4194304 4196468 140732992726800 140684619368976 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32436] ppid=32429 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32436/stat : 32436 (java) S 32429 32429 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123096960 14309736448 9274 18446744073709551615 4194304 4196468 140732992726800 140684618316432 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32437] ppid=32429 vsize=13974352 memory=139679486899840 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32437/stat : 32437 (java) S 32429 32429 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123096961 14309736448 9274 18446744073709551615 4194304 4196468 140732992726800 140684164708848 140684687051394 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32438] ppid=32429 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32438/stat : 32438 (java) S 32429 32429 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123096961 14309736448 9274 18446744073709551615 4194304 4196468 140732992726800 140684163655072 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32439] ppid=32429 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32439/stat : 32439 (java) S 32429 32429 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123096962 14309736448 9274 18446744073709551615 4194304 4196468 140732992726800 140684162602480 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32440] ppid=32429 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32440/stat : 32440 (java) S 32429 32429 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123096964 14309736448 9274 18446744073709551615 4194304 4196468 140732992726800 140684161551056 140684687058843 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32441] ppid=32429 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/32431/task/32441/stat : 32441 (java) S 32429 32429 8563 0 -1 1077944384 549 0 0 0 1 0 0 0 20 0 15 0 123096964 14309736448 9274 18446744073709551615 4194304 4196468 140732992726800 140684160497648 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32442] ppid=32429 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/32431/task/32442/stat : 32442 (java) S 32429 32429 8563 0 -1 1077944384 191 0 0 0 1 0 0 0 20 0 15 0 123096964 14309736448 9274 18446744073709551615 4194304 4196468 140732992726800 140684159445104 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32443] ppid=32429 vsize=13974352 memory=139679486899840 CPUtime=0.05 cores=0,2,4,6
/proc/32431/task/32443/stat : 32443 (java) S 32429 32429 8563 0 -1 1077944384 708 0 0 0 5 0 0 0 20 0 15 0 123096964 14309736448 9274 18446744073709551615 4194304 4196468 140732992726800 140684158392560 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32444] ppid=32429 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32444/stat : 32444 (java) S 32429 32429 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123096964 14309736448 9274 18446744073709551615 4194304 4196468 140732992726800 140684157340256 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32445] ppid=32429 vsize=13974352 memory=139679486899840 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32445/stat : 32445 (java) S 32429 32429 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123096969 14309736448 9274 18446744073709551615 4194304 4196468 140732992726800 140684156287792 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38472 KiB

[startup+0.701391 s]
/proc/loadavg: 1.63 1.72 1.82 3/211 32445
/proc/meminfo: memFree=30212764/32770624 swapFree=67108860/67108860
[pid=32429] ppid=32426 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/32429/stat : 32429 (xcsp3-exec) S 32426 32429 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 123096948 9740288 344 18446744073709551615 4194304 5098028 140721346542960 140721346541064 139914761429628 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 18485248 140721346543993 140721346544197 140721346544197 140721346547691 0
/proc/32429/statm: 2378 344 289 221 0 87 0
[pid=32431] ppid=32429 vsize=13980732 memory=64520 CPUtime=1.2 cores=0,2,4,6
/proc/32431/stat : 32431 (java) S 32429 32429 8563 0 -1 1077944320 12824 0 0 0 114 6 0 0 20 0 15 0 123096959 14316269568 16130 18446744073709551615 4194304 4196468 140732992726800 140732992709344 140684687040247 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
/proc/32431/statm: 3495183 16130 3162 1 0 3483476 0
[pid=32431/tid=32432] ppid=32429 vsize=13980732 memory=7660742144744843625 CPUtime=0.53 cores=0,2,4,6
/proc/32431/task/32432/stat : 32432 (java) R 32429 32429 8563 0 -1 4202560 8494 0 0 0 50 3 0 0 20 0 15 0 123096959 14316269568 16130 18446744073709551615 4194304 4196468 140732992726800 140684691277648 140684287896096 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32433] ppid=32429 vsize=13980732 memory=6935650355287975249 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32433/stat : 32433 (java) S 32429 32429 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123096960 14316269568 16130 18446744073709551615 4194304 4196468 140732992726800 140684621474064 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32434] ppid=32429 vsize=13980732 memory=6940416806629691476 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32434/stat : 32434 (java) S 32429 32429 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123096960 14316269568 16130 18446744073709551615 4194304 4196468 140732992726800 140684620421520 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32435] ppid=32429 vsize=13980732 memory=-7098080424032564416 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32435/stat : 32435 (java) S 32429 32429 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123096960 14316269568 16130 18446744073709551615 4194304 4196468 140732992726800 140684619368976 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32436] ppid=32429 vsize=13980732 memory=8370611207638964880 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32436/stat : 32436 (java) S 32429 32429 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123096960 14316269568 16130 18446744073709551615 4194304 4196468 140732992726800 140684618316432 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32437] ppid=32429 vsize=13980732 memory=-7737605734073691286 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32437/stat : 32437 (java) S 32429 32429 8563 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 123096961 14316269568 16130 18446744073709551615 4194304 4196468 140732992726800 140684164708848 140684687051394 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32438] ppid=32429 vsize=13980732 memory=4427207343990470186 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32438/stat : 32438 (java) S 32429 32429 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123096961 14316269568 16130 18446744073709551615 4194304 4196468 140732992726800 140684163655072 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32439] ppid=32429 vsize=13980732 memory=-8815662549083463029 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32439/stat : 32439 (java) S 32429 32429 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123096962 14316269568 16130 18446744073709551615 4194304 4196468 140732992726800 140684162602480 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32440] ppid=32429 vsize=13980732 memory=1578 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32440/stat : 32440 (java) S 32429 32429 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123096964 14316269568 16130 18446744073709551615 4194304 4196468 140732992726800 140684161551056 140684687058843 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32441] ppid=32429 vsize=13980732 memory=411 CPUtime=0.16 cores=0,2,4,6
/proc/32431/task/32441/stat : 32441 (java) R 32429 32429 8563 0 -1 4202560 851 0 0 0 16 0 0 0 20 0 15 0 123096964 14316269568 16130 18446744073709551615 4194304 4196468 140732992726800 140684160486320 140684667740544 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32442] ppid=32429 vsize=13980732 memory=121 CPUtime=0.16 cores=0,2,4,6
/proc/32431/task/32442/stat : 32442 (java) R 32429 32429 8563 0 -1 4202560 803 0 0 0 16 0 0 0 20 0 15 0 123096964 14316269568 16130 18446744073709551615 4194304 4196468 140732992726800 140684159423744 140684670536498 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32443] ppid=32429 vsize=13980732 memory=7 CPUtime=0.31 cores=0,2,4,6
/proc/32431/task/32443/stat : 32443 (java) R 32429 32429 8563 0 -1 1077944384 1379 0 0 0 31 0 0 0 20 0 15 0 123096964 14316269568 16130 18446744073709551615 4194304 4196468 140732992726800 140684158392560 140684687051394 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32444] ppid=32429 vsize=13980732 memory=634 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32444/stat : 32444 (java) S 32429 32429 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123096964 14316269568 16130 18446744073709551615 4194304 4196468 140732992726800 140684157340256 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32445] ppid=32429 vsize=13980732 memory=1 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32445/stat : 32445 (java) S 32429 32429 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123096969 14316269568 16130 18446744073709551615 4194304 4196468 140732992726800 140684156287792 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 65896 KiB

[startup+1.50132 s]
/proc/loadavg: 1.63 1.72 1.82 6/211 32445
/proc/meminfo: memFree=30181372/32770624 swapFree=67108860/67108860
[pid=32429] ppid=32426 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/32429/stat : 32429 (xcsp3-exec) S 32426 32429 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 123096948 9740288 344 18446744073709551615 4194304 5098028 140721346542960 140721346541064 139914761429628 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 18485248 140721346543993 140721346544197 140721346544197 140721346547691 0
/proc/32429/statm: 2378 344 289 221 0 87 0
[pid=32431] ppid=32429 vsize=13982524 memory=130320 CPUtime=3.77 cores=0,2,4,6
/proc/32431/stat : 32431 (java) S 32429 32429 8563 0 -1 1077944320 26440 0 0 0 369 8 0 0 20 0 15 0 123096959 14318104576 32580 18446744073709551615 4194304 4196468 140732992726800 140732992709344 140684687040247 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
/proc/32431/statm: 3495631 32580 3198 1 0 3483924 0
[pid=32431/tid=32432] ppid=32429 vsize=13982524 memory=139679382936688 CPUtime=1.33 cores=0,2,4,6
/proc/32431/task/32432/stat : 32432 (java) R 32429 32429 8563 0 -1 4202560 10094 0 0 0 129 4 0 0 20 0 15 0 123096959 14318104576 32580 18446744073709551615 4194304 4196468 140732992726800 140684691278768 140684293461470 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32433] ppid=32429 vsize=13982524 memory=1578 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32433/stat : 32433 (java) S 32429 32429 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123096960 14318104576 32580 18446744073709551615 4194304 4196468 140732992726800 140684621474064 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32434] ppid=32429 vsize=13982524 memory=411 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32434/stat : 32434 (java) S 32429 32429 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123096960 14318104576 32580 18446744073709551615 4194304 4196468 140732992726800 140684620421520 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32435] ppid=32429 vsize=13982524 memory=121 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32435/stat : 32435 (java) S 32429 32429 8563 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 123096960 14318104576 32580 18446744073709551615 4194304 4196468 140732992726800 140684619368976 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32436] ppid=32429 vsize=13982524 memory=7 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32436/stat : 32436 (java) S 32429 32429 8563 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 123096960 14318104576 32580 18446744073709551615 4194304 4196468 140732992726800 140684618316432 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32437] ppid=32429 vsize=13982524 memory=279358766160784 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32437/stat : 32437 (java) S 32429 32429 8563 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 123096961 14318104576 32580 18446744073709551615 4194304 4196468 140732992726800 140684164708848 140684687051394 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32438] ppid=32429 vsize=13982524 memory=12858 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32438/stat : 32438 (java) S 32429 32429 8563 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 123096961 14318104576 32580 18446744073709551615 4194304 4196468 140732992726800 140684163655072 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32439] ppid=32429 vsize=13982524 memory=25369 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32439/stat : 32439 (java) S 32429 32429 8563 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 123096962 14318104576 32580 18446744073709551615 4194304 4196468 140732992726800 140684162602480 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32440] ppid=32429 vsize=13982524 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32440/stat : 32440 (java) S 32429 32429 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123096964 14318104576 32580 18446744073709551615 4194304 4196468 140732992726800 140684161551056 140684687058843 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32441] ppid=32429 vsize=13982524 memory=0 CPUtime=0.9 cores=0,2,4,6
/proc/32431/task/32441/stat : 32441 (java) R 32429 32429 8563 0 -1 4202560 4479 0 0 0 90 0 0 0 20 0 15 0 123096964 14318104576 32580 18446744073709551615 4194304 4196468 140732992726800 140684160482312 140684671008127 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32442] ppid=32429 vsize=13982524 memory=0 CPUtime=0.9 cores=0,2,4,6
/proc/32431/task/32442/stat : 32442 (java) R 32429 32429 8563 0 -1 4202560 6631 0 0 0 89 1 0 0 20 0 15 0 123096964 14318104576 32580 18446744073709551615 4194304 4196468 140732992726800 140684159431080 140684668584346 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32443] ppid=32429 vsize=13982524 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/32431/task/32443/stat : 32443 (java) S 32429 32429 8563 0 -1 1077944384 3865 0 0 0 59 0 0 0 20 0 15 0 123096964 14318104576 32580 18446744073709551615 4194304 4196468 140732992726800 140684158392560 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32444] ppid=32429 vsize=13982524 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32444/stat : 32444 (java) S 32429 32429 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123096964 14318104576 32580 18446744073709551615 4194304 4196468 140732992726800 140684157340256 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32445] ppid=32429 vsize=13982524 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32445/stat : 32445 (java) S 32429 32429 8563 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 123096969 14318104576 32580 18446744073709551615 4194304 4196468 140732992726800 140684156287792 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0

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

/proc/32431/task/32439/stat : 32439 (java) S 32429 32429 8563 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 123096962 14316269568 173059 18446744073709551615 4194304 4196468 140732992726800 140684162602480 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32440] ppid=32429 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32440/stat : 32440 (java) S 32429 32429 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123096964 14316269568 173059 18446744073709551615 4194304 4196468 140732992726800 140684161551056 140684687058843 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32441] ppid=32429 vsize=13980732 memory=1376 CPUtime=6.43 cores=0,2,4,6
/proc/32431/task/32441/stat : 32441 (java) S 32429 32429 8563 0 -1 1077944384 32358 0 0 0 638 5 0 0 20 0 15 0 123096964 14316269568 173059 18446744073709551615 4194304 4196468 140732992726800 140684160497648 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32442] ppid=32429 vsize=13980732 memory=675852 CPUtime=6.22 cores=0,2,4,6
/proc/32431/task/32442/stat : 32442 (java) S 32429 32429 8563 0 -1 1077944384 31754 0 0 0 617 5 0 0 20 0 15 0 123096964 14316269568 173059 18446744073709551615 4194304 4196468 140732992726800 140684159445104 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32443] ppid=32429 vsize=13980732 memory=1376 CPUtime=0.94 cores=0,2,4,6
/proc/32431/task/32443/stat : 32443 (java) S 32429 32429 8563 0 -1 1077944384 12640 0 0 0 92 2 0 0 20 0 15 0 123096964 14316269568 173059 18446744073709551615 4194304 4196468 140732992726800 140684158392560 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32444] ppid=32429 vsize=13980732 memory=675852 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32444/stat : 32444 (java) S 32429 32429 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123096964 14316269568 173059 18446744073709551615 4194304 4196468 140732992726800 140684157340256 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32445] ppid=32429 vsize=13980732 memory=1292 CPUtime=1.24 cores=0,2,4,6
/proc/32431/task/32445/stat : 32445 (java) S 32429 32429 8563 0 -1 1077944384 1247 0 0 0 60 64 0 0 20 0 15 0 123096969 14316269568 173059 18446744073709551615 4194304 4196468 140732992726800 140684156287792 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
Current children cumulated CPU time: 2336.06 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 693612 KiB

[startup+2322.3 s]
/proc/loadavg: 1.36 1.37 1.48 3/212 32706
/proc/meminfo: memFree=29633036/32770624 swapFree=67108860/67108860
[pid=32429] ppid=32426 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/32429/stat : 32429 (xcsp3-exec) S 32426 32429 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 123096948 9740288 344 18446744073709551615 4194304 5098028 140721346542960 140721346541064 139914761429628 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 18485248 140721346543993 140721346544197 140721346544197 140721346547691 0
/proc/32429/statm: 2378 344 289 221 0 87 0
[pid=32431] ppid=32429 vsize=13980732 memory=807692 CPUtime=2397.4 cores=0,2,4,6
/proc/32431/stat : 32431 (java) S 32429 32429 8563 0 -1 1077944320 252004 0 0 0 239120 620 0 0 20 0 15 0 123096959 14316269568 201923 18446744073709551615 4194304 4196468 140732992726800 140732992709344 140684687040247 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
/proc/32431/statm: 3495183 201923 3255 1 0 3483476 0
[pid=32431/tid=32432] ppid=32429 vsize=13980732 memory=825648 CPUtime=2300.64 cores=0,2,4,6
/proc/32431/task/32432/stat : 32432 (java) R 32429 32429 8563 0 -1 4202560 65701 0 0 0 230039 25 0 0 20 0 15 0 123096959 14316269568 201923 18446744073709551615 4194304 4196468 140732992726800 140684691279904 140684295918203 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32433] ppid=32429 vsize=13980732 memory=832316 CPUtime=20.24 cores=0,2,4,6
/proc/32431/task/32433/stat : 32433 (java) S 32429 32429 8563 0 -1 1077944384 16227 0 0 0 1894 130 0 0 20 0 15 0 123096960 14316269568 201923 18446744073709551615 4194304 4196468 140732992726800 140684621474064 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32434] ppid=32429 vsize=13980732 memory=832316 CPUtime=20.23 cores=0,2,4,6
/proc/32431/task/32434/stat : 32434 (java) S 32429 32429 8563 0 -1 1077944384 13795 0 0 0 1893 130 0 0 20 0 15 0 123096960 14316269568 201923 18446744073709551615 4194304 4196468 140732992726800 140684620421520 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32435] ppid=32429 vsize=13980732 memory=825648 CPUtime=20.2 cores=0,2,4,6
/proc/32431/task/32435/stat : 32435 (java) S 32429 32429 8563 0 -1 1077944384 15561 0 0 0 1892 128 0 0 20 0 15 0 123096960 14316269568 201923 18446744073709551615 4194304 4196468 140732992726800 140684619368976 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32436] ppid=32429 vsize=13980732 memory=807692 CPUtime=20.24 cores=0,2,4,6
/proc/32431/task/32436/stat : 32436 (java) S 32429 32429 8563 0 -1 1077944384 15599 0 0 0 1895 129 0 0 20 0 15 0 123096960 14316269568 201923 18446744073709551615 4194304 4196468 140732992726800 140684618316432 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32437] ppid=32429 vsize=13980732 memory=1376 CPUtime=0.9 cores=0,2,4,6
/proc/32431/task/32437/stat : 32437 (java) S 32429 32429 8563 0 -1 1077944384 45746 0 0 0 74 16 0 0 20 0 15 0 123096961 14316269568 201923 18446744073709551615 4194304 4196468 140732992726800 140684164708848 140684687051394 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32438] ppid=32429 vsize=13980732 memory=832316 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32438/stat : 32438 (java) S 32429 32429 8563 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 123096961 14316269568 201923 18446744073709551615 4194304 4196468 140732992726800 140684163655072 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32439] ppid=32429 vsize=13980732 memory=825648 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32439/stat : 32439 (java) S 32429 32429 8563 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 123096962 14316269568 201923 18446744073709551615 4194304 4196468 140732992726800 140684162602480 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32440] ppid=32429 vsize=13980732 memory=4116 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32440/stat : 32440 (java) S 32429 32429 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123096964 14316269568 201923 18446744073709551615 4194304 4196468 140732992726800 140684161551056 140684687058843 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32441] ppid=32429 vsize=13980732 memory=825648 CPUtime=6.43 cores=0,2,4,6
/proc/32431/task/32441/stat : 32441 (java) S 32429 32429 8563 0 -1 1077944384 32360 0 0 0 638 5 0 0 20 0 15 0 123096964 14316269568 201923 18446744073709551615 4194304 4196468 140732992726800 140684160497648 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32442] ppid=32429 vsize=13980732 memory=1376 CPUtime=6.22 cores=0,2,4,6
/proc/32431/task/32442/stat : 32442 (java) S 32429 32429 8563 0 -1 1077944384 31756 0 0 0 617 5 0 0 20 0 15 0 123096964 14316269568 201923 18446744073709551615 4194304 4196468 140732992726800 140684159445104 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32443] ppid=32429 vsize=13980732 memory=825648 CPUtime=0.94 cores=0,2,4,6
/proc/32431/task/32443/stat : 32443 (java) S 32429 32429 8563 0 -1 1077944384 12642 0 0 0 92 2 0 0 20 0 15 0 123096964 14316269568 201923 18446744073709551615 4194304 4196468 140732992726800 140684158392560 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32444] ppid=32429 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32444/stat : 32444 (java) S 32429 32429 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123096964 14316269568 201923 18446744073709551615 4194304 4196468 140732992726800 140684157340256 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32445] ppid=32429 vsize=13980732 memory=825648 CPUtime=1.28 cores=0,2,4,6
/proc/32431/task/32445/stat : 32445 (java) S 32429 32429 8563 0 -1 1077944384 1264 0 0 0 62 66 0 0 20 0 15 0 123096969 14316269568 201923 18446744073709551615 4194304 4196468 140732992726800 140684156287792 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
Current children cumulated CPU time: 2397.4 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 809068 KiB

[startup+2382.3 s]
/proc/loadavg: 1.68 1.46 1.51 3/212 32708
/proc/meminfo: memFree=29654520/32770624 swapFree=67108860/67108860
[pid=32429] ppid=32426 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/32429/stat : 32429 (xcsp3-exec) S 32426 32429 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 123096948 9740288 344 18446744073709551615 4194304 5098028 140721346542960 140721346541064 139914761429628 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 18485248 140721346543993 140721346544197 140721346544197 140721346547691 0
/proc/32429/statm: 2378 344 289 221 0 87 0
[pid=32431] ppid=32429 vsize=13980732 memory=819300 CPUtime=2459.24 cores=0,2,4,6
/proc/32431/stat : 32431 (java) S 32429 32429 8563 0 -1 1077944320 256438 0 0 0 245289 635 0 0 20 0 15 0 123096959 14316269568 204825 18446744073709551615 4194304 4196468 140732992726800 140732992709344 140684687040247 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
/proc/32431/statm: 3495183 204825 3255 1 0 3483476 0
[pid=32431/tid=32432] ppid=32429 vsize=13980732 memory=798720 CPUtime=2360.01 cores=0,2,4,6
/proc/32431/task/32432/stat : 32432 (java) R 32429 32429 8563 0 -1 4202560 66347 0 0 0 235976 25 0 0 20 0 15 0 123096959 14316269568 204825 18446744073709551615 4194304 4196468 140732992726800 140684691279744 140684295054814 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32433] ppid=32429 vsize=13980732 memory=1376 CPUtime=20.84 cores=0,2,4,6
/proc/32431/task/32433/stat : 32433 (java) S 32429 32429 8563 0 -1 1077944384 16844 0 0 0 1951 133 0 0 20 0 15 0 123096960 14316269568 204825 18446744073709551615 4194304 4196468 140732992726800 140684621474064 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32434] ppid=32429 vsize=13980732 memory=771768 CPUtime=20.83 cores=0,2,4,6
/proc/32431/task/32434/stat : 32434 (java) S 32429 32429 8563 0 -1 1077944384 14723 0 0 0 1950 133 0 0 20 0 15 0 123096960 14316269568 204825 18446744073709551615 4194304 4196468 140732992726800 140684620421520 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32435] ppid=32429 vsize=13980732 memory=798720 CPUtime=20.81 cores=0,2,4,6
/proc/32431/task/32435/stat : 32435 (java) S 32429 32429 8563 0 -1 1077944384 16140 0 0 0 1949 132 0 0 20 0 15 0 123096960 14316269568 204825 18446744073709551615 4194304 4196468 140732992726800 140684619368976 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32436] ppid=32429 vsize=13980732 memory=1376 CPUtime=20.83 cores=0,2,4,6
/proc/32431/task/32436/stat : 32436 (java) S 32429 32429 8563 0 -1 1077944384 16156 0 0 0 1952 131 0 0 20 0 15 0 123096960 14316269568 204825 18446744073709551615 4194304 4196468 140732992726800 140684618316432 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32437] ppid=32429 vsize=13980732 memory=1376 CPUtime=0.93 cores=0,2,4,6
/proc/32431/task/32437/stat : 32437 (java) S 32429 32429 8563 0 -1 1077944384 46828 0 0 0 76 17 0 0 20 0 15 0 123096961 14316269568 204825 18446744073709551615 4194304 4196468 140732992726800 140684164708848 140684687051394 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32438] ppid=32429 vsize=13980732 memory=798720 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32438/stat : 32438 (java) S 32429 32429 8563 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 123096961 14316269568 204825 18446744073709551615 4194304 4196468 140732992726800 140684163655072 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32439] ppid=32429 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32439/stat : 32439 (java) S 32429 32429 8563 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 123096962 14316269568 204825 18446744073709551615 4194304 4196468 140732992726800 140684162602480 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32440] ppid=32429 vsize=13980732 memory=832316 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32440/stat : 32440 (java) S 32429 32429 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123096964 14316269568 204825 18446744073709551615 4194304 4196468 140732992726800 140684161551056 140684687058843 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32441] ppid=32429 vsize=13980732 memory=4116 CPUtime=6.43 cores=0,2,4,6
/proc/32431/task/32441/stat : 32441 (java) S 32429 32429 8563 0 -1 1077944384 32362 0 0 0 638 5 0 0 20 0 15 0 123096964 14316269568 204825 18446744073709551615 4194304 4196468 140732992726800 140684160497648 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32442] ppid=32429 vsize=13980732 memory=1376 CPUtime=6.22 cores=0,2,4,6
/proc/32431/task/32442/stat : 32442 (java) S 32429 32429 8563 0 -1 1077944384 31758 0 0 0 617 5 0 0 20 0 15 0 123096964 14316269568 204825 18446744073709551615 4194304 4196468 140732992726800 140684159445104 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32443] ppid=32429 vsize=13980732 memory=1376 CPUtime=0.94 cores=0,2,4,6
/proc/32431/task/32443/stat : 32443 (java) S 32429 32429 8563 0 -1 1077944384 12644 0 0 0 92 2 0 0 20 0 15 0 123096964 14316269568 204825 18446744073709551615 4194304 4196468 140732992726800 140684158392560 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32444] ppid=32429 vsize=13980732 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32444/stat : 32444 (java) S 32429 32429 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123096964 14316269568 204825 18446744073709551615 4194304 4196468 140732992726800 140684157340256 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32445] ppid=32429 vsize=13980732 memory=798720 CPUtime=1.31 cores=0,2,4,6
/proc/32431/task/32445/stat : 32445 (java) S 32429 32429 8563 0 -1 1077944384 1283 0 0 0 63 68 0 0 20 0 15 0 123096969 14316269568 204825 18446744073709551615 4194304 4196468 140732992726800 140684156287792 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
Current children cumulated CPU time: 2459.24 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 820676 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2441.6 s]
/proc/loadavg: 1.54 1.46 1.50 3/211 32711
/proc/meminfo: memFree=29710080/32770624 swapFree=67108860/67108860
[pid=32429] ppid=32426 vsize=9512 memory=1376 CPUtime=0 cores=0,2,4,6
/proc/32429/stat : 32429 (xcsp3-exec) S 32426 32429 8563 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 123096948 9740288 344 18446744073709551615 4194304 5098028 140721346542960 140721346541064 139914761429628 0 65536 5 65538 18446744071579417331 0 0 17 2 0 0 10 0 0 7196144 7232144 18485248 140721346543993 140721346544197 140721346544197 140721346547691 0
/proc/32429/statm: 2378 344 289 221 0 87 0
[pid=32431] ppid=32429 vsize=13980732 memory=742536 CPUtime=2520.02 cores=0,2,4,6
/proc/32431/stat : 32431 (java) S 32429 32429 8563 0 -1 1077944320 260804 0 0 0 251356 646 0 0 20 0 15 0 123096959 14316269568 185634 18446744073709551615 4194304 4196468 140732992726800 140732992709344 140684687040247 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
/proc/32431/statm: 3495183 185634 3255 1 0 3483476 0
[pid=32431/tid=32432] ppid=32429 vsize=13980732 memory=758952 CPUtime=2418.79 cores=0,2,4,6
/proc/32431/task/32432/stat : 32432 (java) R 32429 32429 8563 0 -1 4202560 68290 0 0 0 241854 25 0 0 20 0 15 0 123096959 14316269568 185634 18446744073709551615 4194304 4196468 140732992726800 140684691280128 140684294253450 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32433] ppid=32429 vsize=13980732 memory=1156 CPUtime=21.33 cores=0,2,4,6
/proc/32431/task/32433/stat : 32433 (java) S 32429 32429 8563 0 -1 1077944384 17254 0 0 0 1997 136 0 0 20 0 15 0 123096960 14316269568 185634 18446744073709551615 4194304 4196468 140732992726800 140684621474064 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32434] ppid=32429 vsize=13980732 memory=-8774313645642428999 CPUtime=21.32 cores=0,2,4,6
/proc/32431/task/32434/stat : 32434 (java) S 32429 32429 8563 0 -1 1077944384 15011 0 0 0 1996 136 0 0 20 0 15 0 123096960 14316269568 185634 18446744073709551615 4194304 4196468 140732992726800 140684620421520 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32435] ppid=32429 vsize=13980732 memory=2964 CPUtime=21.29 cores=0,2,4,6
/proc/32431/task/32435/stat : 32435 (java) S 32429 32429 8563 0 -1 1077944384 16473 0 0 0 1995 134 0 0 20 0 15 0 123096960 14316269568 185634 18446744073709551615 4194304 4196468 140732992726800 140684619368976 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32436] ppid=32429 vsize=13980732 memory=2784 CPUtime=21.32 cores=0,2,4,6
/proc/32431/task/32436/stat : 32436 (java) S 32429 32429 8563 0 -1 1077944384 16674 0 0 0 1998 134 0 0 20 0 15 0 123096960 14316269568 185634 18446744073709551615 4194304 4196468 140732992726800 140684618316432 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32437] ppid=32429 vsize=13980732 memory=-8774313645642428999 CPUtime=0.95 cores=0,2,4,6
/proc/32431/task/32437/stat : 32437 (java) S 32429 32429 8563 0 -1 1077944384 47697 0 0 0 78 17 0 0 20 0 15 0 123096961 14316269568 185634 18446744073709551615 4194304 4196468 140732992726800 140684164708848 140684687051394 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32438] ppid=32429 vsize=13980732 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32438/stat : 32438 (java) S 32429 32429 8563 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 123096961 14316269568 185634 18446744073709551615 4194304 4196468 140732992726800 140684163655072 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32439] ppid=32429 vsize=13980732 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32439/stat : 32439 (java) S 32429 32429 8563 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 123096962 14316269568 185634 18446744073709551615 4194304 4196468 140732992726800 140684162602480 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32440] ppid=32429 vsize=13980732 memory=796 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32440/stat : 32440 (java) S 32429 32429 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123096964 14316269568 185634 18446744073709551615 4194304 4196468 140732992726800 140684161551056 140684687058843 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32441] ppid=32429 vsize=13980732 memory=1376 CPUtime=6.43 cores=0,2,4,6
/proc/32431/task/32441/stat : 32441 (java) S 32429 32429 8563 0 -1 1077944384 32362 0 0 0 638 5 0 0 20 0 15 0 123096964 14316269568 185634 18446744073709551615 4194304 4196468 140732992726800 140684160497648 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32442] ppid=32429 vsize=13980732 memory=-8774313645642428999 CPUtime=6.22 cores=0,2,4,6
/proc/32431/task/32442/stat : 32442 (java) S 32429 32429 8563 0 -1 1077944384 31758 0 0 0 617 5 0 0 20 0 15 0 123096964 14316269568 185634 18446744073709551615 4194304 4196468 140732992726800 140684159445104 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32443] ppid=32429 vsize=13980732 memory=786652 CPUtime=0.94 cores=0,2,4,6
/proc/32431/task/32443/stat : 32443 (java) S 32429 32429 8563 0 -1 1077944384 12645 0 0 0 92 2 0 0 20 0 15 0 123096964 14316269568 185634 18446744073709551615 4194304 4196468 140732992726800 140684158392560 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32444] ppid=32429 vsize=13980732 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/32431/task/32444/stat : 32444 (java) S 32429 32429 8563 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 123096964 14316269568 185634 18446744073709551615 4194304 4196468 140732992726800 140684157340256 140684687050453 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
[pid=32431/tid=32445] ppid=32429 vsize=13980732 memory=928 CPUtime=1.34 cores=0,2,4,6
/proc/32431/task/32445/stat : 32445 (java) S 32429 32429 8563 0 -1 1077944384 1287 0 0 0 64 70 0 0 20 0 15 0 123096969 14316269568 185634 18446744073709551615 4194304 4196468 140732992726800 140684156287792 140684687051394 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 27099136 140732992729521 140732992729697 140732992729697 140732992733135 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 743912 KiB

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

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

[startup+2441.61 s]
# the end of solver process 32431 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.58 s, system=6.46912 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

Child status: 143
Real time (s): 2441.61
CPU time (s): 2520.05
CPU user time (s): 2513.58
CPU system time (s): 6.46912
CPU usage (%): 103.212
Max. virtual memory (cumulated for all children) (KiB): 13993968
Max. memory (cumulated for all children) (KiB): 943476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.58
system time used= 6.46912
maximum resident set size= 950292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261471
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69613
involuntary context switches= 4068


# summary of solver processes directly reported to runsolver:
#   pid: 32429,32431
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2513.58
#   total CPU system time (s): 6.46912

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0881 second user time and 23.7742 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-20 07:45:17
IDJOB=4283626
IDBENCH=128084
IDSOLVER=2679
FILE ID=node125/4283626-1503208765
RUNJOBID= node125-1503171261-25500
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-04-72.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-4283626-1503208765/watcher-4283626-1503208765 -o /tmp/evaluation-result-4283626-1503208765/solver-4283626-1503208765 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1503171261-25500 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 842070804 HOME/instance-4283626-1503208765.xml

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

MD5SUM BENCH= 606ad4221d4941292d84c5bdd64a5487
RANDOM SEED=842070804

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:        30242788 kB
MemAvailable:   31429424 kB
Buffers:          329148 kB
Cached:          1163780 kB
SwapCached:            0 kB
Active:          1396864 kB
Inactive:         690088 kB
Active(anon):     594136 kB
Inactive(anon):    49484 kB
Active(file):     802728 kB
Inactive(file):   640604 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7840 kB
Writeback:             0 kB
AnonPages:        681384 kB
Mapped:            75428 kB
Shmem:             49828 kB
Slab:             144868 kB
SReclaimable:     118276 kB
SUnreclaim:        26592 kB
KernelStack:        3760 kB
PageTables:         6092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1244364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 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-20 08:25:59