Trace number 4308113

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-08-14SAT 1.92753 1.15805

General information on the benchmark

NameEternity/
Eternity-04-04_c18.xml
MD5SUM888903612ba8c9f4d3271c512caeb5d6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.009195
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints33
Number of domains2
Minimum domain size6
Maximum domain size16
Distribution of domain sizes[{"size":6,"count":40},{"size":16,"count":16}]
Minimum variable degree1
Maximum variable degree5
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":52},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity16
Distribution of constraint arities[{"arity":1,"count":16},{"arity":5,"count":16},{"arity":16,"count":1}]
Number of extensional constraints16
Number of intensional constraints16
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":16},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.68/0.55	c version: 2018-08-14
0.68/0.58	c seed: 1801460044
0.68/0.58	c timeout: 2520
0.68/0.58	c memlimit: 11000
0.68/0.58	c nbcore: 4
0.68/0.58	c Parsing instance...
1.62/1.10	c Parsing done, starting search...
1.80/1.13	s SATISFIABLE
1.80/1.14	v <instantiation>
1.80/1.14	v 	<list>
1.80/1.14	v 		id[0][0] id[0][1] id[0][2] id[0][3] id[1][0] id[1][1] id[1][2] id[1][3] id[2][0] id[2][1] id[2][2] id[2][3] id[3][0] id[3][1] id[3][2] id[3][3] top[0][0] top[0][1] top[0][2] top[0][3] top[1][0] top[1][1] top[1][2] top[1][3] top[2][0] top[2][1] top[2][2] top[2][3] top[3][0] top[3][1] top[3][2] top[3][3] left[0][0] left[0][1] left[0][2] left[0][3] left[1][0] left[1][1] left[1][2] left[1][3] left[2][0] left[2][1] left[2][2] left[2][3] left[3][0] left[3][1] left[3][2] left[3][3] bot[0] bot[1] bot[2] bot[3] right[0] right[1] right[2] right[3]
1.80/1.14	v 	</list>
1.80/1.14	v 	<values>
1.80/1.14	v 		2 5 8 1 7 13 14 6 9 15 12 4 3 11 10 0 0 0 0 0 1 3 4 1 2 3 3 1 2 5 5 1 0 2 1 2 0 5 4 4 0 4 5 3 0 2 2 1 0 0 0 0 0 0 0 0 
1.80/1.14	v 	</values>
1.80/1.14	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12372 MiB free)
  memory of node 1: 16384 MiB (10354 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308113-1534349099/watcher-4308113-1534349099 -o /tmp/evaluation-result-4308113-1534349099/solver-4308113-1534349099 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534346584-22043 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1801460044 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308113-1534349099.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
solver pid=22339, runsolver pid=22336
Current StackSize limit: 8192 KiB


[startup+0.100137 s]*
/proc/loadavg: 1.61 1.42 1.43 3/217 22354
/proc/meminfo: memFree=23234668/32770624 swapFree=67108368/67108860
[pid=22339] ppid=22336 vsize=14082736 memory=30900 CPUtime=0.12 cores=1,3,5,7
/proc/22339/stat : 22339 (java) S 22336 22339 20173 0 -1 1077944320 6613 0 0 0 11 1 0 0 20 0 15 0 252473097 14420721664 7725 33554432000 4194304 4196468 140732025567920 140732025550464 139781457518327 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
/proc/22339/statm: 3520684 7725 3160 1 0 3482761 0
[pid=22339/tid=22341] ppid=22336 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/22339/task/22341/stat : 22341 (java) R 22336 22339 20173 0 -1 4202560 4641 0 0 0 9 0 0 0 20 0 15 0 252473098 14420721664 7725 33554432000 4194304 4196468 140732025567920 139781461721448 139781440705130 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22342] ppid=22336 vsize=14082736 memory=5793855740687071673 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22342/stat : 22342 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14420721664 7725 33554432000 4194304 4196468 140732025567920 139781395118864 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22343] ppid=22336 vsize=14082736 memory=140489677178496 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22343/stat : 22343 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14420721664 7725 33554432000 4194304 4196468 140732025567920 139781394066320 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22344] ppid=22336 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22344/stat : 22344 (java) S 22336 22339 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252473099 14420721664 7725 33554432000 4194304 4196468 140732025567920 139781393013776 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22345] ppid=22336 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22345/stat : 22345 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14420721664 7725 33554432000 4194304 4196468 140732025567920 139781391961232 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22346] ppid=22336 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22346/stat : 22346 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473100 14420721664 7725 33554432000 4194304 4196468 140732025567920 139780370151408 139781457529474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22347] ppid=22336 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22347/stat : 22347 (java) S 22336 22339 20173 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252473100 14420721664 7725 33554432000 4194304 4196468 140732025567920 139780369097632 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22348] ppid=22336 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22348/stat : 22348 (java) S 22336 22339 20173 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252473101 14420721664 7725 33554432000 4194304 4196468 140732025567920 139780368045040 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22349] ppid=22336 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22349/stat : 22349 (java) S 22336 22339 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252473103 14420721664 7725 33554432000 4194304 4196468 140732025567920 139780366993616 139781457536923 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22350] ppid=22336 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22350/stat : 22350 (java) S 22336 22339 20173 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 252473103 14420721664 7725 33554432000 4194304 4196468 140732025567920 139780365941232 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22351] ppid=22336 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22351/stat : 22351 (java) S 22336 22339 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252473103 14420721664 7725 33554432000 4194304 4196468 140732025567920 139780364888688 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22352] ppid=22336 vsize=14082736 memory=140489677178496 CPUtime=0.01 cores=1,3,5,7
/proc/22339/task/22352/stat : 22352 (java) S 22336 22339 20173 0 -1 1077944384 286 0 0 0 1 0 0 0 20 0 15 0 252473103 14420721664 7725 33554432000 4194304 4196468 140732025567920 139780363836144 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22353] ppid=22336 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22353/stat : 22353 (java) S 22336 22339 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252473103 14420721664 7725 33554432000 4194304 4196468 140732025567920 139780362783840 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22354] ppid=22336 vsize=14082736 memory=140489677178496 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22354/stat : 22354 (java) S 22336 22339 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252473103 14420721664 7725 33554432000 4194304 4196468 140732025567920 139780361730352 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 30900 KiB

