Trace number 4301282

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Choco-solver 4.0.7b seq (e747e1e)? (TO) 252.121 241.616

General information on the benchmark

NameNurseRostering/
NurseRostering-18_c18.xml
MD5SUM2080050c46f9199df44cd86a0d29de9d
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 variables3286
Number of constraints8967
Number of domains16
Minimum domain size1
Maximum domain size85
Distribution of domain sizes[{"size":1,"count":96},{"size":2,"count":678},{"size":4,"count":1848},{"size":23,"count":588},{"size":41,"count":2},{"size":44,"count":16},{"size":85,"count":58}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":1174},{"degree":3,"count":264},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":2},{"degree":16,"count":17},{"degree":17,"count":24},{"degree":18,"count":38},{"degree":19,"count":38},{"degree":20,"count":189},{"degree":21,"count":776},{"degree":22,"count":573},{"degree":23,"count":149}]
Minimum constraint arity2
Maximum constraint arity176
Distribution of constraint arities[{"arity":2,"count":3148},{"arity":3,"count":3608},{"arity":4,"count":22},{"arity":5,"count":320},{"arity":6,"count":1422},{"arity":12,"count":22},{"arity":23,"count":336},{"arity":85,"count":88},{"arity":176,"count":1}]
Number of extensional constraints2162
Number of intensional constraints986
Distribution of constraint types[{"type":"extension","count":2162},{"type":"intension","count":986},{"type":"regular","count":3608},{"type":"sum","count":44},{"type":"count","count":2166},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4301282-1532878190.xml"  -tl '252s' -p 1
0.12/0.17	c Choco e747e1e
0.12/0.18	c [HOME/instance-4301282-1532878190.xml, -tl, 252s, -p, 1]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
5.27/1.88	c solve instance...
252.09/241.60	s UNKNOWN
252.09/241.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 (13166 MiB free)
  memory of node 1: 16384 MiB (13384 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301282-1532878190/watcher-4301282-1532878190 -o /tmp/evaluation-result-4301282-1532878190/solver-4301282-1532878190 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532875384-10017 --watchdog 312 HOME/xcsp3-exec -seed 425527058 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301282-1532878190.xml 

running on 4 cores: 0,2,4,6

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

solver pid=12087, runsolver pid=12084

[startup+0.1001 s]*
/proc/loadavg: 1.85 2.01 1.97 3/222 12103
/proc/meminfo: memFree=27170980/32770624 swapFree=67108856/67108860
[pid=12087] ppid=12084 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12087/stat : 12087 (xcsp3-exec) S 12084 12087 5155 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 105382116 115843072 364 33554432000 4194304 5098028 140734939629984 140734939628088 140163710243452 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 8372224 140734939632705 140734939632905 140734939632905 140734939635658 0
/proc/12087/statm: 28282 364 306 221 0 87 0
[pid=12089] ppid=12087 vsize=14082940 memory=29372 CPUtime=0.12 cores=0,2,4,6
/proc/12089/stat : 12089 (java) S 12087 12087 5155 0 -1 1077944320 5210 0 0 0 11 1 0 0 20 0 15 0 105382116 14420930560 7343 33554432000 4194304 4196468 140731897941552 140731897924096 140613207932663 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
/proc/12089/statm: 3520735 7343 3011 1 0 3483012 0
[pid=12089/tid=12090] ppid=12087 vsize=14082940 memory=8514701219880730790 CPUtime=0.09 cores=0,2,4,6
/proc/12089/task/12090/stat : 12090 (java) R 12087 12087 5155 0 -1 4202560 3206 0 0 0 8 1 0 0 20 0 15 0 105382116 14420930560 7343 33554432000 4194304 4196468 140731897941552 140613212163936 140613207944598 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12091] ppid=12087 vsize=14082940 memory=3472468767448069328 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12091/stat : 12091 (java) S 12087 12087 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105382117 14420930560 7343 33554432000 4194304 4196468 140731897941552 140613138021392 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12092] ppid=12087 vsize=14082940 memory=140638552917632 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12092/stat : 12092 (java) S 12087 12087 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105382117 14420930560 7343 33554432000 4194304 4196468 140731897941552 140613136968848 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12093] ppid=12087 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12093/stat : 12093 (java) S 12087 12087 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105382117 14420930560 7343 33554432000 4194304 4196468 140731897941552 140612801837840 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12094] ppid=12087 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12094/stat : 12094 (java) S 12087 12087 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105382117 14420930560 7343 33554432000 4194304 4196468 140731897941552 140612800785296 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12095] ppid=12087 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12095/stat : 12095 (java) S 12087 12087 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105382119 14420930560 7343 33554432000 4194304 4196468 140731897941552 140612749232368 140613207943810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12096] ppid=12087 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12096/stat : 12096 (java) S 12087 12087 5155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105382119 14420930560 7343 33554432000 4194304 4196468 140731897941552 140612748178592 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12097] ppid=12087 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12097/stat : 12097 (java) S 12087 12087 5155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105382119 14420930560 7343 33554432000 4194304 4196468 140731897941552 140612747125488 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12098] ppid=12087 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12098/stat : 12098 (java) S 12087 12087 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382122 14420930560 7343 33554432000 4194304 4196468 140731897941552 140612746074064 140613207951259 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12099] ppid=12087 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12099/stat : 12099 (java) S 12087 12087 5155 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 105382122 14420930560 7343 33554432000 4194304 4196468 140731897941552 140612745022192 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12100] ppid=12087 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12100/stat : 12100 (java) S 12087 12087 5155 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 105382122 14420930560 7343 33554432000 4194304 4196468 140731897941552 140612743969648 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12101] ppid=12087 vsize=14082940 memory=140638552917632 CPUtime=0.01 cores=0,2,4,6
/proc/12089/task/12101/stat : 12101 (java) R 12087 12087 5155 0 -1 4202560 275 0 0 0 1 0 0 0 20 0 15 0 105382122 14420930560 7343 33554432000 4194304 4196468 140731897941552 140612742916592 140613207954010 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12102] ppid=12087 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12102/stat : 12102 (java) S 12087 12087 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382122 14420930560 7343 33554432000 4194304 4196468 140731897941552 140612741864288 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12103] ppid=12087 vsize=14082940 memory=140638552917632 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12103/stat : 12103 (java) S 12087 12087 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105382122 14420930560 7343 33554432000 4194304 4196468 140731897941552 140612740811312 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30828 KiB

