Trace number 4307956

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
OscaR - Conflict Ordering with restarts 2018-08-14? (TO) 2520.08 2491.13

General information on the benchmark

NameNurseRostering/
NurseRostering-19_c18.xml
MD5SUM4516482276b9b550f1c9d24d3edf9abb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables5922
Number of constraints16251
Number of domains21
Minimum domain size1
Maximum domain size85
Distribution of domain sizes[{"size":1,"count":156},{"size":2,"count":1314},{"size":6,"count":3360},{"size":8,"count":2},{"size":12,"count":4},{"size":13,"count":16},{"size":21,"count":3},{"size":22,"count":15},{"size":41,"count":924},{"size":85,"count":128}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":2082},{"degree":3,"count":480},{"degree":17,"count":32},{"degree":18,"count":39},{"degree":19,"count":7},{"degree":20,"count":30},{"degree":21,"count":44},{"degree":22,"count":52},{"degree":23,"count":70},{"degree":24,"count":83},{"degree":25,"count":1394},{"degree":26,"count":1316},{"degree":27,"count":293}]
Minimum constraint arity2
Maximum constraint arity320
Distribution of constraint arities[{"arity":2,"count":5706},{"arity":3,"count":6232},{"arity":4,"count":324},{"arity":5,"count":320},{"arity":6,"count":2884},{"arity":12,"count":40},{"arity":41,"count":504},{"arity":85,"count":240},{"arity":320,"count":1}]
Number of extensional constraints3824
Number of intensional constraints1882
Distribution of constraint types[{"type":"extension","count":3824},{"type":"intension","count":1882},{"type":"regular","count":6556},{"type":"sum","count":80},{"type":"count","count":3908},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 1481616897
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
13.74/6.41	c Parsing done, starting search...
2520.05/2491.11	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307956-1534270585/watcher-4307956-1534270585 -o /tmp/evaluation-result-4307956-1534270585/solver-4307956-1534270585 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534270585-30509 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1481616897 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307956-1534270585.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=30542, runsolver pid=30535
Current StackSize limit: 8192 KiB


[startup+0.109078 s]*
/proc/loadavg: 0.62 0.93 1.20 5/218 30571
/proc/meminfo: memFree=23981156/32770624 swapFree=67108196/67108860
[pid=30542] ppid=30535 vsize=14082736 memory=34076 CPUtime=0.13 cores=0,2,4,6
/proc/30542/stat : 30542 (java) S 30535 30542 28983 0 -1 1077944320 7432 0 0 0 11 2 0 0 20 0 15 0 244621754 14420721664 8519 33554432000 4194304 4196468 140730068712816 140730068695360 139840048328439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
/proc/30542/statm: 3520684 8519 3160 1 0 3482761 0
[pid=30542/tid=30545] ppid=30535 vsize=14082736 memory=6735269665583770266 CPUtime=0.1 cores=0,2,4,6
/proc/30542/task/30545/stat : 30545 (java) D 30535 30542 28983 0 -1 1077944384 5464 0 0 0 9 1 0 0 20 0 15 0 244621754 14420721664 8519 33554432000 4194304 4196468 140730068712816 139840052542144 139840041007661 0 4 0 16800975 18446744072101756452 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30550] ppid=30535 vsize=14082736 memory=5793855887572715961 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30550/stat : 30550 (java) S 30535 30542 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244621755 14420721664 8519 33554432000 4194304 4196468 140730068712816 139839978416528 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30551] ppid=30535 vsize=14082736 memory=140636562822784 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30551/stat : 30551 (java) S 30535 30542 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244621755 14420721664 8519 33554432000 4194304 4196468 140730068712816 139839977363728 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30552] ppid=30535 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30552/stat : 30552 (java) S 30535 30542 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244621755 14420721664 8519 33554432000 4194304 4196468 140730068712816 139839976311440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30553] ppid=30535 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30553/stat : 30553 (java) S 30535 30542 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244621755 14420721664 8519 33554432000 4194304 4196468 140730068712816 139839640615440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30555] ppid=30535 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30555/stat : 30555 (java) S 30535 30542 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244621756 14420721664 8519 33554432000 4194304 4196468 140730068712816 139839523105392 139840048339586 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30557] ppid=30535 vsize=14082768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30557/stat : 30557 (java) S 30535 30542 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244621757 14420754432 8519 33554432000 4194304 4196468 140730068712816 139839522051360 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30559] ppid=30535 vsize=14082768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30559/stat : 30559 (java) S 30535 30542 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244621757 14420754432 8519 33554432000 4194304 4196468 140730068712816 139839520999024 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30564] ppid=30535 vsize=14083728 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30564/stat : 30564 (java) S 30535 30542 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244621759 14421737472 8519 33554432000 4194304 4196468 140730068712816 139839519947344 139840048347035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30565] ppid=30535 vsize=14083728 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30565/stat : 30565 (java) S 30535 30542 28983 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 244621759 14421737472 8519 33554432000 4194304 4196468 140730068712816 139839518894192 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30566] ppid=30535 vsize=14083728 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30566/stat : 30566 (java) S 30535 30542 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244621759 14421737472 8585 33554432000 4194304 4196468 140730068712816 139839517841392 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30567] ppid=30535 vsize=14083728 memory=140636562822784 CPUtime=0.01 cores=0,2,4,6
/proc/30542/task/30567/stat : 30567 (java) R 30535 30542 28983 0 -1 4202560 275 0 0 0 1 0 0 0 20 0 15 0 244621759 14421737472 8585 33554432000 4194304 4196468 140730068712816 139839516789104 139840048349786 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30569] ppid=30535 vsize=14083728 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30569/stat : 30569 (java) S 30535 30542 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244621760 14421737472 8585 33554432000 4194304 4196468 140730068712816 139839515736544 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30571] ppid=30535 vsize=14083728 memory=140636562822784 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30571/stat : 30571 (java) S 30535 30542 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244621760 14421737472 8585 33554432000 4194304 4196468 140730068712816 139839514684336 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34076 KiB