[startup+0.216257 s]*
/proc/loadavg: 1.61 1.42 1.43 5/217 22354
/proc/meminfo: memFree=23159244/32770624 swapFree=67108368/67108860
[pid=22339] ppid=22336 vsize=14082736 memory=47340 CPUtime=0.32 cores=1,3,5,7
/proc/22339/stat : 22339 (java) S 22336 22339 20173 0 -1 1077944320 10453 0 0 0 30 2 0 0 20 0 15 0 252473097 14420721664 11835 33554432000 4194304 4196468 140732025567920 140732025550464 139781457518327 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
/proc/22339/statm: 3520684 11835 3375 1 0 3482761 0
[pid=22339/tid=22341] ppid=22336 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/22339/task/22341/stat : 22341 (java) R 22336 22339 20173 0 -1 4202560 8107 0 0 0 19 1 0 0 20 0 15 0 252473098 14420721664 11835 33554432000 4194304 4196468 140732025567920 139781461745712 139781441561957 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22342] ppid=22336 vsize=14082736 memory=4211974215881969034 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22342/stat : 22342 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14420721664 11835 33554432000 4194304 4196468 140732025567920 139781395118864 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22343] ppid=22336 vsize=14082736 memory=140489677178496 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22343/stat : 22343 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14420721664 11835 33554432000 4194304 4196468 140732025567920 139781394066320 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22344] ppid=22336 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22344/stat : 22344 (java) S 22336 22339 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252473099 14420721664 11835 33554432000 4194304 4196468 140732025567920 139781393013776 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22345] ppid=22336 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22345/stat : 22345 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14420721664 11835 33554432000 4194304 4196468 140732025567920 139781391961232 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22346] ppid=22336 vsize=14082736 memory=140489677178496 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22346/stat : 22346 (java) S 22336 22339 20173 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 252473100 14420721664 11835 33554432000 4194304 4196468 140732025567920 139780370151408 139781457529474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22347] ppid=22336 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22347/stat : 22347 (java) S 22336 22339 20173 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252473100 14420721664 11835 33554432000 4194304 4196468 140732025567920 139780369097632 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22348] ppid=22336 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22348/stat : 22348 (java) S 22336 22339 20173 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252473101 14420721664 11835 33554432000 4194304 4196468 140732025567920 139780368045040 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22349] ppid=22336 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22349/stat : 22349 (java) S 22336 22339 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252473103 14420721664 11835 33554432000 4194304 4196468 140732025567920 139780366993616 139781457536923 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22350] ppid=22336 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/22339/task/22350/stat : 22350 (java) S 22336 22339 20173 0 -1 1077944384 441 0 0 0 2 0 0 0 20 0 15 0 252473103 14420721664 11835 33554432000 4194304 4196468 140732025567920 139780365941232 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22351] ppid=22336 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/22339/task/22351/stat : 22351 (java) S 22336 22339 20173 0 -1 1077944384 173 0 0 0 1 0 0 0 20 0 15 0 252473103 14420721664 11835 33554432000 4194304 4196468 140732025567920 139780364888688 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22352] ppid=22336 vsize=14082736 memory=140489677178496 CPUtime=0.06 cores=1,3,5,7
/proc/22339/task/22352/stat : 22352 (java) R 22336 22339 20173 0 -1 4202560 346 0 0 0 6 0 0 0 20 0 15 0 252473103 14420721664 11835 33554432000 4194304 4196468 140732025567920 139780363836144 139781437711277 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22353] ppid=22336 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22353/stat : 22353 (java) S 22336 22339 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252473103 14420721664 11835 33554432000 4194304 4196468 140732025567920 139780362783840 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22354] ppid=22336 vsize=14082736 memory=140489677178496 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22354/stat : 22354 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473103 14420721664 11835 33554432000 4194304 4196468 140732025567920 139780361730352 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47340 KiB

