Trace number 4282465

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 seq (2017-08-18)SAT 7.1359 4.4986901

General information on the benchmark

NameRandom/Random-D-t080/
rand-2-40-80-103-080-39.xml
MD5SUM3eef0953f9cbf23d9932dd1c3605fafe
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.0590301
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints103
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":40}]
Minimum variable degree2
Maximum variable degree12
Distribution of variable degrees[{"degree":2,"count":3},{"degree":3,"count":6},{"degree":4,"count":7},{"degree":5,"count":7},{"degree":6,"count":11},{"degree":7,"count":1},{"degree":8,"count":2},{"degree":9,"count":2},{"degree":12,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":103}]
Number of extensional constraints103
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":103}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4282465-1503111831.xml"  -tl '2520s' -p 1 -x 0
0.08/0.29	c [HOME/instance-4282465-1503111831.xml, -tl, 2520s, -p, 1, -x, 0]
0.24/0.35	c simple solver
0.24/0.41	c parse instance...
1.82/0.95	c solve instance...
7.02/4.49	s SATISFIABLE
7.02/4.49	v <instantiation>
7.02/4.49	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
7.02/4.49	v 	<values>18 56 33 39 68 33 16 52 4 2 38 56 1 75 38 42 36 2 74 22 54 2 54 17 34 8 70 32 16 75 59 1 41 31 0 55 62 73 43 14 </values>
7.02/4.49	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4282465-1503111831/watcher-4282465-1503111831 -o /tmp/evaluation-result-4282465-1503111831/solver-4282465-1503111831 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17350 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1142159016 HOME/instance-4282465-1503111831.xml 

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

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

solver pid=20306, runsolver pid=20303

[startup+0.100174 s]*
/proc/loadavg: 2.05 1.63 1.51 3/197 20308
/proc/meminfo: memFree=31685360/32770624 swapFree=67108860/67108860
[pid=20306] ppid=20303 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (xcsp3-exec) S 20303 20306 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 9592254 9740288 345 18446744073709551615 4194304 5098028 140723737338720 140723737336824 139835863433852 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 27148288 140723737346425 140723737346630 140723737346630 140723737350123 0
/proc/20306/statm: 2378 345 289 221 0 87 0
[pid=20308] ppid=20306 vsize=13356504 memory=10396 CPUtime=0 cores=0,2,4,6
/proc/20308/stat : 20308 (java) S 20306 20306 17292 0 -1 1077944320 2346 0 0 0 0 0 0 0 20 0 6 0 9592264 13677060096 2599 18446744073709551615 4194304 4196468 140735798303440 140735798285984 140138111311607 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
/proc/20308/statm: 3339126 2599 1182 1 0 3329096 0
[pid=20308/tid=20309] ppid=20306 vsize=13356504 memory=-8713483618642721886 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20309/stat : 20309 (java) R 20306 20306 17292 0 -1 4202560 1166 0 0 0 0 0 0 0 20 0 6 0 9592264 13677060096 2664 18446744073709551615 4194304 4196468 140735798303440 140138115552600 140138095065952 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20310] ppid=20306 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20310/stat : 20310 (java) S 20306 20306 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 9592265 13677060096 2664 18446744073709551615 4194304 4196468 140735798303440 140137711725200 140138111321813 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20311] ppid=20306 vsize=13356504 memory=140659856610944 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20311/stat : 20311 (java) S 20306 20306 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 9592265 13677060096 2664 18446744073709551615 4194304 4196468 140735798303440 140137710672400 140138111321813 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20312] ppid=20306 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20312/stat : 20312 (java) S 20306 20306 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 9592265 13677060096 2664 18446744073709551615 4194304 4196468 140735798303440 140137709619600 140138111321813 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20313] ppid=20306 vsize=13356504 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20313/stat : 20313 (java) S 20306 20306 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 9592265 13677060096 2664 18446744073709551615 4194304 4196468 140735798303440 140137708566800 140138111321813 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 11776 KiB

