Trace number 4271061

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 par (2017-08-09)SAT 3.48294 0.821464

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-2-21.xml
MD5SUMa520f7bdef93e5ae7ef819bccf245cc1
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 benchmark0.129798
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints6
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree6
Maximum variable degree6
Distribution of variable degrees[{"degree":6,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271061-1502686064.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271061-1502686064.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.32/0.26	c parse instance...
0.71/0.46	c solve instance...
2.68/0.80	s SATISFIABLE
2.68/0.80	v <instantiation>
2.68/0.80	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] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
2.68/0.80	v 	<values>1 0 0 1 0 0 0 0 0 0 1 1 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 1 1 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 1 </values>
2.68/0.80	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 (15047 MiB free)
  memory of node 1: 16384 MiB (15675 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271061-1502686064/watcher-4271061-1502686064 -o /tmp/evaluation-result-4271061-1502686064/solver-4271061-1502686064 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502685167-26091 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1753109254 HOME/instance-4271061-1502686064.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=26933, runsolver pid=26930

[startup+0.100139 s]*
/proc/loadavg: 5.89 7.97 8.44 3/201 26954
/proc/meminfo: memFree=31443228/32770624 swapFree=67108860/67108860
[pid=26933] ppid=26930 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26933/stat : 26933 (xcsp3-exec) S 26930 26933 26064 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 101694194 9740288 346 33554432000 4194304 5098028 140733310179968 140733310178072 139644897952380 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12505088 140733310186596 140733310186807 140733310186807 140733310189547 0
/proc/26933/statm: 2378 346 289 221 0 87 0
[pid=26935] ppid=26933 vsize=25999808 memory=28516 CPUtime=0.11 cores=0-7
/proc/26935/stat : 26935 (java) S 26933 26933 26064 0 -1 1077944320 5474 0 0 0 10 1 0 0 20 0 20 0 101694194 26623803392 7129 33554432000 4194304 4196468 140720413078560 140720413061104 140525232197367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
/proc/26935/statm: 6499952 7129 2896 1 0 6488269 0
[pid=26935/tid=26936] ppid=26933 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/26935/task/26936/stat : 26936 (java) R 26933 26933 26064 0 -1 4202560 3474 0 0 0 8 1 0 0 20 0 20 0 101694194 26623803392 7129 33554432000 4194304 4196468 140720413078560 140525236416672 140525232209302 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26937] ppid=26933 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/26935/task/26937/stat : 26937 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 26623803392 7129 33554432000 4194304 4196468 140720413078560 140525184817424 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26938] ppid=26933 vsize=25999808 memory=139666934437504 CPUtime=0 cores=0-7
/proc/26935/task/26938/stat : 26938 (java) S 26933 26933 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694195 26623803392 7129 33554432000 4194304 4196468 140720413078560 140525183764880 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26939] ppid=26933 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26939/stat : 26939 (java) S 26933 26933 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694195 26623803392 7129 33554432000 4194304 4196468 140720413078560 140525182712336 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26940] ppid=26933 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26940/stat : 26940 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 26623803392 7129 33554432000 4194304 4196468 140720413078560 140525181659792 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26941] ppid=26933 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26941/stat : 26941 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 26623803392 7129 33554432000 4194304 4196468 140720413078560 140525180607248 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26942] ppid=26933 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/26935/task/26942/stat : 26942 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 26623803392 7129 33554432000 4194304 4196468 140720413078560 140525179554704 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26943] ppid=26933 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26943/stat : 26943 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 26623803392 7129 33554432000 4194304 4196468 140720413078560 140525178502160 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26944] ppid=26933 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26944/stat : 26944 (java) S 26933 26933 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694195 26623803392 7129 33554432000 4194304 4196468 140720413078560 140525177449616 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26945] ppid=26933 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26945/stat : 26945 (java) S 26933 26933 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694196 26623803392 7129 33554432000 4194304 4196468 140720413078560 140524359612400 140525232208514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26946] ppid=26933 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26946/stat : 26946 (java) S 26933 26933 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101694197 26623803392 7129 33554432000 4194304 4196468 140720413078560 140524358558624 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26947] ppid=26933 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26947/stat : 26947 (java) S 26933 26933 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101694197 26623803392 7129 33554432000 4194304 4196468 140720413078560 140524357506032 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26948] ppid=26933 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26948/stat : 26948 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694199 26623803392 7129 33554432000 4194304 4196468 140720413078560 140524356454608 140525232215963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26949] ppid=26933 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26949/stat : 26949 (java) S 26933 26933 26064 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 101694199 26623803392 7129 33554432000 4194304 4196468 140720413078560 140524355402224 140525232208514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26950] ppid=26933 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26950/stat : 26950 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694199 26623803392 7129 33554432000 4194304 4196468 140720413078560 140524354349680 140525232208514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26951] ppid=26933 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26951/stat : 26951 (java) S 26933 26933 26064 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 20 0 101694199 26623803392 7129 33554432000 4194304 4196468 140720413078560 140524353297136 140525232208514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26952] ppid=26933 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/26935/task/26952/stat : 26952 (java) R 26933 26933 26064 0 -1 4202560 259 0 0 0 1 0 0 0 20 0 20 0 101694200 26623803392 7129 33554432000 4194304 4196468 140720413078560 140524352244592 140525210897568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26953] ppid=26933 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26953/stat : 26953 (java) S 26933 26933 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694200 26623803392 7129 33554432000 4194304 4196468 140720413078560 140523361265888 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26954] ppid=26933 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/26935/task/26954/stat : 26954 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694200 26623803392 7129 33554432000 4194304 4196468 140720413078560 140523360213424 140525232208514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 29900 KiB

