Trace number 4312334

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.79367 1.46156

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.49211
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.67/0.56	c version: 2018-08-17
0.67/0.56	c seed: 897369097
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 1
0.67/0.58	c Parsing instance...
1.75/1.15	c Parsing done, starting search...
1.75/1.19	o 350
1.75/1.20	o 381
1.75/1.20	o 386
1.99/1.20	o 390
1.99/1.20	o 433
1.99/1.22	o 436
1.99/1.25	o 437
1.99/1.29	o 439
2.33/1.31	o 440
2.33/1.31	o 445
2.63/1.44	s OPTIMUM FOUND
2.63/1.44	v <instantiation>
2.63/1.44	v 	<list>
2.63/1.44	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.63/1.44	v 	</list>
2.63/1.44	v 	<values>
2.63/1.44	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.63/1.44	v 	</values>
2.63/1.44	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 (9948 MiB free)
  memory of node 1: 16384 MiB (12527 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312334-1534570062/watcher-4312334-1534570062 -o /tmp/evaluation-result-4312334-1534570062/solver-4312334-1534570062 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534569086-29303 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 897369097 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312334-1534570062.xml 

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

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


[startup+0.11084 s]*
/proc/loadavg: 1.36 1.47 1.46 3/215 30312
/proc/meminfo: memFree=22995712/32770624 swapFree=67108196/67108860
[pid=30297] ppid=30294 vsize=14082736 memory=34132 CPUtime=0.13 cores=1,3,5,7
/proc/30297/stat : 30297 (java) S 30294 30297 25230 0 -1 1077944320 7450 0 0 0 12 1 0 0 20 0 15 0 274569401 14420721664 8533 33554432000 4194304 4196468 140731141626144 140731141608688 140106745220855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
/proc/30297/statm: 3520684 8533 3160 1 0 3482761 0
[pid=30297/tid=30299] ppid=30294 vsize=14082736 memory=-6966717417093883519 CPUtime=0.1 cores=1,3,5,7
/proc/30297/task/30299/stat : 30299 (java) R 30294 30297 25230 0 -1 4202560 5480 0 0 0 9 1 0 0 20 0 15 0 274569402 14420721664 8533 33554432000 4194304 4196468 140731141626144 140106749433688 140106745242781 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30300] ppid=30294 vsize=14082736 memory=5793855886769203641 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30300/stat : 30300 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569402 14420721664 8533 33554432000 4194304 4196468 140731141626144 140106675309584 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30301] ppid=30294 vsize=14082736 memory=140635759310464 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30301/stat : 30301 (java) S 30294 30297 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274569402 14420721664 8533 33554432000 4194304 4196468 140731141626144 140106674257040 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30302] ppid=30294 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30302/stat : 30302 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569402 14420721664 8533 33554432000 4194304 4196468 140731141626144 140106673203984 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30303] ppid=30294 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30303/stat : 30303 (java) S 30294 30297 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274569402 14420721664 8533 33554432000 4194304 4196468 140731141626144 140106672151440 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30304] ppid=30294 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30304/stat : 30304 (java) S 30294 30297 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274569404 14420721664 8533 33554432000 4194304 4196468 140731141626144 140105858668784 140106745232002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30305] ppid=30294 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30305/stat : 30305 (java) S 30294 30297 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274569404 14420721664 8533 33554432000 4194304 4196468 140731141626144 140105857615008 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30306] ppid=30294 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30306/stat : 30306 (java) S 30294 30297 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274569404 14420721664 8533 33554432000 4194304 4196468 140731141626144 140105856561904 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30307] ppid=30294 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30307/stat : 30307 (java) S 30294 30297 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274569407 14420721664 8533 33554432000 4194304 4196468 140731141626144 140105855510480 140106745239451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30308] ppid=30294 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30308/stat : 30308 (java) S 30294 30297 25230 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 274569407 14420721664 8533 33554432000 4194304 4196468 140731141626144 140105854458608 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30309] ppid=30294 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30309/stat : 30309 (java) S 30294 30297 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274569407 14420721664 8533 33554432000 4194304 4196468 140731141626144 140105853406064 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30310] ppid=30294 vsize=14082736 memory=140635759310464 CPUtime=0.01 cores=1,3,5,7
/proc/30297/task/30310/stat : 30310 (java) R 30294 30297 25230 0 -1 4202560 292 0 0 0 1 0 0 0 20 0 15 0 274569407 14420721664 8533 33554432000 4194304 4196468 140731141626144 140105852353008 140106745242202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30311] ppid=30294 vsize=14082768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30311/stat : 30311 (java) S 30294 30297 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274569407 14420754432 8533 33554432000 4194304 4196468 140731141626144 140105851300704 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30312] ppid=30294 vsize=14083728 memory=140635759310464 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30312/stat : 30312 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569407 14421737472 8533 33554432000 4194304 4196468 140731141626144 140105850247728 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34132 KiB