[startup+0.218159 s]*
/proc/loadavg: 2.05 1.63 1.51 3/211 20322
/proc/meminfo: memFree=31673804/32770624 swapFree=67108860/67108860
[pid=20306] ppid=20303 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (xcsp3-exec) S 20303 20306 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 9592254 9740288 345 18446744073709551615 4194304 5098028 140723737338720 140723737336824 139835863433852 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 27148288 140723737346425 140723737346630 140723737346630 140723737350123 0
/proc/20306/statm: 2378 345 289 221 0 87 0
[pid=20308] ppid=20306 vsize=13974352 memory=24908 CPUtime=0.08 cores=0,2,4,6
/proc/20308/stat : 20308 (java) S 20306 20306 17292 0 -1 1077944320 5147 0 0 0 7 1 0 0 20 0 15 0 9592264 14309736448 6227 18446744073709551615 4194304 4196468 140735798303440 140735798285984 140138111311607 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
/proc/20308/statm: 3493588 6227 2731 1 0 3482964 0
[pid=20308/tid=20309] ppid=20306 vsize=13974352 memory=7311146985107750967 CPUtime=0.06 cores=0,2,4,6
/proc/20308/task/20309/stat : 20309 (java) R 20306 20306 17292 0 -1 4202560 3298 0 0 0 6 0 0 0 20 0 15 0 9592264 14309736448 6227 18446744073709551615 4194304 4196468 140735798303440 140138115537296 140137754317043 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20310] ppid=20306 vsize=13974352 memory=10613 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20310/stat : 20310 (java) S 20306 20306 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9592265 14309736448 6227 18446744073709551615 4194304 4196468 140735798303440 140137711725200 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20311] ppid=20306 vsize=13974352 memory=140659856711659 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20311/stat : 20311 (java) S 20306 20306 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9592265 14309736448 6227 18446744073709551615 4194304 4196468 140735798303440 140137710672400 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20312] ppid=20306 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20312/stat : 20312 (java) S 20306 20306 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9592265 14309736448 6227 18446744073709551615 4194304 4196468 140735798303440 140137709619600 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20313] ppid=20306 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20313/stat : 20313 (java) S 20306 20306 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9592265 14309736448 6739 18446744073709551615 4194304 4196468 140735798303440 140137708566800 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20314] ppid=20306 vsize=13974352 memory=140659856610944 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20314/stat : 20314 (java) S 20306 20306 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9592266 14309736448 6739 18446744073709551615 4194304 4196468 140735798303440 140137589582704 140138111322754 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20315] ppid=20306 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20315/stat : 20315 (java) S 20306 20306 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9592266 14309736448 6739 18446744073709551615 4194304 4196468 140735798303440 140137588528672 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20316] ppid=20306 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20316/stat : 20316 (java) S 20306 20306 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9592267 14309736448 6739 18446744073709551615 4194304 4196468 140735798303440 140137587475824 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20317] ppid=20306 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20317/stat : 20317 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592269 14309736448 6739 18446744073709551615 4194304 4196468 140735798303440 140137586424144 140138111330203 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20318] ppid=20306 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20318/stat : 20318 (java) S 20306 20306 17292 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 9592269 14309736448 6739 18446744073709551615 4194304 4196468 140735798303440 140137585371504 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20319] ppid=20306 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20319/stat : 20319 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592269 14309736448 6739 18446744073709551615 4194304 4196468 140735798303440 140137584318704 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20320] ppid=20306 vsize=13974352 memory=140659856610944 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20320/stat : 20320 (java) S 20306 20306 17292 0 -1 1077944384 238 0 0 0 0 0 0 0 20 0 15 0 9592269 14309736448 6739 18446744073709551615 4194304 4196468 140735798303440 140137583265904 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20321] ppid=20306 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20321/stat : 20321 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592269 14309736448 6739 18446744073709551615 4194304 4196468 140735798303440 140137582213344 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20322] ppid=20306 vsize=13974352 memory=140659856610944 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20322/stat : 20322 (java) S 20306 20306 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9592274 14309736448 6739 18446744073709551615 4194304 4196468 140735798303440 140137581161648 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 26288 KiB