[startup+0.209759 s]*
/proc/loadavg: 5.89 7.97 8.44 2/201 26954
/proc/meminfo: memFree=31431196/32770624 swapFree=67108860/67108860
[pid=26933] ppid=26930 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26933/stat : 26933 (xcsp3-exec) S 26930 26933 26064 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 101694194 9740288 346 33554432000 4194304 5098028 140733310179968 140733310178072 139644897952380 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12505088 140733310186596 140733310186807 140733310186807 140733310189547 0
/proc/26933/statm: 2378 346 289 221 0 87 0
[pid=26935] ppid=26933 vsize=26004064 memory=41092 CPUtime=0.32 cores=0-7
/proc/26935/stat : 26935 (java) S 26933 26933 26064 0 -1 1077944320 8324 0 0 0 30 2 0 0 20 0 20 0 101694194 26628161536 10273 33554432000 4194304 4196468 140720413078560 140720413061104 140525232197367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
/proc/26935/statm: 6501016 10273 3064 1 0 6488269 0
[pid=26935/tid=26936] ppid=26933 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/26935/task/26936/stat : 26936 (java) R 26933 26933 26064 0 -1 4202560 5382 0 0 0 18 1 0 0 20 0 20 0 101694194 26628161536 10273 33554432000 4194304 4196468 140720413078560 140525236411376 140525232219293 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26937] ppid=26933 vsize=26004064 memory=329 CPUtime=0 cores=0-7
/proc/26935/task/26937/stat : 26937 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 26628161536 10273 33554432000 4194304 4196468 140720413078560 140525184817424 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26938] ppid=26933 vsize=26004064 memory=4121831855450724000 CPUtime=0 cores=0-7
/proc/26935/task/26938/stat : 26938 (java) S 26933 26933 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694195 26628161536 10273 33554432000 4194304 4196468 140720413078560 140525183764880 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26939] ppid=26933 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/26935/task/26939/stat : 26939 (java) S 26933 26933 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694195 26628161536 10273 33554432000 4194304 4196468 140720413078560 140525182712336 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26940] ppid=26933 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26940/stat : 26940 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 26628161536 10273 33554432000 4194304 4196468 140720413078560 140525181659792 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26941] ppid=26933 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26941/stat : 26941 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 26628161536 10273 33554432000 4194304 4196468 140720413078560 140525180607248 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26942] ppid=26933 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/26935/task/26942/stat : 26942 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 26628161536 10273 33554432000 4194304 4196468 140720413078560 140525179554704 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26943] ppid=26933 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26943/stat : 26943 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 26628161536 10273 33554432000 4194304 4196468 140720413078560 140525178502160 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26944] ppid=26933 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26944/stat : 26944 (java) S 26933 26933 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694195 26628161536 10273 33554432000 4194304 4196468 140720413078560 140525177449616 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26945] ppid=26933 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26945/stat : 26945 (java) S 26933 26933 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694196 26628161536 10273 33554432000 4194304 4196468 140720413078560 140524359612400 140525232208514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26946] ppid=26933 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26946/stat : 26946 (java) S 26933 26933 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101694197 26628161536 10273 33554432000 4194304 4196468 140720413078560 140524358558624 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26947] ppid=26933 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26947/stat : 26947 (java) S 26933 26933 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101694197 26628161536 10273 33554432000 4194304 4196468 140720413078560 140524357506032 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26948] ppid=26933 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26948/stat : 26948 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694199 26628161536 10273 33554432000 4194304 4196468 140720413078560 140524356454608 140525232215963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26949] ppid=26933 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/26935/task/26949/stat : 26949 (java) S 26933 26933 26064 0 -1 1077944384 396 0 0 0 1 0 0 0 20 0 20 0 101694199 26628161536 10273 33554432000 4194304 4196468 140720413078560 140524355402224 140525232208514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26950] ppid=26933 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/26935/task/26950/stat : 26950 (java) S 26933 26933 26064 0 -1 1077944384 276 0 0 0 1 0 0 0 20 0 20 0 101694199 26628161536 10273 33554432000 4194304 4196468 140720413078560 140524354349680 140525232208514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26951] ppid=26933 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/26935/task/26951/stat : 26951 (java) S 26933 26933 26064 0 -1 1077944384 230 0 0 0 2 0 0 0 20 0 20 0 101694199 26628161536 10273 33554432000 4194304 4196468 140720413078560 140524353297136 140525232208514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26952] ppid=26933 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/26935/task/26952/stat : 26952 (java) R 26933 26933 26064 0 -1 4202560 732 0 0 0 7 0 0 0 20 0 20 0 101694200 26628161536 10273 33554432000 4194304 4196468 140720413078560 140524352242128 140525232209302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26953] ppid=26933 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26953/stat : 26953 (java) S 26933 26933 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694200 26628161536 10273 33554432000 4194304 4196468 140720413078560 140523361265888 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26954] ppid=26933 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/26935/task/26954/stat : 26954 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694200 26628161536 10273 33554432000 4194304 4196468 140720413078560 140523360213424 140525232208514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 42476 KiB