[startup+0.210259 s]*
/proc/loadavg: 1.36 1.47 1.46 5/215 30312
/proc/meminfo: memFree=22980580/32770624 swapFree=67108196/67108860
[pid=30297] ppid=30294 vsize=14082736 memory=47048 CPUtime=0.28 cores=1,3,5,7
/proc/30297/stat : 30297 (java) S 30294 30297 25230 0 -1 1077944320 10412 0 0 0 26 2 0 0 20 0 15 0 274569401 14420721664 11762 33554432000 4194304 4196468 140731141626144 140731141608688 140106745220855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
/proc/30297/statm: 3520684 11762 3319 1 0 3482761 0
[pid=30297/tid=30299] ppid=30294 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/30297/task/30299/stat : 30299 (java) R 30294 30297 25230 0 -1 4202560 8151 0 0 0 18 2 0 0 20 0 15 0 274569402 14420721664 11762 33554432000 4194304 4196468 140731141626144 140106749447136 140106745232790 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30300] ppid=30294 vsize=14082736 memory=4211974361964101002 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30300/stat : 30300 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569402 14420721664 11762 33554432000 4194304 4196468 140731141626144 140106675309584 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30301] ppid=30294 vsize=14082736 memory=140635759310464 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30301/stat : 30301 (java) S 30294 30297 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274569402 14420721664 11762 33554432000 4194304 4196468 140731141626144 140106674257040 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30302] ppid=30294 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30302/stat : 30302 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569402 14420721664 11762 33554432000 4194304 4196468 140731141626144 140106673203984 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30303] ppid=30294 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30303/stat : 30303 (java) S 30294 30297 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274569402 14420721664 11762 33554432000 4194304 4196468 140731141626144 140106672151440 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30304] ppid=30294 vsize=14082736 memory=140635759310464 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30304/stat : 30304 (java) S 30294 30297 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274569404 14420721664 11762 33554432000 4194304 4196468 140731141626144 140105858668784 140106745232002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30305] ppid=30294 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30305/stat : 30305 (java) S 30294 30297 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274569404 14420721664 11762 33554432000 4194304 4196468 140731141626144 140105857615008 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30306] ppid=30294 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30306/stat : 30306 (java) S 30294 30297 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274569404 14420721664 11762 33554432000 4194304 4196468 140731141626144 140105856561904 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30307] ppid=30294 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30307/stat : 30307 (java) S 30294 30297 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274569407 14420721664 11762 33554432000 4194304 4196468 140731141626144 140105855510480 140106745239451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30308] ppid=30294 vsize=14082736 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30297/task/30308/stat : 30308 (java) R 30294 30297 25230 0 -1 4202560 393 0 0 0 1 0 0 0 20 0 15 0 274569407 14420721664 11762 33554432000 4194304 4196468 140731141626144 140105854450256 140106723159840 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30309] ppid=30294 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/30297/task/30309/stat : 30309 (java) R 30294 30297 25230 0 -1 1077944384 176 0 0 0 1 0 0 0 20 0 15 0 274569407 14420721664 11762 33554432000 4194304 4196468 140731141626144 140105853406064 140106745232002 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30310] ppid=30294 vsize=14082736 memory=140635759310464 CPUtime=0.05 cores=1,3,5,7
/proc/30297/task/30310/stat : 30310 (java) R 30294 30297 25230 0 -1 4202560 312 0 0 0 5 0 0 0 20 0 15 0 274569407 14420721664 11762 33554432000 4194304 4196468 140731141626144 140105852353008 140106745232790 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30311] ppid=30294 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30311/stat : 30311 (java) S 30294 30297 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274569407 14420721664 11762 33554432000 4194304 4196468 140731141626144 140105851300704 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30312] ppid=30294 vsize=14082736 memory=140635759310464 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30312/stat : 30312 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569407 14420721664 11762 33554432000 4194304 4196468 140731141626144 140105850247728 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47048 KiB