[startup+0.310125 s]*
/proc/loadavg: 2.05 1.63 1.51 4/211 20322
/proc/meminfo: memFree=31659260/32770624 swapFree=67108860/67108860
[pid=20306] ppid=20303 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (xcsp3-exec) S 20303 20306 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 9592254 9740288 345 18446744073709551615 4194304 5098028 140723737338720 140723737336824 139835863433852 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 27148288 140723737346425 140723737346630 140723737346630 140723737350123 0
/proc/20306/statm: 2378 345 289 221 0 87 0
[pid=20308] ppid=20306 vsize=13974352 memory=36324 CPUtime=0.24 cores=0,2,4,6
/proc/20308/stat : 20308 (java) S 20306 20306 17292 0 -1 1077944320 8694 0 0 0 22 2 0 0 20 0 15 0 9592264 14309736448 9081 18446744073709551615 4194304 4196468 140735798303440 140735798285984 140138111311607 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
/proc/20308/statm: 3493588 9081 2931 1 0 3482964 0
[pid=20308/tid=20309] ppid=20306 vsize=13974352 memory=-8774313645642428999 CPUtime=0.16 cores=0,2,4,6
/proc/20308/task/20309/stat : 20309 (java) R 20306 20306 17292 0 -1 4202560 5994 0 0 0 14 2 0 0 20 0 15 0 9592264 14309736448 9081 18446744073709551615 4194304 4196468 140735798303440 140138115533984 140138095392094 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20310] ppid=20306 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20310/stat : 20310 (java) S 20306 20306 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9592265 14309736448 9081 18446744073709551615 4194304 4196468 140735798303440 140137711725200 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20311] ppid=20306 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20311/stat : 20311 (java) S 20306 20306 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9592265 14309736448 9081 18446744073709551615 4194304 4196468 140735798303440 140137710672400 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20312] ppid=20306 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20312/stat : 20312 (java) S 20306 20306 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9592265 14309736448 9081 18446744073709551615 4194304 4196468 140735798303440 140137709619600 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20313] ppid=20306 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20313/stat : 20313 (java) S 20306 20306 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9592265 14309736448 9081 18446744073709551615 4194304 4196468 140735798303440 140137708566800 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20314] ppid=20306 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20314/stat : 20314 (java) S 20306 20306 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9592266 14309736448 9081 18446744073709551615 4194304 4196468 140735798303440 140137589582704 140138111322754 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20315] ppid=20306 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20315/stat : 20315 (java) S 20306 20306 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9592266 14309736448 9081 18446744073709551615 4194304 4196468 140735798303440 140137588528672 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20316] ppid=20306 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20316/stat : 20316 (java) S 20306 20306 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9592267 14309736448 9081 18446744073709551615 4194304 4196468 140735798303440 140137587475824 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20317] ppid=20306 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20317/stat : 20317 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592269 14309736448 9081 18446744073709551615 4194304 4196468 140735798303440 140137586424144 140138111330203 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20318] ppid=20306 vsize=13974352 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/20308/task/20318/stat : 20318 (java) S 20306 20306 17292 0 -1 1077944384 494 0 0 0 2 0 0 0 20 0 15 0 9592269 14309736448 9081 18446744073709551615 4194304 4196468 140735798303440 140137585371504 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20319] ppid=20306 vsize=13974352 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/20308/task/20319/stat : 20319 (java) S 20306 20306 17292 0 -1 1077944384 187 0 0 0 1 0 0 0 20 0 15 0 9592269 14309736448 9081 18446744073709551615 4194304 4196468 140735798303440 140137584318704 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20320] ppid=20306 vsize=13974352 memory=140659856610944 CPUtime=0.05 cores=0,2,4,6
/proc/20308/task/20320/stat : 20320 (java) R 20306 20306 17292 0 -1 4202560 714 0 0 0 5 0 0 0 20 0 15 0 9592269 14309736448 9081 18446744073709551615 4194304 4196468 140735798303440 140137583265904 140138111332954 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20321] ppid=20306 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20321/stat : 20321 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592269 14309736448 9081 18446744073709551615 4194304 4196468 140735798303440 140137582213344 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20322] ppid=20306 vsize=13974352 memory=140659856610944 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20322/stat : 20322 (java) S 20306 20306 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9592274 14309736448 9081 18446744073709551615 4194304 4196468 140735798303440 140137581161648 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 37704 KiB