[startup+0.210861 s]*
/proc/loadavg: 1.85 2.01 1.97 5/222 12103
/proc/meminfo: memFree=27160328/32770624 swapFree=67108856/67108860
[pid=12087] ppid=12084 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12087/stat : 12087 (xcsp3-exec) S 12084 12087 5155 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 105382116 115843072 364 33554432000 4194304 5098028 140734939629984 140734939628088 140163710243452 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 8372224 140734939632705 140734939632905 140734939632905 140734939635658 0
/proc/12087/statm: 28282 364 306 221 0 87 0
[pid=12089] ppid=12087 vsize=14082940 memory=41284 CPUtime=0.34 cores=0,2,4,6
/proc/12089/stat : 12089 (java) S 12087 12087 5155 0 -1 1077944320 7847 0 0 0 31 3 0 0 20 0 15 0 105382116 14420930560 10321 33554432000 4194304 4196468 140731897941552 140731897924096 140613207932663 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
/proc/12089/statm: 3520735 10321 3218 1 0 3483012 0
[pid=12089/tid=12090] ppid=12087 vsize=14082940 memory=5854518564242424225 CPUtime=0.2 cores=0,2,4,6
/proc/12089/task/12090/stat : 12090 (java) R 12087 12087 5155 0 -1 4202560 4957 0 0 0 18 2 0 0 20 0 15 0 105382116 14420930560 10321 33554432000 4194304 4196468 140731897941552 140613212167648 140613192013150 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12091] ppid=12087 vsize=14082940 memory=3472468767448069328 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12091/stat : 12091 (java) S 12087 12087 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105382117 14420930560 10321 33554432000 4194304 4196468 140731897941552 140613138021392 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12092] ppid=12087 vsize=14082940 memory=140638552917632 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12092/stat : 12092 (java) S 12087 12087 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105382117 14420930560 10321 33554432000 4194304 4196468 140731897941552 140613136968848 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12093] ppid=12087 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12093/stat : 12093 (java) S 12087 12087 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105382117 14420930560 10385 33554432000 4194304 4196468 140731897941552 140612801837840 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12094] ppid=12087 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12094/stat : 12094 (java) S 12087 12087 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105382117 14420930560 10385 33554432000 4194304 4196468 140731897941552 140612800785296 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12095] ppid=12087 vsize=14082940 memory=140638552917632 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12095/stat : 12095 (java) S 12087 12087 5155 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105382119 14420930560 10385 33554432000 4194304 4196468 140731897941552 140612749232368 140613207943810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12096] ppid=12087 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12096/stat : 12096 (java) S 12087 12087 5155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105382119 14420930560 10385 33554432000 4194304 4196468 140731897941552 140612748178592 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12097] ppid=12087 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12097/stat : 12097 (java) S 12087 12087 5155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105382119 14420930560 10385 33554432000 4194304 4196468 140731897941552 140612747125488 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12098] ppid=12087 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12098/stat : 12098 (java) S 12087 12087 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382122 14420930560 10385 33554432000 4194304 4196468 140731897941552 140612746074064 140613207951259 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12099] ppid=12087 vsize=14082940 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/12089/task/12099/stat : 12099 (java) S 12087 12087 5155 0 -1 1077944384 407 0 0 0 2 0 0 0 20 0 15 0 105382122 14420930560 10385 33554432000 4194304 4196468 140731897941552 140612745022192 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12100] ppid=12087 vsize=14082940 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/12089/task/12100/stat : 12100 (java) S 12087 12087 5155 0 -1 1077944384 424 0 0 0 2 0 0 0 20 0 15 0 105382122 14420930560 10385 33554432000 4194304 4196468 140731897941552 140612743969648 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12101] ppid=12087 vsize=14082940 memory=140638552917632 CPUtime=0.07 cores=0,2,4,6
/proc/12089/task/12101/stat : 12101 (java) S 12087 12087 5155 0 -1 1077944384 762 0 0 0 7 0 0 0 20 0 15 0 105382122 14420930560 10385 33554432000 4194304 4196468 140731897941552 140612742916592 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12102] ppid=12087 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12102/stat : 12102 (java) S 12087 12087 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382122 14420930560 10385 33554432000 4194304 4196468 140731897941552 140612741864288 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12103] ppid=12087 vsize=14082940 memory=140638552917632 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12103/stat : 12103 (java) S 12087 12087 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105382122 14420930560 10385 33554432000 4194304 4196468 140731897941552 140612740811312 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42740 KiB