[startup+0.310594 s]*
/proc/loadavg: 1.36 1.47 1.46 3/215 30312
/proc/meminfo: memFree=22977292/32770624 swapFree=67108196/67108860
[pid=30297] ppid=30294 vsize=14082736 memory=50704 CPUtime=0.44 cores=1,3,5,7
/proc/30297/stat : 30297 (java) S 30294 30297 25230 0 -1 1077944320 10812 0 0 0 41 3 0 0 20 0 15 0 274569401 14420721664 12676 33554432000 4194304 4196468 140731141626144 140731141608688 140106745220855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
/proc/30297/statm: 3520684 12676 3415 1 0 3482761 0
[pid=30297/tid=30299] ppid=30294 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/30297/task/30299/stat : 30299 (java) R 30294 30297 25230 0 -1 4202560 8485 0 0 0 27 2 0 0 20 0 15 0 274569402 14420721664 12676 33554432000 4194304 4196468 140731141626144 140106749428688 140106729301342 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30300] ppid=30294 vsize=14082736 memory=4211974361964101002 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30300/stat : 30300 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569402 14420721664 12676 33554432000 4194304 4196468 140731141626144 140106675309584 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30301] ppid=30294 vsize=14082736 memory=140635759312815 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30301/stat : 30301 (java) S 30294 30297 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274569402 14420721664 12676 33554432000 4194304 4196468 140731141626144 140106674257040 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30302] ppid=30294 vsize=14082736 memory=140635617234078 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30302/stat : 30302 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569402 14420721664 12676 33554432000 4194304 4196468 140731141626144 140106673203984 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30303] ppid=30294 vsize=14082736 memory=140635617217999 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30303/stat : 30303 (java) S 30294 30297 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274569402 14420721664 12676 33554432000 4194304 4196468 140731141626144 140106672151440 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30304] ppid=30294 vsize=14082736 memory=140635759335721 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30304/stat : 30304 (java) S 30294 30297 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274569404 14420721664 12676 33554432000 4194304 4196468 140731141626144 140105858668784 140106745232002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30305] ppid=30294 vsize=14082736 memory=140635617227183 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30305/stat : 30305 (java) S 30294 30297 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274569404 14420721664 12676 33554432000 4194304 4196468 140731141626144 140105857615008 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30306] ppid=30294 vsize=14082736 memory=281271234445200 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30306/stat : 30306 (java) S 30294 30297 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274569404 14420721664 12676 33554432000 4194304 4196468 140731141626144 140105856561904 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30307] ppid=30294 vsize=14082736 memory=281271234442896 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30307/stat : 30307 (java) S 30294 30297 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274569407 14420721664 12676 33554432000 4194304 4196468 140731141626144 140105855510480 140106745239451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30308] ppid=30294 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30297/task/30308/stat : 30308 (java) S 30294 30297 25230 0 -1 1077944384 407 0 0 0 2 0 0 0 20 0 15 0 274569407 14420721664 12676 33554432000 4194304 4196468 140731141626144 140105854458608 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30309] ppid=30294 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30297/task/30309/stat : 30309 (java) S 30294 30297 25230 0 -1 1077944384 216 0 0 0 2 0 0 0 20 0 15 0 274569407 14420721664 12676 33554432000 4194304 4196468 140731141626144 140105853406064 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30310] ppid=30294 vsize=14082736 memory=140635759310464 CPUtime=0.08 cores=1,3,5,7
/proc/30297/task/30310/stat : 30310 (java) S 30294 30297 25230 0 -1 1077944384 324 0 0 0 8 0 0 0 20 0 15 0 274569407 14420721664 12676 33554432000 4194304 4196468 140731141626144 140105852353008 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30311] ppid=30294 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30311/stat : 30311 (java) S 30294 30297 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274569407 14420721664 12676 33554432000 4194304 4196468 140731141626144 140105851300704 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30312] ppid=30294 vsize=14082736 memory=140635759310464 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30312/stat : 30312 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569407 14420721664 12676 33554432000 4194304 4196468 140731141626144 140105850247728 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50704 KiB