[startup+0.214882 s]*
/proc/loadavg: 0.62 0.93 1.20 10/218 30571
/proc/meminfo: memFree=23952164/32770624 swapFree=67108196/67108860
[pid=30542] ppid=30535 vsize=14082736 memory=47236 CPUtime=0.32 cores=0,2,4,6
/proc/30542/stat : 30542 (java) S 30535 30542 28983 0 -1 1077944320 10452 0 0 0 29 3 0 0 20 0 15 0 244621754 14420721664 11809 33554432000 4194304 4196468 140730068712816 140730068695360 139840048328439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
/proc/30542/statm: 3520684 11809 3352 1 0 3482761 0
[pid=30542/tid=30545] ppid=30535 vsize=14082736 memory=4871374705135476842 CPUtime=0.21 cores=0,2,4,6
/proc/30542/task/30545/stat : 30545 (java) R 30535 30542 28983 0 -1 4202560 8150 0 0 0 19 2 0 0 20 0 15 0 244621754 14420721664 11809 33554432000 4194304 4196468 140730068712816 139840052555552 139840048340374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30550] ppid=30535 vsize=14082736 memory=4211974362767613322 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30550/stat : 30550 (java) S 30535 30542 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244621755 14420721664 11809 33554432000 4194304 4196468 140730068712816 139839978416528 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30551] ppid=30535 vsize=14082736 memory=140636562822784 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30551/stat : 30551 (java) S 30535 30542 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244621755 14420721664 11809 33554432000 4194304 4196468 140730068712816 139839977363728 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30552] ppid=30535 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30552/stat : 30552 (java) S 30535 30542 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244621755 14420721664 11809 33554432000 4194304 4196468 140730068712816 139839976311440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30553] ppid=30535 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30553/stat : 30553 (java) S 30535 30542 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244621755 14420721664 11809 33554432000 4194304 4196468 140730068712816 139839640615440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30555] ppid=30535 vsize=14082736 memory=140636562822784 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30555/stat : 30555 (java) S 30535 30542 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244621756 14420721664 11809 33554432000 4194304 4196468 140730068712816 139839523105392 139840048339586 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30557] ppid=30535 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30557/stat : 30557 (java) S 30535 30542 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244621757 14420721664 11809 33554432000 4194304 4196468 140730068712816 139839522051360 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30559] ppid=30535 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30559/stat : 30559 (java) S 30535 30542 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244621757 14420721664 11809 33554432000 4194304 4196468 140730068712816 139839520999024 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30564] ppid=30535 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30564/stat : 30564 (java) S 30535 30542 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244621759 14420721664 11809 33554432000 4194304 4196468 140730068712816 139839519947344 139840048347035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30565] ppid=30535 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/30542/task/30565/stat : 30565 (java) S 30535 30542 28983 0 -1 1077944384 386 0 0 0 1 0 0 0 20 0 15 0 244621759 14420721664 11809 33554432000 4194304 4196468 140730068712816 139839518894192 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30566] ppid=30535 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/30542/task/30566/stat : 30566 (java) S 30535 30542 28983 0 -1 1077944384 239 0 0 0 1 0 0 0 20 0 15 0 244621759 14420721664 11809 33554432000 4194304 4196468 140730068712816 139839517841392 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30567] ppid=30535 vsize=14082736 memory=140636562822784 CPUtime=0.06 cores=0,2,4,6
/proc/30542/task/30567/stat : 30567 (java) R 30535 30542 28983 0 -1 4202560 297 0 0 0 6 0 0 0 20 0 15 0 244621759 14420721664 11809 33554432000 4194304 4196468 140730068712816 139839516789104 139840048340374 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30569] ppid=30535 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30569/stat : 30569 (java) S 30535 30542 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244621760 14420721664 11809 33554432000 4194304 4196468 140730068712816 139839515736544 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30571] ppid=30535 vsize=14082736 memory=140636562822784 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30571/stat : 30571 (java) S 30535 30542 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244621760 14420721664 11809 33554432000 4194304 4196468 140730068712816 139839514684336 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47236 KiB