[startup+0.310661 s]*
/proc/loadavg: 1.61 1.42 1.43 3/217 22354
/proc/meminfo: memFree=23139088/32770624 swapFree=67108368/67108860
[pid=22339] ppid=22336 vsize=14082736 memory=50612 CPUtime=0.44 cores=1,3,5,7
/proc/22339/stat : 22339 (java) S 22336 22339 20173 0 -1 1077944320 10797 0 0 0 42 2 0 0 20 0 15 0 252473097 14420721664 12653 33554432000 4194304 4196468 140732025567920 140732025550464 139781457518327 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
/proc/22339/statm: 3520684 12653 3377 1 0 3482761 0
[pid=22339/tid=22341] ppid=22336 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=1,3,5,7
/proc/22339/task/22341/stat : 22341 (java) R 22336 22339 20173 0 -1 4202560 8421 0 0 0 29 1 0 0 20 0 15 0 252473098 14420721664 12653 33554432000 4194304 4196468 140732025567920 139781461726160 139781437793729 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22342] ppid=22336 vsize=14082736 memory=4211974215881969034 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22342/stat : 22342 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14420721664 12653 33554432000 4194304 4196468 140732025567920 139781395118864 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22343] ppid=22336 vsize=14082736 memory=140489677180847 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22343/stat : 22343 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14420721664 12653 33554432000 4194304 4196468 140732025567920 139781394066320 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22344] ppid=22336 vsize=14082736 memory=140489521232093 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22344/stat : 22344 (java) S 22336 22339 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252473099 14420721664 12653 33554432000 4194304 4196468 140732025567920 139781393013776 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22345] ppid=22336 vsize=14082736 memory=140489521221071 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22345/stat : 22345 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14420721664 12653 33554432000 4194304 4196468 140732025567920 139781391961232 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22346] ppid=22336 vsize=14082736 memory=140489677198696 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22346/stat : 22346 (java) S 22336 22339 20173 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 252473100 14420721664 12653 33554432000 4194304 4196468 140732025567920 139780370151408 139781457529474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22347] ppid=22336 vsize=14082736 memory=140489521230255 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22347/stat : 22347 (java) S 22336 22339 20173 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252473100 14420721664 12653 33554432000 4194304 4196468 140732025567920 139780369097632 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22348] ppid=22336 vsize=14082736 memory=280979042451344 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22348/stat : 22348 (java) S 22336 22339 20173 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252473101 14420721664 12653 33554432000 4194304 4196468 140732025567920 139780368045040 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22349] ppid=22336 vsize=14082736 memory=280979042449040 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22349/stat : 22349 (java) S 22336 22339 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252473103 14420721664 12653 33554432000 4194304 4196468 140732025567920 139780366993616 139781457536923 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22350] ppid=22336 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/22339/task/22350/stat : 22350 (java) S 22336 22339 20173 0 -1 1077944384 441 0 0 0 2 0 0 0 20 0 15 0 252473103 14420721664 12653 33554432000 4194304 4196468 140732025567920 139780365941232 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22351] ppid=22336 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/22339/task/22351/stat : 22351 (java) S 22336 22339 20173 0 -1 1077944384 187 0 0 0 2 0 0 0 20 0 15 0 252473103 14420721664 12653 33554432000 4194304 4196468 140732025567920 139780364888688 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22352] ppid=22336 vsize=14082736 memory=140489677178496 CPUtime=0.08 cores=1,3,5,7
/proc/22339/task/22352/stat : 22352 (java) S 22336 22339 20173 0 -1 1077944384 361 0 0 0 8 0 0 0 20 0 15 0 252473103 14420721664 12653 33554432000 4194304 4196468 140732025567920 139780363836144 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22353] ppid=22336 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22353/stat : 22353 (java) S 22336 22339 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252473103 14420721664 12653 33554432000 4194304 4196468 140732025567920 139780362783840 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22354] ppid=22336 vsize=14082736 memory=140489677178496 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22354/stat : 22354 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473103 14420721664 12653 33554432000 4194304 4196468 140732025567920 139780361730352 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50612 KiB