[startup+0.701165 s]
/proc/loadavg: 2.05 1.63 1.51 3/211 20322
/proc/meminfo: memFree=31646944/32770624 swapFree=67108860/67108860
[pid=20306] ppid=20303 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (xcsp3-exec) S 20303 20306 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 9592254 9740288 345 18446744073709551615 4194304 5098028 140723737338720 140723737336824 139835863433852 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 27148288 140723737346425 140723737346630 140723737346630 140723737350123 0
/proc/20306/statm: 2378 345 289 221 0 87 0
[pid=20308] ppid=20306 vsize=13978684 memory=113552 CPUtime=1.2 cores=0,2,4,6
/proc/20308/stat : 20308 (java) S 20306 20306 17292 0 -1 1077944320 12882 0 0 0 115 5 0 0 20 0 15 0 9592264 14314172416 28388 18446744073709551615 4194304 4196468 140735798303440 140735798285984 140138111311607 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
/proc/20308/statm: 3494671 28388 3163 1 0 3482964 0
[pid=20308/tid=20309] ppid=20306 vsize=13978684 memory=0 CPUtime=0.53 cores=0,2,4,6
/proc/20308/task/20309/stat : 20309 (java) R 20306 20306 17292 0 -1 4202560 7820 0 0 0 50 3 0 0 20 0 15 0 9592264 14314172416 28388 18446744073709551615 4194304 4196468 140735798303440 140138115549184 140137755947772 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20310] ppid=20306 vsize=13978684 memory=164 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20310/stat : 20310 (java) S 20306 20306 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9592265 14314172416 28388 18446744073709551615 4194304 4196468 140735798303440 140137711725200 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20311] ppid=20306 vsize=13978684 memory=83396 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20311/stat : 20311 (java) S 20306 20306 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9592265 14314172416 28388 18446744073709551615 4194304 4196468 140735798303440 140137710672400 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20312] ppid=20306 vsize=13978684 memory=4580 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20312/stat : 20312 (java) S 20306 20306 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9592265 14314172416 28388 18446744073709551615 4194304 4196468 140735798303440 140137709619600 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20313] ppid=20306 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20313/stat : 20313 (java) S 20306 20306 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9592265 14314172416 28388 18446744073709551615 4194304 4196468 140735798303440 140137708566800 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20314] ppid=20306 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20314/stat : 20314 (java) S 20306 20306 17292 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 9592266 14314172416 28388 18446744073709551615 4194304 4196468 140735798303440 140137589582704 140138111322754 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20315] ppid=20306 vsize=13978684 memory=3041 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20315/stat : 20315 (java) S 20306 20306 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9592266 14314172416 28388 18446744073709551615 4194304 4196468 140735798303440 140137588528672 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20316] ppid=20306 vsize=13978684 memory=15457 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20316/stat : 20316 (java) S 20306 20306 17292 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 9592267 14314172416 28388 18446744073709551615 4194304 4196468 140735798303440 140137587475824 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20317] ppid=20306 vsize=13978684 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20317/stat : 20317 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592269 14314172416 28388 18446744073709551615 4194304 4196468 140735798303440 140137586424144 140138111330203 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20318] ppid=20306 vsize=13978684 memory=6628 CPUtime=0.2 cores=0,2,4,6
/proc/20308/task/20318/stat : 20318 (java) R 20306 20306 17292 0 -1 4202560 1304 0 0 0 20 0 0 0 20 0 15 0 9592269 14314172416 28388 18446744073709551615 4194304 4196468 140735798303440 140137585364696 140138096436344 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20319] ppid=20306 vsize=13978684 memory=8836 CPUtime=0.21 cores=0,2,4,6
/proc/20308/task/20319/stat : 20319 (java) R 20306 20306 17292 0 -1 4202560 1128 0 0 0 21 0 0 0 20 0 15 0 9592269 14314172416 28388 18446744073709551615 4194304 4196468 140735798303440 140137584304504 140138089203632 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20320] ppid=20306 vsize=13978684 memory=11044 CPUtime=0.22 cores=0,2,4,6
/proc/20308/task/20320/stat : 20320 (java) S 20306 20306 17292 0 -1 1077944384 1325 0 0 0 22 0 0 0 20 0 15 0 9592269 14314172416 28388 18446744073709551615 4194304 4196468 140735798303440 140137583265904 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20321] ppid=20306 vsize=13978684 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20321/stat : 20321 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592269 14314172416 28388 18446744073709551615 4194304 4196468 140735798303440 140137582213344 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20322] ppid=20306 vsize=13978684 memory=15460 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20322/stat : 20322 (java) S 20306 20306 17292 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 9592274 14314172416 28388 18446744073709551615 4194304 4196468 140735798303440 140137581161648 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 114932 KiB

[startup+1.50071 s]
/proc/loadavg: 2.05 1.63 1.51 4/211 20322
/proc/meminfo: memFree=31513212/32770624 swapFree=67108860/67108860
[pid=20306] ppid=20303 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (xcsp3-exec) S 20303 20306 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 9592254 9740288 345 18446744073709551615 4194304 5098028 140723737338720 140723737336824 139835863433852 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 27148288 140723737346425 140723737346630 140723737346630 140723737350123 0
/proc/20306/statm: 2378 345 289 221 0 87 0
[pid=20308] ppid=20306 vsize=13980732 memory=196052 CPUtime=3.29 cores=0,2,4,6
/proc/20308/stat : 20308 (java) S 20306 20306 17292 0 -1 1077944320 16607 0 0 0 322 7 0 0 20 0 15 0 9592264 14316269568 49013 18446744073709551615 4194304 4196468 140735798303440 140735798285984 140138111311607 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
/proc/20308/statm: 3495183 49013 3199 1 0 3483476 0
[pid=20308/tid=20309] ppid=20306 vsize=13980732 memory=1769056765441 CPUtime=1.32 cores=0,2,4,6
/proc/20308/task/20309/stat : 20309 (java) R 20306 20306 17292 0 -1 4202560 8419 0 0 0 128 4 0 0 20 0 15 0 9592264 14316269568 49013 18446744073709551615 4194304 4196468 140735798303440 140138115548976 140137757397385 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20310] ppid=20306 vsize=13980732 memory=1880725913601 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20310/stat : 20310 (java) S 20306 20306 17292 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49013 18446744073709551615 4194304 4196468 140735798303440 140137711725200 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20311] ppid=20306 vsize=13980732 memory=195980 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20311/stat : 20311 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49013 18446744073709551615 4194304 4196468 140735798303440 140137710672400 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20312] ppid=20306 vsize=13980732 memory=189012 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20312/stat : 20312 (java) S 20306 20306 17292 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49013 18446744073709551615 4194304 4196468 140735798303440 140137709619600 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20313] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20313/stat : 20313 (java) S 20306 20306 17292 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49013 18446744073709551615 4194304 4196468 140735798303440 140137708566800 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20314] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20314/stat : 20314 (java) S 20306 20306 17292 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 9592266 14316269568 49013 18446744073709551615 4194304 4196468 140735798303440 140137589582704 140138111322754 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20315] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20315/stat : 20315 (java) S 20306 20306 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9592266 14316269568 49013 18446744073709551615 4194304 4196468 140735798303440 140137588528672 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20316] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6

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