[startup+0.310496 s]*
/proc/loadavg: 0.62 0.93 1.20 6/218 30571
/proc/meminfo: memFree=23945340/32770624 swapFree=67108196/67108860
[pid=30542] ppid=30535 vsize=14082736 memory=50564 CPUtime=0.44 cores=0,2,4,6
/proc/30542/stat : 30542 (java) S 30535 30542 28983 0 -1 1077944320 10793 0 0 0 41 3 0 0 20 0 15 0 244621754 14420721664 12641 33554432000 4194304 4196468 140730068712816 140730068695360 139840048328439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
/proc/30542/statm: 3520684 12641 3355 1 0 3482761 0
[pid=30542/tid=30545] ppid=30535 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/30542/task/30545/stat : 30545 (java) R 30535 30542 28983 0 -1 4202560 8475 0 0 0 28 2 0 0 20 0 15 0 244621754 14420721664 12641 33554432000 4194304 4196468 140730068712816 139840052536272 139840028604160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30550] ppid=30535 vsize=14082736 memory=4211974362767613322 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30550/stat : 30550 (java) S 30535 30542 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244621755 14420721664 12641 33554432000 4194304 4196468 140730068712816 139839978416528 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30551] ppid=30535 vsize=14082736 memory=140636562825135 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30551/stat : 30551 (java) S 30535 30542 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244621755 14420721664 12641 33554432000 4194304 4196468 140730068712816 139839977363728 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30552] ppid=30535 vsize=14082736 memory=140636422544199 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30552/stat : 30552 (java) S 30535 30542 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244621755 14420721664 12641 33554432000 4194304 4196468 140730068712816 139839976311440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30553] ppid=30535 vsize=14082736 memory=140636422524367 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30553/stat : 30553 (java) S 30535 30542 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244621755 14420721664 12641 33554432000 4194304 4196468 140730068712816 139839640615440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30555] ppid=30535 vsize=14082736 memory=140636562851794 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30555/stat : 30555 (java) S 30535 30542 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244621756 14420721664 12641 33554432000 4194304 4196468 140730068712816 139839523105392 139840048339586 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30557] ppid=30535 vsize=14082736 memory=140636422533583 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30557/stat : 30557 (java) S 30535 30542 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244621757 14420721664 12641 33554432000 4194304 4196468 140730068712816 139839522051360 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30559] ppid=30535 vsize=14082736 memory=281272845057936 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30559/stat : 30559 (java) S 30535 30542 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244621757 14420721664 12641 33554432000 4194304 4196468 140730068712816 139839520999024 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30564] ppid=30535 vsize=14082736 memory=281272845055632 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30564/stat : 30564 (java) S 30535 30542 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244621759 14420721664 12641 33554432000 4194304 4196468 140730068712816 139839519947344 139840048347035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30565] ppid=30535 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30542/task/30565/stat : 30565 (java) S 30535 30542 28983 0 -1 1077944384 386 0 0 0 2 0 0 0 20 0 15 0 244621759 14420721664 12641 33554432000 4194304 4196468 140730068712816 139839518894192 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30566] ppid=30535 vsize=14082736 memory=2208 CPUtime=0.02 cores=0,2,4,6
/proc/30542/task/30566/stat : 30566 (java) S 30535 30542 28983 0 -1 1077944384 245 0 0 0 2 0 0 0 20 0 15 0 244621759 14420721664 12641 33554432000 4194304 4196468 140730068712816 139839517841392 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30567] ppid=30535 vsize=14082736 memory=140636562822784 CPUtime=0.07 cores=0,2,4,6
/proc/30542/task/30567/stat : 30567 (java) S 30535 30542 28983 0 -1 1077944384 305 0 0 0 7 0 0 0 20 0 15 0 244621759 14420721664 12641 33554432000 4194304 4196468 140730068712816 139839516789104 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30569] ppid=30535 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30569/stat : 30569 (java) S 30535 30542 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244621760 14420721664 12641 33554432000 4194304 4196468 140730068712816 139839515736544 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30571] ppid=30535 vsize=14082736 memory=140636562822784 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30571/stat : 30571 (java) S 30535 30542 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244621760 14420721664 12641 33554432000 4194304 4196468 140730068712816 139839514684336 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50564 KiB