[startup+0.700711 s]
/proc/loadavg: 1.61 1.42 1.43 3/217 22354
/proc/meminfo: memFree=23086984/32770624 swapFree=67108368/67108860
[pid=22339] ppid=22336 vsize=14084804 memory=89184 CPUtime=0.99 cores=1,3,5,7
/proc/22339/stat : 22339 (java) S 22336 22339 20173 0 -1 1077944320 17686 0 0 0 94 5 0 0 20 0 15 0 252473097 14422839296 22296 33554432000 4194304 4196468 140732025567920 140732025550464 139781457518327 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
/proc/22339/statm: 3521201 22296 3499 1 0 3483273 0
[pid=22339/tid=22341] ppid=22336 vsize=14084804 memory=872 CPUtime=0.68 cores=1,3,5,7
/proc/22339/task/22341/stat : 22341 (java) R 22336 22339 20173 0 -1 4202560 14897 0 0 0 64 4 0 0 20 0 15 0 252473098 14422839296 22296 33554432000 4194304 4196468 140732025567920 139781461741584 139781457540253 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22342] ppid=22336 vsize=14084804 memory=1920 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22342/stat : 22342 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14422839296 22296 33554432000 4194304 4196468 140732025567920 139781395118864 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22343] ppid=22336 vsize=14084804 memory=6284 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22343/stat : 22343 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14422839296 22296 33554432000 4194304 4196468 140732025567920 139781394066320 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22344] ppid=22336 vsize=14084804 memory=7014751519600366929 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22344/stat : 22344 (java) S 22336 22339 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252473099 14422839296 22296 33554432000 4194304 4196468 140732025567920 139781393013776 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22345] ppid=22336 vsize=14084804 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22345/stat : 22345 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14422839296 22296 33554432000 4194304 4196468 140732025567920 139781391961232 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22346] ppid=22336 vsize=14084804 memory=5787213857196369745 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22346/stat : 22346 (java) S 22336 22339 20173 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 252473100 14422839296 22296 33554432000 4194304 4196468 140732025567920 139780370151408 139781457529474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22347] ppid=22336 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22347/stat : 22347 (java) S 22336 22339 20173 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252473100 14422839296 22296 33554432000 4194304 4196468 140732025567920 139780369097632 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22348] ppid=22336 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22348/stat : 22348 (java) S 22336 22339 20173 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252473101 14422839296 22296 33554432000 4194304 4196468 140732025567920 139780368045040 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22349] ppid=22336 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22349/stat : 22349 (java) S 22336 22339 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252473103 14422839296 22296 33554432000 4194304 4196468 140732025567920 139780366993616 139781457536923 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22350] ppid=22336 vsize=14084804 memory=226 CPUtime=0.07 cores=1,3,5,7
/proc/22339/task/22350/stat : 22350 (java) S 22336 22339 20173 0 -1 1077944384 581 0 0 0 7 0 0 0 20 0 15 0 252473103 14422839296 22296 33554432000 4194304 4196468 140732025567920 139780365941232 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22351] ppid=22336 vsize=14084804 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/22339/task/22351/stat : 22351 (java) S 22336 22339 20173 0 -1 1077944384 357 0 0 0 7 0 0 0 20 0 15 0 252473103 14422839296 22296 33554432000 4194304 4196468 140732025567920 139780364888688 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22352] ppid=22336 vsize=14084804 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/22339/task/22352/stat : 22352 (java) S 22336 22339 20173 0 -1 1077944384 464 0 0 0 15 0 0 0 20 0 15 0 252473103 14422839296 22296 33554432000 4194304 4196468 140732025567920 139780363836144 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22353] ppid=22336 vsize=14084804 memory=280979042635248 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22353/stat : 22353 (java) S 22336 22339 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252473103 14422839296 22296 33554432000 4194304 4196468 140732025567920 139780362783840 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22354] ppid=22336 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22354/stat : 22354 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473103 14422839296 22296 33554432000 4194304 4196468 140732025567920 139780361730352 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89184 KiB

