Trace number 4312062

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-17OPT54 1.46915 0.998369

General information on the benchmark

NameAuction/Auction-cnt/
Auction-cnt-example_c18.xml
MD5SUMb170f5ced0cb389de51404fef1a5e95b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark54
Best CPU time to get the best result obtained on this benchmark0.004732
Satisfiable
(Un)Satisfiability was proved
Number of variables5
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":5}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":3},{"degree":4,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":2},{"arity":3,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":4}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 1884243932
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
1.30/0.96	c Parsing done, starting search...
1.30/0.98	o 10
1.30/0.98	o 14
1.30/0.99	o 54
1.30/0.99	s OPTIMUM FOUND
1.30/0.99	v <instantiation>
1.30/0.99	v 	<list>
1.30/0.99	v 		b[0] b[1] b[2] b[3] b[4]
1.30/0.99	v 	</list>
1.30/0.99	v 	<values>
1.30/0.99	v 		0 0 0 1 1 
1.30/0.99	v 	</values>
1.30/0.99	v </instantiation>

Verifier Data

OK	54

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312062-1534546030/watcher-4312062-1534546030 -o /tmp/evaluation-result-4312062-1534546030/solver-4312062-1534546030 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534541038-5587 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1884243932 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4312062-1534546030.xml 

running on 4 cores: 1,3,5,7

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


[startup+0.100092 s]*
/proc/loadavg: 1.39 1.47 1.43 3/215 6145
/proc/meminfo: memFree=22359924/32770624 swapFree=67108836/67108860
[pid=6130] ppid=6127 vsize=14082736 memory=30940 CPUtime=0.12 cores=1,3,5,7
/proc/6130/stat : 6130 (java) S 6127 6130 5555 0 -1 1077944320 6640 0 0 0 11 1 0 0 20 0 15 0 272166132 14420721664 7735 33554432000 4194304 4196468 140729868816592 140729868799136 140122299207415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
/proc/6130/statm: 3520684 7735 3154 1 0 3482761 0
[pid=6130/tid=6132] ppid=6127 vsize=14082736 memory=-8969298512376067264 CPUtime=0.09 cores=1,3,5,7
/proc/6130/task/6132/stat : 6132 (java) R 6127 6130 5555 0 -1 4202560 4693 0 0 0 8 1 0 0 20 0 15 0 272166132 14420721664 7735 33554432000 4194304 4196468 140729868816592 140122303438976 140122283287902 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6133] ppid=6127 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6133/stat : 6133 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166133 14420721664 7735 33554432000 4194304 4196468 140729868816592 140122236808080 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6134] ppid=6127 vsize=14082736 memory=140217183647360 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6134/stat : 6134 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166133 14420721664 7735 33554432000 4194304 4196468 140729868816592 140122235755280 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6135] ppid=6127 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6135/stat : 6135 (java) S 6127 6130 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166133 14420721664 7735 33554432000 4194304 4196468 140729868816592 140121892986000 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6136] ppid=6127 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6136/stat : 6136 (java) S 6127 6130 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166133 14420721664 7735 33554432000 4194304 4196468 140729868816592 140121891933200 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6137] ppid=6127 vsize=14082736 memory=140217183647360 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6137/stat : 6137 (java) S 6127 6130 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166134 14420721664 7735 33554432000 4194304 4196468 140729868816592 140121841428592 140122299218562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6138] ppid=6127 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6138/stat : 6138 (java) S 6127 6130 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166135 14420721664 7735 33554432000 4194304 4196468 140729868816592 140121840374560 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6139] ppid=6127 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6139/stat : 6139 (java) S 6127 6130 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166135 14420721664 7735 33554432000 4194304 4196468 140729868816592 140121839322224 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6140] ppid=6127 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6140/stat : 6140 (java) S 6127 6130 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166137 14420721664 7735 33554432000 4194304 4196468 140729868816592 140121838270544 140122299226011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6141] ppid=6127 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6141/stat : 6141 (java) S 6127 6130 5555 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 272166137 14420721664 7735 33554432000 4194304 4196468 140729868816592 140121837218416 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6142] ppid=6127 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6142/stat : 6142 (java) S 6127 6130 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166137 14420721664 7735 33554432000 4194304 4196468 140729868816592 140121836165616 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6143] ppid=6127 vsize=14082736 memory=140217183647360 CPUtime=0.01 cores=1,3,5,7
/proc/6130/task/6143/stat : 6143 (java) S 6127 6130 5555 0 -1 1077944384 278 0 0 0 1 0 0 0 20 0 15 0 272166137 14420721664 7735 33554432000 4194304 4196468 140729868816592 140121835113328 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6144] ppid=6127 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6144/stat : 6144 (java) S 6127 6130 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166137 14420721664 7735 33554432000 4194304 4196468 140729868816592 140121834060768 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6145] ppid=6127 vsize=14082736 memory=140217183647360 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6145/stat : 6145 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166138 14420721664 7735 33554432000 4194304 4196468 140729868816592 140121833007536 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30940 KiB