[startup+0.7007 s]
/proc/loadavg: 0.62 0.93 1.20 4/218 30571
/proc/meminfo: memFree=23897344/32770624 swapFree=67108196/67108860
[pid=30542] ppid=30535 vsize=14084804 memory=88656 CPUtime=0.98 cores=0,2,4,6
/proc/30542/stat : 30542 (java) S 30535 30542 28983 0 -1 1077944320 17618 0 0 0 93 5 0 0 20 0 15 0 244621754 14422839296 22164 33554432000 4194304 4196468 140730068712816 140730068695360 139840048328439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
/proc/30542/statm: 3521201 22164 3498 1 0 3483273 0
[pid=30542/tid=30545] ppid=30535 vsize=14084804 memory=752 CPUtime=0.67 cores=0,2,4,6
/proc/30542/task/30545/stat : 30545 (java) R 30535 30542 28983 0 -1 4202560 14911 0 0 0 64 3 0 0 20 0 15 0 244621754 14422839296 22164 33554432000 4194304 4196468 140730068712816 139840052552544 139840048350365 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30550] ppid=30535 vsize=14084804 memory=1124 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30550/stat : 30550 (java) S 30535 30542 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244621755 14422839296 22164 33554432000 4194304 4196468 140730068712816 139839978416528 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30551] ppid=30535 vsize=14084804 memory=1824 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30551/stat : 30551 (java) S 30535 30542 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244621755 14422839296 22164 33554432000 4194304 4196468 140730068712816 139839977363728 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30552] ppid=30535 vsize=14084804 memory=7302135314614015845 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30552/stat : 30552 (java) S 30535 30542 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244621755 14422839296 22164 33554432000 4194304 4196468 140730068712816 139839976311440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30553] ppid=30535 vsize=14084804 memory=7378396380443208548 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30553/stat : 30553 (java) S 30535 30542 28983 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 244621755 14422839296 22164 33554432000 4194304 4196468 140730068712816 139839640615440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30555] ppid=30535 vsize=14084804 memory=7881696724453321575 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30555/stat : 30555 (java) S 30535 30542 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244621756 14422839296 22164 33554432000 4194304 4196468 140730068712816 139839523105392 139840048339586 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30557] ppid=30535 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30557/stat : 30557 (java) S 30535 30542 28983 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 244621757 14422839296 22164 33554432000 4194304 4196468 140730068712816 139839522051360 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30559] ppid=30535 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30559/stat : 30559 (java) S 30535 30542 28983 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 244621757 14422839296 22164 33554432000 4194304 4196468 140730068712816 139839520999024 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30564] ppid=30535 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30564/stat : 30564 (java) S 30535 30542 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244621759 14422839296 22164 33554432000 4194304 4196468 140730068712816 139839519947344 139840048347035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30565] ppid=30535 vsize=14084804 memory=213 CPUtime=0.07 cores=0,2,4,6
/proc/30542/task/30565/stat : 30565 (java) S 30535 30542 28983 0 -1 1077944384 552 0 0 0 7 0 0 0 20 0 15 0 244621759 14422839296 22164 33554432000 4194304 4196468 140730068712816 139839518894192 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30566] ppid=30535 vsize=14084804 memory=7 CPUtime=0.06 cores=0,2,4,6
/proc/30542/task/30566/stat : 30566 (java) S 30535 30542 28983 0 -1 1077944384 382 0 0 0 6 0 0 0 20 0 15 0 244621759 14422839296 22164 33554432000 4194304 4196468 140730068712816 139839517841392 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30567] ppid=30535 vsize=14084804 memory=635 CPUtime=0.14 cores=0,2,4,6
/proc/30542/task/30567/stat : 30567 (java) S 30535 30542 28983 0 -1 1077944384 391 0 0 0 14 0 0 0 20 0 15 0 244621759 14422839296 22164 33554432000 4194304 4196468 140730068712816 139839516789104 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30569] ppid=30535 vsize=14084804 memory=281272845241840 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30569/stat : 30569 (java) S 30535 30542 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244621760 14422839296 22164 33554432000 4194304 4196468 140730068712816 139839515736544 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30571] ppid=30535 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30571/stat : 30571 (java) S 30535 30542 28983 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 244621760 14422839296 22164 33554432000 4194304 4196468 140730068712816 139839514684336 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88656 KiB

[startup+1.50091 s]
/proc/loadavg: 0.62 0.93 1.20 7/218 30571
/proc/meminfo: memFree=23818504/32770624 swapFree=67108196/67108860
[pid=30542] ppid=30535 vsize=14086852 memory=227492 CPUtime=3.58 cores=0,2,4,6
/proc/30542/stat : 30542 (java) S 30535 30542 28983 0 -1 1077944320 27770 0 0 0 349 9 0 0 20 0 15 0 244621754 14424936448 56873 33554432000 4194304 4196468 140730068712816 140730068695360 139840048328439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
/proc/30542/statm: 3521713 56873 3577 1 0 3483785 0
[pid=30542/tid=30545] ppid=30535 vsize=14086852 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/30542/task/30545/stat : 30545 (java) R 30535 30542 28983 0 -1 4202560 17156 0 0 0 140 5 0 0 20 0 15 0 244621754 14424936448 56873 33554432000 4194304 4196468 140730068712816 139840052564224 139839655737633 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30550] ppid=30535 vsize=14086852 memory=-3535359994705172579 CPUtime=0.01 cores=0,2,4,6
/proc/30542/task/30550/stat : 30550 (java) S 30535 30542 28983 0 -1 1077944384 111 0 0 0 1 0 0 0 20 0 15 0 244621755 14424936448 56873 33554432000 4194304 4196468 140730068712816 139839978416528 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30551] ppid=30535 vsize=14086852 memory=-2746958450906831424 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30551/stat : 30551 (java) S 30535 30542 28983 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 244621755 14424936448 56873 33554432000 4194304 4196468 140730068712816 139839977363728 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30552] ppid=30535 vsize=14086852 memory=-6151176607409924194 CPUtime=0.01 cores=0,2,4,6
/proc/30542/task/30552/stat : 30552 (java) S 30535 30542 28983 0 -1 1077944384 215 0 0 0 1 0 0 0 20 0 15 0 244621755 14424936448 56873 33554432000 4194304 4196468 140730068712816 139839976311440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30553] ppid=30535 vsize=14086852 memory=-6585528546044026665 CPUtime=0.01 cores=0,2,4,6
/proc/30542/task/30553/stat : 30553 (java) S 30535 30542 28983 0 -1 1077944384 125 0 0 0 1 0 0 0 20 0 15 0 244621755 14424936448 56873 33554432000 4194304 4196468 140730068712816 139839640615440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30555] ppid=30535 vsize=14086852 memory=9049593780187005101 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30555/stat : 30555 (java) S 30535 30542 28983 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 15 0 244621756 14424936448 56873 33554432000 4194304 4196468 140730068712816 139839523105392 139840048339586 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0

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

