Trace number 4311752

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-17OPT445 2.83975 1.50354

General information on the benchmark

NameMario/
Mario-easy-5_c18.xml
MD5SUM4fc2559afebff091b84e9ba27308c103
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark445
Best CPU time to get the best result obtained on this benchmark2.48119
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains30
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":1},{"size":15,"count":29}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"type":"sum","count":1},{"type":"circuit","count":1}]
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.68/0.56	c version: 2018-08-17
0.68/0.56	c seed: 129132667
0.68/0.56	c timeout: 2520
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.58	c Parsing instance...
1.78/1.15	c Parsing done, starting search...
1.78/1.19	o 350
1.78/1.19	o 381
1.78/1.19	o 386
1.78/1.19	o 390
1.78/1.20	o 433
2.05/1.21	o 436
2.05/1.25	o 437
2.05/1.29	o 439
2.35/1.31	o 440
2.35/1.31	o 445
2.65/1.43	s OPTIMUM FOUND
2.65/1.43	v <instantiation>
2.65/1.43	v 	<list>
2.65/1.43	v 		s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14]
2.65/1.43	v 	</list>
2.65/1.43	v 	<values>
2.65/1.43	v 		12 0 4 8 11 1 2 10 13 9 14 7 3 6 5 60 0 143 71 11 43 137 79 178 0 210 133 608 211 108 0 0 74 24 6 5 54 91 22 0 31 3 47 60 28 
2.65/1.43	v 	</values>
2.65/1.43	v </instantiation>

Verifier Data

OK	445

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4311752-1534559371/watcher-4311752-1534559371 -o /tmp/evaluation-result-4311752-1534559371/solver-4311752-1534559371 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534541040-3481 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 129132667 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311752-1534559371.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
Current StackSize limit: 8192 KiB

solver pid=6784, runsolver pid=6781

[startup+0.107362 s]*
/proc/loadavg: 1.92 1.79 1.72 4/219 6799
/proc/meminfo: memFree=24657692/32770624 swapFree=67108840/67108860
[pid=6784] ppid=6781 vsize=14082736 memory=30868 CPUtime=0.12 cores=1,3,5,7
/proc/6784/stat : 6784 (java) S 6781 6784 3449 0 -1 1077944320 6620 0 0 0 11 1 0 0 20 0 15 0 273500259 14420721664 7717 33554432000 4194304 4196468 140729041519664 140729041502208 140157464788727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
/proc/6784/statm: 3520684 7717 3160 1 0 3482761 0
[pid=6784/tid=6786] ppid=6781 vsize=14082736 memory=-8392275909630850240 CPUtime=0.1 cores=1,3,5,7
/proc/6784/task/6786/stat : 6786 (java) R 6781 6784 3449 0 -1 4202560 4674 0 0 0 9 1 0 0 20 0 15 0 273500259 14420721664 7717 33554432000 4194304 4196468 140729041519664 140157468998536 140157457505879 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6787] ppid=6781 vsize=14082736 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6787/stat : 6787 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14420721664 7717 33554432000 4194304 4196468 140729041519664 140157402389648 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6788] ppid=6781 vsize=14082736 memory=140184669968000 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6788/stat : 6788 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14420721664 7717 33554432000 4194304 4196468 140729041519664 140157401336848 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6789] ppid=6781 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6789/stat : 6789 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14420721664 7717 33554432000 4194304 4196468 140729041519664 140157058030480 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6790] ppid=6781 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6790/stat : 6790 (java) S 6781 6784 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273500260 14420721664 7783 33554432000 4194304 4196468 140729041519664 140157056977680 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6791] ppid=6781 vsize=14082736 memory=140184669968000 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6791/stat : 6791 (java) S 6781 6784 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273500262 14420721664 7783 33554432000 4194304 4196468 140729041519664 140156377958768 140157464799874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6792] ppid=6781 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6792/stat : 6792 (java) S 6781 6784 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273500262 14420721664 7783 33554432000 4194304 4196468 140729041519664 140156376904736 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6793] ppid=6781 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6793/stat : 6793 (java) S 6781 6784 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273500262 14420721664 7783 33554432000 4194304 4196468 140729041519664 140156375851888 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6794] ppid=6781 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6794/stat : 6794 (java) S 6781 6784 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273500265 14420721664 7783 33554432000 4194304 4196468 140729041519664 140156374800208 140157464807323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6795] ppid=6781 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6795/stat : 6795 (java) S 6781 6784 3449 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 273500265 14420721664 7783 33554432000 4194304 4196468 140729041519664 140156373748592 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6796] ppid=6781 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6796/stat : 6796 (java) S 6781 6784 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273500265 14420721664 7783 33554432000 4194304 4196468 140729041519664 140156372695792 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6797] ppid=6781 vsize=14082736 memory=140184669968000 CPUtime=0.01 cores=1,3,5,7
/proc/6784/task/6797/stat : 6797 (java) S 6781 6784 3449 0 -1 1077944384 296 0 0 0 1 0 0 0 20 0 15 0 273500265 14420721664 7783 33554432000 4194304 4196468 140729041519664 140156371642992 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6798] ppid=6781 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6798/stat : 6798 (java) S 6781 6784 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273500265 14420721664 7783 33554432000 4194304 4196468 140729041519664 140156370590432 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6799] ppid=6781 vsize=14082736 memory=140184669968000 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6799/stat : 6799 (java) S 6781 6784 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273500265 14420721664 7783 33554432000 4194304 4196468 140729041519664 140156369537712 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30868 KiB