[startup+0.310523 s]*
/proc/loadavg: 1.85 2.01 1.97 4/222 12103
/proc/meminfo: memFree=27153628/32770624 swapFree=67108856/67108860
[pid=12087] ppid=12084 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12087/stat : 12087 (xcsp3-exec) S 12084 12087 5155 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 105382116 115843072 364 33554432000 4194304 5098028 140734939629984 140734939628088 140163710243452 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 8372224 140734939632705 140734939632905 140734939632905 140734939635658 0
/proc/12087/statm: 28282 364 306 221 0 87 0
[pid=12089] ppid=12087 vsize=14087196 memory=48228 CPUtime=0.53 cores=0,2,4,6
/proc/12089/stat : 12089 (java) S 12087 12087 5155 0 -1 1077944320 8740 0 0 0 49 4 0 0 20 0 15 0 105382116 14425288704 12057 33554432000 4194304 4196468 140731897941552 140731897924096 140613207932663 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
/proc/12089/statm: 3521799 12057 3261 1 0 3483012 0
[pid=12089/tid=12090] ppid=12087 vsize=14087196 memory=8514701219881125278 CPUtime=0.3 cores=0,2,4,6
/proc/12089/task/12090/stat : 12090 (java) R 12087 12087 5155 0 -1 4202560 5678 0 0 0 27 3 0 0 20 0 15 0 105382116 14425288704 12057 33554432000 4194304 4196468 140731897941552 140613212163776 140613207954589 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12091] ppid=12087 vsize=14087196 memory=3472468767448069328 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12091/stat : 12091 (java) S 12087 12087 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105382117 14425288704 12122 33554432000 4194304 4196468 140731897941552 140613138021392 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12092] ppid=12087 vsize=14087196 memory=140638552917632 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12092/stat : 12092 (java) S 12087 12087 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105382117 14425288704 12122 33554432000 4194304 4196468 140731897941552 140613136968848 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12093] ppid=12087 vsize=14087196 memory=19 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12093/stat : 12093 (java) S 12087 12087 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105382117 14425288704 12122 33554432000 4194304 4196468 140731897941552 140612801837840 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12094] ppid=12087 vsize=14087196 memory=140638435813407 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12094/stat : 12094 (java) S 12087 12087 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105382117 14425288704 12122 33554432000 4194304 4196468 140731897941552 140612800785296 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12095] ppid=12087 vsize=14087196 memory=281276871606048 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12095/stat : 12095 (java) S 12087 12087 5155 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105382119 14425288704 12122 33554432000 4194304 4196468 140731897941552 140612749232368 140613207943810 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12096] ppid=12087 vsize=14087196 memory=140638435790351 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12096/stat : 12096 (java) S 12087 12087 5155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105382119 14425288704 12122 33554432000 4194304 4196468 140731897941552 140612748178592 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12097] ppid=12087 vsize=14087196 memory=281276988717152 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12097/stat : 12097 (java) S 12087 12087 5155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105382119 14425288704 12122 33554432000 4194304 4196468 140731897941552 140612747125488 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12098] ppid=12087 vsize=14087196 memory=140638435794959 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12098/stat : 12098 (java) S 12087 12087 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382122 14425288704 12122 33554432000 4194304 4196468 140731897941552 140612746074064 140613207951259 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12099] ppid=12087 vsize=14087196 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/12089/task/12099/stat : 12099 (java) S 12087 12087 5155 0 -1 1077944384 492 0 0 0 5 0 0 0 20 0 15 0 105382122 14425288704 12122 33554432000 4194304 4196468 140731897941552 140612745022192 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12100] ppid=12087 vsize=14087196 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/12089/task/12100/stat : 12100 (java) S 12087 12087 5155 0 -1 1077944384 435 0 0 0 4 0 0 0 20 0 15 0 105382122 14425288704 12122 33554432000 4194304 4196468 140731897941552 140612743969648 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12101] ppid=12087 vsize=14087196 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/12089/task/12101/stat : 12101 (java) S 12087 12087 5155 0 -1 1077944384 837 0 0 0 12 0 0 0 20 0 15 0 105382122 14425288704 12122 33554432000 4194304 4196468 140731897941552 140612742916592 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12102] ppid=12087 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12102/stat : 12102 (java) S 12087 12087 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382122 14425288704 12122 33554432000 4194304 4196468 140731897941552 140612741864288 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12103] ppid=12087 vsize=14087196 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12103/stat : 12103 (java) S 12087 12087 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105382122 14425288704 12122 33554432000 4194304 4196468 140731897941552 140612740811312 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 49684 KiB