/proc/30542/task/30545/stat : 30545 (java) R 30535 30542 28983 0 -1 4202560 144027 0 0 0 237403 34 0 0 20 0 15 0 244621754 14431227904 408667 33554432000 4194304 4196468 140730068712816 139840052566272 139839659283684 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30550] ppid=30535 vsize=14092996 memory=1639292 CPUtime=5.98 cores=0,2,4,6
/proc/30542/task/30550/stat : 30550 (java) S 30535 30542 28983 0 -1 1077944384 32387 0 0 0 558 40 0 0 20 0 15 0 244621755 14431227904 408667 33554432000 4194304 4196468 140730068712816 139839978416528 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30551] ppid=30535 vsize=14092996 memory=1640832 CPUtime=5.99 cores=0,2,4,6
/proc/30542/task/30551/stat : 30551 (java) S 30535 30542 28983 0 -1 1077944384 27735 0 0 0 560 39 0 0 20 0 15 0 244621755 14431227904 408667 33554432000 4194304 4196468 140730068712816 139839977363728 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30552] ppid=30535 vsize=14092996 memory=1636208 CPUtime=6.05 cores=0,2,4,6
/proc/30542/task/30552/stat : 30552 (java) S 30535 30542 28983 0 -1 1077944384 32458 0 0 0 563 42 0 0 20 0 15 0 244621755 14431227904 408667 33554432000 4194304 4196468 140730068712816 139839976311440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30553] ppid=30535 vsize=14092996 memory=1636208 CPUtime=6.02 cores=0,2,4,6
/proc/30542/task/30553/stat : 30553 (java) S 30535 30542 28983 0 -1 1077944384 28565 0 0 0 564 38 0 0 20 0 15 0 244621755 14431227904 408667 33554432000 4194304 4196468 140730068712816 139839640615440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30555] ppid=30535 vsize=14092996 memory=1634668 CPUtime=0.96 cores=0,2,4,6
/proc/30542/task/30555/stat : 30555 (java) S 30535 30542 28983 0 -1 1077944384 12469 0 0 0 86 10 0 0 20 0 15 0 244621756 14431227904 408667 33554432000 4194304 4196468 140730068712816 139839523105392 139840048339586 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30557] ppid=30535 vsize=14092996 memory=1642884 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30557/stat : 30557 (java) S 30535 30542 28983 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 244621757 14431227904 408667 33554432000 4194304 4196468 140730068712816 139839522051424 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30559] ppid=30535 vsize=14092996 memory=1640316 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30559/stat : 30559 (java) S 30535 30542 28983 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 244621757 14431227904 408667 33554432000 4194304 4196468 140730068712816 139839520999040 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30564] ppid=30535 vsize=14092996 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30564/stat : 30564 (java) S 30535 30542 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244621759 14431227904 408667 33554432000 4194304 4196468 140730068712816 139839519947344 139840048347035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30565] ppid=30535 vsize=14092996 memory=1640832 CPUtime=4.33 cores=0,2,4,6
/proc/30542/task/30565/stat : 30565 (java) S 30535 30542 28983 0 -1 1077944384 14685 0 0 0 430 3 0 0 20 0 15 0 244621759 14431227904 408667 33554432000 4194304 4196468 140730068712816 139839518894192 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30566] ppid=30535 vsize=14092996 memory=3760 CPUtime=4.2 cores=0,2,4,6
/proc/30542/task/30566/stat : 30566 (java) S 30535 30542 28983 0 -1 1077944384 9196 0 0 0 419 1 0 0 20 0 15 0 244621759 14431227904 408667 33554432000 4194304 4196468 140730068712816 139839517841392 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30567] ppid=30535 vsize=14092996 memory=1635188 CPUtime=1.44 cores=0,2,4,6
/proc/30542/task/30567/stat : 30567 (java) S 30535 30542 28983 0 -1 1077944384 11936 0 0 0 141 3 0 0 20 0 15 0 244621759 14431227904 408667 33554432000 4194304 4196468 140730068712816 139839516789104 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30569] ppid=30535 vsize=14092996 memory=1636212 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30569/stat : 30569 (java) S 30535 30542 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244621760 14431227904 408667 33554432000 4194304 4196468 140730068712816 139839515736544 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30571] ppid=30535 vsize=14092996 memory=3760 CPUtime=0.66 cores=0,2,4,6
/proc/30542/task/30571/stat : 30571 (java) S 30535 30542 28983 0 -1 1077944384 1358 0 0 0 33 33 0 0 20 0 15 0 244621760 14431227904 408667 33554432000 4194304 4196468 140730068712816 139839514684336 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
Current children cumulated CPU time: 2410.08 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1634668 KiB