[startup+0.210361 s]*
/proc/loadavg: 1.39 1.47 1.43 6/215 6145
/proc/meminfo: memFree=22345164/32770624 swapFree=67108836/67108860
[pid=6130] ppid=6127 vsize=14082736 memory=47016 CPUtime=0.3 cores=1,3,5,7
/proc/6130/stat : 6130 (java) S 6127 6130 5555 0 -1 1077944320 10346 0 0 0 27 3 0 0 20 0 15 0 272166132 14420721664 11754 33554432000 4194304 4196468 140729868816592 140729868799136 140122299207415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
/proc/6130/statm: 3520684 11754 3373 1 0 3482761 0
[pid=6130/tid=6132] ppid=6127 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/6130/task/6132/stat : 6132 (java) R 6127 6130 5555 0 -1 4202560 8071 0 0 0 17 2 0 0 20 0 15 0 272166132 14420721664 11754 33554432000 4194304 4196468 140729868816592 140122303434768 140122299219350 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6133] ppid=6127 vsize=14082736 memory=342 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6133/stat : 6133 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166133 14420721664 11754 33554432000 4194304 4196468 140729868816592 140122236808080 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6134] ppid=6127 vsize=14082736 memory=140217183658727 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6134/stat : 6134 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166133 14420721664 11754 33554432000 4194304 4196468 140729868816592 140122235755280 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6135] ppid=6127 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6135/stat : 6135 (java) S 6127 6130 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166133 14420721664 11754 33554432000 4194304 4196468 140729868816592 140121892986000 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6136] ppid=6127 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6136/stat : 6136 (java) S 6127 6130 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166133 14420721664 11754 33554432000 4194304 4196468 140729868816592 140121891933200 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6137] ppid=6127 vsize=14082736 memory=140217183647360 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6137/stat : 6137 (java) S 6127 6130 5555 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272166134 14420721664 11754 33554432000 4194304 4196468 140729868816592 140121841428592 140122299218562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6138] ppid=6127 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6138/stat : 6138 (java) S 6127 6130 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166135 14420721664 11754 33554432000 4194304 4196468 140729868816592 140121840374560 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6139] ppid=6127 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6139/stat : 6139 (java) S 6127 6130 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166135 14420721664 11754 33554432000 4194304 4196468 140729868816592 140121839322224 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6140] ppid=6127 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6140/stat : 6140 (java) S 6127 6130 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166137 14420721664 11754 33554432000 4194304 4196468 140729868816592 140121838270544 140122299226011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6141] ppid=6127 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6130/task/6141/stat : 6141 (java) R 6127 6130 5555 0 -1 4202560 512 0 0 0 2 0 0 0 20 0 15 0 272166137 14420721664 11754 33554432000 4194304 4196468 140729868816592 140121837205200 140122291444542 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6142] ppid=6127 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/6130/task/6142/stat : 6142 (java) S 6127 6130 5555 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 15 0 272166137 14420721664 11754 33554432000 4194304 4196468 140729868816592 140121836165616 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6143] ppid=6127 vsize=14082736 memory=140217183647360 CPUtime=0.06 cores=1,3,5,7
/proc/6130/task/6143/stat : 6143 (java) R 6127 6130 5555 0 -1 1077944384 316 0 0 0 6 0 0 0 20 0 15 0 272166137 14420721664 11754 33554432000 4194304 4196468 140729868816592 140121835113328 140122299218562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6144] ppid=6127 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6144/stat : 6144 (java) S 6127 6130 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166137 14420721664 11754 33554432000 4194304 4196468 140729868816592 140121834060768 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6145] ppid=6127 vsize=14082736 memory=140217183647360 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6145/stat : 6145 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166138 14420721664 11754 33554432000 4194304 4196468 140729868816592 140121833007536 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47016 KiB

