Trace number 4290793

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
OscaR - Conflict Ordering 2018-07-02SAT 2.08125 1.24769

General information on the benchmark

NameEternity/
Eternity-04-04_c18.xml
MD5SUM888903612ba8c9f4d3271c512caeb5d6
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.009195
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints33
Number of domains2
Minimum domain size6
Maximum domain size16
Distribution of domain sizes[{"size":6,"count":40},{"size":16,"count":16}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":52},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity16
Distribution of constraint arities[{"arity":1,"count":16},{"arity":5,"count":16},{"arity":16,"count":1}]
Number of extensional constraints16
Number of intensional constraints16
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":16},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 993621521
0.67/0.55	c timeout: 2400
0.67/0.55	c memlimit: 11000
0.67/0.55	c nbcore: 4
0.67/0.57	c Parsing instance...
1.96/1.20	c Parsing done, starting search...
1.96/1.23	s SATISFIABLE
1.96/1.23	v <instantiation>
1.96/1.23	v 	<list>
1.96/1.23	v 		id[0][0] id[0][1] id[0][2] id[0][3] id[1][0] id[1][1] id[1][2] id[1][3] id[2][0] id[2][1] id[2][2] id[2][3] id[3][0] id[3][1] id[3][2] id[3][3] top[0][0] top[0][1] top[0][2] top[0][3] top[1][0] top[1][1] top[1][2] top[1][3] top[2][0] top[2][1] top[2][2] top[2][3] top[3][0] top[3][1] top[3][2] top[3][3] left[0][0] left[0][1] left[0][2] left[0][3] left[1][0] left[1][1] left[1][2] left[1][3] left[2][0] left[2][1] left[2][2] left[2][3] left[3][0] left[3][1] left[3][2] left[3][3] bot[0] bot[1] bot[2] bot[3] right[0] right[1] right[2] right[3]
1.96/1.23	v 	</list>
1.96/1.23	v 	<values>
1.96/1.23	v 		3 11 9 1 10 15 14 8 6 13 12 5 0 4 7 2 0 0 0 0 2 5 4 1 1 3 3 2 1 3 5 1 0 2 2 2 0 5 4 4 0 4 5 3 0 1 1 2 0 0 0 0 0 0 0 0 
1.96/1.23	v 	</values>
1.96/1.23	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 (14315 MiB free)
  memory of node 1: 16384 MiB (14024 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290793-1532281375/watcher-4290793-1532281375 -o /tmp/evaluation-result-4290793-1532281375/solver-4290793-1532281375 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532262079-31020 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 993621521 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290793-1532281375.xml 

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

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


[startup+0.100061 s]*
/proc/loadavg: 1.77 1.38 1.34 3/216 1335
/proc/meminfo: memFree=29002060/32770624 swapFree=67108860/67108860
[pid=1320] ppid=1317 vsize=14082740 memory=31256 CPUtime=0.11 cores=0,2,4,6
/proc/1320/stat : 1320 (java) S 1317 1320 30989 0 -1 1077944320 6751 0 0 0 10 1 0 0 20 0 15 0 45700694 14420725760 7814 33554432000 4194304 4196468 140732792145872 140732792128416 140033390644983 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
/proc/1320/statm: 3520685 7814 3138 1 0 3482761 0
[pid=1320/tid=1322] ppid=1317 vsize=14082740 memory=-8171376296011865461 CPUtime=0.09 cores=0,2,4,6
/proc/1320/task/1322/stat : 1322 (java) R 1317 1320 30989 0 -1 4202560 4824 0 0 0 8 1 0 0 20 0 15 0 45700694 14420725760 7814 33554432000 4194304 4196468 140732792145872 140033394870672 140033390666909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1323] ppid=1317 vsize=14082740 memory=7948963741541478447 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1323/stat : 1323 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14420725760 7814 33554432000 4194304 4196468 140732792145872 140033320733840 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1324] ppid=1317 vsize=14082740 memory=140125424334464 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1324/stat : 1324 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14420725760 7814 33554432000 4194304 4196468 140732792145872 140033319681040 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1325] ppid=1317 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1325/stat : 1325 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14420725760 7814 33554432000 4194304 4196468 140732792145872 140033318628240 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1326] ppid=1317 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1326/stat : 1326 (java) S 1317 1320 30989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45700695 14420725760 7814 33554432000 4194304 4196468 140732792145872 140033317575440 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1327] ppid=1317 vsize=14082740 memory=140125424334464 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1327/stat : 1327 (java) S 1317 1320 30989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45700696 14420725760 7814 33554432000 4194304 4196468 140732792145872 140032864794992 140033390656130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1328] ppid=1317 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1328/stat : 1328 (java) S 1317 1320 30989 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45700697 14420725760 7814 33554432000 4194304 4196468 140732792145872 140032863740960 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1329] ppid=1317 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1329/stat : 1329 (java) S 1317 1320 30989 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45700697 14420725760 7814 33554432000 4194304 4196468 140732792145872 140032862688112 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1330] ppid=1317 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1330/stat : 1330 (java) S 1317 1320 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45700699 14420725760 7814 33554432000 4194304 4196468 140732792145872 140032861636432 140033390663579 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1331] ppid=1317 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1331/stat : 1331 (java) S 1317 1320 30989 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 15 0 45700699 14420725760 7814 33554432000 4194304 4196468 140732792145872 140032860584816 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1332] ppid=1317 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1332/stat : 1332 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700699 14420725760 7814 33554432000 4194304 4196468 140732792145872 140032859532016 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1333] ppid=1317 vsize=14082740 memory=140125424334464 CPUtime=0.01 cores=0,2,4,6
/proc/1320/task/1333/stat : 1333 (java) S 1317 1320 30989 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 15 0 45700699 14420725760 7814 33554432000 4194304 4196468 140732792145872 140032858479216 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1334] ppid=1317 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1334/stat : 1334 (java) S 1317 1320 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45700700 14420725760 7814 33554432000 4194304 4196468 140732792145872 140032857426656 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1335] ppid=1317 vsize=14082740 memory=140125424334464 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1335/stat : 1335 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700700 14420725760 7814 33554432000 4194304 4196468 140732792145872 140032856373936 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31256 KiB