[startup+2442.3 s]
/proc/loadavg: 1.37 1.47 1.48 4/215 30644
/proc/meminfo: memFree=21891676/32770624 swapFree=67108196/67108860
[pid=30542] ppid=30535 vsize=14092996 memory=1610040 CPUtime=2470.76 cores=0,2,4,6
/proc/30542/stat : 30542 (java) S 30535 30542 28983 0 -1 1077944320 319760 0 0 0 246839 237 0 0 20 0 15 0 244621754 14431227904 402510 33554432000 4194304 4196468 140730068712816 140730068695360 139840048328439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
/proc/30542/statm: 3523249 402510 3624 1 0 3485321 0
[pid=30542/tid=30545] ppid=30535 vsize=14092996 memory=1607992 CPUtime=2434.07 cores=0,2,4,6
/proc/30542/task/30545/stat : 30545 (java) R 30535 30542 28983 0 -1 4202560 144751 0 0 0 243372 35 0 0 20 0 15 0 244621754 14431227904 402510 33554432000 4194304 4196468 140730068712816 139840052566352 139839662715272 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30550] ppid=30535 vsize=14092996 memory=1607992 CPUtime=6.2 cores=0,2,4,6
/proc/30542/task/30550/stat : 30550 (java) S 30535 30542 28983 0 -1 1077944384 32874 0 0 0 580 40 0 0 20 0 15 0 244621755 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839978416528 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30551] ppid=30535 vsize=14092996 memory=1614664 CPUtime=6.22 cores=0,2,4,6
/proc/30542/task/30551/stat : 30551 (java) S 30535 30542 28983 0 -1 1077944384 28088 0 0 0 583 39 0 0 20 0 15 0 244621755 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839977363728 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30552] ppid=30535 vsize=14092996 memory=1633132 CPUtime=6.28 cores=0,2,4,6
/proc/30542/task/30552/stat : 30552 (java) S 30535 30542 28983 0 -1 1077944384 33058 0 0 0 586 42 0 0 20 0 15 0 244621755 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839976311440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30553] ppid=30535 vsize=14092996 memory=1610044 CPUtime=6.26 cores=0,2,4,6
/proc/30542/task/30553/stat : 30553 (java) S 30535 30542 28983 0 -1 1077944384 29195 0 0 0 587 39 0 0 20 0 15 0 244621755 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839640615440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30555] ppid=30535 vsize=14092996 memory=1609020 CPUtime=1 cores=0,2,4,6
/proc/30542/task/30555/stat : 30555 (java) S 30535 30542 28983 0 -1 1077944384 12825 0 0 0 89 11 0 0 20 0 15 0 244621756 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839523105392 139840048339586 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30557] ppid=30535 vsize=14092996 memory=1607992 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30557/stat : 30557 (java) S 30535 30542 28983 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 244621757 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839522051424 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30559] ppid=30535 vsize=14092996 memory=1607992 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30559/stat : 30559 (java) S 30535 30542 28983 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 244621757 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839520999040 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30564] ppid=30535 vsize=14092996 memory=1610040 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30564/stat : 30564 (java) S 30535 30542 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244621759 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839519947344 139840048347035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30565] ppid=30535 vsize=14092996 memory=1642884 CPUtime=4.33 cores=0,2,4,6
/proc/30542/task/30565/stat : 30565 (java) S 30535 30542 28983 0 -1 1077944384 14689 0 0 0 430 3 0 0 20 0 15 0 244621759 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839518894192 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30566] ppid=30535 vsize=14092996 memory=1607992 CPUtime=4.2 cores=0,2,4,6
/proc/30542/task/30566/stat : 30566 (java) S 30535 30542 28983 0 -1 1077944384 9516 0 0 0 419 1 0 0 20 0 15 0 244621759 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839517841392 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30567] ppid=30535 vsize=14092996 memory=1607992 CPUtime=1.44 cores=0,2,4,6
/proc/30542/task/30567/stat : 30567 (java) S 30535 30542 28983 0 -1 1077944384 11940 0 0 0 141 3 0 0 20 0 15 0 244621759 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839516789104 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30569] ppid=30535 vsize=14092996 memory=1607992 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30569/stat : 30569 (java) S 30535 30542 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244621760 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839515736544 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30571] ppid=30535 vsize=14092996 memory=1607992 CPUtime=0.68 cores=0,2,4,6
/proc/30542/task/30571/stat : 30571 (java) S 30535 30542 28983 0 -1 1077944384 1386 0 0 0 34 34 0 0 20 0 15 0 244621760 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839514684336 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
Current children cumulated CPU time: 2470.76 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1610040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2491.11 s]
/proc/loadavg: 1.23 1.42 1.46 4/215 30645
/proc/meminfo: memFree=21890196/32770624 swapFree=67108196/67108860
[pid=30542] ppid=30535 vsize=14092996 memory=1610040 CPUtime=2520.05 cores=0,2,4,6
/proc/30542/stat : 30542 (java) S 30535 30542 28983 0 -1 1077944320 321795 0 0 0 251767 238 0 0 20 0 15 0 244621754 14431227904 402510 33554432000 4194304 4196468 140730068712816 140730068695360 139840048328439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
/proc/30542/statm: 3523249 402510 3624 1 0 3485321 0
[pid=30542/tid=30545] ppid=30535 vsize=14092996 memory=1610040 CPUtime=2482.65 cores=0,2,4,6
/proc/30542/task/30545/stat : 30545 (java) R 30535 30542 28983 0 -1 4202560 145274 0 0 0 248230 35 0 0 20 0 15 0 244621754 14431227904 402510 33554432000 4194304 4196468 140730068712816 139840052566416 139839662715291 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30550] ppid=30535 vsize=14092996 memory=1610040 CPUtime=6.37 cores=0,2,4,6
/proc/30542/task/30550/stat : 30550 (java) S 30535 30542 28983 0 -1 1077944384 33212 0 0 0 597 40 0 0 20 0 15 0 244621755 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839978416528 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30551] ppid=30535 vsize=14092996 memory=1610040 CPUtime=6.38 cores=0,2,4,6
/proc/30542/task/30551/stat : 30551 (java) S 30535 30542 28983 0 -1 1077944384 28231 0 0 0 599 39 0 0 20 0 15 0 244621755 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839977363728 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30552] ppid=30535 vsize=14092996 memory=1610040 CPUtime=6.45 cores=0,2,4,6
/proc/30542/task/30552/stat : 30552 (java) S 30535 30542 28983 0 -1 1077944384 33533 0 0 0 602 43 0 0 20 0 15 0 244621755 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839976311440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30553] ppid=30535 vsize=14092996 memory=1610040 CPUtime=6.42 cores=0,2,4,6
/proc/30542/task/30553/stat : 30553 (java) S 30535 30542 28983 0 -1 1077944384 29534 0 0 0 603 39 0 0 20 0 15 0 244621755 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839640615440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30555] ppid=30535 vsize=14092996 memory=1610040 CPUtime=1.03 cores=0,2,4,6
/proc/30542/task/30555/stat : 30555 (java) S 30535 30542 28983 0 -1 1077944384 13020 0 0 0 92 11 0 0 20 0 15 0 244621756 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839523105392 139840048339586 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30557] ppid=30535 vsize=14092996 memory=1610040 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30557/stat : 30557 (java) S 30535 30542 28983 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 244621757 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839522051424 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30559] ppid=30535 vsize=14092996 memory=1610040 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30559/stat : 30559 (java) S 30535 30542 28983 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 244621757 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839520999040 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30564] ppid=30535 vsize=14092996 memory=302638794044430648 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30564/stat : 30564 (java) S 30535 30542 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244621759 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839519947344 139840048347035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30565] ppid=30535 vsize=14092996 memory=3760 CPUtime=4.33 cores=0,2,4,6
/proc/30542/task/30565/stat : 30565 (java) S 30535 30542 28983 0 -1 1077944384 14691 0 0 0 430 3 0 0 20 0 15 0 244621759 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839518894192 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30566] ppid=30535 vsize=14092996 memory=66304 CPUtime=4.2 cores=0,2,4,6
/proc/30542/task/30566/stat : 30566 (java) S 30535 30542 28983 0 -1 1077944384 9518 0 0 0 419 1 0 0 20 0 15 0 244621759 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839517841392 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30567] ppid=30535 vsize=14092996 memory=1610040 CPUtime=1.44 cores=0,2,4,6
/proc/30542/task/30567/stat : 30567 (java) S 30535 30542 28983 0 -1 1077944384 11942 0 0 0 141 3 0 0 20 0 15 0 244621759 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839516789104 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30569] ppid=30535 vsize=14092996 memory=1610040 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30569/stat : 30569 (java) S 30535 30542 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244621760 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839515736544 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30571] ppid=30535 vsize=14092996 memory=66304 CPUtime=0.68 cores=0,2,4,6
/proc/30542/task/30571/stat : 30571 (java) S 30535 30542 28983 0 -1 1077944384 1402 0 0 0 34 34 0 0 20 0 15 0 244621760 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839514684336 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1610040 KiB

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