[startup+1.15799 s]
# the end of solver process 22339 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.84734 s, system=0.080185 s

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

[startup+0.801439 s]
/proc/loadavg: 1.61 1.42 1.43 3/217 22354
/proc/meminfo: memFree=23086984/32770624 swapFree=67108368/67108860
[pid=22339] ppid=22336 vsize=14086852 memory=96368 CPUtime=1.24 cores=1,3,5,7
/proc/22339/stat : 22339 (java) S 22336 22339 20173 0 -1 1077944320 18361 0 0 0 118 6 0 0 20 0 15 0 252473097 14424936448 24092 33554432000 4194304 4196468 140732025567920 140732025550464 139781457518327 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
/proc/22339/statm: 3521713 24092 3516 1 0 3483785 0
[pid=22339/tid=22341] ppid=22336 vsize=14086852 memory=8851400225972064177 CPUtime=0.78 cores=1,3,5,7
/proc/22339/task/22341/stat : 22341 (java) R 22336 22339 20173 0 -1 4202560 15232 0 0 0 74 4 0 0 20 0 15 0 252473098 14424936448 24092 33554432000 4194304 4196468 140732025567920 139781461752496 139781441598814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22342] ppid=22336 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22342/stat : 22342 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14424936448 24092 33554432000 4194304 4196468 140732025567920 139781395118864 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22343] ppid=22336 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22343/stat : 22343 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14424936448 24092 33554432000 4194304 4196468 140732025567920 139781394066320 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22344] ppid=22336 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22344/stat : 22344 (java) S 22336 22339 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252473099 14424936448 24092 33554432000 4194304 4196468 140732025567920 139781393013776 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22345] ppid=22336 vsize=14086852 memory=7523071198212214892 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22345/stat : 22345 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14424936448 24092 33554432000 4194304 4196468 140732025567920 139781391961232 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22346] ppid=22336 vsize=14086852 memory=6154538792250073449 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22346/stat : 22346 (java) S 22336 22339 20173 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 252473100 14424936448 24092 33554432000 4194304 4196468 140732025567920 139780370151408 139781457529474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22347] ppid=22336 vsize=14086852 memory=7236547281622689387 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22347/stat : 22347 (java) S 22336 22339 20173 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252473100 14424936448 24092 33554432000 4194304 4196468 140732025567920 139780369097632 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22348] ppid=22336 vsize=14086852 memory=7951477212596233558 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22348/stat : 22348 (java) S 22336 22339 20173 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252473101 14424936448 24092 33554432000 4194304 4196468 140732025567920 139780368045040 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22349] ppid=22336 vsize=14086852 memory=5789775693736398928 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22349/stat : 22349 (java) S 22336 22339 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252473103 14424936448 24092 33554432000 4194304 4196468 140732025567920 139780366993616 139781457536923 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22350] ppid=22336 vsize=14086852 memory=8310370156891967635 CPUtime=0.11 cores=1,3,5,7
/proc/22339/task/22350/stat : 22350 (java) R 22336 22339 20173 0 -1 4202560 668 0 0 0 11 0 0 0 20 0 15 0 252473103 14424936448 24092 33554432000 4194304 4196468 140732025567920 139780365922248 139781441907184 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22351] ppid=22336 vsize=14086852 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/22339/task/22351/stat : 22351 (java) R 22336 22339 20173 0 -1 4202560 443 0 0 0 11 0 0 0 20 0 15 0 252473103 14424936448 24092 33554432000 4194304 4196468 140732025567920 139780364879280 139781442444919 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22352] ppid=22336 vsize=14086852 memory=372840928 CPUtime=0.22 cores=1,3,5,7
/proc/22339/task/22352/stat : 22352 (java) R 22336 22339 20173 0 -1 4202560 632 0 0 0 22 0 0 0 20 0 15 0 252473103 14424936448 24092 33554432000 4194304 4196468 140732025567920 139780363834104 139781436890272 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22353] ppid=22336 vsize=14086852 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22353/stat : 22353 (java) S 22336 22339 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252473103 14424936448 24092 33554432000 4194304 4196468 140732025567920 139780362783840 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22354] ppid=22336 vsize=14086852 memory=280979042727520 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22354/stat : 22354 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473103 14424936448 24092 33554432000 4194304 4196468 140732025567920 139780361730352 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 14086852 KiB
Current children cumulated memory: 96368 KiB