[startup+0.309551 s]*
/proc/loadavg: 5.89 7.97 8.44 3/201 26954
/proc/meminfo: memFree=31424248/32770624 swapFree=67108860/67108860
[pid=26933] ppid=26930 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26933/stat : 26933 (xcsp3-exec) S 26930 26933 26064 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 101694194 9740288 346 33554432000 4194304 5098028 140733310179968 140733310178072 139644897952380 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12505088 140733310186596 140733310186807 140733310186807 140733310189547 0
/proc/26933/statm: 2378 346 289 221 0 87 0
[pid=26935] ppid=26933 vsize=26004140 memory=48128 CPUtime=0.49 cores=0-7
/proc/26935/stat : 26935 (java) S 26933 26933 26064 0 -1 1077944320 9210 0 0 0 46 3 0 0 20 0 20 0 101694194 26628239360 12032 33554432000 4194304 4196468 140720413078560 140720413061104 140525232197367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
/proc/26935/statm: 6501035 12032 3087 1 0 6488269 0
[pid=26935/tid=26936] ppid=26933 vsize=26004140 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/26935/task/26936/stat : 26936 (java) R 26933 26933 26064 0 -1 4202560 6165 0 0 0 27 2 0 0 20 0 20 0 101694194 26628239360 12032 33554432000 4194304 4196468 140720413078560 140525236429728 140525216277854 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26937] ppid=26933 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26937/stat : 26937 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 26628239360 12032 33554432000 4194304 4196468 140720413078560 140525184817424 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26938] ppid=26933 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26938/stat : 26938 (java) S 26933 26933 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694195 26628239360 12032 33554432000 4194304 4196468 140720413078560 140525183764880 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26939] ppid=26933 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26939/stat : 26939 (java) S 26933 26933 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694195 26628239360 12032 33554432000 4194304 4196468 140720413078560 140525182712336 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26940] ppid=26933 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26940/stat : 26940 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 26628239360 12032 33554432000 4194304 4196468 140720413078560 140525181659792 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26941] ppid=26933 vsize=26004140 memory=2244 CPUtime=0 cores=0-7
/proc/26935/task/26941/stat : 26941 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 26628239360 12032 33554432000 4194304 4196468 140720413078560 140525180607248 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26942] ppid=26933 vsize=26004140 memory=139666833634223 CPUtime=0 cores=0-7
/proc/26935/task/26942/stat : 26942 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 26628239360 12032 33554432000 4194304 4196468 140720413078560 140525179554704 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26943] ppid=26933 vsize=26004140 memory=139666833636528 CPUtime=0 cores=0-7
/proc/26935/task/26943/stat : 26943 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 26628239360 12032 33554432000 4194304 4196468 140720413078560 140525178502160 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26944] ppid=26933 vsize=26004140 memory=139666833638832 CPUtime=0 cores=0-7
/proc/26935/task/26944/stat : 26944 (java) S 26933 26933 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694195 26628239360 12032 33554432000 4194304 4196468 140720413078560 140525177449616 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26945] ppid=26933 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26945/stat : 26945 (java) S 26933 26933 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694196 26628239360 12032 33554432000 4194304 4196468 140720413078560 140524359612400 140525232208514 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26946] ppid=26933 vsize=26004140 memory=279333667284624 CPUtime=0 cores=0-7
/proc/26935/task/26946/stat : 26946 (java) S 26933 26933 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101694197 26628239360 12032 33554432000 4194304 4196468 140720413078560 140524358558624 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26947] ppid=26933 vsize=26004140 memory=279333667291536 CPUtime=0 cores=0-7
/proc/26935/task/26947/stat : 26947 (java) S 26933 26933 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101694197 26628239360 12032 33554432000 4194304 4196468 140720413078560 140524357506032 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26948] ppid=26933 vsize=26004140 memory=279333667232816 CPUtime=0 cores=0-7
/proc/26935/task/26948/stat : 26948 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694199 26628239360 12032 33554432000 4194304 4196468 140720413078560 140524356454608 140525232215963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26949] ppid=26933 vsize=26004140 memory=279333667305360 CPUtime=0.01 cores=0-7
/proc/26935/task/26949/stat : 26949 (java) S 26933 26933 26064 0 -1 1077944384 423 0 0 0 1 0 0 0 20 0 20 0 101694199 26628239360 12032 33554432000 4194304 4196468 140720413078560 140524355402224 140525232208514 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26950] ppid=26933 vsize=26004140 memory=279333667312272 CPUtime=0.02 cores=0-7
/proc/26935/task/26950/stat : 26950 (java) S 26933 26933 26064 0 -1 1077944384 276 0 0 0 2 0 0 0 20 0 20 0 101694199 26628239360 12032 33554432000 4194304 4196468 140720413078560 140524354349680 140525232208514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26951] ppid=26933 vsize=26004140 memory=279333667309968 CPUtime=0.03 cores=0-7
/proc/26935/task/26951/stat : 26951 (java) S 26933 26933 26064 0 -1 1077944384 240 0 0 0 3 0 0 0 20 0 20 0 101694199 26628239360 12032 33554432000 4194304 4196468 140720413078560 140524353297136 140525232208514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26952] ppid=26933 vsize=26004140 memory=279333667326128 CPUtime=0.11 cores=0-7
/proc/26935/task/26952/stat : 26952 (java) S 26933 26933 26064 0 -1 1077944384 800 0 0 0 11 0 0 0 20 0 20 0 101694200 26628239360 12032 33554432000 4194304 4196468 140720413078560 140524352244592 140525232208514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26953] ppid=26933 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26953/stat : 26953 (java) S 26933 26933 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694200 26628239360 12032 33554432000 4194304 4196468 140720413078560 140523361265888 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26954] ppid=26933 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/26935/task/26954/stat : 26954 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694200 26628239360 12032 33554432000 4194304 4196468 140720413078560 140523360213424 140525232208514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 49512 KiB