[startup+0.700742 s]
/proc/loadavg: 1.36 1.47 1.46 3/215 30312
/proc/meminfo: memFree=22953728/32770624 swapFree=67108196/67108860
[pid=30297] ppid=30294 vsize=14084804 memory=88940 CPUtime=0.98 cores=1,3,5,7
/proc/30297/stat : 30297 (java) S 30294 30297 25230 0 -1 1077944320 17635 0 0 0 93 5 0 0 20 0 15 0 274569401 14422839296 22235 33554432000 4194304 4196468 140731141626144 140731141608688 140106745220855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
/proc/30297/statm: 3521201 22235 3500 1 0 3483273 0
[pid=30297/tid=30299] ppid=30294 vsize=14084804 memory=752 CPUtime=0.67 cores=1,3,5,7
/proc/30297/task/30299/stat : 30299 (java) R 30294 30297 25230 0 -1 4202560 14911 0 0 0 63 4 0 0 20 0 15 0 274569402 14422839296 22235 33554432000 4194304 4196468 140731141626144 140106749437376 140106745242781 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30300] ppid=30294 vsize=14084804 memory=1124 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30300/stat : 30300 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569402 14422839296 22235 33554432000 4194304 4196468 140731141626144 140106675309584 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30301] ppid=30294 vsize=14084804 memory=1824 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30301/stat : 30301 (java) S 30294 30297 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274569402 14422839296 22235 33554432000 4194304 4196468 140731141626144 140106674257040 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30302] ppid=30294 vsize=14084804 memory=7302135314614015845 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30302/stat : 30302 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569402 14422839296 22235 33554432000 4194304 4196468 140731141626144 140106673203984 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30303] ppid=30294 vsize=14084804 memory=7378396380443208548 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30303/stat : 30303 (java) S 30294 30297 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274569402 14422839296 22235 33554432000 4194304 4196468 140731141626144 140106672151440 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30304] ppid=30294 vsize=14084804 memory=7881696724453321575 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30304/stat : 30304 (java) S 30294 30297 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274569404 14422839296 22235 33554432000 4194304 4196468 140731141626144 140105858668784 140106745232002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30305] ppid=30294 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30305/stat : 30305 (java) S 30294 30297 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274569404 14422839296 22235 33554432000 4194304 4196468 140731141626144 140105857615008 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30306] ppid=30294 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30306/stat : 30306 (java) S 30294 30297 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274569404 14422839296 22235 33554432000 4194304 4196468 140731141626144 140105856561904 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30307] ppid=30294 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30307/stat : 30307 (java) S 30294 30297 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274569407 14422839296 22235 33554432000 4194304 4196468 140731141626144 140105855510480 140106745239451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30308] ppid=30294 vsize=14084804 memory=234 CPUtime=0.07 cores=1,3,5,7
/proc/30297/task/30308/stat : 30308 (java) S 30294 30297 25230 0 -1 1077944384 557 0 0 0 7 0 0 0 20 0 15 0 274569407 14422839296 22235 33554432000 4194304 4196468 140731141626144 140105854458608 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30309] ppid=30294 vsize=14084804 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/30297/task/30309/stat : 30309 (java) S 30294 30297 25230 0 -1 1077944384 376 0 0 0 7 0 0 0 20 0 15 0 274569407 14422839296 22235 33554432000 4194304 4196468 140731141626144 140105853406064 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30310] ppid=30294 vsize=14084804 memory=719 CPUtime=0.15 cores=1,3,5,7
/proc/30297/task/30310/stat : 30310 (java) S 30294 30297 25230 0 -1 1077944384 409 0 0 0 15 0 0 0 20 0 15 0 274569407 14422839296 22235 33554432000 4194304 4196468 140731141626144 140105852353008 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30311] ppid=30294 vsize=14084804 memory=281271234629104 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30311/stat : 30311 (java) S 30294 30297 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274569407 14422839296 22235 33554432000 4194304 4196468 140731141626144 140105851300704 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30312] ppid=30294 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30312/stat : 30312 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569407 14422839296 22235 33554432000 4194304 4196468 140731141626144 140105850247728 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88940 KiB