[startup+1.00065 s]*
/proc/loadavg: 1.61 1.42 1.43 4/217 22354
/proc/meminfo: memFree=22993400/32770624 swapFree=67108368/67108860
[pid=22339] ppid=22336 vsize=14088900 memory=111936 CPUtime=1.62 cores=1,3,5,7
/proc/22339/stat : 22339 (java) S 22336 22339 20173 0 -1 1077944320 19782 0 0 0 156 6 0 0 20 0 15 0 252473097 14427033600 27984 33554432000 4194304 4196468 140732025567920 140732025550464 139781457518327 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
/proc/22339/statm: 3522225 27984 3525 1 0 3484297 0
[pid=22339/tid=22341] ppid=22336 vsize=14088900 memory=6735269665583770266 CPUtime=0.99 cores=1,3,5,7
/proc/22339/task/22341/stat : 22341 (java) R 22336 22339 20173 0 -1 4202560 16188 0 0 0 94 5 0 0 20 0 15 0 252473098 14427033600 27984 33554432000 4194304 4196468 140732025567920 139781461752032 139781441598814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22342] ppid=22336 vsize=14088900 memory=4211974215881969034 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22342/stat : 22342 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14427033600 27984 33554432000 4194304 4196468 140732025567920 139781395118864 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22343] ppid=22336 vsize=14088900 memory=3472468785904858796 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22343/stat : 22343 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14427033600 27984 33554432000 4194304 4196468 140732025567920 139781394066320 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22344] ppid=22336 vsize=14088900 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22344/stat : 22344 (java) S 22336 22339 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252473099 14427033600 27984 33554432000 4194304 4196468 140732025567920 139781393013776 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22345] ppid=22336 vsize=14088900 memory=4137290303932963203 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22345/stat : 22345 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14427033600 27984 33554432000 4194304 4196468 140732025567920 139781391961232 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22346] ppid=22336 vsize=14088900 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22346/stat : 22346 (java) S 22336 22339 20173 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 252473100 14427033600 27984 33554432000 4194304 4196468 140732025567920 139780370151408 139781457529474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22347] ppid=22336 vsize=14088900 memory=8606216625674220404 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22347/stat : 22347 (java) S 22336 22339 20173 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252473100 14427033600 27984 33554432000 4194304 4196468 140732025567920 139780369097632 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22348] ppid=22336 vsize=14088900 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22348/stat : 22348 (java) S 22336 22339 20173 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252473101 14427033600 27984 33554432000 4194304 4196468 140732025567920 139780368045040 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22349] ppid=22336 vsize=14088900 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22349/stat : 22349 (java) S 22336 22339 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252473103 14427033600 27984 33554432000 4194304 4196468 140732025567920 139780366993616 139781457536923 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22350] ppid=22336 vsize=14088900 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/22339/task/22350/stat : 22350 (java) S 22336 22339 20173 0 -1 1077944384 882 0 0 0 16 0 0 0 20 0 15 0 252473103 14427033600 27984 33554432000 4194304 4196468 140732025567920 139780365941232 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22351] ppid=22336 vsize=14088900 memory=6011555679673458737 CPUtime=0.15 cores=1,3,5,7
/proc/22339/task/22351/stat : 22351 (java) S 22336 22339 20173 0 -1 1077944384 480 0 0 0 15 0 0 0 20 0 15 0 252473103 14427033600 27984 33554432000 4194304 4196468 140732025567920 139780364888688 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22352] ppid=22336 vsize=14088900 memory=5865913334724726714 CPUtime=0.3 cores=1,3,5,7
/proc/22339/task/22352/stat : 22352 (java) S 22336 22339 20173 0 -1 1077944384 846 0 0 0 30 0 0 0 20 0 15 0 252473103 14427033600 27984 33554432000 4194304 4196468 140732025567920 139780363836144 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22353] ppid=22336 vsize=14088900 memory=7878495878512652848 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22353/stat : 22353 (java) S 22336 22339 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252473103 14427033600 27984 33554432000 4194304 4196468 140732025567920 139780362783840 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22354] ppid=22336 vsize=14088900 memory=7023314362644809963 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22354/stat : 22354 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473103 14427033600 27984 33554432000 4194304 4196468 140732025567920 139780361730352 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 111936 KiB