[startup+0.346914 s]*
/proc/loadavg: 1.92 1.79 1.72 3/219 6799
/proc/meminfo: memFree=24628616/32770624 swapFree=67108840/67108860
[pid=6784] ppid=6781 vsize=14082736 memory=51000 CPUtime=0.48 cores=1,3,5,7
/proc/6784/stat : 6784 (java) S 6781 6784 3449 0 -1 1077944320 10887 0 0 0 46 2 0 0 20 0 15 0 273500259 14420721664 12685 33554432000 4194304 4196468 140729041519664 140729041502208 140157464788727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
/proc/6784/statm: 3520684 12685 3383 1 0 3482761 0
[pid=6784/tid=6786] ppid=6781 vsize=14082736 memory=7022364594140610616 CPUtime=0.33 cores=1,3,5,7
/proc/6784/task/6786/stat : 6786 (java) R 6781 6784 3449 0 -1 4202560 8524 0 0 0 32 1 0 0 20 0 15 0 273500259 14420721664 12750 33554432000 4194304 4196468 140729041519664 140157468996560 140157448869214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6787] ppid=6781 vsize=14082736 memory=365 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6787/stat : 6787 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14420721664 12750 33554432000 4194304 4196468 140729041519664 140157402389648 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6788] ppid=6781 vsize=14082736 memory=140184669974820 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6788/stat : 6788 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14420721664 12750 33554432000 4194304 4196468 140729041519664 140157401336848 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6789] ppid=6781 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6789/stat : 6789 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14420721664 12750 33554432000 4194304 4196468 140729041519664 140157058030480 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6790] ppid=6781 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6790/stat : 6790 (java) S 6781 6784 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273500260 14420721664 12750 33554432000 4194304 4196468 140729041519664 140157056977680 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6791] ppid=6781 vsize=14082736 memory=140184669968000 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6791/stat : 6791 (java) S 6781 6784 3449 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 273500262 14420721664 12750 33554432000 4194304 4196468 140729041519664 140156377958768 140157464799874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6792] ppid=6781 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6792/stat : 6792 (java) S 6781 6784 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273500262 14420721664 12750 33554432000 4194304 4196468 140729041519664 140156376904736 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6793] ppid=6781 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6793/stat : 6793 (java) S 6781 6784 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273500262 14420721664 12750 33554432000 4194304 4196468 140729041519664 140156375851888 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6794] ppid=6781 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6794/stat : 6794 (java) S 6781 6784 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273500265 14420721664 12750 33554432000 4194304 4196468 140729041519664 140156374800208 140157464807323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6795] ppid=6781 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6784/task/6795/stat : 6795 (java) S 6781 6784 3449 0 -1 1077944384 367 0 0 0 3 0 0 0 20 0 15 0 273500265 14420721664 12750 33554432000 4194304 4196468 140729041519664 140156373748592 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6796] ppid=6781 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6784/task/6796/stat : 6796 (java) S 6781 6784 3449 0 -1 1077944384 260 0 0 0 2 0 0 0 20 0 15 0 273500265 14420721664 12750 33554432000 4194304 4196468 140729041519664 140156372695792 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6797] ppid=6781 vsize=14082736 memory=140184669968000 CPUtime=0.08 cores=1,3,5,7
/proc/6784/task/6797/stat : 6797 (java) S 6781 6784 3449 0 -1 1077944384 361 0 0 0 8 0 0 0 20 0 15 0 273500265 14420721664 12750 33554432000 4194304 4196468 140729041519664 140156371642992 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6798] ppid=6781 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6798/stat : 6798 (java) S 6781 6784 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273500265 14420721664 12750 33554432000 4194304 4196468 140729041519664 140156370590432 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6799] ppid=6781 vsize=14082736 memory=140184669968000 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6799/stat : 6799 (java) S 6781 6784 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273500265 14420721664 12750 33554432000 4194304 4196468 140729041519664 140156369537712 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51000 KiB