[startup+1.46151 s]
# the end of solver process 30297 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.69932 s, system=0.094353 s

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

[startup+0.80088 s]
/proc/loadavg: 1.36 1.47 1.46 3/215 30312
/proc/meminfo: memFree=22953728/32770624 swapFree=67108196/67108860
[pid=30297] ppid=30294 vsize=14086852 memory=93608 CPUtime=1.17 cores=1,3,5,7
/proc/30297/stat : 30297 (java) S 30294 30297 25230 0 -1 1077944320 18188 0 0 0 112 5 0 0 20 0 15 0 274569401 14424936448 23402 33554432000 4194304 4196468 140731141626144 140731141608688 140106745220855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
/proc/30297/statm: 3521713 23402 3511 1 0 3483785 0
[pid=30297/tid=30299] ppid=30294 vsize=14086852 memory=-3106803524053856335 CPUtime=0.76 cores=1,3,5,7
/proc/30297/task/30299/stat : 30299 (java) R 30294 30297 25230 0 -1 4202560 15292 0 0 0 72 4 0 0 20 0 15 0 274569402 14424936448 23402 33554432000 4194304 4196468 140731141626144 140106749453360 140106745242781 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30300] ppid=30294 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30300/stat : 30300 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569402 14424936448 23402 33554432000 4194304 4196468 140731141626144 140106675309584 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30301] ppid=30294 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30301/stat : 30301 (java) S 30294 30297 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274569402 14424936448 23402 33554432000 4194304 4196468 140731141626144 140106674257040 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30302] ppid=30294 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30302/stat : 30302 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569402 14424936448 23402 33554432000 4194304 4196468 140731141626144 140106673203984 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30303] ppid=30294 vsize=14086852 memory=6935649255759568960 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30303/stat : 30303 (java) S 30294 30297 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274569402 14424936448 23402 33554432000 4194304 4196468 140731141626144 140106672151440 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30304] ppid=30294 vsize=14086852 memory=6363681283794813024 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30304/stat : 30304 (java) S 30294 30297 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274569404 14424936448 23402 33554432000 4194304 4196468 140731141626144 140105858668784 140106745232002 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30305] ppid=30294 vsize=14086852 memory=7236547281622689387 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30305/stat : 30305 (java) S 30294 30297 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274569404 14424936448 23402 33554432000 4194304 4196468 140731141626144 140105857615008 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30306] ppid=30294 vsize=14086852 memory=7951477212629853526 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30306/stat : 30306 (java) S 30294 30297 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274569404 14424936448 23402 33554432000 4194304 4196468 140731141626144 140105856561904 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30307] ppid=30294 vsize=14086852 memory=6083890720243007584 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30307/stat : 30307 (java) S 30294 30297 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274569407 14424936448 23402 33554432000 4194304 4196468 140731141626144 140105855510480 140106745239451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30308] ppid=30294 vsize=14086852 memory=8310088681915256979 CPUtime=0.09 cores=1,3,5,7
/proc/30297/task/30308/stat : 30308 (java) S 30294 30297 25230 0 -1 1077944384 570 0 0 0 9 0 0 0 20 0 15 0 274569407 14424936448 23402 33554432000 4194304 4196468 140731141626144 140105854458608 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30309] ppid=30294 vsize=14086852 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30297/task/30309/stat : 30309 (java) S 30294 30297 25230 0 -1 1077944384 395 0 0 0 8 0 0 0 20 0 15 0 274569407 14424936448 23402 33554432000 4194304 4196468 140731141626144 140105853406064 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30310] ppid=30294 vsize=14086852 memory=394026798 CPUtime=0.21 cores=1,3,5,7
/proc/30297/task/30310/stat : 30310 (java) R 30294 30297 25230 0 -1 4202560 549 0 0 0 21 0 0 0 20 0 15 0 274569407 14424936448 23402 33554432000 4194304 4196468 140731141626144 140105852353136 140106724189183 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30311] ppid=30294 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30311/stat : 30311 (java) S 30294 30297 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274569407 14424936448 23402 33554432000 4194304 4196468 140731141626144 140105851300704 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30312] ppid=30294 vsize=14086852 memory=281271234721376 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30312/stat : 30312 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569407 14424936448 23402 33554432000 4194304 4196468 140731141626144 140105850247728 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 93608 KiB