[startup+0.70096 s]
/proc/loadavg: 1.85 2.01 1.97 6/222 12103
/proc/meminfo: memFree=27129224/32770624 swapFree=67108856/67108860
[pid=12087] ppid=12084 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12087/stat : 12087 (xcsp3-exec) S 12084 12087 5155 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 105382116 115843072 364 33554432000 4194304 5098028 140734939629984 140734939628088 140163710243452 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 8372224 140734939632705 140734939632905 140734939632905 140734939635658 0
/proc/12087/statm: 28282 364 306 221 0 87 0
[pid=12089] ppid=12087 vsize=14089320 memory=99988 CPUtime=1.73 cores=0,2,4,6
/proc/12089/stat : 12089 (java) S 12087 12087 5155 0 -1 1077944320 12398 0 0 0 168 5 0 0 20 0 15 0 105382116 14427463680 24997 33554432000 4194304 4196468 140731897941552 140731897924096 140613207932663 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
/proc/12089/statm: 3522330 24997 3349 1 0 3483524 0
[pid=12089/tid=12090] ppid=12087 vsize=14089320 memory=57 CPUtime=0.67 cores=0,2,4,6
/proc/12089/task/12090/stat : 12090 (java) R 12087 12087 5155 0 -1 4202560 6164 0 0 0 64 3 0 0 20 0 15 0 105382116 14427463680 24997 33554432000 4194304 4196468 140731897941552 140613212167440 140612819907718 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12091] ppid=12087 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12091/stat : 12091 (java) S 12087 12087 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105382117 14427463680 24997 33554432000 4194304 4196468 140731897941552 140613138021392 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12092] ppid=12087 vsize=14089320 memory=7886766292050851637 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12092/stat : 12092 (java) S 12087 12087 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105382117 14427463680 24997 33554432000 4194304 4196468 140731897941552 140613136968848 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12093] ppid=12087 vsize=14089320 memory=7450150478939308135 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12093/stat : 12093 (java) S 12087 12087 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105382117 14427463680 24997 33554432000 4194304 4196468 140731897941552 140612801837840 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12094] ppid=12087 vsize=14089320 memory=5859273620209619044 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12094/stat : 12094 (java) S 12087 12087 5155 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105382117 14427463680 24997 33554432000 4194304 4196468 140731897941552 140612800785296 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12095] ppid=12087 vsize=14089320 memory=3053511329498284128 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12095/stat : 12095 (java) S 12087 12087 5155 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105382119 14427463680 24997 33554432000 4194304 4196468 140731897941552 140612749232368 140613207943810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12096] ppid=12087 vsize=14089320 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12096/stat : 12096 (java) S 12087 12087 5155 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105382119 14427463680 24997 33554432000 4194304 4196468 140731897941552 140612748178592 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12097] ppid=12087 vsize=14089320 memory=1388 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12097/stat : 12097 (java) S 12087 12087 5155 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105382119 14427463680 24997 33554432000 4194304 4196468 140731897941552 140612747125488 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12098] ppid=12087 vsize=14089320 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12098/stat : 12098 (java) S 12087 12087 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382122 14427463680 24997 33554432000 4194304 4196468 140731897941552 140612746074064 140613207951259 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12099] ppid=12087 vsize=14089320 memory=1012 CPUtime=0.35 cores=0,2,4,6
/proc/12089/task/12099/stat : 12099 (java) R 12087 12087 5155 0 -1 4202560 1286 0 0 0 35 0 0 0 20 0 15 0 105382122 14427463680 24997 33554432000 4194304 4196468 140731897941552 140612745008760 140613192221521 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12100] ppid=12087 vsize=14089320 memory=1948 CPUtime=0.33 cores=0,2,4,6
/proc/12089/task/12100/stat : 12100 (java) R 12087 12087 5155 0 -1 4202560 1788 0 0 0 33 0 0 0 20 0 15 0 105382122 14427463680 24997 33554432000 4194304 4196468 140731897941552 140612743949928 140613192320712 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12101] ppid=12087 vsize=14089320 memory=1188 CPUtime=0.35 cores=0,2,4,6
/proc/12089/task/12101/stat : 12101 (java) S 12087 12087 5155 0 -1 1077944384 1850 0 0 0 35 0 0 0 20 0 15 0 105382122 14427463680 24997 33554432000 4194304 4196468 140731897941552 140612742916592 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12102] ppid=12087 vsize=14089320 memory=8448 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12102/stat : 12102 (java) S 12087 12087 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382122 14427463680 24997 33554432000 4194304 4196468 140731897941552 140612741864288 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12103] ppid=12087 vsize=14089320 memory=15252 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12103/stat : 12103 (java) S 12087 12087 5155 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105382122 14427463680 24997 33554432000 4194304 4196468 140731897941552 140612740811312 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 101444 KiB

[startup+1.50096 s]
/proc/loadavg: 1.85 2.01 1.97 6/222 12103
/proc/meminfo: memFree=27054804/32770624 swapFree=67108856/67108860
[pid=12087] ppid=12084 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12087/stat : 12087 (xcsp3-exec) S 12084 12087 5155 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 105382116 115843072 364 33554432000 4194304 5098028 140734939629984 140734939628088 140163710243452 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 8372224 140734939632705 140734939632905 140734939632905 140734939635658 0
/proc/12087/statm: 28282 364 306 221 0 87 0

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