[startup+0.31039 s]*
/proc/loadavg: 1.39 1.47 1.43 3/215 6145
/proc/meminfo: memFree=22341380/32770624 swapFree=67108836/67108860
[pid=6130] ppid=6127 vsize=14082736 memory=50508 CPUtime=0.44 cores=1,3,5,7
/proc/6130/stat : 6130 (java) S 6127 6130 5555 0 -1 1077944320 10783 0 0 0 41 3 0 0 20 0 15 0 272166132 14420721664 12627 33554432000 4194304 4196468 140729868816592 140729868799136 140122299207415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
/proc/6130/statm: 3520684 12627 3389 1 0 3482761 0
[pid=6130/tid=6132] ppid=6127 vsize=14082736 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/6130/task/6132/stat : 6132 (java) R 6127 6130 5555 0 -1 4202560 8439 0 0 0 27 2 0 0 20 0 15 0 272166132 14420721664 12627 33554432000 4194304 4196468 140729868816592 140122303418928 140122284373059 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6133] ppid=6127 vsize=14082736 memory=290763875203416087 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6133/stat : 6133 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166133 14420721664 12627 33554432000 4194304 4196468 140729868816592 140122236808080 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6134] ppid=6127 vsize=14082736 memory=15959128118671000 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6134/stat : 6134 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166133 14420721664 12627 33554432000 4194304 4196468 140729868816592 140122235755280 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6135] ppid=6127 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6135/stat : 6135 (java) S 6127 6130 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166133 14420721664 12627 33554432000 4194304 4196468 140729868816592 140121892986000 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6136] ppid=6127 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6136/stat : 6136 (java) S 6127 6130 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166133 14420721664 12627 33554432000 4194304 4196468 140729868816592 140121891933200 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6137] ppid=6127 vsize=14082736 memory=140217183647360 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6137/stat : 6137 (java) S 6127 6130 5555 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272166134 14420721664 12627 33554432000 4194304 4196468 140729868816592 140121841428592 140122299218562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6138] ppid=6127 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6138/stat : 6138 (java) S 6127 6130 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166135 14420721664 12627 33554432000 4194304 4196468 140729868816592 140121840374560 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6139] ppid=6127 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6139/stat : 6139 (java) S 6127 6130 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166135 14420721664 12627 33554432000 4194304 4196468 140729868816592 140121839322224 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6140] ppid=6127 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6140/stat : 6140 (java) S 6127 6130 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166137 14420721664 12627 33554432000 4194304 4196468 140729868816592 140121838270544 140122299226011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6141] ppid=6127 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6130/task/6141/stat : 6141 (java) S 6127 6130 5555 0 -1 1077944384 522 0 0 0 3 0 0 0 20 0 15 0 272166137 14420721664 12627 33554432000 4194304 4196468 140729868816592 140121837218416 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6142] ppid=6127 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/6130/task/6142/stat : 6142 (java) S 6127 6130 5555 0 -1 1077944384 107 0 0 0 1 0 0 0 20 0 15 0 272166137 14420721664 12627 33554432000 4194304 4196468 140729868816592 140121836165616 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6143] ppid=6127 vsize=14082736 memory=140217183647360 CPUtime=0.08 cores=1,3,5,7
/proc/6130/task/6143/stat : 6143 (java) S 6127 6130 5555 0 -1 1077944384 336 0 0 0 8 0 0 0 20 0 15 0 272166137 14420721664 12627 33554432000 4194304 4196468 140729868816592 140121835113328 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6144] ppid=6127 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6144/stat : 6144 (java) S 6127 6130 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166137 14420721664 12627 33554432000 4194304 4196468 140729868816592 140121834060768 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6145] ppid=6127 vsize=14082736 memory=140217183647360 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6145/stat : 6145 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166138 14420721664 12627 33554432000 4194304 4196468 140729868816592 140121833007536 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50508 KiB