[startup+2491.13 s]
# the end of solver process 30542 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.68 s, system=2.39152 s

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

[startup+2491.11 s]
/proc/loadavg: 1.23 1.42 1.46 4/215 30645
/proc/meminfo: memFree=21890196/32770624 swapFree=67108196/67108860
[pid=30542] ppid=30535 vsize=14092996 memory=1610040 CPUtime=2520.05 cores=0,2,4,6
/proc/30542/stat : 30542 (java) S 30535 30542 28983 0 -1 1077944320 321795 0 0 0 251767 238 0 0 20 0 15 0 244621754 14431227904 402510 33554432000 4194304 4196468 140730068712816 140730068695360 139840048328439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
/proc/30542/statm: 3523249 402510 3624 1 0 3485321 0
[pid=30542/tid=30545] ppid=30535 vsize=14092996 memory=1610040 CPUtime=2482.65 cores=0,2,4,6
/proc/30542/task/30545/stat : 30545 (java) R 30535 30542 28983 0 -1 4202560 145274 0 0 0 248230 35 0 0 20 0 15 0 244621754 14431227904 402510 33554432000 4194304 4196468 140730068712816 139840052566416 139839662715291 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30550] ppid=30535 vsize=14092996 memory=1610040 CPUtime=6.37 cores=0,2,4,6
/proc/30542/task/30550/stat : 30550 (java) S 30535 30542 28983 0 -1 1077944384 33212 0 0 0 597 40 0 0 20 0 15 0 244621755 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839978416528 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30551] ppid=30535 vsize=14092996 memory=1610040 CPUtime=6.38 cores=0,2,4,6
/proc/30542/task/30551/stat : 30551 (java) S 30535 30542 28983 0 -1 1077944384 28231 0 0 0 599 39 0 0 20 0 15 0 244621755 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839977363728 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30552] ppid=30535 vsize=14092996 memory=1610040 CPUtime=6.45 cores=0,2,4,6
/proc/30542/task/30552/stat : 30552 (java) S 30535 30542 28983 0 -1 1077944384 33533 0 0 0 602 43 0 0 20 0 15 0 244621755 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839976311440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30553] ppid=30535 vsize=14092996 memory=1610040 CPUtime=6.42 cores=0,2,4,6
/proc/30542/task/30553/stat : 30553 (java) S 30535 30542 28983 0 -1 1077944384 29534 0 0 0 603 39 0 0 20 0 15 0 244621755 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839640615440 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30555] ppid=30535 vsize=14092996 memory=1610040 CPUtime=1.03 cores=0,2,4,6
/proc/30542/task/30555/stat : 30555 (java) S 30535 30542 28983 0 -1 1077944384 13020 0 0 0 92 11 0 0 20 0 15 0 244621756 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839523105392 139840048339586 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30557] ppid=30535 vsize=14092996 memory=1610040 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30557/stat : 30557 (java) S 30535 30542 28983 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 244621757 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839522051424 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30559] ppid=30535 vsize=14092996 memory=1610040 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30559/stat : 30559 (java) S 30535 30542 28983 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 244621757 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839520999040 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30564] ppid=30535 vsize=14092996 memory=302638794044430648 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30564/stat : 30564 (java) S 30535 30542 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244621759 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839519947344 139840048347035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30565] ppid=30535 vsize=14092996 memory=3760 CPUtime=4.33 cores=0,2,4,6
/proc/30542/task/30565/stat : 30565 (java) S 30535 30542 28983 0 -1 1077944384 14691 0 0 0 430 3 0 0 20 0 15 0 244621759 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839518894192 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30566] ppid=30535 vsize=14092996 memory=66304 CPUtime=4.2 cores=0,2,4,6
/proc/30542/task/30566/stat : 30566 (java) S 30535 30542 28983 0 -1 1077944384 9518 0 0 0 419 1 0 0 20 0 15 0 244621759 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839517841392 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30567] ppid=30535 vsize=14092996 memory=1610040 CPUtime=1.44 cores=0,2,4,6
/proc/30542/task/30567/stat : 30567 (java) S 30535 30542 28983 0 -1 1077944384 11942 0 0 0 141 3 0 0 20 0 15 0 244621759 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839516789104 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30569] ppid=30535 vsize=14092996 memory=1610040 CPUtime=0 cores=0,2,4,6
/proc/30542/task/30569/stat : 30569 (java) S 30535 30542 28983 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 244621760 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839515736544 139840048338645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
[pid=30542/tid=30571] ppid=30535 vsize=14092996 memory=66304 CPUtime=0.68 cores=0,2,4,6
/proc/30542/task/30571/stat : 30571 (java) S 30535 30542 28983 0 -1 1077944384 1402 0 0 0 34 34 0 0 20 0 15 0 244621760 14431227904 402510 33554432000 4194304 4196468 140730068712816 139839514684336 139840048339586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39284736 140730068714568 140730068714761 140730068714761 140730068717519 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 1610040 KiB