/proc/12089/task/12097/stat : 12097 (java) S 12087 12087 5155 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105382119 14429560832 72698 33554432000 4194304 4196468 140731897941552 140612747125504 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12098] ppid=12087 vsize=14091368 memory=1244 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12098/stat : 12098 (java) S 12087 12087 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382122 14429560832 72698 33554432000 4194304 4196468 140731897941552 140612746074064 140613207951259 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12099] ppid=12087 vsize=14091368 memory=2268 CPUtime=4.95 cores=0,2,4,6
/proc/12089/task/12099/stat : 12099 (java) S 12087 12087 5155 0 -1 1077944384 17541 0 0 0 492 3 0 0 20 0 15 0 105382122 14429560832 72698 33554432000 4194304 4196468 140731897941552 140612745022192 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12100] ppid=12087 vsize=14091368 memory=1804 CPUtime=4.01 cores=0,2,4,6
/proc/12089/task/12100/stat : 12100 (java) S 12087 12087 5155 0 -1 1077944384 17006 0 0 0 398 3 0 0 20 0 15 0 105382122 14429560832 72698 33554432000 4194304 4196468 140731897941552 140612743969648 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12101] ppid=12087 vsize=14091368 memory=796 CPUtime=1.02 cores=0,2,4,6
/proc/12089/task/12101/stat : 12101 (java) S 12087 12087 5155 0 -1 1077944384 8986 0 0 0 100 2 0 0 20 0 15 0 105382122 14429560832 72698 33554432000 4194304 4196468 140731897941552 140612742916592 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12102] ppid=12087 vsize=14091368 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12102/stat : 12102 (java) S 12087 12087 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382122 14429560832 72698 33554432000 4194304 4196468 140731897941552 140612741864288 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12103] ppid=12087 vsize=14091368 memory=1804 CPUtime=0.03 cores=0,2,4,6
/proc/12089/task/12103/stat : 12103 (java) S 12087 12087 5155 0 -1 1077944384 647 0 0 0 2 1 0 0 20 0 15 0 105382122 14429560832 72698 33554432000 4194304 4196468 140731897941552 140612740811312 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 27 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
Current children cumulated CPU time: 112.53 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 292248 KiB