[startup+0.410445 s]*
/proc/loadavg: 1.92 1.79 1.72 3/219 6799
/proc/meminfo: memFree=24626316/32770624 swapFree=67108840/67108860
[pid=6784] ppid=6781 vsize=14082736 memory=55996 CPUtime=0.56 cores=1,3,5,7
/proc/6784/stat : 6784 (java) S 6781 6784 3449 0 -1 1077944320 11830 0 0 0 54 2 0 0 20 0 15 0 273500259 14420721664 13999 33554432000 4194304 4196468 140729041519664 140729041502208 140157464788727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
/proc/6784/statm: 3520684 13999 3383 1 0 3482761 0
[pid=6784/tid=6786] ppid=6781 vsize=14082736 memory=7311146985107750967 CPUtime=0.4 cores=1,3,5,7
/proc/6784/task/6786/stat : 6786 (java) R 6781 6784 3449 0 -1 4202560 9452 0 0 0 38 2 0 0 20 0 15 0 273500259 14420721664 13999 33554432000 4194304 4196468 140729041519664 140157468996496 140157448832357 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6787] ppid=6781 vsize=14082736 memory=290763888105095191 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6787/stat : 6787 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14420721664 13999 33554432000 4194304 4196468 140729041519664 140157402389648 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6788] ppid=6781 vsize=14082736 memory=14550612603098776 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6788/stat : 6788 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14420721664 13999 33554432000 4194304 4196468 140729041519664 140157401336848 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6789] ppid=6781 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6789/stat : 6789 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14420721664 13999 33554432000 4194304 4196468 140729041519664 140157058030480 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6790] ppid=6781 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6790/stat : 6790 (java) S 6781 6784 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273500260 14420721664 13999 33554432000 4194304 4196468 140729041519664 140157056977680 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6791] ppid=6781 vsize=14082736 memory=140184669968000 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6791/stat : 6791 (java) S 6781 6784 3449 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 273500262 14420721664 13999 33554432000 4194304 4196468 140729041519664 140156377958768 140157464799874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6792] ppid=6781 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6792/stat : 6792 (java) S 6781 6784 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273500262 14420721664 13999 33554432000 4194304 4196468 140729041519664 140156376904736 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6793] ppid=6781 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6793/stat : 6793 (java) S 6781 6784 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273500262 14420721664 13999 33554432000 4194304 4196468 140729041519664 140156375851888 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6794] ppid=6781 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6794/stat : 6794 (java) S 6781 6784 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273500265 14420721664 13999 33554432000 4194304 4196468 140729041519664 140156374800208 140157464807323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6795] ppid=6781 vsize=14082736 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6784/task/6795/stat : 6795 (java) S 6781 6784 3449 0 -1 1077944384 367 0 0 0 3 0 0 0 20 0 15 0 273500265 14420721664 13999 33554432000 4194304 4196468 140729041519664 140156373748592 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6796] ppid=6781 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6784/task/6796/stat : 6796 (java) S 6781 6784 3449 0 -1 1077944384 260 0 0 0 2 0 0 0 20 0 15 0 273500265 14420721664 13999 33554432000 4194304 4196468 140729041519664 140156372695792 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6797] ppid=6781 vsize=14082736 memory=140184669968000 CPUtime=0.1 cores=1,3,5,7
/proc/6784/task/6797/stat : 6797 (java) R 6781 6784 3449 0 -1 4202560 371 0 0 0 10 0 0 0 20 0 15 0 273500265 14420721664 13999 33554432000 4194304 4196468 140729041519664 140156371642992 140157443739640 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6798] ppid=6781 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6798/stat : 6798 (java) S 6781 6784 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273500265 14420721664 13999 33554432000 4194304 4196468 140729041519664 140156370590432 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6799] ppid=6781 vsize=14082736 memory=140184669968000 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6799/stat : 6799 (java) S 6781 6784 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273500265 14420721664 13999 33554432000 4194304 4196468 140729041519664 140156369537712 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 55996 KiB