/proc/20308/task/20310/stat : 20310 (java) S 20306 20306 17292 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49405 18446744073709551615 4194304 4196468 140735798303440 140137711725200 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20311] ppid=20306 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20311/stat : 20311 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49405 18446744073709551615 4194304 4196468 140735798303440 140137710672400 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20312] ppid=20306 vsize=13980732 memory=196192 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20312/stat : 20312 (java) S 20306 20306 17292 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49405 18446744073709551615 4194304 4196468 140735798303440 140137709619600 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20313] ppid=20306 vsize=13980732 memory=6083078220241262691 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20313/stat : 20313 (java) S 20306 20306 17292 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49405 18446744073709551615 4194304 4196468 140735798303440 140137708566800 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20314] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20314/stat : 20314 (java) S 20306 20306 17292 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 9592266 14316269568 49405 18446744073709551615 4194304 4196468 140735798303440 140137589582704 140138111322754 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20315] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20315/stat : 20315 (java) S 20306 20306 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9592266 14316269568 49405 18446744073709551615 4194304 4196468 140735798303440 140137588528672 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20316] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20316/stat : 20316 (java) S 20306 20306 17292 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 9592267 14316269568 49405 18446744073709551615 4194304 4196468 140735798303440 140137587475824 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20317] ppid=20306 vsize=13980732 memory=6705 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20317/stat : 20317 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592269 14316269568 49405 18446744073709551615 4194304 4196468 140735798303440 140137586424144 140138111330203 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20318] ppid=20306 vsize=13980732 memory=4420 CPUtime=1.02 cores=0,2,4,6
/proc/20308/task/20318/stat : 20318 (java) S 20306 20306 17292 0 -1 1077944384 2548 0 0 0 101 1 0 0 20 0 15 0 9592269 14316269568 49405 18446744073709551615 4194304 4196468 140735798303440 140137585371504 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20319] ppid=20306 vsize=13980732 memory=6628 CPUtime=1 cores=0,2,4,6
/proc/20308/task/20319/stat : 20319 (java) S 20306 20306 17292 0 -1 1077944384 2697 0 0 0 100 0 0 0 20 0 15 0 9592269 14316269568 49405 18446744073709551615 4194304 4196468 140735798303440 140137584318704 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20320] ppid=20306 vsize=13980732 memory=56 CPUtime=0.41 cores=0,2,4,6
/proc/20308/task/20320/stat : 20320 (java) S 20306 20306 17292 0 -1 1077944384 1892 0 0 0 41 0 0 0 20 0 15 0 9592269 14316269568 49405 18446744073709551615 4194304 4196468 140735798303440 140137583265904 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20321] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20321/stat : 20321 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592269 14316269568 49405 18446744073709551615 4194304 4196468 140735798303440 140137582213344 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20322] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20322/stat : 20322 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592274 14316269568 49405 18446744073709551615 4194304 4196468 140735798303440 140137581161648 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 199000 KiB

[startup+4.49863 s]
# the end of solver process 20306 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.04888 s, system=0.087021 s

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