[startup+0.213203 s]*
/proc/loadavg: 1.77 1.38 1.34 6/216 1335
/proc/meminfo: memFree=28986680/32770624 swapFree=67108860/67108860
[pid=1320] ppid=1317 vsize=14082740 memory=47284 CPUtime=0.31 cores=0,2,4,6
/proc/1320/stat : 1320 (java) S 1317 1320 30989 0 -1 1077944320 10433 0 0 0 29 2 0 0 20 0 15 0 45700694 14420725760 11821 33554432000 4194304 4196468 140732792145872 140732792128416 140033390644983 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
/proc/1320/statm: 3520685 11821 3362 1 0 3482761 0
[pid=1320/tid=1322] ppid=1317 vsize=14082740 memory=8389772277269004345 CPUtime=0.2 cores=0,2,4,6
/proc/1320/task/1322/stat : 1322 (java) R 1317 1320 30989 0 -1 4202560 8160 0 0 0 19 1 0 0 20 0 15 0 45700694 14420725760 11821 33554432000 4194304 4196468 140732792145872 140033394862480 140033382882110 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1323] ppid=1317 vsize=14082740 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1323/stat : 1323 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14420725760 11821 33554432000 4194304 4196468 140732792145872 140033320733840 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1324] ppid=1317 vsize=14082740 memory=288370501576046208 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1324/stat : 1324 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14420725760 11821 33554432000 4194304 4196468 140732792145872 140033319681040 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1325] ppid=1317 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1325/stat : 1325 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14420725760 11821 33554432000 4194304 4196468 140732792145872 140033318628240 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1326] ppid=1317 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1326/stat : 1326 (java) S 1317 1320 30989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45700695 14420725760 11821 33554432000 4194304 4196468 140732792145872 140033317575440 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1327] ppid=1317 vsize=14082740 memory=140125424334464 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1327/stat : 1327 (java) S 1317 1320 30989 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45700696 14420725760 11821 33554432000 4194304 4196468 140732792145872 140032864794992 140033390656130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1328] ppid=1317 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1328/stat : 1328 (java) S 1317 1320 30989 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45700697 14420725760 11821 33554432000 4194304 4196468 140732792145872 140032863740960 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1329] ppid=1317 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1329/stat : 1329 (java) S 1317 1320 30989 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45700697 14420725760 11821 33554432000 4194304 4196468 140732792145872 140032862688112 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1330] ppid=1317 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1330/stat : 1330 (java) S 1317 1320 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45700699 14420725760 11821 33554432000 4194304 4196468 140732792145872 140032861636432 140033390663579 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1331] ppid=1317 vsize=14082740 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1320/task/1331/stat : 1331 (java) S 1317 1320 30989 0 -1 1077944384 440 0 0 0 2 0 0 0 20 0 15 0 45700699 14420725760 11821 33554432000 4194304 4196468 140732792145872 140032860584816 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1332] ppid=1317 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/1320/task/1332/stat : 1332 (java) R 1317 1320 30989 0 -1 1077944384 174 0 0 0 1 0 0 0 20 0 15 0 45700699 14420725760 11821 33554432000 4194304 4196468 140732792145872 140032859532016 140033390656130 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1333] ppid=1317 vsize=14082740 memory=140125424334464 CPUtime=0.06 cores=0,2,4,6
/proc/1320/task/1333/stat : 1333 (java) R 1317 1320 30989 0 -1 4202560 286 0 0 0 6 0 0 0 20 0 15 0 45700699 14420725760 11821 33554432000 4194304 4196468 140732792145872 140032858479216 140033370113946 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1334] ppid=1317 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1334/stat : 1334 (java) S 1317 1320 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45700700 14420725760 11821 33554432000 4194304 4196468 140732792145872 140032857426656 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1335] ppid=1317 vsize=14082740 memory=140125424334464 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1335/stat : 1335 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700700 14420725760 11821 33554432000 4194304 4196468 140732792145872 140032856373936 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47284 KiB