[startup+0.700781 s]
/proc/loadavg: 1.39 1.47 1.43 3/215 6145
/proc/meminfo: memFree=22316452/32770624 swapFree=67108836/67108860
[pid=6130] ppid=6127 vsize=14084804 memory=88848 CPUtime=0.98 cores=1,3,5,7
/proc/6130/stat : 6130 (java) S 6127 6130 5555 0 -1 1077944320 17620 0 0 0 93 5 0 0 20 0 15 0 272166132 14422839296 22212 33554432000 4194304 4196468 140729868816592 140729868799136 140122299207415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
/proc/6130/statm: 3521201 22212 3504 1 0 3483273 0
[pid=6130/tid=6132] ppid=6127 vsize=14084804 memory=1760 CPUtime=0.67 cores=1,3,5,7
/proc/6130/task/6132/stat : 6132 (java) R 6127 6130 5555 0 -1 4202560 14891 0 0 0 63 4 0 0 20 0 15 0 272166132 14422839296 22212 33554432000 4194304 4196468 140729868816592 140122303430016 140122283287902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6133] ppid=6127 vsize=14084804 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6133/stat : 6133 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166133 14422839296 22212 33554432000 4194304 4196468 140729868816592 140122236808080 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6134] ppid=6127 vsize=14084804 memory=752 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6134/stat : 6134 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166133 14422839296 22212 33554432000 4194304 4196468 140729868816592 140122235755280 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6135] ppid=6127 vsize=14084804 memory=5356 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6135/stat : 6135 (java) S 6127 6130 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166133 14422839296 22212 33554432000 4194304 4196468 140729868816592 140121892986000 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6136] ppid=6127 vsize=14084804 memory=872 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6136/stat : 6136 (java) S 6127 6130 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166133 14422839296 22212 33554432000 4194304 4196468 140729868816592 140121891933200 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6137] ppid=6127 vsize=14084804 memory=8736 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6137/stat : 6137 (java) S 6127 6130 5555 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272166134 14422839296 22212 33554432000 4194304 4196468 140729868816592 140121841428592 140122299218562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6138] ppid=6127 vsize=14084804 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6138/stat : 6138 (java) S 6127 6130 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166135 14422839296 22212 33554432000 4194304 4196468 140729868816592 140121840374560 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6139] ppid=6127 vsize=14084804 memory=1832 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6139/stat : 6139 (java) S 6127 6130 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166135 14422839296 22212 33554432000 4194304 4196468 140729868816592 140121839322224 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6140] ppid=6127 vsize=14084804 memory=4639098309541127013 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6140/stat : 6140 (java) S 6127 6130 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166137 14422839296 22212 33554432000 4194304 4196468 140729868816592 140121838270544 140122299226011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6141] ppid=6127 vsize=14084804 memory=5938120801962453074 CPUtime=0.09 cores=1,3,5,7
/proc/6130/task/6141/stat : 6141 (java) S 6127 6130 5555 0 -1 1077944384 666 0 0 0 9 0 0 0 20 0 15 0 272166137 14422839296 22212 33554432000 4194304 4196468 140729868816592 140121837218416 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6142] ppid=6127 vsize=14084804 memory=7523071198212214892 CPUtime=0.05 cores=1,3,5,7
/proc/6130/task/6142/stat : 6142 (java) S 6127 6130 5555 0 -1 1077944384 260 0 0 0 5 0 0 0 20 0 15 0 272166137 14422839296 22212 33554432000 4194304 4196468 140729868816592 140121836165616 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6143] ppid=6127 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/6130/task/6143/stat : 6143 (java) S 6127 6130 5555 0 -1 1077944384 422 0 0 0 15 0 0 0 20 0 15 0 272166137 14422839296 22212 33554432000 4194304 4196468 140729868816592 140121835113328 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6144] ppid=6127 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6144/stat : 6144 (java) S 6127 6130 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166137 14422839296 22212 33554432000 4194304 4196468 140729868816592 140121834060768 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6145] ppid=6127 vsize=14084804 memory=33 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6145/stat : 6145 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166138 14422839296 22212 33554432000 4194304 4196468 140729868816592 140121833007536 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88848 KiB