[startup+3.20092 s]
/proc/loadavg: 2.13 1.65 1.52 3/211 20322
/proc/meminfo: memFree=31501052/32770624 swapFree=67108860/67108860
[pid=20306] ppid=20303 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (xcsp3-exec) S 20303 20306 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 9592254 9740288 345 18446744073709551615 4194304 5098028 140723737338720 140723737336824 139835863433852 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 27148288 140723737346425 140723737346630 140723737346630 140723737350123 0
/proc/20306/statm: 2378 345 289 221 0 87 0
[pid=20308] ppid=20306 vsize=13980732 memory=197836 CPUtime=5.52 cores=0,2,4,6
/proc/20308/stat : 20308 (java) S 20306 20306 17292 0 -1 1077944320 17720 0 0 0 545 7 0 0 20 0 15 0 9592264 14316269568 49459 18446744073709551615 4194304 4196468 140735798303440 140735798285984 140138111311607 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
/proc/20308/statm: 3495183 49459 3205 1 0 3483476 0
[pid=20308/tid=20309] ppid=20306 vsize=13980732 memory=288293294017103016 CPUtime=3.02 cores=0,2,4,6
/proc/20308/task/20309/stat : 20309 (java) R 20306 20306 17292 0 -1 4202560 8702 0 0 0 298 4 0 0 20 0 15 0 9592264 14316269568 49459 18446744073709551615 4194304 4196468 140735798303440 140138115548304 140137757532401 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20310] ppid=20306 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20310/stat : 20310 (java) S 20306 20306 17292 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49459 18446744073709551615 4194304 4196468 140735798303440 140137711725200 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20311] ppid=20306 vsize=13980732 memory=7300704776819335744 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20311/stat : 20311 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49459 18446744073709551615 4194304 4196468 140735798303440 140137710672400 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20312] ppid=20306 vsize=13980732 memory=5859294540893016144 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20312/stat : 20312 (java) S 20306 20306 17292 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49459 18446744073709551615 4194304 4196468 140735798303440 140137709619600 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20313] ppid=20306 vsize=13980732 memory=4637164475387183459 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20313/stat : 20313 (java) S 20306 20306 17292 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49459 18446744073709551615 4194304 4196468 140735798303440 140137708566800 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20314] ppid=20306 vsize=13980732 memory=5787242427233357904 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20314/stat : 20314 (java) S 20306 20306 17292 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 9592266 14316269568 49459 18446744073709551615 4194304 4196468 140735798303440 140137589582704 140138111322754 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20315] ppid=20306 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20315/stat : 20315 (java) S 20306 20306 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9592266 14316269568 49459 18446744073709551615 4194304 4196468 140735798303440 140137588528672 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20316] ppid=20306 vsize=13980732 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20316/stat : 20316 (java) S 20306 20306 17292 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 9592267 14316269568 49459 18446744073709551615 4194304 4196468 140735798303440 140137587475824 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20317] ppid=20306 vsize=13980732 memory=7594310759826418791 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20317/stat : 20317 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592269 14316269568 49459 18446744073709551615 4194304 4196468 140735798303440 140137586424144 140138111330203 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20318] ppid=20306 vsize=13980732 memory=4064 CPUtime=1.02 cores=0,2,4,6
/proc/20308/task/20318/stat : 20318 (java) S 20306 20306 17292 0 -1 1077944384 2811 0 0 0 101 1 0 0 20 0 15 0 9592269 14316269568 49459 18446744073709551615 4194304 4196468 140735798303440 140137585371504 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20319] ppid=20306 vsize=13980732 memory=1156 CPUtime=1 cores=0,2,4,6
/proc/20308/task/20319/stat : 20319 (java) S 20306 20306 17292 0 -1 1077944384 2699 0 0 0 100 0 0 0 20 0 15 0 9592269 14316269568 49459 18446744073709551615 4194304 4196468 140735798303440 140137584318704 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20320] ppid=20306 vsize=13980732 memory=2908 CPUtime=0.41 cores=0,2,4,6
/proc/20308/task/20320/stat : 20320 (java) S 20306 20306 17292 0 -1 1077944384 2085 0 0 0 41 0 0 0 20 0 15 0 9592269 14316269568 49459 18446744073709551615 4194304 4196468 140735798303440 140137583265904 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20321] ppid=20306 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20321/stat : 20321 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592269 14316269568 49459 18446744073709551615 4194304 4196468 140735798303440 140137582213344 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20322] ppid=20306 vsize=13980732 memory=148728 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20322/stat : 20322 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592274 14316269568 49459 18446744073709551615 4194304 4196468 140735798303440 140137581161648 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
Current children cumulated CPU time: 5.52 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 199216 KiB