[startup+1.10996 s]
/proc/loadavg: 1.61 1.42 1.43 4/217 22354
/proc/meminfo: memFree=22993400/32770624 swapFree=67108368/67108860
[pid=22339] ppid=22336 vsize=14090948 memory=118536 CPUtime=1.8 cores=1,3,5,7
/proc/22339/stat : 22339 (java) S 22336 22339 20173 0 -1 1077944320 22183 0 0 0 173 7 0 0 20 0 15 0 252473097 14429130752 29634 33554432000 4194304 4196468 140732025567920 140732025550464 139781457518327 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
/proc/22339/statm: 3522737 29634 3525 1 0 3484809 0
[pid=22339/tid=22341] ppid=22336 vsize=14090948 memory=82056 CPUtime=1.09 cores=1,3,5,7
/proc/22339/task/22341/stat : 22341 (java) R 22336 22339 20173 0 -1 4202560 18174 0 0 0 104 5 0 0 20 0 15 0 252473098 14429130752 29634 33554432000 4194304 4196468 140732025567920 139781461750048 139781441598814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22342] ppid=22336 vsize=14090948 memory=226 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22342/stat : 22342 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14429130752 29634 33554432000 4194304 4196468 140732025567920 139781395118864 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22343] ppid=22336 vsize=14090948 memory=7 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22343/stat : 22343 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14429130752 29634 33554432000 4194304 4196468 140732025567920 139781394066320 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22344] ppid=22336 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22344/stat : 22344 (java) S 22336 22339 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 252473099 14429130752 29634 33554432000 4194304 4196468 140732025567920 139781393013776 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22345] ppid=22336 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22345/stat : 22345 (java) S 22336 22339 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 252473099 14429130752 29634 33554432000 4194304 4196468 140732025567920 139781391961232 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22346] ppid=22336 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22346/stat : 22346 (java) S 22336 22339 20173 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 252473100 14429130752 29634 33554432000 4194304 4196468 140732025567920 139780370151408 139781457529474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22347] ppid=22336 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22347/stat : 22347 (java) S 22336 22339 20173 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 252473100 14429130752 29634 33554432000 4194304 4196468 140732025567920 139780369097632 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22348] ppid=22336 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22348/stat : 22348 (java) S 22336 22339 20173 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 252473101 14429130752 29634 33554432000 4194304 4196468 140732025567920 139780368045040 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22349] ppid=22336 vsize=14090948 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22349/stat : 22349 (java) S 22336 22339 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252473103 14429130752 29634 33554432000 4194304 4196468 140732025567920 139780366993616 139781457536923 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22350] ppid=22336 vsize=14090948 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/22339/task/22350/stat : 22350 (java) R 22336 22339 20173 0 -1 4202560 924 0 0 0 17 0 0 0 20 0 15 0 252473103 14429130752 29634 33554432000 4194304 4196468 140732025567920 139780365926384 139781449807776 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22351] ppid=22336 vsize=14090948 memory=280977901532861 CPUtime=0.16 cores=1,3,5,7
/proc/22339/task/22351/stat : 22351 (java) R 22336 22339 20173 0 -1 1077944384 502 0 0 0 16 0 0 0 20 0 15 0 252473103 14429130752 29634 33554432000 4194304 4196468 140732025567920 139780364888688 139781457529474 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22352] ppid=22336 vsize=14090948 memory=280979042544592 CPUtime=0.35 cores=1,3,5,7
/proc/22339/task/22352/stat : 22352 (java) R 22336 22339 20173 0 -1 4202560 1203 0 0 0 35 0 0 0 20 0 15 0 252473103 14429130752 29634 33554432000 4194304 4196468 140732025567920 139780363836144 139781441766112 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22353] ppid=22336 vsize=14090948 memory=86 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22353/stat : 22353 (java) S 22336 22339 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 252473103 14429130752 29634 33554432000 4194304 4196468 140732025567920 139780362783840 139781457528533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
[pid=22339/tid=22354] ppid=22336 vsize=14090948 memory=226 CPUtime=0 cores=1,3,5,7
/proc/22339/task/22354/stat : 22354 (java) S 22336 22339 20173 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 252473103 14429130752 29634 33554432000 4194304 4196468 140732025567920 139780361730352 139781457529474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18001920 140732025574472 140732025574665 140732025574665 140732025577423 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 118536 KiB