[startup+0.706086 s]
/proc/loadavg: 5.89 7.97 8.44 10/209 26962
/proc/meminfo: memFree=31384732/32770624 swapFree=67108860/67108860
[pid=26933] ppid=26930 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26933/stat : 26933 (xcsp3-exec) S 26930 26933 26064 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 101694194 9740288 346 33554432000 4194304 5098028 140733310179968 140733310178072 139644897952380 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12505088 140733310186596 140733310186807 140733310186807 140733310189547 0
/proc/26933/statm: 2378 346 289 221 0 87 0
[pid=26935] ppid=26933 vsize=26538700 memory=89904 CPUtime=2.68 cores=0-7
/proc/26935/stat : 26935 (java) S 26933 26933 26064 0 -1 1077944320 13917 0 0 0 263 5 0 0 20 0 28 0 101694194 27175628800 22476 33554432000 4194304 4196468 140720413078560 140720413061104 140525232197367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
/proc/26935/statm: 6634675 22476 3215 1 0 6621909 0
[pid=26935/tid=26936] ppid=26933 vsize=26538700 memory=279333667684016 CPUtime=0.44 cores=0-7
/proc/26935/task/26936/stat : 26936 (java) S 26933 26933 26064 0 -1 1077944384 6695 0 0 0 42 2 0 0 20 0 28 0 101694194 27175628800 22476 33554432000 4194304 4196468 140720413078560 140525236438144 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26937] ppid=26933 vsize=26538700 memory=139666833843056 CPUtime=0 cores=0-7
/proc/26935/task/26937/stat : 26937 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 101694195 27175628800 22476 33554432000 4194304 4196468 140720413078560 140525184817424 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26938] ppid=26933 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26938/stat : 26938 (java) S 26933 26933 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 101694195 27175628800 22476 33554432000 4194304 4196468 140720413078560 140525183764880 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26939] ppid=26933 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26939/stat : 26939 (java) S 26933 26933 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 101694195 27175628800 22476 33554432000 4194304 4196468 140720413078560 140525182712336 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26940] ppid=26933 vsize=26538700 memory=2372 CPUtime=0 cores=0-7
/proc/26935/task/26940/stat : 26940 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 101694195 27175628800 22476 33554432000 4194304 4196468 140720413078560 140525181659792 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26941] ppid=26933 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26941/stat : 26941 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 101694195 27175628800 22476 33554432000 4194304 4196468 140720413078560 140525180607248 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26942] ppid=26933 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26942/stat : 26942 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 101694195 27175628800 22476 33554432000 4194304 4196468 140720413078560 140525179554704 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26943] ppid=26933 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26943/stat : 26943 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 101694195 27175628800 22476 33554432000 4194304 4196468 140720413078560 140525178502160 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26944] ppid=26933 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26944/stat : 26944 (java) S 26933 26933 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 101694195 27175628800 22476 33554432000 4194304 4196468 140720413078560 140525177449616 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26945] ppid=26933 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26945/stat : 26945 (java) S 26933 26933 26064 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 101694196 27175628800 22476 33554432000 4194304 4196468 140720413078560 140524359612400 140525232208514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26946] ppid=26933 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26946/stat : 26946 (java) S 26933 26933 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 101694197 27175628800 22476 33554432000 4194304 4196468 140720413078560 140524358558624 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26947] ppid=26933 vsize=26538700 memory=4612 CPUtime=0 cores=0-7
/proc/26935/task/26947/stat : 26947 (java) S 26933 26933 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 101694197 27175628800 22476 33554432000 4194304 4196468 140720413078560 140524357506032 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26948] ppid=26933 vsize=26538700 memory=1428 CPUtime=0 cores=0-7
/proc/26935/task/26948/stat : 26948 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 101694199 27175628800 22476 33554432000 4194304 4196468 140720413078560 140524356454608 140525232215963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26949] ppid=26933 vsize=26538700 memory=1204 CPUtime=0.24 cores=0-7
/proc/26935/task/26949/stat : 26949 (java) R 26933 26933 26064 0 -1 4202560 1516 0 0 0 24 0 0 0 20 0 28 0 101694199 27175628800 22476 33554432000 4194304 4196468 140720413078560 140524355388432 140525217078702 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26950] ppid=26933 vsize=26538700 memory=15876 CPUtime=0.25 cores=0-7
/proc/26935/task/26950/stat : 26950 (java) R 26933 26933 26064 0 -1 4202560 1154 0 0 0 25 0 0 0 20 0 28 0 101694199 27175628800 22476 33554432000 4194304 4196468 140720413078560 140524354338240 140525217092677 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26951] ppid=26933 vsize=26538700 memory=18520 CPUtime=0.28 cores=0-7
/proc/26935/task/26951/stat : 26951 (java) R 26933 26933 26064 0 -1 4202560 1054 0 0 0 28 0 0 0 20 0 28 0 101694199 27175628800 22476 33554432000 4194304 4196468 140720413078560 140524353283232 140525217322072 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26952] ppid=26933 vsize=26538700 memory=4048 CPUtime=0.32 cores=0-7
/proc/26935/task/26952/stat : 26952 (java) R 26933 26933 26064 0 -1 4202560 1842 0 0 0 32 0 0 0 20 0 28 0 101694200 27175628800 22476 33554432000 4194304 4196468 140720413078560 140524352244592 140525224434494 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26953] ppid=26933 vsize=26538700 memory=18488 CPUtime=0 cores=0-7
/proc/26935/task/26953/stat : 26953 (java) S 26933 26933 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 101694200 27175628800 22476 33554432000 4194304 4196468 140720413078560 140523361265888 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26954] ppid=26933 vsize=26538700 memory=1796 CPUtime=0 cores=0-7
/proc/26935/task/26954/stat : 26954 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 101694200 27175628800 22476 33554432000 4194304 4196468 140720413078560 140523360213424 140525232208514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26955] ppid=26933 vsize=26538700 memory=1236 CPUtime=0.13 cores=0-7
/proc/26935/task/26955/stat : 26955 (java) R 26933 26933 26064 0 -1 4202560 59 0 0 0 13 0 0 0 20 0 28 0 101694241 27175628800 22476 33554432000 4194304 4196468 140720413078560 140523352697568 140524840597272 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26956] ppid=26933 vsize=26538700 memory=640 CPUtime=0.12 cores=0-7
/proc/26935/task/26956/stat : 26956 (java) R 26933 26933 26064 0 -1 1077944384 66 0 0 0 12 0 0 0 20 0 28 0 101694242 27175628800 22476 33554432000 4194304 4196468 140720413078560 140523351645728 140525232207573 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26957] ppid=26933 vsize=26538700 memory=0 CPUtime=0.13 cores=0-7
/proc/26935/task/26957/stat : 26957 (java) R 26933 26933 26064 0 -1 4202560 50 0 0 0 13 0 0 0 20 0 28 0 101694242 27175628800 22476 33554432000 4194304 4196468 140720413078560 140523350594960 140524840816886 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26958] ppid=26933 vsize=26538700 memory=1716 CPUtime=0.15 cores=0-7
/proc/26935/task/26958/stat : 26958 (java) S 26933 26933 26064 0 -1 1077944384 33 0 0 0 15 0 0 0 20 0 28 0 101694242 27175628800 22476 33554432000 4194304 4196468 140720413078560 140523349540752 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26959] ppid=26933 vsize=26538700 memory=1948 CPUtime=0.12 cores=0-7
/proc/26935/task/26959/stat : 26959 (java) R 26933 26933 26064 0 -1 4202560 32 0 0 0 12 0 0 0 20 0 28 0 101694242 27175628800 22476 33554432000 4194304 4196468 140720413078560 140523348488112 140524838279308 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26960] ppid=26933 vsize=26538700 memory=8564 CPUtime=0.13 cores=0-7
/proc/26935/task/26960/stat : 26960 (java) R 26933 26933 26064 0 -1 4202560 41 0 0 0 13 0 0 0 20 0 28 0 101694242 27175628800 22476 33554432000 4194304 4196468 140720413078560 140523347437744 140524840816814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26961] ppid=26933 vsize=26538700 memory=1228 CPUtime=0.16 cores=0-7
/proc/26935/task/26961/stat : 26961 (java) S 26933 26933 26064 0 -1 1077944384 35 0 0 0 16 0 0 0 20 0 28 0 101694242 27175628800 22476 33554432000 4194304 4196468 140720413078560 140523346382112 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26962] ppid=26933 vsize=26538700 memory=12028 CPUtime=0.11 cores=0-7
/proc/26935/task/26962/stat : 26962 (java) R 26933 26933 26064 0 -1 4202560 30 0 0 0 11 0 0 0 20 0 28 0 101694242 27175628800 22476 33554432000 4194304 4196468 140720413078560 140523345329432 140524840693372 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 91288 KiB