[startup+4.00075 s]*
/proc/loadavg: 2.13 1.65 1.52 3/211 20322
/proc/meminfo: memFree=31500688/32770624 swapFree=67108860/67108860
[pid=20306] ppid=20303 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (xcsp3-exec) S 20303 20306 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 9592254 9740288 345 18446744073709551615 4194304 5098028 140723737338720 140723737336824 139835863433852 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 27148288 140723737346425 140723737346630 140723737346630 140723737350123 0
/proc/20306/statm: 2378 345 289 221 0 87 0
[pid=20308] ppid=20306 vsize=13980732 memory=198280 CPUtime=6.59 cores=0,2,4,6
/proc/20308/stat : 20308 (java) S 20306 20306 17292 0 -1 1077944320 21467 0 0 0 651 8 0 0 20 0 15 0 9592264 14316269568 49570 18446744073709551615 4194304 4196468 140735798303440 140735798285984 140138111311607 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
/proc/20308/statm: 3495183 49570 3208 1 0 3483476 0
[pid=20308/tid=20309] ppid=20306 vsize=13980732 memory=8226000783325517190 CPUtime=3.83 cores=0,2,4,6
/proc/20308/task/20309/stat : 20309 (java) R 20306 20306 17292 0 -1 4202560 8850 0 0 0 379 4 0 0 20 0 15 0 9592264 14316269568 49570 18446744073709551615 4194304 4196468 140735798303440 140138115548256 140137757532067 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20310] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20310/stat : 20310 (java) S 20306 20306 17292 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49570 18446744073709551615 4194304 4196468 140735798303440 140137711725200 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20311] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20311/stat : 20311 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49570 18446744073709551615 4194304 4196468 140735798303440 140137710672400 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20312] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20312/stat : 20312 (java) S 20306 20306 17292 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49570 18446744073709551615 4194304 4196468 140735798303440 140137709619600 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20313] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20313/stat : 20313 (java) S 20306 20306 17292 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49570 18446744073709551615 4194304 4196468 140735798303440 140137708566800 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20314] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20314/stat : 20314 (java) S 20306 20306 17292 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 9592266 14316269568 49570 18446744073709551615 4194304 4196468 140735798303440 140137589582704 140138111322754 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20315] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20315/stat : 20315 (java) S 20306 20306 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9592266 14316269568 49570 18446744073709551615 4194304 4196468 140735798303440 140137588528672 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20316] ppid=20306 vsize=13980732 memory=3978565379570710196 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20316/stat : 20316 (java) S 20306 20306 17292 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 9592267 14316269568 49570 18446744073709551615 4194304 4196468 140735798303440 140137587475824 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20317] ppid=20306 vsize=13980732 memory=4122822469376554035 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20317/stat : 20317 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592269 14316269568 49570 18446744073709551615 4194304 4196468 140735798303440 140137586424144 140138111330203 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20318] ppid=20306 vsize=13980732 memory=0 CPUtime=1.1 cores=0,2,4,6
/proc/20308/task/20318/stat : 20318 (java) S 20306 20306 17292 0 -1 1077944384 4041 0 0 0 109 1 0 0 20 0 15 0 9592269 14316269568 49570 18446744073709551615 4194304 4196468 140735798303440 140137585371504 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20319] ppid=20306 vsize=13980732 memory=3472323898181169199 CPUtime=1.18 cores=0,2,4,6
/proc/20308/task/20319/stat : 20319 (java) S 20306 20306 17292 0 -1 1077944384 4968 0 0 0 118 0 0 0 20 0 15 0 9592269 14316269568 49570 18446744073709551615 4194304 4196468 140735798303440 140137584318704 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20320] ppid=20306 vsize=13980732 memory=6944656592455359580 CPUtime=0.42 cores=0,2,4,6
/proc/20308/task/20320/stat : 20320 (java) S 20306 20306 17292 0 -1 1077944384 2144 0 0 0 42 0 0 0 20 0 15 0 9592269 14316269568 49570 18446744073709551615 4194304 4196468 140735798303440 140137583265904 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20321] ppid=20306 vsize=13980732 memory=-5921431000321636112 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20321/stat : 20321 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592269 14316269568 49570 18446744073709551615 4194304 4196468 140735798303440 140137582213344 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20322] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20322/stat : 20322 (java) S 20306 20306 17292 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 9592274 14316269568 49570 18446744073709551615 4194304 4196468 140735798303440 140137581161648 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
Current children cumulated CPU time: 6.59 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 199660 KiB