[startup+0.709998 s]
/proc/loadavg: 1.92 1.79 1.72 3/219 6799
/proc/meminfo: memFree=24606868/32770624 swapFree=67108840/67108860
[pid=6784] ppid=6781 vsize=14084804 memory=88992 CPUtime=1 cores=1,3,5,7
/proc/6784/stat : 6784 (java) S 6781 6784 3449 0 -1 1077944320 17644 0 0 0 96 4 0 0 20 0 15 0 273500259 14422839296 22248 33554432000 4194304 4196468 140729041519664 140729041502208 140157464788727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
/proc/6784/statm: 3521201 22248 3485 1 0 3483273 0
[pid=6784/tid=6786] ppid=6781 vsize=14084804 memory=288230587528118625 CPUtime=0.68 cores=1,3,5,7
/proc/6784/task/6786/stat : 6786 (java) R 6781 6784 3449 0 -1 4202560 14885 0 0 0 65 3 0 0 20 0 15 0 273500259 14422839296 22248 33554432000 4194304 4196468 140729041519664 140157469003632 140157421390564 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6787] ppid=6781 vsize=14084804 memory=14134437612885540 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6787/stat : 6787 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14422839296 22248 33554432000 4194304 4196468 140729041519664 140157402389648 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6788] ppid=6781 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6788/stat : 6788 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14422839296 22248 33554432000 4194304 4196468 140729041519664 140157401336848 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6789] ppid=6781 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6789/stat : 6789 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14422839296 22248 33554432000 4194304 4196468 140729041519664 140157058030480 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6790] ppid=6781 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6790/stat : 6790 (java) S 6781 6784 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273500260 14422839296 22248 33554432000 4194304 4196468 140729041519664 140157056977680 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6791] ppid=6781 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6791/stat : 6791 (java) S 6781 6784 3449 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 273500262 14422839296 22248 33554432000 4194304 4196468 140729041519664 140156377958768 140157464799874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6792] ppid=6781 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6792/stat : 6792 (java) S 6781 6784 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273500262 14422839296 22248 33554432000 4194304 4196468 140729041519664 140156376904736 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6793] ppid=6781 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6793/stat : 6793 (java) S 6781 6784 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273500262 14422839296 22248 33554432000 4194304 4196468 140729041519664 140156375851888 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6794] ppid=6781 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6794/stat : 6794 (java) S 6781 6784 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273500265 14422839296 22248 33554432000 4194304 4196468 140729041519664 140156374800208 140157464807323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6795] ppid=6781 vsize=14084804 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6784/task/6795/stat : 6795 (java) S 6781 6784 3449 0 -1 1077944384 524 0 0 0 8 0 0 0 20 0 15 0 273500265 14422839296 22248 33554432000 4194304 4196468 140729041519664 140156373748592 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6796] ppid=6781 vsize=14084804 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/6784/task/6796/stat : 6796 (java) S 6781 6784 3449 0 -1 1077944384 401 0 0 0 6 0 0 0 20 0 15 0 273500265 14422839296 22248 33554432000 4194304 4196468 140729041519664 140156372695792 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6797] ppid=6781 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/6784/task/6797/stat : 6797 (java) S 6781 6784 3449 0 -1 1077944384 450 0 0 0 15 0 0 0 20 0 15 0 273500265 14422839296 22248 33554432000 4194304 4196468 140729041519664 140156371642992 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6798] ppid=6781 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6798/stat : 6798 (java) S 6781 6784 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273500265 14422839296 22248 33554432000 4194304 4196468 140729041519664 140156370590432 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6799] ppid=6781 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6799/stat : 6799 (java) S 6781 6784 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273500265 14422839296 22248 33554432000 4194304 4196468 140729041519664 140156369537712 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88992 KiB