[startup+1.20384 s]
/proc/loadavg: 1.36 1.47 1.46 3/215 30312
/proc/meminfo: memFree=22919732/32770624 swapFree=67108196/67108860
[pid=30297] ppid=30294 vsize=14090948 memory=125684 CPUtime=1.99 cores=1,3,5,7
/proc/30297/stat : 30297 (java) S 30294 30297 25230 0 -1 1077944320 24694 0 0 0 191 8 0 0 20 0 15 0 274569401 14429130752 31421 33554432000 4194304 4196468 140731141626144 140731141608688 140106745220855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
/proc/30297/statm: 3522737 31421 3538 1 0 3484809 0
[pid=30297/tid=30299] ppid=30294 vsize=14090948 memory=4051323448616830636 CPUtime=1.17 cores=1,3,5,7
/proc/30297/task/30299/stat : 30299 (java) R 30294 30297 25230 0 -1 4202560 19651 0 0 0 111 6 0 0 20 0 15 0 274569402 14429130752 31421 33554432000 4194304 4196468 140731141626144 140106749456192 140106346417584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30300] ppid=30294 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30300/stat : 30300 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569402 14429130752 31421 33554432000 4194304 4196468 140731141626144 140106675309584 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30301] ppid=30294 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30301/stat : 30301 (java) S 30294 30297 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274569402 14429130752 31421 33554432000 4194304 4196468 140731141626144 140106674257040 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30302] ppid=30294 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30302/stat : 30302 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569402 14429130752 31421 33554432000 4194304 4196468 140731141626144 140106673203984 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30303] ppid=30294 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30303/stat : 30303 (java) S 30294 30297 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274569402 14429130752 31421 33554432000 4194304 4196468 140731141626144 140106672151440 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30304] ppid=30294 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30304/stat : 30304 (java) S 30294 30297 25230 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 15 0 274569404 14429130752 31421 33554432000 4194304 4196468 140731141626144 140105858668784 140106745232002 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30305] ppid=30294 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30305/stat : 30305 (java) S 30294 30297 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274569404 14429130752 31421 33554432000 4194304 4196468 140731141626144 140105857615008 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30306] ppid=30294 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30306/stat : 30306 (java) S 30294 30297 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274569404 14429130752 31421 33554432000 4194304 4196468 140731141626144 140105856561904 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30307] ppid=30294 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30307/stat : 30307 (java) S 30294 30297 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274569407 14429130752 31421 33554432000 4194304 4196468 140731141626144 140105855510480 140106745239451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30308] ppid=30294 vsize=14090948 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/30297/task/30308/stat : 30308 (java) R 30294 30297 25230 0 -1 4202560 787 0 0 0 21 0 0 0 20 0 15 0 274569407 14429130752 31421 33554432000 4194304 4196468 140731141626144 140105854458608 140106745234719 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30309] ppid=30294 vsize=14090948 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/30297/task/30309/stat : 30309 (java) S 30294 30297 25230 0 -1 1077944384 685 0 0 0 17 0 0 0 20 0 15 0 274569407 14429130752 31421 33554432000 4194304 4196468 140731141626144 140105853406064 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30310] ppid=30294 vsize=14090948 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/30297/task/30310/stat : 30310 (java) R 30294 30297 25230 0 -1 1077944384 2081 0 0 0 41 0 0 0 20 0 15 0 274569407 14429130752 31421 33554432000 4194304 4196468 140731141626144 140105852349744 140106745231061 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30311] ppid=30294 vsize=14090948 memory=7719231575392067615 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30311/stat : 30311 (java) S 30294 30297 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274569407 14429130752 31421 33554432000 4194304 4196468 140731141626144 140105851300704 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30312] ppid=30294 vsize=14090948 memory=-8614379499087747112 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30312/stat : 30312 (java) S 30294 30297 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274569407 14429130752 31421 33554432000 4194304 4196468 140731141626144 140105850247728 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
Current children cumulated CPU time: 1.99 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 125684 KiB