[startup+0.310739 s]*
/proc/loadavg: 1.77 1.38 1.34 3/216 1335
/proc/meminfo: memFree=28983516/32770624 swapFree=67108860/67108860
[pid=1320] ppid=1317 vsize=14082740 memory=50632 CPUtime=0.44 cores=0,2,4,6
/proc/1320/stat : 1320 (java) S 1317 1320 30989 0 -1 1077944320 10787 0 0 0 41 3 0 0 20 0 15 0 45700694 14420725760 12658 33554432000 4194304 4196468 140732792145872 140732792128416 140033390644983 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
/proc/1320/statm: 3520685 12658 3365 1 0 3482761 0
[pid=1320/tid=1322] ppid=1317 vsize=14082740 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/1320/task/1322/stat : 1322 (java) R 1317 1320 30989 0 -1 4202560 8486 0 0 0 28 2 0 0 20 0 15 0 45700694 14420725760 12658 33554432000 4194304 4196468 140732792145872 140033394852816 140033390658865 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1323] ppid=1317 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1323/stat : 1323 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14420725760 12658 33554432000 4194304 4196468 140732792145872 140033320733840 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1324] ppid=1317 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1324/stat : 1324 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14420725760 12658 33554432000 4194304 4196468 140732792145872 140033319681040 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1325] ppid=1317 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1325/stat : 1325 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14420725760 12658 33554432000 4194304 4196468 140732792145872 140033318628240 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1326] ppid=1317 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1326/stat : 1326 (java) S 1317 1320 30989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45700695 14420725760 12658 33554432000 4194304 4196468 140732792145872 140033317575440 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1327] ppid=1317 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1327/stat : 1327 (java) S 1317 1320 30989 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45700696 14420725760 12658 33554432000 4194304 4196468 140732792145872 140032864794992 140033390656130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1328] ppid=1317 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1328/stat : 1328 (java) S 1317 1320 30989 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45700697 14420725760 12658 33554432000 4194304 4196468 140732792145872 140032863740960 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1329] ppid=1317 vsize=14082740 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1329/stat : 1329 (java) S 1317 1320 30989 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45700697 14420725760 12658 33554432000 4194304 4196468 140732792145872 140032862688112 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1330] ppid=1317 vsize=14082740 memory=51140 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1330/stat : 1330 (java) S 1317 1320 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45700699 14420725760 12658 33554432000 4194304 4196468 140732792145872 140032861636432 140033390663579 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1331] ppid=1317 vsize=14082740 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/1320/task/1331/stat : 1331 (java) S 1317 1320 30989 0 -1 1077944384 446 0 0 0 3 0 0 0 20 0 15 0 45700699 14420725760 12658 33554432000 4194304 4196468 140732792145872 140032860584816 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1332] ppid=1317 vsize=14082740 memory=140125321406927 CPUtime=0.01 cores=0,2,4,6
/proc/1320/task/1332/stat : 1332 (java) S 1317 1320 30989 0 -1 1077944384 179 0 0 0 1 0 0 0 20 0 15 0 45700699 14420725760 12658 33554432000 4194304 4196468 140732792145872 140032859532016 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1333] ppid=1317 vsize=14082740 memory=140125424335729 CPUtime=0.08 cores=0,2,4,6
/proc/1320/task/1333/stat : 1333 (java) S 1317 1320 30989 0 -1 1077944384 294 0 0 0 8 0 0 0 20 0 15 0 45700699 14420725760 12658 33554432000 4194304 4196468 140732792145872 140032858479216 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1334] ppid=1317 vsize=14082740 memory=140125321397711 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1334/stat : 1334 (java) S 1317 1320 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45700700 14420725760 12658 33554432000 4194304 4196468 140732792145872 140032857426656 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1335] ppid=1317 vsize=14082740 memory=280250745772000 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1335/stat : 1335 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700700 14420725760 12658 33554432000 4194304 4196468 140732792145872 140032856373936 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50632 KiB