[startup+1.50349 s]
# the end of solver process 6784 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.75169 s, system=0.088057 s

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

[startup+0.901247 s]
/proc/loadavg: 1.92 1.79 1.72 3/219 6799
/proc/meminfo: memFree=24606868/32770624 swapFree=67108840/67108860
[pid=6784] ppid=6781 vsize=14086852 memory=99312 CPUtime=1.39 cores=1,3,5,7
/proc/6784/stat : 6784 (java) S 6781 6784 3449 0 -1 1077944320 18662 0 0 0 134 5 0 0 20 0 15 0 273500259 14424936448 24828 33554432000 4194304 4196468 140729041519664 140729041502208 140157464788727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
/proc/6784/statm: 3521713 24828 3513 1 0 3483785 0
[pid=6784/tid=6786] ppid=6781 vsize=14086852 memory=8243114992657236055 CPUtime=0.87 cores=1,3,5,7
/proc/6784/task/6786/stat : 6786 (java) R 6781 6784 3449 0 -1 4202560 15542 0 0 0 84 3 0 0 20 0 15 0 273500259 14424936448 24828 33554432000 4194304 4196468 140729041519664 140157469022032 140157448832357 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6787] ppid=6781 vsize=14086852 memory=288293294067418274 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6787/stat : 6787 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14424936448 24860 33554432000 4194304 4196468 140729041519664 140157402389648 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6788] ppid=6781 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6788/stat : 6788 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14424936448 24860 33554432000 4194304 4196468 140729041519664 140157401336848 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6789] ppid=6781 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6789/stat : 6789 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14424936448 24860 33554432000 4194304 4196468 140729041519664 140157058030480 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6790] ppid=6781 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6790/stat : 6790 (java) S 6781 6784 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273500260 14424936448 24860 33554432000 4194304 4196468 140729041519664 140157056977680 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6791] ppid=6781 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6791/stat : 6791 (java) S 6781 6784 3449 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 273500262 14424936448 24860 33554432000 4194304 4196468 140729041519664 140156377958768 140157464799874 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6792] ppid=6781 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6792/stat : 6792 (java) S 6781 6784 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273500262 14424936448 24860 33554432000 4194304 4196468 140729041519664 140156376904736 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6793] ppid=6781 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6793/stat : 6793 (java) S 6781 6784 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273500262 14424936448 24860 33554432000 4194304 4196468 140729041519664 140156375851888 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6794] ppid=6781 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6794/stat : 6794 (java) S 6781 6784 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273500265 14424936448 24860 33554432000 4194304 4196468 140729041519664 140156374800208 140157464807323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6795] ppid=6781 vsize=14086852 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/6784/task/6795/stat : 6795 (java) S 6781 6784 3449 0 -1 1077944384 546 0 0 0 13 0 0 0 20 0 15 0 273500265 14424936448 24860 33554432000 4194304 4196468 140729041519664 140156373748592 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6796] ppid=6781 vsize=14086852 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6784/task/6796/stat : 6796 (java) S 6781 6784 3449 0 -1 1077944384 421 0 0 0 8 0 0 0 20 0 15 0 273500265 14424936448 24860 33554432000 4194304 4196468 140729041519664 140156372695792 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6797] ppid=6781 vsize=14086852 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/6784/task/6797/stat : 6797 (java) R 6781 6784 3449 0 -1 4202560 790 0 0 0 27 0 0 0 20 0 15 0 273500265 14424936448 24860 33554432000 4194304 4196468 140729041519664 140156371639928 140157464800662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6798] ppid=6781 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6798/stat : 6798 (java) S 6781 6784 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273500265 14424936448 24860 33554432000 4194304 4196468 140729041519664 140156370590432 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6799] ppid=6781 vsize=14086852 memory=4548 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6799/stat : 6799 (java) S 6781 6784 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273500265 14424936448 24860 33554432000 4194304 4196468 140729041519664 140156369537712 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 99312 KiB