[startup+162.301 s]
/proc/loadavg: 1.99 2.01 1.97 3/223 12194
/proc/meminfo: memFree=26827744/32770624 swapFree=67108856/67108860
[pid=12087] ppid=12084 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12087/stat : 12087 (xcsp3-exec) S 12084 12087 5155 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 105382116 115843072 364 33554432000 4194304 5098028 140734939629984 140734939628088 140163710243452 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 8372224 140734939632705 140734939632905 140734939632905 140734939635658 0
/proc/12087/statm: 28282 364 306 221 0 87 0
[pid=12089] ppid=12087 vsize=14091368 memory=290796 CPUtime=172.73 cores=0,2,4,6
/proc/12089/stat : 12089 (java) S 12087 12087 5155 0 -1 1077944320 65048 0 0 0 17249 24 0 0 20 0 15 0 105382116 14429560832 72699 33554432000 4194304 4196468 140731897941552 140731897924096 140613207932663 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
/proc/12089/statm: 3522842 72699 3428 1 0 3484036 0
[pid=12089/tid=12090] ppid=12087 vsize=14091368 memory=290796 CPUtime=162.18 cores=0,2,4,6
/proc/12089/task/12090/stat : 12090 (java) R 12087 12087 5155 0 -1 4202560 13512 0 0 0 16213 5 0 0 20 0 15 0 105382116 14429560832 72699 33554432000 4194304 4196468 140731897941552 140613212169624 140612825206556 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12091] ppid=12087 vsize=14091368 memory=290796 CPUtime=0.06 cores=0,2,4,6
/proc/12089/task/12091/stat : 12091 (java) S 12087 12087 5155 0 -1 1077944384 290 0 0 0 5 1 0 0 20 0 15 0 105382117 14429560832 72699 33554432000 4194304 4196468 140731897941552 140613138021392 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12092] ppid=12087 vsize=14091368 memory=290796 CPUtime=0.07 cores=0,2,4,6
/proc/12089/task/12092/stat : 12092 (java) S 12087 12087 5155 0 -1 1077944384 242 0 0 0 6 1 0 0 20 0 15 0 105382117 14429560832 72699 33554432000 4194304 4196468 140731897941552 140613136968848 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12093] ppid=12087 vsize=14091368 memory=290796 CPUtime=0.06 cores=0,2,4,6
/proc/12089/task/12093/stat : 12093 (java) S 12087 12087 5155 0 -1 1077944384 142 0 0 0 5 1 0 0 20 0 15 0 105382117 14429560832 72699 33554432000 4194304 4196468 140731897941552 140612801837840 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12094] ppid=12087 vsize=14091368 memory=290796 CPUtime=0.04 cores=0,2,4,6
/proc/12089/task/12094/stat : 12094 (java) S 12087 12087 5155 0 -1 1077944384 92 0 0 0 3 1 0 0 20 0 15 0 105382117 14429560832 72699 33554432000 4194304 4196468 140731897941552 140612800785296 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12095] ppid=12087 vsize=14091368 memory=290796 CPUtime=0.01 cores=0,2,4,6
/proc/12089/task/12095/stat : 12095 (java) S 12087 12087 5155 0 -1 1077944384 605 0 0 0 1 0 0 0 20 0 15 0 105382119 14429560832 72699 33554432000 4194304 4196468 140731897941552 140612749232368 140613207943810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12096] ppid=12087 vsize=14091368 memory=290796 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12096/stat : 12096 (java) S 12087 12087 5155 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 105382119 14429560832 72699 33554432000 4194304 4196468 140731897941552 140612748178656 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12097] ppid=12087 vsize=14091368 memory=290796 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12097/stat : 12097 (java) S 12087 12087 5155 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105382119 14429560832 72699 33554432000 4194304 4196468 140731897941552 140612747125504 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12098] ppid=12087 vsize=14091368 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12098/stat : 12098 (java) S 12087 12087 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382122 14429560832 72699 33554432000 4194304 4196468 140731897941552 140612746074064 140613207951259 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12099] ppid=12087 vsize=14091368 memory=290796 CPUtime=5 cores=0,2,4,6
/proc/12089/task/12099/stat : 12099 (java) S 12087 12087 5155 0 -1 1077944384 18538 0 0 0 497 3 0 0 20 0 15 0 105382122 14429560832 72699 33554432000 4194304 4196468 140731897941552 140612745022192 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12100] ppid=12087 vsize=14091368 memory=1456 CPUtime=4.13 cores=0,2,4,6
/proc/12089/task/12100/stat : 12100 (java) S 12087 12087 5155 0 -1 1077944384 20389 0 0 0 410 3 0 0 20 0 15 0 105382122 14429560832 72699 33554432000 4194304 4196468 140731897941552 140612743969648 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12101] ppid=12087 vsize=14091368 memory=290796 CPUtime=1.02 cores=0,2,4,6
/proc/12089/task/12101/stat : 12101 (java) S 12087 12087 5155 0 -1 1077944384 9229 0 0 0 100 2 0 0 20 0 15 0 105382122 14429560832 72699 33554432000 4194304 4196468 140731897941552 140612742916592 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12102] ppid=12087 vsize=14091368 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12102/stat : 12102 (java) S 12087 12087 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382122 14429560832 72699 33554432000 4194304 4196468 140731897941552 140612741864288 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12103] ppid=12087 vsize=14091368 memory=290796 CPUtime=0.05 cores=0,2,4,6
/proc/12089/task/12103/stat : 12103 (java) S 12087 12087 5155 0 -1 1077944384 665 0 0 0 3 2 0 0 20 0 15 0 105382122 14429560832 72699 33554432000 4194304 4196468 140731897941552 140612740811312 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 27 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
Current children cumulated CPU time: 172.73 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 292252 KiB

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 1.97 3/223 12195
/proc/meminfo: memFree=26750824/32770624 swapFree=67108856/67108860
[pid=12087] ppid=12084 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12087/stat : 12087 (xcsp3-exec) S 12084 12087 5155 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 105382116 115843072 364 33554432000 4194304 5098028 140734939629984 140734939628088 140163710243452 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 8372224 140734939632705 140734939632905 140734939632905 140734939635658 0
/proc/12087/statm: 28282 364 306 221 0 87 0
[pid=12089] ppid=12087 vsize=14091368 memory=309236 CPUtime=232.77 cores=0,2,4,6
/proc/12089/stat : 12089 (java) S 12087 12087 5155 0 -1 1077944320 67154 0 0 0 23252 25 0 0 20 0 15 0 105382116 14429560832 77309 33554432000 4194304 4196468 140731897941552 140731897924096 140613207932663 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
/proc/12089/statm: 3522842 77309 3428 1 0 3484036 0
[pid=12089/tid=12090] ppid=12087 vsize=14091368 memory=305140 CPUtime=222.19 cores=0,2,4,6
/proc/12089/task/12090/stat : 12090 (java) R 12087 12087 5155 0 -1 4202560 14152 0 0 0 22213 6 0 0 20 0 15 0 105382116 14429560832 77309 33554432000 4194304 4196468 140731897941552 140613212171576 140612826358058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12091] ppid=12087 vsize=14091368 memory=281276871723328 CPUtime=0.06 cores=0,2,4,6
/proc/12089/task/12091/stat : 12091 (java) S 12087 12087 5155 0 -1 1077944384 290 0 0 0 5 1 0 0 20 0 15 0 105382117 14429560832 77309 33554432000 4194304 4196468 140731897941552 140613138021392 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12092] ppid=12087 vsize=14091368 memory=307188 CPUtime=0.07 cores=0,2,4,6
/proc/12089/task/12092/stat : 12092 (java) S 12087 12087 5155 0 -1 1077944384 242 0 0 0 6 1 0 0 20 0 15 0 105382117 14429560832 77309 33554432000 4194304 4196468 140731897941552 140613136968848 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12093] ppid=12087 vsize=14091368 memory=1456 CPUtime=0.06 cores=0,2,4,6
/proc/12089/task/12093/stat : 12093 (java) S 12087 12087 5155 0 -1 1077944384 142 0 0 0 5 1 0 0 20 0 15 0 105382117 14429560832 77309 33554432000 4194304 4196468 140731897941552 140612801837840 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12094] ppid=12087 vsize=14091368 memory=307188 CPUtime=0.04 cores=0,2,4,6
/proc/12089/task/12094/stat : 12094 (java) S 12087 12087 5155 0 -1 1077944384 92 0 0 0 3 1 0 0 20 0 15 0 105382117 14429560832 77309 33554432000 4194304 4196468 140731897941552 140612800785296 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12095] ppid=12087 vsize=14091368 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/12089/task/12095/stat : 12095 (java) S 12087 12087 5155 0 -1 1077944384 614 0 0 0 1 0 0 0 20 0 15 0 105382119 14429560832 77309 33554432000 4194304 4196468 140731897941552 140612749232368 140613207943810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12096] ppid=12087 vsize=14091368 memory=307188 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12096/stat : 12096 (java) S 12087 12087 5155 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 105382119 14429560832 77309 33554432000 4194304 4196468 140731897941552 140612748178656 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12097] ppid=12087 vsize=14091368 memory=307188 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12097/stat : 12097 (java) S 12087 12087 5155 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105382119 14429560832 77309 33554432000 4194304 4196468 140731897941552 140612747125504 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12098] ppid=12087 vsize=14091368 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12098/stat : 12098 (java) S 12087 12087 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382122 14429560832 77309 33554432000 4194304 4196468 140731897941552 140612746074064 140613207951259 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12099] ppid=12087 vsize=14091368 memory=309236 CPUtime=5.01 cores=0,2,4,6
/proc/12089/task/12099/stat : 12099 (java) S 12087 12087 5155 0 -1 1077944384 18560 0 0 0 498 3 0 0 20 0 15 0 105382122 14429560832 77309 33554432000 4194304 4196468 140731897941552 140612745022192 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12100] ppid=12087 vsize=14091368 memory=309236 CPUtime=4.14 cores=0,2,4,6
/proc/12089/task/12100/stat : 12100 (java) S 12087 12087 5155 0 -1 1077944384 21334 0 0 0 411 3 0 0 20 0 15 0 105382122 14429560832 77309 33554432000 4194304 4196468 140731897941552 140612743969648 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12101] ppid=12087 vsize=14091368 memory=30528 CPUtime=1.03 cores=0,2,4,6
/proc/12089/task/12101/stat : 12101 (java) S 12087 12087 5155 0 -1 1077944384 9677 0 0 0 101 2 0 0 20 0 15 0 105382122 14429560832 77309 33554432000 4194304 4196468 140731897941552 140612742916592 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12102] ppid=12087 vsize=14091368 memory=1244 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12102/stat : 12102 (java) S 12087 12087 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382122 14429560832 77309 33554432000 4194304 4196468 140731897941552 140612741864288 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12103] ppid=12087 vsize=14091368 memory=1456 CPUtime=0.07 cores=0,2,4,6
/proc/12089/task/12103/stat : 12103 (java) S 12087 12087 5155 0 -1 1077944384 707 0 0 0 4 3 0 0 20 0 15 0 105382122 14429560832 77309 33554432000 4194304 4196468 140731897941552 140612740811312 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
Current children cumulated CPU time: 232.77 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 310692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+241.601 s]
/proc/loadavg: 2.00 2.01 1.97 3/223 12195
/proc/meminfo: memFree=26745152/32770624 swapFree=67108856/67108860
[pid=12087] ppid=12084 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/12087/stat : 12087 (xcsp3-exec) S 12084 12087 5155 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 105382116 115843072 364 33554432000 4194304 5098028 140734939629984 140734939628088 140163710243452 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 8372224 140734939632705 140734939632905 140734939632905 140734939635658 0
/proc/12087/statm: 28282 364 306 221 0 87 0
[pid=12089] ppid=12087 vsize=14091368 memory=315380 CPUtime=252.09 cores=0,2,4,6
/proc/12089/stat : 12089 (java) S 12087 12087 5155 0 -1 1077944320 67553 0 0 0 25183 26 0 0 20 0 15 0 105382116 14429560832 78845 33554432000 4194304 4196468 140731897941552 140731897924096 140613207932663 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
/proc/12089/statm: 3522842 78845 3428 1 0 3484036 0
[pid=12089/tid=12090] ppid=12087 vsize=14091368 memory=6791534058613427641 CPUtime=241.49 cores=0,2,4,6
/proc/12089/task/12090/stat : 12090 (java) R 12087 12087 5155 0 -1 4202560 14312 0 0 0 24143 6 0 0 20 0 15 0 105382116 14429560832 78845 33554432000 4194304 4196468 140731897941552 140613212169624 140612826358252 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12091] ppid=12087 vsize=14091368 memory=644 CPUtime=0.06 cores=0,2,4,6
/proc/12089/task/12091/stat : 12091 (java) S 12087 12087 5155 0 -1 1077944384 290 0 0 0 5 1 0 0 20 0 15 0 105382117 14429560832 78845 33554432000 4194304 4196468 140731897941552 140613138021392 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12092] ppid=12087 vsize=14091368 memory=1456 CPUtime=0.07 cores=0,2,4,6
/proc/12089/task/12092/stat : 12092 (java) S 12087 12087 5155 0 -1 1077944384 242 0 0 0 6 1 0 0 20 0 15 0 105382117 14429560832 78845 33554432000 4194304 4196468 140731897941552 140613136968848 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12093] ppid=12087 vsize=14091368 memory=313332 CPUtime=0.06 cores=0,2,4,6
/proc/12089/task/12093/stat : 12093 (java) S 12087 12087 5155 0 -1 1077944384 142 0 0 0 5 1 0 0 20 0 15 0 105382117 14429560832 78845 33554432000 4194304 4196468 140731897941552 140612801837840 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12094] ppid=12087 vsize=14091368 memory=6791534058613427641 CPUtime=0.04 cores=0,2,4,6
/proc/12089/task/12094/stat : 12094 (java) S 12087 12087 5155 0 -1 1077944384 92 0 0 0 3 1 0 0 20 0 15 0 105382117 14429560832 78845 33554432000 4194304 4196468 140731897941552 140612800785296 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12095] ppid=12087 vsize=14091368 memory=315380 CPUtime=0.01 cores=0,2,4,6
/proc/12089/task/12095/stat : 12095 (java) S 12087 12087 5155 0 -1 1077944384 614 0 0 0 1 0 0 0 20 0 15 0 105382119 14429560832 78845 33554432000 4194304 4196468 140731897941552 140612749232368 140613207943810 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12096] ppid=12087 vsize=14091368 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12096/stat : 12096 (java) S 12087 12087 5155 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 105382119 14429560832 78845 33554432000 4194304 4196468 140731897941552 140612748178656 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12097] ppid=12087 vsize=14091368 memory=1244 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12097/stat : 12097 (java) S 12087 12087 5155 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105382119 14429560832 78845 33554432000 4194304 4196468 140731897941552 140612747125504 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12098] ppid=12087 vsize=14091368 memory=2268 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12098/stat : 12098 (java) S 12087 12087 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382122 14429560832 78845 33554432000 4194304 4196468 140731897941552 140612746074064 140613207951259 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12099] ppid=12087 vsize=14091368 memory=6791534058613427641 CPUtime=5.01 cores=0,2,4,6
/proc/12089/task/12099/stat : 12099 (java) S 12087 12087 5155 0 -1 1077944384 18560 0 0 0 498 3 0 0 20 0 15 0 105382122 14429560832 78845 33554432000 4194304 4196468 140731897941552 140612745022192 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 23 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12100] ppid=12087 vsize=14091368 memory=1232 CPUtime=4.15 cores=0,2,4,6
/proc/12089/task/12100/stat : 12100 (java) S 12087 12087 5155 0 -1 1077944384 21571 0 0 0 412 3 0 0 20 0 15 0 105382122 14429560832 78845 33554432000 4194304 4196468 140731897941552 140612743969648 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12101] ppid=12087 vsize=14091368 memory=1012 CPUtime=1.03 cores=0,2,4,6
/proc/12089/task/12101/stat : 12101 (java) S 12087 12087 5155 0 -1 1077944384 9677 0 0 0 101 2 0 0 20 0 15 0 105382122 14429560832 78845 33554432000 4194304 4196468 140731897941552 140612742916592 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12102] ppid=12087 vsize=14091368 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/12089/task/12102/stat : 12102 (java) S 12087 12087 5155 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105382122 14429560832 78845 33554432000 4194304 4196468 140731897941552 140612741864288 140613207942869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
[pid=12089/tid=12103] ppid=12087 vsize=14091368 memory=1188 CPUtime=0.08 cores=0,2,4,6
/proc/12089/task/12103/stat : 12103 (java) S 12087 12087 5155 0 -1 1077944384 709 0 0 0 4 4 0 0 20 0 15 0 105382122 14429560832 78845 33554432000 4194304 4196468 140731897941552 140612740811312 140613207943810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 30466048 140731897943180 140731897943350 140731897943350 140731897946063 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 14204496 KiB
Current children cumulated memory: 316836 KiB

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

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