[startup+0.700764 s]
/proc/loadavg: 1.77 1.38 1.34 3/216 1335
/proc/meminfo: memFree=28959084/32770624 swapFree=67108860/67108860
[pid=1320] ppid=1317 vsize=14084808 memory=88992 CPUtime=0.98 cores=0,2,4,6
/proc/1320/stat : 1320 (java) S 1317 1320 30989 0 -1 1077944320 17638 0 0 0 94 4 0 0 20 0 15 0 45700694 14422843392 22248 33554432000 4194304 4196468 140732792145872 140732792128416 140033390644983 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
/proc/1320/statm: 3521202 22248 3498 1 0 3483273 0
[pid=1320/tid=1322] ppid=1317 vsize=14084808 memory=15872 CPUtime=0.67 cores=0,2,4,6
/proc/1320/task/1322/stat : 1322 (java) R 1317 1320 30989 0 -1 4202560 14942 0 0 0 64 3 0 0 20 0 15 0 45700694 14422843392 22248 33554432000 4194304 4196468 140732792145872 140033394869200 140033390666909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1323] ppid=1317 vsize=14084808 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1323/stat : 1323 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14422843392 22248 33554432000 4194304 4196468 140732792145872 140033320733840 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1324] ppid=1317 vsize=14084808 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1324/stat : 1324 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14422843392 22248 33554432000 4194304 4196468 140732792145872 140033319681040 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1325] ppid=1317 vsize=14084808 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1325/stat : 1325 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14422843392 22248 33554432000 4194304 4196468 140732792145872 140033318628240 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1326] ppid=1317 vsize=14084808 memory=140125321513824 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1326/stat : 1326 (java) S 1317 1320 30989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45700695 14422843392 22248 33554432000 4194304 4196468 140732792145872 140033317575440 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1327] ppid=1317 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1327/stat : 1327 (java) S 1317 1320 30989 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45700696 14422843392 22248 33554432000 4194304 4196468 140732792145872 140032864794992 140033390656130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1328] ppid=1317 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1328/stat : 1328 (java) S 1317 1320 30989 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45700697 14422843392 22248 33554432000 4194304 4196468 140732792145872 140032863740960 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1329] ppid=1317 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1329/stat : 1329 (java) S 1317 1320 30989 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45700697 14422843392 22248 33554432000 4194304 4196468 140732792145872 140032862688112 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1330] ppid=1317 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1330/stat : 1330 (java) S 1317 1320 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45700699 14422843392 22248 33554432000 4194304 4196468 140732792145872 140032861636432 140033390663579 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1331] ppid=1317 vsize=14084808 memory=6944656592455097440 CPUtime=0.06 cores=0,2,4,6
/proc/1320/task/1331/stat : 1331 (java) S 1317 1320 30989 0 -1 1077944384 587 0 0 0 6 0 0 0 20 0 15 0 45700699 14422843392 22248 33554432000 4194304 4196468 140732792145872 140032860584816 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1332] ppid=1317 vsize=14084808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/1320/task/1332/stat : 1332 (java) S 1317 1320 30989 0 -1 1077944384 345 0 0 0 7 0 0 0 20 0 15 0 45700699 14422843392 22248 33554432000 4194304 4196468 140732792145872 140032859532016 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1333] ppid=1317 vsize=14084808 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/1320/task/1333/stat : 1333 (java) S 1317 1320 30989 0 -1 1077944384 382 0 0 0 15 0 0 0 20 0 15 0 45700699 14422843392 22248 33554432000 4194304 4196468 140732792145872 140032858479216 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1334] ppid=1317 vsize=14084808 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1334/stat : 1334 (java) S 1317 1320 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45700700 14422843392 22248 33554432000 4194304 4196468 140732792145872 140032857426656 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1335] ppid=1317 vsize=14084808 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1335/stat : 1335 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700700 14422843392 22248 33554432000 4194304 4196468 140732792145872 140032856373936 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88992 KiB