[startup+1.30119 s]
/proc/loadavg: 1.92 1.79 1.72 5/219 6799
/proc/meminfo: memFree=24572616/32770624 swapFree=67108840/67108860
[pid=6784] ppid=6781 vsize=14090948 memory=129832 CPUtime=2.35 cores=1,3,5,7
/proc/6784/stat : 6784 (java) S 6781 6784 3449 0 -1 1077944320 24463 0 0 0 228 7 0 0 20 0 15 0 273500259 14429130752 32458 33554432000 4194304 4196468 140729041519664 140729041502208 140157464788727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
/proc/6784/statm: 3522737 32458 3532 1 0 3484809 0
[pid=6784/tid=6786] ppid=6781 vsize=14090948 memory=0 CPUtime=1.27 cores=1,3,5,7
/proc/6784/task/6786/stat : 6786 (java) R 6781 6784 3449 0 -1 4202560 19127 0 0 0 123 4 0 0 20 0 15 0 273500259 14429130752 32458 33554432000 4194304 4196468 140729041519664 140157469017872 140157085168179 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6787] ppid=6781 vsize=14090948 memory=-6873162000112450758 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6787/stat : 6787 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14429130752 32458 33554432000 4194304 4196468 140729041519664 140157402389648 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6788] ppid=6781 vsize=14090948 memory=-8990767739041718176 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6788/stat : 6788 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14429130752 32458 33554432000 4194304 4196468 140729041519664 140157401336848 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6789] ppid=6781 vsize=14090948 memory=-7088785026379990432 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6789/stat : 6789 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14429130752 32458 33554432000 4194304 4196468 140729041519664 140157058030480 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6790] ppid=6781 vsize=14090948 memory=6944656425122700657 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6790/stat : 6790 (java) S 6781 6784 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273500260 14429130752 32458 33554432000 4194304 4196468 140729041519664 140157056977680 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6791] ppid=6781 vsize=14090948 memory=-7673225154500992928 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6791/stat : 6791 (java) S 6781 6784 3449 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 273500262 14429130752 32458 33554432000 4194304 4196468 140729041519664 140156377958768 140157464799874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6792] ppid=6781 vsize=14090948 memory=6944656592455360560 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6792/stat : 6792 (java) S 6781 6784 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273500262 14429130752 32458 33554432000 4194304 4196468 140729041519664 140156376904736 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6793] ppid=6781 vsize=14090948 memory=-6876588461455810464 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6793/stat : 6793 (java) S 6781 6784 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273500262 14429130752 32458 33554432000 4194304 4196468 140729041519664 140156375851888 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6794] ppid=6781 vsize=14090948 memory=-2672971631234216029 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6794/stat : 6794 (java) S 6781 6784 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273500265 14429130752 32458 33554432000 4194304 4196468 140729041519664 140156374800208 140157464807323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6795] ppid=6781 vsize=14090948 memory=6944656592455359580 CPUtime=0.3 cores=1,3,5,7
/proc/6784/task/6795/stat : 6795 (java) R 6781 6784 3449 0 -1 4202560 847 0 0 0 30 0 0 0 20 0 15 0 273500265 14429130752 32458 33554432000 4194304 4196468 140729041519664 140156373748720 140157448272204 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6796] ppid=6781 vsize=14090948 memory=6944656592455097440 CPUtime=0.28 cores=1,3,5,7
/proc/6784/task/6796/stat : 6796 (java) R 6781 6784 3449 0 -1 4202560 1118 0 0 0 27 1 0 0 20 0 15 0 273500265 14429130752 32458 33554432000 4194304 4196468 140729041519664 140156372676808 140157448272222 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6797] ppid=6781 vsize=14090948 memory=6655300316396806240 CPUtime=0.46 cores=1,3,5,7
/proc/6784/task/6797/stat : 6797 (java) S 6781 6784 3449 0 -1 1077944384 1971 0 0 0 46 0 0 0 20 0 15 0 273500265 14429130752 32458 33554432000 4194304 4196468 140729041519664 140156371642992 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6798] ppid=6781 vsize=14090948 memory=301741373374332954 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6798/stat : 6798 (java) S 6781 6784 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273500265 14429130752 32458 33554432000 4194304 4196468 140729041519664 140156370590432 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6799] ppid=6781 vsize=14090948 memory=301741394933055803 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6799/stat : 6799 (java) S 6781 6784 3449 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 273500265 14429130752 32458 33554432000 4194304 4196468 140729041519664 140156369537712 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
Current children cumulated CPU time: 2.35 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 129832 KiB