Child status: 0
Real time (s): 1.15805
CPU time (s): 1.92753
CPU user time (s): 1.84734
CPU system time (s): 0.080185
CPU usage (%): 166.446
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 118536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.84734
system time used= 0.080185
maximum resident set size= 121956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23488
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= 2130
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 22339
#   total CPU time (s): 1.92753
#   total CPU user time (s): 1.84734
#   total CPU system time (s): 0.080185

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030435 second user time and 0.055825 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-15 18:04:59
IDJOB=4308113
IDBENCH=141650
IDSOLVER=2791
FILE ID=node148/4308113-1534349099
RUNJOBID= node148-1534346584-22043
PBS_JOBID= 21038159
Free space on /tmp= 44860 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/Eternity/Eternity-04-04_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308113-1534349099/watcher-4308113-1534349099 -o /tmp/evaluation-result-4308113-1534349099/solver-4308113-1534349099 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534346584-22043 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1801460044 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308113-1534349099.xml

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

MD5SUM BENCH= 888903612ba8c9f4d3271c512caeb5d6
RANDOM SEED=1801460044

node148.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:        23273948 kB
MemAvailable:   31411724 kB
Buffers:          185648 kB
Cached:          8175112 kB
SwapCached:            4 kB
Active:          4994764 kB
Inactive:        3903496 kB
Active(anon):     491168 kB
Inactive(anon):   106940 kB
Active(file):    4503596 kB
Inactive(file):  3796556 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:             72844 kB
Writeback:             0 kB
AnonPages:        540928 kB
Mapped:            69012 kB
Shmem:             57780 kB
Slab:             295180 kB
SReclaimable:     266084 kB
SUnreclaim:        29096 kB
KernelStack:        3552 kB
PageTables:         6580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1719896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    413696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 44824 MiB
End job on node148 at 2018-08-15 18:05:01