Child status: 143
Real time (s): 2491.13
CPU time (s): 2520.08
CPU user time (s): 2517.68
CPU system time (s): 2.39152
CPU usage (%): 101.162
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 2577072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.68
system time used= 2.39152
maximum resident set size= 2577176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 322107
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 77590
involuntary context switches= 4027


# summary of solver processes directly reported to runsolver:
#   pid: 30542
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2517.68
#   total CPU system time (s): 2.39152

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3015 second user time and 22.1706 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-14 20:16:25
IDJOB=4307956
IDBENCH=141041
IDSOLVER=2791
FILE ID=node151/4307956-1534270585
RUNJOBID= node151-1534270585-30509
PBS_JOBID= 21038114
Free space on /tmp= 43884 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/NurseRostering/NurseRostering-19_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307956-1534270585/watcher-4307956-1534270585 -o /tmp/evaluation-result-4307956-1534270585/solver-4307956-1534270585 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534270585-30509 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1481616897 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4307956-1534270585.xml

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

MD5SUM BENCH= 4516482276b9b550f1c9d24d3edf9abb
RANDOM SEED=1481616897

node151.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.87
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.87
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.87
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.87
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:        24020924 kB
MemAvailable:   31906300 kB
Buffers:          156384 kB
Cached:          7951936 kB
SwapCached:           12 kB
Active:          4181756 kB
Inactive:        3980092 kB
Active(anon):       3160 kB
Inactive(anon):   102596 kB
Active(file):    4178596 kB
Inactive(file):  3877496 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             71724 kB
Writeback:             0 kB
AnonPages:         61492 kB
Mapped:            55684 kB
Shmem:             49524 kB
Slab:             285900 kB
SReclaimable:     257744 kB
SUnreclaim:        28156 kB
KernelStack:        3168 kB
PageTables:         5108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     351472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 43832 MiB
End job on node151 at 2018-08-14 20:57:57