[startup+0.821406 s]
# the end of solver process 26933 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.4225 s, system=0.060431 s

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

[startup+0.804945 s]
/proc/loadavg: 5.89 7.97 8.44 10/209 26962
/proc/meminfo: memFree=31384732/32770624 swapFree=67108860/67108860
[pid=26933] ppid=26930 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26933/stat : 26933 (xcsp3-exec) S 26930 26933 26064 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 101694194 9740288 346 33554432000 4194304 5098028 140733310179968 140733310178072 139644897952380 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12505088 140733310186596 140733310186807 140733310186807 140733310189547 0
/proc/26933/statm: 2378 346 289 221 0 87 0
[pid=26935] ppid=26933 vsize=26538700 memory=93600 CPUtime=3.46 cores=0-7
/proc/26935/stat : 26935 (java) S 26933 26933 26064 0 -1 1077944320 14202 0 0 0 341 5 0 0 20 0 20 0 101694194 27175628800 23400 33554432000 4194304 4196468 140720413078560 140720413061104 140525232197367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
/proc/26935/statm: 6634675 23400 3223 1 0 6621909 0
[pid=26935/tid=26936] ppid=26933 vsize=26538700 memory=-8707038579349950309 CPUtime=0.45 cores=0-7
/proc/26935/task/26936/stat : 26936 (java) R 26933 26933 26064 0 -1 4202560 6697 0 0 0 43 2 0 0 20 0 20 0 101694194 27175628800 23400 33554432000 4194304 4196468 140720413078560 140525236438144 140524837220640 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26937] ppid=26933 vsize=26538700 memory=9047017150487036571 CPUtime=0 cores=0-7
/proc/26935/task/26937/stat : 26937 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 27175628800 23400 33554432000 4194304 4196468 140720413078560 140525184817424 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26938] ppid=26933 vsize=26538700 memory=-8253362762722141311 CPUtime=0 cores=0-7
/proc/26935/task/26938/stat : 26938 (java) S 26933 26933 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694195 27175628800 23400 33554432000 4194304 4196468 140720413078560 140525183764880 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26939] ppid=26933 vsize=26538700 memory=-8412656567318647667 CPUtime=0 cores=0-7
/proc/26935/task/26939/stat : 26939 (java) S 26933 26933 26064 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101694195 27175628800 23406 33554432000 4194304 4196468 140720413078560 140525182712336 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26940] ppid=26933 vsize=26538700 memory=-7240599211820661557 CPUtime=0 cores=0-7
/proc/26935/task/26940/stat : 26940 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 27175628800 23406 33554432000 4194304 4196468 140720413078560 140525181659792 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26941] ppid=26933 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26941/stat : 26941 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 27175628800 23406 33554432000 4194304 4196468 140720413078560 140525180607248 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26942] ppid=26933 vsize=26538700 memory=139666934439633 CPUtime=0 cores=0-7
/proc/26935/task/26942/stat : 26942 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 27175628800 23406 33554432000 4194304 4196468 140720413078560 140525179554704 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26943] ppid=26933 vsize=26538700 memory=31620 CPUtime=0 cores=0-7
/proc/26935/task/26943/stat : 26943 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694195 27175628800 23406 33554432000 4194304 4196468 140720413078560 140525178502160 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26944] ppid=26933 vsize=26538700 memory=-2970219127293634922 CPUtime=0 cores=0-7
/proc/26935/task/26944/stat : 26944 (java) S 26933 26933 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694195 27175628800 23406 33554432000 4194304 4196468 140720413078560 140525177449616 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26945] ppid=26933 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26935/task/26945/stat : 26945 (java) S 26933 26933 26064 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 101694196 27175628800 23406 33554432000 4194304 4196468 140720413078560 140524359612400 140525232208514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26946] ppid=26933 vsize=26538700 memory=1728 CPUtime=0 cores=0-7
/proc/26935/task/26946/stat : 26946 (java) S 26933 26933 26064 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101694197 27175628800 23406 33554432000 4194304 4196468 140720413078560 140524358558624 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26947] ppid=26933 vsize=26538700 memory=796 CPUtime=0 cores=0-7
/proc/26935/task/26947/stat : 26947 (java) S 26933 26933 26064 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101694197 27175628800 23406 33554432000 4194304 4196468 140720413078560 140524357506032 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26948] ppid=26933 vsize=26538700 memory=1716 CPUtime=0 cores=0-7
/proc/26935/task/26948/stat : 26948 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694199 27175628800 23406 33554432000 4194304 4196468 140720413078560 140524356454608 140525232215963 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26949] ppid=26933 vsize=26538700 memory=1948 CPUtime=0.32 cores=0-7
/proc/26935/task/26949/stat : 26949 (java) R 26933 26933 26064 0 -1 4202560 1542 0 0 0 32 0 0 0 20 0 20 0 101694199 27175628800 23406 33554432000 4194304 4196468 140720413078560 140524355388768 140525232218714 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26950] ppid=26933 vsize=26538700 memory=8564 CPUtime=0.31 cores=0-7
/proc/26935/task/26950/stat : 26950 (java) R 26933 26933 26064 0 -1 4202560 1324 0 0 0 31 0 0 0 20 0 20 0 101694199 27175628800 23406 33554432000 4194304 4196468 140720413078560 140524354331248 140525213741980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26951] ppid=26933 vsize=26538700 memory=1228 CPUtime=0.32 cores=0-7
/proc/26935/task/26951/stat : 26951 (java) R 26933 26933 26064 0 -1 4202560 1071 0 0 0 32 0 0 0 20 0 20 0 101694199 27175628800 23406 33554432000 4194304 4196468 140720413078560 140524353288464 140525232218714 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26952] ppid=26933 vsize=26538700 memory=12028 CPUtime=0.35 cores=0-7
/proc/26935/task/26952/stat : 26952 (java) S 26933 26933 26064 0 -1 1077944384 1899 0 0 0 35 0 0 0 20 0 20 0 101694200 27175628800 23406 33554432000 4194304 4196468 140720413078560 140524352244592 140525232208514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26953] ppid=26933 vsize=26538700 memory=5668 CPUtime=0 cores=0-7
/proc/26935/task/26953/stat : 26953 (java) S 26933 26933 26064 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101694200 27175628800 23406 33554432000 4194304 4196468 140720413078560 140523361265888 140525232207573 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
[pid=26935/tid=26954] ppid=26933 vsize=26538700 memory=1008 CPUtime=0 cores=0-7
/proc/26935/task/26954/stat : 26954 (java) S 26933 26933 26064 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101694200 27175628800 23406 33554432000 4194304 4196468 140720413078560 140523360213424 140525232208514 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34250752 140720413082770 140720413082947 140720413082947 140720413085647 0
Current children cumulated CPU time: 3.46 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 94984 KiB