[startup+241.616 s]
# the end of solver process 12089 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.845 s, system=0.276163 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): 241.616
CPU time (s): 252.121
CPU user time (s): 251.845
CPU system time (s): 0.276163
CPU usage (%): 104.348
Max. virtual memory (cumulated for all children) (KiB): 14207284
Max. memory (cumulated for all children) (KiB): 316836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.845
system time used= 0.276163
maximum resident set size= 320240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68532
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8509
involuntary context switches= 135


# summary of solver processes directly reported to runsolver:
#   pid: 12087,12089
#   total CPU time (s): 252.121
#   total CPU user time (s): 251.845
#   total CPU system time (s): 0.276163

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.5889 second user time and 2.20478 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-29 17:29:50
IDJOB=4301282
IDBENCH=141053
IDSOLVER=2772
FILE ID=node133/4301282-1532878190
RUNJOBID= node133-1532875384-10017
PBS_JOBID= 21022495
Free space on /tmp= 50528 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/NurseRostering/NurseRostering-18_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301282-1532878190/watcher-4301282-1532878190 -o /tmp/evaluation-result-4301282-1532878190/solver-4301282-1532878190 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532875384-10017 --watchdog 312  HOME/xcsp3-exec -seed 425527058 -dir HOME -tl 252 -ml 11000 -p 1 HOME/instance-4301282-1532878190.xml

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

MD5SUM BENCH= 2080050c46f9199df44cd86a0d29de9d
RANDOM SEED=425527058

node133.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.24
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.24
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.24
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.24
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:        27188616 kB
MemAvailable:   31674076 kB
Buffers:          201148 kB
Cached:          4535144 kB
SwapCached:            0 kB
Active:          2490560 kB
Inactive:        2577552 kB
Active(anon):     282512 kB
Inactive(anon):    76688 kB
Active(file):    2208048 kB
Inactive(file):  2500864 kB
Unevictable:        7096 kB
Mlocked:            7096 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             21996 kB
Writeback:             0 kB
AnonPages:        500068 kB
Mapped:            55092 kB
Shmem:             25244 kB
Slab:             212940 kB
SReclaimable:     184764 kB
SUnreclaim:        28176 kB
KernelStack:        3952 kB
PageTables:         6024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1304372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    364544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 50504 MiB
End job on node133 at 2018-07-29 17:33:51