[startup+1.40075 s]
/proc/loadavg: 1.36 1.47 1.46 3/215 30312
/proc/meminfo: memFree=22919732/32770624 swapFree=67108196/67108860
[pid=30297] ppid=30294 vsize=14090948 memory=136136 CPUtime=2.63 cores=1,3,5,7
/proc/30297/stat : 30297 (java) S 30294 30297 25230 0 -1 1077944320 25948 0 0 0 255 8 0 0 20 0 15 0 274569401 14429130752 34034 33554432000 4194304 4196468 140731141626144 140731141608688 140106745220855 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
/proc/30297/statm: 3522737 34034 3546 1 0 3484809 0
[pid=30297/tid=30299] ppid=30294 vsize=14090948 memory=4134692831991786133 CPUtime=1.36 cores=1,3,5,7
/proc/30297/task/30299/stat : 30299 (java) R 30294 30297 25230 0 -1 4202560 19655 0 0 0 130 6 0 0 20 0 15 0 274569402 14429130752 34034 33554432000 4194304 4196468 140731141626144 140106749450000 140106350895584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30300] ppid=30294 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30300/stat : 30300 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569402 14429130752 34034 33554432000 4194304 4196468 140731141626144 140106675309584 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30301] ppid=30294 vsize=14090948 memory=140635759317953 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30301/stat : 30301 (java) S 30294 30297 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274569402 14429130752 34034 33554432000 4194304 4196468 140731141626144 140106674257040 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30302] ppid=30294 vsize=14090948 memory=7451578697601606247 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30302/stat : 30302 (java) S 30294 30297 25230 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274569402 14429130752 34034 33554432000 4194304 4196468 140731141626144 140106673203984 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30303] ppid=30294 vsize=14090948 memory=7957689449132282197 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30303/stat : 30303 (java) S 30294 30297 25230 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274569402 14429130752 34034 33554432000 4194304 4196468 140731141626144 140106672151440 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30304] ppid=30294 vsize=14090948 memory=7300704776819335744 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30304/stat : 30304 (java) S 30294 30297 25230 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 15 0 274569404 14429130752 34034 33554432000 4194304 4196468 140731141626144 140105858668784 140106745232002 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30305] ppid=30294 vsize=14090948 memory=2180 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30305/stat : 30305 (java) S 30294 30297 25230 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274569404 14429130752 34034 33554432000 4194304 4196468 140731141626144 140105857615008 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30306] ppid=30294 vsize=14090948 memory=1752 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30306/stat : 30306 (java) S 30294 30297 25230 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274569404 14429130752 34034 33554432000 4194304 4196468 140731141626144 140105856561904 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30307] ppid=30294 vsize=14090948 memory=844 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30307/stat : 30307 (java) S 30294 30297 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274569407 14429130752 34034 33554432000 4194304 4196468 140731141626144 140105855510480 140106745239451 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30308] ppid=30294 vsize=14090948 memory=10072 CPUtime=0.4 cores=1,3,5,7
/proc/30297/task/30308/stat : 30308 (java) R 30294 30297 25230 0 -1 4202560 1360 0 0 0 40 0 0 0 20 0 15 0 274569407 14429130752 34034 33554432000 4194304 4196468 140731141626144 140105854439624 140106724448033 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30309] ppid=30294 vsize=14090948 memory=5012 CPUtime=0.37 cores=1,3,5,7
/proc/30297/task/30309/stat : 30309 (java) R 30294 30297 25230 0 -1 4202560 1190 0 0 0 37 0 0 0 20 0 15 0 274569407 14429130752 34034 33554432000 4194304 4196468 140731141626144 140105853391056 140106723074448 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30310] ppid=30294 vsize=14090948 memory=56 CPUtime=0.47 cores=1,3,5,7
/proc/30297/task/30310/stat : 30310 (java) S 30294 30297 25230 0 -1 1077944384 2253 0 0 0 47 0 0 0 20 0 15 0 274569407 14429130752 34034 33554432000 4194304 4196468 140731141626144 140105852353008 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30311] ppid=30294 vsize=14090948 memory=288230377091498274 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30311/stat : 30311 (java) S 30294 30297 25230 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274569407 14429130752 34034 33554432000 4194304 4196468 140731141626144 140105851300704 140106745231061 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
[pid=30297/tid=30312] ppid=30294 vsize=14090948 memory=15821084087813537 CPUtime=0 cores=1,3,5,7
/proc/30297/task/30312/stat : 30312 (java) S 30294 30297 25230 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274569407 14429130752 34034 33554432000 4194304 4196468 140731141626144 140105850247728 140106745232002 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38330368 140731141633103 140731141633294 140731141633294 140731141636047 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 136136 KiB