[startup+0.998312 s]
# the end of solver process 6130 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.39988 s, system=0.06927 s

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

[startup+0.806169 s]
/proc/loadavg: 1.39 1.47 1.43 3/215 6145
/proc/meminfo: memFree=22316452/32770624 swapFree=67108836/67108860
[pid=6130] ppid=6127 vsize=14086852 memory=95688 CPUtime=1.18 cores=1,3,5,7
/proc/6130/stat : 6130 (java) S 6127 6130 5555 0 -1 1077944320 18276 0 0 0 112 6 0 0 20 0 15 0 272166132 14424936448 23922 33554432000 4194304 4196468 140729868816592 140729868799136 140122299207415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
/proc/6130/statm: 3521713 23922 3505 1 0 3483785 0
[pid=6130/tid=6132] ppid=6127 vsize=14086852 memory=8243114992657236055 CPUtime=0.78 cores=1,3,5,7
/proc/6130/task/6132/stat : 6132 (java) R 6127 6130 5555 0 -1 4202560 15389 0 0 0 73 5 0 0 20 0 15 0 272166132 14424936448 23922 33554432000 4194304 4196468 140729868816592 140122303433552 140122284912449 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6133] ppid=6127 vsize=14086852 memory=288287770705920936 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6133/stat : 6133 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166133 14424936448 23922 33554432000 4194304 4196468 140729868816592 140122236808080 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6134] ppid=6127 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6134/stat : 6134 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166133 14424936448 23922 33554432000 4194304 4196468 140729868816592 140122235755280 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6135] ppid=6127 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6135/stat : 6135 (java) S 6127 6130 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166133 14424936448 23922 33554432000 4194304 4196468 140729868816592 140121892986000 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6136] ppid=6127 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6136/stat : 6136 (java) S 6127 6130 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166133 14424936448 23922 33554432000 4194304 4196468 140729868816592 140121891933200 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6137] ppid=6127 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6137/stat : 6137 (java) S 6127 6130 5555 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272166134 14424936448 23922 33554432000 4194304 4196468 140729868816592 140121841428592 140122299218562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6138] ppid=6127 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6138/stat : 6138 (java) S 6127 6130 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166135 14424936448 23922 33554432000 4194304 4196468 140729868816592 140121840374560 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6139] ppid=6127 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6139/stat : 6139 (java) S 6127 6130 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166135 14424936448 23922 33554432000 4194304 4196468 140729868816592 140121839322224 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6140] ppid=6127 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6140/stat : 6140 (java) S 6127 6130 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166137 14424936448 23922 33554432000 4194304 4196468 140729868816592 140121838270544 140122299226011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6141] ppid=6127 vsize=14086852 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/6130/task/6141/stat : 6141 (java) S 6127 6130 5555 0 -1 1077944384 679 0 0 0 11 0 0 0 20 0 15 0 272166137 14424936448 23922 33554432000 4194304 4196468 140729868816592 140121837218416 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6142] ppid=6127 vsize=14086852 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6130/task/6142/stat : 6142 (java) S 6127 6130 5555 0 -1 1077944384 282 0 0 0 8 0 0 0 20 0 15 0 272166137 14424936448 23922 33554432000 4194304 4196468 140729868816592 140121836165616 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6143] ppid=6127 vsize=14086852 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/6130/task/6143/stat : 6143 (java) S 6127 6130 5555 0 -1 1077944384 546 0 0 0 19 0 0 0 20 0 15 0 272166137 14424936448 23922 33554432000 4194304 4196468 140729868816592 140121835113328 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6144] ppid=6127 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6144/stat : 6144 (java) S 6127 6130 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166137 14424936448 23922 33554432000 4194304 4196468 140729868816592 140121834060768 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6145] ppid=6127 vsize=14086852 memory=1396 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6145/stat : 6145 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166138 14424936448 23922 33554432000 4194304 4196468 140729868816592 140121833007536 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 95688 KiB