[startup+1.24763 s]
# the end of solver process 1320 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.0031 s, system=0.078149 s

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

[startup+0.801396 s]
/proc/loadavg: 1.77 1.38 1.34 3/216 1335
/proc/meminfo: memFree=28959084/32770624 swapFree=67108860/67108860
[pid=1320] ppid=1317 vsize=14086856 memory=95704 CPUtime=1.23 cores=0,2,4,6
/proc/1320/stat : 1320 (java) S 1317 1320 30989 0 -1 1077944320 18299 0 0 0 118 5 0 0 20 0 15 0 45700694 14424940544 23926 33554432000 4194304 4196468 140732792145872 140732792128416 140033390644983 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
/proc/1320/statm: 3521714 23926 3511 1 0 3483785 0
[pid=1320/tid=1322] ppid=1317 vsize=14086856 memory=7811323547381556072 CPUtime=0.77 cores=0,2,4,6
/proc/1320/task/1322/stat : 1322 (java) R 1317 1320 30989 0 -1 4202560 15276 0 0 0 74 3 0 0 20 0 15 0 45700694 14424940544 23926 33554432000 4194304 4196468 140732792145872 140033394879920 140032999157572 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1323] ppid=1317 vsize=14086856 memory=7451609539861307712 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1323/stat : 1323 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14424940544 23926 33554432000 4194304 4196468 140732792145872 140033320733840 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1324] ppid=1317 vsize=14086856 memory=6153724053831374947 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1324/stat : 1324 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14424940544 23926 33554432000 4194304 4196468 140732792145872 140033319681040 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1325] ppid=1317 vsize=14086856 memory=6075468431110066772 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1325/stat : 1325 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14424940544 23926 33554432000 4194304 4196468 140732792145872 140033318628240 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1326] ppid=1317 vsize=14086856 memory=7086240636112556131 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1326/stat : 1326 (java) S 1317 1320 30989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45700695 14424940544 23926 33554432000 4194304 4196468 140732792145872 140033317575440 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1327] ppid=1317 vsize=14086856 memory=8389687274550407986 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1327/stat : 1327 (java) S 1317 1320 30989 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45700696 14424940544 23926 33554432000 4194304 4196468 140732792145872 140032864794992 140033390656130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1328] ppid=1317 vsize=14086856 memory=7888 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1328/stat : 1328 (java) S 1317 1320 30989 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45700697 14424940544 23926 33554432000 4194304 4196468 140732792145872 140032863740960 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1329] ppid=1317 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1329/stat : 1329 (java) S 1317 1320 30989 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45700697 14424940544 23926 33554432000 4194304 4196468 140732792145872 140032862688112 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1330] ppid=1317 vsize=14086856 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1330/stat : 1330 (java) S 1317 1320 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45700699 14424940544 23926 33554432000 4194304 4196468 140732792145872 140032861636432 140033390663579 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1331] ppid=1317 vsize=14086856 memory=2241 CPUtime=0.1 cores=0,2,4,6
/proc/1320/task/1331/stat : 1331 (java) R 1317 1320 30989 0 -1 4202560 683 0 0 0 10 0 0 0 20 0 15 0 45700699 14424940544 23926 33554432000 4194304 4196468 140732792145872 140032860570840 140033375770381 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1332] ppid=1317 vsize=14086856 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/1320/task/1332/stat : 1332 (java) R 1317 1320 30989 0 -1 4202560 420 0 0 0 11 0 0 0 20 0 15 0 45700699 14424940544 23926 33554432000 4194304 4196468 140732792145872 140032859516080 140033374933995 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1333] ppid=1317 vsize=14086856 memory=62020 CPUtime=0.21 cores=0,2,4,6
/proc/1320/task/1333/stat : 1333 (java) R 1317 1320 30989 0 -1 4202560 538 0 0 0 21 0 0 0 20 0 15 0 45700699 14424940544 23926 33554432000 4194304 4196468 140732792145872 140032858476152 140033369182625 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1334] ppid=1317 vsize=14086856 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1334/stat : 1334 (java) S 1317 1320 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45700700 14424940544 23926 33554432000 4194304 4196468 140732792145872 140032857426656 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1335] ppid=1317 vsize=14086856 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1335/stat : 1335 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700700 14424940544 23926 33554432000 4194304 4196468 140732792145872 140032856373936 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 14086856 KiB
Current children cumulated memory: 95704 KiB