[startup+1.40124 s]
/proc/loadavg: 1.92 1.79 1.72 5/219 6799
/proc/meminfo: memFree=24572616/32770624 swapFree=67108840/67108860
[pid=6784] ppid=6781 vsize=14090948 memory=137908 CPUtime=2.65 cores=1,3,5,7
/proc/6784/stat : 6784 (java) S 6781 6784 3449 0 -1 1077944320 25477 0 0 0 258 7 0 0 20 0 15 0 273500259 14429130752 34477 33554432000 4194304 4196468 140729041519664 140729041502208 140157464788727 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
/proc/6784/statm: 3522737 34477 3540 1 0 3484809 0
[pid=6784/tid=6786] ppid=6781 vsize=14090948 memory=125808 CPUtime=1.37 cores=1,3,5,7
/proc/6784/task/6786/stat : 6786 (java) R 6781 6784 3449 0 -1 4202560 19129 0 0 0 132 5 0 0 20 0 15 0 273500259 14429130752 34477 33554432000 4194304 4196468 140729041519664 140157469017872 140157085300971 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6787] ppid=6781 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6787/stat : 6787 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14429130752 34477 33554432000 4194304 4196468 140729041519664 140157402389648 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6788] ppid=6781 vsize=14090948 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6788/stat : 6788 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14429130752 34477 33554432000 4194304 4196468 140729041519664 140157401336848 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6789] ppid=6781 vsize=14090948 memory=-2843874019102283166 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6789/stat : 6789 (java) S 6781 6784 3449 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 273500260 14429130752 34477 33554432000 4194304 4196468 140729041519664 140157058030480 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6790] ppid=6781 vsize=14090948 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6790/stat : 6790 (java) S 6781 6784 3449 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 273500260 14429130752 34477 33554432000 4194304 4196468 140729041519664 140157056977680 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6791] ppid=6781 vsize=14090948 memory=7005738693937936738 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6791/stat : 6791 (java) S 6781 6784 3449 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 273500262 14429130752 34477 33554432000 4194304 4196468 140729041519664 140156377958768 140157464799874 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6792] ppid=6781 vsize=14090948 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6792/stat : 6792 (java) S 6781 6784 3449 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 273500262 14429130752 34477 33554432000 4194304 4196468 140729041519664 140156376904736 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6793] ppid=6781 vsize=14090948 memory=7525347187532259950 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6793/stat : 6793 (java) S 6781 6784 3449 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 273500262 14429130752 34477 33554432000 4194304 4196468 140729041519664 140156375851888 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6794] ppid=6781 vsize=14090948 memory=7522797428473883477 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6794/stat : 6794 (java) S 6781 6784 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273500265 14429130752 34477 33554432000 4194304 4196468 140729041519664 140156374800208 140157464807323 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6795] ppid=6781 vsize=14090948 memory=4642197910265684584 CPUtime=0.4 cores=1,3,5,7
/proc/6784/task/6795/stat : 6795 (java) R 6781 6784 3449 0 -1 4202560 1669 0 0 0 40 0 0 0 20 0 15 0 273500265 14429130752 34477 33554432000 4194304 4196468 140729041519664 140156373734704 140157448242627 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6796] ppid=6781 vsize=14090948 memory=7526543705490774138 CPUtime=0.38 cores=1,3,5,7
/proc/6784/task/6796/stat : 6796 (java) R 6781 6784 3449 0 -1 4202560 1297 0 0 0 37 1 0 0 20 0 15 0 273500265 14429130752 34477 33554432000 4194304 4196468 140729041519664 140156372688984 140157443180476 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6797] ppid=6781 vsize=14090948 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/6784/task/6797/stat : 6797 (java) S 6781 6784 3449 0 -1 1077944384 1980 0 0 0 47 0 0 0 20 0 15 0 273500265 14429130752 34477 33554432000 4194304 4196468 140729041519664 140156371642992 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6798] ppid=6781 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6798/stat : 6798 (java) S 6781 6784 3449 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 273500265 14429130752 34477 33554432000 4194304 4196468 140729041519664 140156370590432 140157464798933 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
[pid=6784/tid=6799] ppid=6781 vsize=14090948 memory=280369023072576 CPUtime=0 cores=1,3,5,7
/proc/6784/task/6799/stat : 6799 (java) S 6781 6784 3449 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 273500265 14429130752 34477 33554432000 4194304 4196468 140729041519664 140156369537712 140157464799874 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34668544 140729041523785 140729041523977 140729041523977 140729041526735 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 137908 KiB