[startup+0.900723 s]
/proc/loadavg: 1.39 1.47 1.43 3/215 6145
/proc/meminfo: memFree=22316452/32770624 swapFree=67108836/67108860
[pid=6130] ppid=6127 vsize=14088900 memory=102488 CPUtime=1.3 cores=1,3,5,7
/proc/6130/stat : 6130 (java) S 6127 6130 5555 0 -1 1077944320 18893 0 0 0 124 6 0 0 20 0 15 0 272166132 14427033600 25622 33554432000 4194304 4196468 140729868816592 140729868799136 140122299207415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
/proc/6130/statm: 3522225 25622 3506 1 0 3484297 0
[pid=6130/tid=6132] ppid=6127 vsize=14088900 memory=1760 CPUtime=0.87 cores=1,3,5,7
/proc/6130/task/6132/stat : 6132 (java) R 6127 6130 5555 0 -1 4202560 15964 0 0 0 82 5 0 0 20 0 15 0 272166132 14427033600 25622 33554432000 4194304 4196468 140729868816592 140122303437304 140122283287902 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6133] ppid=6127 vsize=14088900 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6133/stat : 6133 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166133 14427033600 25622 33554432000 4194304 4196468 140729868816592 140122236808080 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6134] ppid=6127 vsize=14088900 memory=752 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6134/stat : 6134 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166133 14427033600 25622 33554432000 4194304 4196468 140729868816592 140122235755280 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6135] ppid=6127 vsize=14088900 memory=5356 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6135/stat : 6135 (java) S 6127 6130 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166133 14427033600 25622 33554432000 4194304 4196468 140729868816592 140121892986000 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6136] ppid=6127 vsize=14088900 memory=872 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6136/stat : 6136 (java) S 6127 6130 5555 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 272166133 14427033600 25622 33554432000 4194304 4196468 140729868816592 140121891933200 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6137] ppid=6127 vsize=14088900 memory=8736 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6137/stat : 6137 (java) S 6127 6130 5555 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 272166134 14427033600 25622 33554432000 4194304 4196468 140729868816592 140121841428592 140122299218562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6138] ppid=6127 vsize=14088900 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6138/stat : 6138 (java) S 6127 6130 5555 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 272166135 14427033600 25622 33554432000 4194304 4196468 140729868816592 140121840374560 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6139] ppid=6127 vsize=14088900 memory=1832 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6139/stat : 6139 (java) S 6127 6130 5555 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 272166135 14427033600 25622 33554432000 4194304 4196468 140729868816592 140121839322224 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6140] ppid=6127 vsize=14088900 memory=280434118543584 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6140/stat : 6140 (java) S 6127 6130 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166137 14427033600 25622 33554432000 4194304 4196468 140729868816592 140121838270544 140122299226011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6141] ppid=6127 vsize=14088900 memory=280434118550304 CPUtime=0.11 cores=1,3,5,7
/proc/6130/task/6141/stat : 6141 (java) R 6127 6130 5555 0 -1 4202560 680 0 0 0 11 0 0 0 20 0 15 0 272166137 14427033600 25622 33554432000 4194304 4196468 140729868816592 140121837218416 140122278861025 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6142] ppid=6127 vsize=14088900 memory=140217059290284 CPUtime=0.09 cores=1,3,5,7
/proc/6130/task/6142/stat : 6142 (java) S 6127 6130 5555 0 -1 1077944384 288 0 0 0 9 0 0 0 20 0 15 0 272166137 14427033600 25622 33554432000 4194304 4196468 140729868816592 140121836165616 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6143] ppid=6127 vsize=14088900 memory=1396 CPUtime=0.2 cores=1,3,5,7
/proc/6130/task/6143/stat : 6143 (java) S 6127 6130 5555 0 -1 1077944384 580 0 0 0 20 0 0 0 20 0 15 0 272166137 14427033600 25622 33554432000 4194304 4196468 140729868816592 140121835113328 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6144] ppid=6127 vsize=14088900 memory=15312 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6144/stat : 6144 (java) S 6127 6130 5555 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 272166137 14427033600 25622 33554432000 4194304 4196468 140729868816592 140121834060768 140122299217621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
[pid=6130/tid=6145] ppid=6127 vsize=14088900 memory=33 CPUtime=0 cores=1,3,5,7
/proc/6130/task/6145/stat : 6145 (java) S 6127 6130 5555 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 272166138 14427033600 25622 33554432000 4194304 4196468 140729868816592 140121833007536 140122299218562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39321600 140729868821576 140729868821769 140729868821769 140729868824527 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 102488 KiB