[startup+1.20063 s]
/proc/loadavg: 1.77 1.38 1.34 3/216 1335
/proc/meminfo: memFree=28928384/32770624 swapFree=67108860/67108860
[pid=1320] ppid=1317 vsize=14090952 memory=121948 CPUtime=1.96 cores=0,2,4,6
/proc/1320/stat : 1320 (java) S 1317 1320 30989 0 -1 1077944320 23851 0 0 0 189 7 0 0 20 0 15 0 45700694 14429134848 30487 33554432000 4194304 4196468 140732792145872 140732792128416 140033390644983 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
/proc/1320/statm: 3522738 30487 3529 1 0 3484809 0
[pid=1320/tid=1322] ppid=1317 vsize=14090952 memory=7158876676345718117 CPUtime=1.17 cores=0,2,4,6
/proc/1320/task/1322/stat : 1322 (java) R 1317 1320 30989 0 -1 4202560 19183 0 0 0 113 4 0 0 20 0 15 0 45700694 14429134848 30487 33554432000 4194304 4196468 140732792145872 140033394874592 140033382882110 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1323] ppid=1317 vsize=14090952 memory=7230921007607278949 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1323/stat : 1323 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14429134848 30487 33554432000 4194304 4196468 140732792145872 140033320733840 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1324] ppid=1317 vsize=14090952 memory=7230921007607278949 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1324/stat : 1324 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14429134848 30487 33554432000 4194304 4196468 140732792145872 140033319681040 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1325] ppid=1317 vsize=14090952 memory=7230921007607278949 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1325/stat : 1325 (java) S 1317 1320 30989 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45700695 14429134848 30487 33554432000 4194304 4196468 140732792145872 140033318628240 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1326] ppid=1317 vsize=14090952 memory=7230921007607278949 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1326/stat : 1326 (java) S 1317 1320 30989 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45700695 14429134848 30487 33554432000 4194304 4196468 140732792145872 140033317575440 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1327] ppid=1317 vsize=14090952 memory=6441370576508249454 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1327/stat : 1327 (java) S 1317 1320 30989 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45700696 14429134848 30487 33554432000 4194304 4196468 140732792145872 140032864794992 140033390656130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1328] ppid=1317 vsize=14090952 memory=6441370576508249454 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1328/stat : 1328 (java) S 1317 1320 30989 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45700697 14429134848 30487 33554432000 4194304 4196468 140732792145872 140032863740960 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1329] ppid=1317 vsize=14090952 memory=7230921007607278949 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1329/stat : 1329 (java) S 1317 1320 30989 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45700697 14429134848 30487 33554432000 4194304 4196468 140732792145872 140032862688112 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1330] ppid=1317 vsize=14090952 memory=7230645025961766505 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1330/stat : 1330 (java) S 1317 1320 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45700699 14429134848 30487 33554432000 4194304 4196468 140732792145872 140032861636432 140033390663579 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1331] ppid=1317 vsize=14090952 memory=7230645025961766505 CPUtime=0.17 cores=0,2,4,6
/proc/1320/task/1331/stat : 1331 (java) S 1317 1320 30989 0 -1 1077944384 880 0 0 0 17 0 0 0 20 0 15 0 45700699 14429134848 30487 33554432000 4194304 4196468 140732792145872 140032860584816 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1332] ppid=1317 vsize=14090952 memory=6370719275257063784 CPUtime=0.18 cores=0,2,4,6
/proc/1320/task/1332/stat : 1332 (java) S 1317 1320 30989 0 -1 1077944384 698 0 0 0 18 0 0 0 20 0 15 0 45700699 14429134848 30487 33554432000 4194304 4196468 140732792145872 140032859532016 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1333] ppid=1317 vsize=14090952 memory=7230921007607278949 CPUtime=0.39 cores=0,2,4,6
/proc/1320/task/1333/stat : 1333 (java) R 1317 1320 30989 0 -1 4202560 1702 0 0 0 39 0 0 0 20 0 15 0 45700699 14429134848 30487 33554432000 4194304 4196468 140732792145872 140032858479216 140033390666330 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1334] ppid=1317 vsize=14090952 memory=280250643106352 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1334/stat : 1334 (java) S 1317 1320 30989 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45700700 14429134848 30487 33554432000 4194304 4196468 140732792145872 140032857426656 140033390655189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
[pid=1320/tid=1335] ppid=1317 vsize=14090952 memory=288230591739208407 CPUtime=0 cores=0,2,4,6
/proc/1320/task/1335/stat : 1335 (java) S 1317 1320 30989 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 45700700 14429134848 30487 33554432000 4194304 4196468 140732792145872 140032856373936 140033390656130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30175232 140732792153169 140732792153353 140732792153353 140732792156111 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 121948 KiB