[startup+4.4008 s]
/proc/loadavg: 2.13 1.65 1.52 3/211 20322
/proc/meminfo: memFree=31500688/32770624 swapFree=67108860/67108860
[pid=20306] ppid=20303 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/20306/stat : 20306 (xcsp3-exec) S 20303 20306 17292 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 9592254 9740288 345 18446744073709551615 4194304 5098028 140723737338720 140723737336824 139835863433852 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 27148288 140723737346425 140723737346630 140723737346630 140723737350123 0
/proc/20306/statm: 2378 345 289 221 0 87 0
[pid=20308] ppid=20306 vsize=13980732 memory=198336 CPUtime=7.02 cores=0,2,4,6
/proc/20308/stat : 20308 (java) S 20306 20306 17292 0 -1 1077944320 21700 0 0 0 694 8 0 0 20 0 15 0 9592264 14316269568 49584 18446744073709551615 4194304 4196468 140735798303440 140735798285984 140138111311607 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
/proc/20308/statm: 3495183 49584 3212 1 0 3483476 0
[pid=20308/tid=20309] ppid=20306 vsize=13980732 memory=0 CPUtime=4.22 cores=0,2,4,6
/proc/20308/task/20309/stat : 20309 (java) R 20306 20306 17292 0 -1 4202560 8861 0 0 0 418 4 0 0 20 0 15 0 9592264 14316269568 49584 18446744073709551615 4194304 4196468 140735798303440 140138115548304 140137757460158 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20310] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20310/stat : 20310 (java) S 20306 20306 17292 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49584 18446744073709551615 4194304 4196468 140735798303440 140137711725200 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20311] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20311/stat : 20311 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49584 18446744073709551615 4194304 4196468 140735798303440 140137710672400 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20312] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20312/stat : 20312 (java) S 20306 20306 17292 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49584 18446744073709551615 4194304 4196468 140735798303440 140137709619600 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20313] ppid=20306 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20313/stat : 20313 (java) S 20306 20306 17292 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 9592265 14316269568 49584 18446744073709551615 4194304 4196468 140735798303440 140137708566800 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20314] ppid=20306 vsize=13980732 memory=316096627318456628 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20314/stat : 20314 (java) S 20306 20306 17292 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 9592266 14316269568 49584 18446744073709551615 4194304 4196468 140735798303440 140137589582704 140138111322754 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20315] ppid=20306 vsize=13980732 memory=288285597502801155 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20315/stat : 20315 (java) S 20306 20306 17292 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 9592266 14316269568 49584 18446744073709551615 4194304 4196468 140735798303440 140137588528672 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20316] ppid=20306 vsize=13980732 memory=11231494304613 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20316/stat : 20316 (java) S 20306 20306 17292 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 9592267 14316269568 49584 18446744073709551615 4194304 4196468 140735798303440 140137587475824 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20317] ppid=20306 vsize=13980732 memory=668169 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20317/stat : 20317 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592269 14316269568 49584 18446744073709551615 4194304 4196468 140735798303440 140137586424144 140138111330203 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20318] ppid=20306 vsize=13980732 memory=4206186544037388384 CPUtime=1.13 cores=0,2,4,6
/proc/20308/task/20318/stat : 20318 (java) S 20306 20306 17292 0 -1 1077944384 4067 0 0 0 112 1 0 0 20 0 15 0 9592269 14316269568 49584 18446744073709551615 4194304 4196468 140735798303440 140137585371504 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20319] ppid=20306 vsize=13980732 memory=6944656592387989600 CPUtime=1.19 cores=0,2,4,6
/proc/20308/task/20319/stat : 20319 (java) S 20306 20306 17292 0 -1 1077944384 4971 0 0 0 119 0 0 0 20 0 15 0 9592269 14316269568 49584 18446744073709551615 4194304 4196468 140735798303440 140137584318704 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20320] ppid=20306 vsize=13980732 memory=6943526294502006880 CPUtime=0.42 cores=0,2,4,6
/proc/20308/task/20320/stat : 20320 (java) S 20306 20306 17292 0 -1 1077944384 2155 0 0 0 42 0 0 0 20 0 15 0 9592269 14316269568 49584 18446744073709551615 4194304 4196468 140735798303440 140137583265904 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20321] ppid=20306 vsize=13980732 memory=-6935123839545469842 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20321/stat : 20321 (java) S 20306 20306 17292 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 9592269 14316269568 49584 18446744073709551615 4194304 4196468 140735798303440 140137582213344 140138111321813 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
[pid=20308/tid=20322] ppid=20306 vsize=13980732 memory=7593178001329987704 CPUtime=0 cores=0,2,4,6
/proc/20308/task/20322/stat : 20322 (java) S 20306 20306 17292 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 9592274 14316269568 49584 18446744073709551615 4194304 4196468 140735798303440 140137581161648 140138111322754 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30121984 140735798309298 140735798309474 140735798309474 140735798312911 0
Current children cumulated CPU time: 7.02 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 199716 KiB

Child status: 0
Real time (s): 4.49869
CPU time (s): 7.1359
CPU user time (s): 7.04888
CPU system time (s): 0.087021
CPU usage (%): 158.622
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 199716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.04888
system time used= 0.087021
maximum resident set size= 198776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22838
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2204
involuntary context switches= 17


# summary of solver processes directly reported to runsolver:
#   pid: 20306
#   total CPU time (s): 7.1359
#   total CPU user time (s): 7.04888
#   total CPU system time (s): 0.087021

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041861 second user time and 0.09148 second system time

The end

Launcher Data

Begin job on node129 at 2017-08-19 04:49:54
IDJOB=4282465
IDBENCH=122359
IDSOLVER=2677
FILE ID=node129/4282465-1503111831
RUNJOBID= node129-1503095823-17350
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/Random/Random-D-t080/rand-2-40-80-103-080-39.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4282465-1503111831/watcher-4282465-1503111831 -o /tmp/evaluation-result-4282465-1503111831/solver-4282465-1503111831 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node129-1503095823-17350 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1142159016 HOME/instance-4282465-1503111831.xml

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

MD5SUM BENCH= 3eef0953f9cbf23d9932dd1c3605fafe
RANDOM SEED=1142159016

node129.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.73
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.73
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.73
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.73
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:        31685456 kB
MemAvailable:   31894332 kB
Buffers:          153264 kB
Cached:           338516 kB
SwapCached:            0 kB
Active:           349496 kB
Inactive:         333760 kB
Active(anon):     192000 kB
Inactive(anon):     8556 kB
Active(file):     157496 kB
Inactive(file):   325204 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8908 kB
Writeback:             0 kB
AnonPages:        220312 kB
Mapped:            42940 kB
Shmem:              8868 kB
Slab:             109088 kB
SReclaimable:      84024 kB
SUnreclaim:        25064 kB
KernelStack:        3712 kB
PageTables:         5156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1249144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    118784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 62000 MiB
End job on node129 at 2017-08-19 04:49:58