Child status: 0
Real time (s): 0.821464
CPU time (s): 3.48294
CPU user time (s): 3.4225
CPU system time (s): 0.060431
CPU usage (%): 423.991
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 94984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.42251
system time used= 0.060431
maximum resident set size= 94256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14735
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2318
involuntary context switches= 66


# summary of solver processes directly reported to runsolver:
#   pid: 26933
#   total CPU time (s): 3.48294
#   total CPU user time (s): 3.4225
#   total CPU system time (s): 0.060431

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02813 second user time and 0.0448 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-14 06:33:26
IDJOB=4271061
IDBENCH=120861
IDSOLVER=2662
FILE ID=node106/4271061-1502686064
RUNJOBID= node106-1502685167-26091
PBS_JOBID= 20628992
Free space on /tmp= 61772 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-2-21.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271061-1502686064/watcher-4271061-1502686064 -o /tmp/evaluation-result-4271061-1502686064/solver-4271061-1502686064 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502685167-26091 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1753109254 HOME/instance-4271061-1502686064.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= a520f7bdef93e5ae7ef819bccf245cc1
RANDOM SEED=1753109254

node106.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.86
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.86
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.86
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.86
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:        31460532 kB
MemAvailable:   31981360 kB
Buffers:          139788 kB
Cached:           666036 kB
SwapCached:            0 kB
Active:           439428 kB
Inactive:         423176 kB
Active(anon):      12548 kB
Inactive(anon):    72080 kB
Active(file):     426880 kB
Inactive(file):   351096 kB
Unevictable:        6504 kB
Mlocked:            6504 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7924 kB
Writeback:           192 kB
AnonPages:         61632 kB
Mapped:            44632 kB
Shmem:             25228 kB
Slab:             143700 kB
SReclaimable:     117376 kB
SUnreclaim:        26324 kB
KernelStack:        3520 kB
PageTables:         5136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61764 MiB
End job on node106 at 2017-08-14 06:33:27