Child status: 0
Real time (s): 1.24769
CPU time (s): 2.08125
CPU user time (s): 2.0031
CPU system time (s): 0.078149
CPU usage (%): 166.809
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 121948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.0031
system time used= 0.078149
maximum resident set size= 126380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24958
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= 2323
involuntary context switches= 13


# summary of solver processes directly reported to runsolver:
#   pid: 1320
#   total CPU time (s): 2.08125
#   total CPU user time (s): 2.0031
#   total CPU system time (s): 0.078149

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033779 second user time and 0.053649 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-22 19:42:55
IDJOB=4290793
IDBENCH=141650
IDSOLVER=2744
FILE ID=node149/4290793-1532281375
RUNJOBID= node149-1532262079-31020
PBS_JOBID= 21018976
Free space on /tmp= 51848 MiB

SOLVER NAME= OscaR - Conflict Ordering 2018-07-02
BENCH NAME= XCSP18/Eternity/Eternity-04-04_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290793-1532281375/watcher-4290793-1532281375 -o /tmp/evaluation-result-4290793-1532281375/solver-4290793-1532281375 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532262079-31020 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order.jar --randomseed 993621521 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290793-1532281375.xml

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

MD5SUM BENCH= 888903612ba8c9f4d3271c512caeb5d6
RANDOM SEED=993621521

node149.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.60
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.60
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.60
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.60
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:        29020996 kB
MemAvailable:   31754880 kB
Buffers:          125724 kB
Cached:          2868316 kB
SwapCached:            0 kB
Active:          1775204 kB
Inactive:        1492544 kB
Active(anon):     223552 kB
Inactive(anon):    70172 kB
Active(file):    1551652 kB
Inactive(file):  1422372 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35864 kB
Writeback:             0 kB
AnonPages:        433168 kB
Mapped:            49120 kB
Shmem:             17032 kB
Slab:             179204 kB
SReclaimable:     151392 kB
SUnreclaim:        27812 kB
KernelStack:        3824 kB
PageTables:         6148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1192884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    360448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51812 MiB
End job on node149 at 2018-07-22 19:42:56