Child status: 0
Real time (s): 1.50354
CPU time (s): 2.83975
CPU user time (s): 2.75169
CPU system time (s): 0.088057
CPU usage (%): 188.871
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 137908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.75169
system time used= 0.088057
maximum resident set size= 144600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26108
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2474
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 6784
#   total CPU time (s): 2.83975
#   total CPU user time (s): 2.75169
#   total CPU system time (s): 0.088057

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031559 second user time and 0.057859 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-18 04:29:31
IDJOB=4311752
IDBENCH=141525
IDSOLVER=2799
FILE ID=node135/4311752-1534559371
RUNJOBID= node135-1534541040-3481
PBS_JOBID= 21038636
Free space on /tmp= 54356 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Mario/Mario-easy-5_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-4311752-1534559371/watcher-4311752-1534559371 -o /tmp/evaluation-result-4311752-1534559371/solver-4311752-1534559371 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534541040-3481 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 129132667 --timelimit 2520 --memlimit 11000 --nbcore 1 HOME/instance-4311752-1534559371.xml

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

MD5SUM BENCH= 4fc2559afebff091b84e9ba27308c103
RANDOM SEED=129132667

node135.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.50
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.50
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.50
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.50
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:        24676600 kB
MemAvailable:   31674124 kB
Buffers:          199384 kB
Cached:          7046364 kB
SwapCached:           20 kB
Active:          4349200 kB
Inactive:        3164380 kB
Active(anon):     247204 kB
Inactive(anon):    89388 kB
Active(file):    4101996 kB
Inactive(file):  3074992 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:             35872 kB
Writeback:             0 kB
AnonPages:        344588 kB
Mapped:            35024 kB
Shmem:             66188 kB
Slab:             278228 kB
SReclaimable:     248996 kB
SUnreclaim:        29232 kB
KernelStack:        3872 kB
PageTables:         5976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1247092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 54320 MiB
End job on node135 at 2018-08-18 04:29:32