Child status: 0
Real time (s): 0.998369
CPU time (s): 1.46915
CPU user time (s): 1.39988
CPU system time (s): 0.06927
CPU usage (%): 147.155
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 102488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.39988
system time used= 0.06927
maximum resident set size= 111264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19461
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= 1366
involuntary context switches= 20


# summary of solver processes directly reported to runsolver:
#   pid: 6130
#   total CPU time (s): 1.46915
#   total CPU user time (s): 1.39988
#   total CPU system time (s): 0.06927

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026678 second user time and 0.048416 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-18 00:47:10
IDJOB=4312062
IDBENCH=141156
IDSOLVER=2799
FILE ID=node139/4312062-1534546030
RUNJOBID= node139-1534541038-5587
PBS_JOBID= 21038632
Free space on /tmp= 44196 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Auction/Auction-cnt/Auction-cnt-example_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312062-1534546030/watcher-4312062-1534546030 -o /tmp/evaluation-result-4312062-1534546030/solver-4312062-1534546030 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534541038-5587 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1884243932 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4312062-1534546030.xml

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

MD5SUM BENCH= b170f5ced0cb389de51404fef1a5e95b
RANDOM SEED=1884243932

node139.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.80
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.80
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.80
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.80
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:        22378732 kB
MemAvailable:   31472160 kB
Buffers:          242200 kB
Cached:          9057520 kB
SwapCached:           16 kB
Active:          5513256 kB
Inactive:        4257972 kB
Active(anon):     450036 kB
Inactive(anon):    90468 kB
Active(file):    5063220 kB
Inactive(file):  4167504 kB
Unevictable:        7156 kB
Mlocked:            7156 kB
SwapTotal:      67108860 kB
SwapFree:       67108836 kB
Dirty:             35824 kB
Writeback:             0 kB
AnonPages:        482716 kB
Mapped:            35812 kB
Shmem:             66164 kB
Slab:             320028 kB
SReclaimable:     291164 kB
SUnreclaim:        28864 kB
KernelStack:        3680 kB
PageTables:         6048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1312912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    409600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 44160 MiB
End job on node139 at 2018-08-18 00:47:11