Child status: 0
Real time (s): 1.46156
CPU time (s): 2.79367
CPU user time (s): 2.69932
CPU system time (s): 0.094353
CPU usage (%): 191.143
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 136136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.69932
system time used= 0.094353
maximum resident set size= 143288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26698
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= 2572
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 30297
#   total CPU time (s): 2.79367
#   total CPU user time (s): 2.69932
#   total CPU system time (s): 0.094353

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.027615 second user time and 0.060262 second system time

The end

Launcher Data

Begin job on node151 at 2018-08-18 07:27:42
IDJOB=4312334
IDBENCH=141525
IDSOLVER=2800
FILE ID=node151/4312334-1534570062
RUNJOBID= node151-1534569086-29303
PBS_JOBID= 21038628
Free space on /tmp= 51368 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-4312334-1534570062/watcher-4312334-1534570062 -o /tmp/evaluation-result-4312334-1534570062/solver-4312334-1534570062 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1534569086-29303 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 897369097 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312334-1534570062.xml

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

MD5SUM BENCH= 4fc2559afebff091b84e9ba27308c103
RANDOM SEED=897369097

node151.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.87
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.87
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.87
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.87
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:        23014180 kB
MemAvailable:   30601092 kB
Buffers:          219380 kB
Cached:          7635876 kB
SwapCached:           12 kB
Active:          5413268 kB
Inactive:        3783336 kB
Active(anon):    1311156 kB
Inactive(anon):    98628 kB
Active(file):    4102112 kB
Inactive(file):  3684708 kB
Unevictable:        7820 kB
Mlocked:            7820 kB
SwapTotal:      67108860 kB
SwapFree:       67108196 kB
Dirty:             36016 kB
Writeback:             0 kB
AnonPages:       1348772 kB
Mapped:            34144 kB
Shmem:             65908 kB
Slab:             257344 kB
SReclaimable:     228552 kB
SUnreclaim:        28792 kB
KernelStack:        3536 kB
PageTables:         7816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3335340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1198080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51336 MiB
End job on node151 at 2018-08-18 07:27:44