Trace number 4248069

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
R1: Concrete 3.4? 9.89508 4.58871

General information on the benchmark

NameSubisomorphism/Subisomorphism-m1-LV/
Subisomorphism-g07-g39.xml
MD5SUMdbf4985f7b4f6efdb18e4ae2f2616c62
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.0076600001
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints121
Number of domains1
Minimum domain size121
Maximum domain size121
Distribution of domain sizes[{"size":121,"count":20}]
Minimum variable degree12
Maximum variable degree12
Distribution of variable degrees[{"degree":12,"count":20}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":100},{"arity":20,"count":1}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.65/2.17	c Concrete v3.4 running
9.55/4.05	java.lang.reflect.InvocationTargetException
9.55/4.05		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
9.55/4.05		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
9.55/4.05		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
9.55/4.05		at java.lang.reflect.Method.invoke(Method.java:498)
9.55/4.05		at concrete.Solver$.apply(Solver.scala:68)
9.55/4.05		at concrete.runner.ConcreteRunner.$anonfun$run$9(ConcreteRunner.scala:139)
9.55/4.05		at scala.util.Success.$anonfun$map$1(Try.scala:251)
9.55/4.05		at scala.util.Success.map(Try.scala:209)
9.55/4.05		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:135)
9.55/4.05		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
9.55/4.05		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
9.55/4.05		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
9.55/4.05		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
9.55/4.05		at scala.Function0.apply$mcV$sp(Function0.scala:34)
9.55/4.05		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
9.55/4.05		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
9.55/4.05		at scala.App.$anonfun$main$1$adapted(App.scala:76)
9.55/4.05		at scala.collection.immutable.List.foreach(List.scala:389)
9.55/4.05		at scala.App.main(App.scala:76)
9.55/4.05		at scala.App.main$(App.scala:74)
9.55/4.05		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
9.55/4.05		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
9.55/4.05	Caused by: cspom.UNSATException: Tried to get state from a Contradiction
9.55/4.05		at concrete.Contradiction.toState(ProblemState.scala:126)
9.55/4.05		at concrete.Contradiction.toState(ProblemState.scala:95)
9.55/4.05		at concrete.MAC.<init>(MAC.scala:177)
9.55/4.05		at concrete.MAC$.apply(MAC.scala:41)
9.55/4.05		at concrete.MAC.apply(MAC.scala)
9.55/4.05		... 22 more
9.55/4.06	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4248069-1500742520/watcher-4248069-1500742520 -o /tmp/evaluation-result-4248069-1500742520/solver-4248069-1500742520 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500739996-23970 --watchdog 2560 bin/concrete HOME/instance-4248069-1500742520.xml 

pid=26116
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.72 1.58 3/261 26119
/proc/meminfo: memFree=29571632/32770624 swapFree=5724/305232
[pid=26119] ppid=26116 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/26119/stat : 26119 (bash) S 26116 26119 20253 0 -1 4202496 686 1532 0 0 0 0 0 0 20 0 1 0 9518419 9736192 351 33554432000 4194304 5098028 140734900315680 140734900313320 140146210597888 0 0 4100 65536 18446744071580971376 0 0 17 13 0 0 0 0 0 7196144 7232144 27844608 140734900323598 140734900323683 140734900323683 140734900326382 0
/proc/26119/statm: 2377 351 278 221 0 86 0

[startup+0.100157 s]
/proc/loadavg: 1.93 1.72 1.58 3/261 26119
/proc/meminfo: memFree=29571632/32770624 swapFree=5724/305232
[pid=26119] ppid=26116 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/26119/stat : 26119 (bash) S 26116 26119 20253 0 -1 4202496 884 6413 0 0 0 0 0 1 20 0 1 0 9518419 9871360 378 33554432000 4194304 5098028 140734900315680 140734900309688 140146210597888 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 0 0 0 7196144 7232144 27844608 140734900323598 140734900323683 140734900323683 140734900326382 0
/proc/26119/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200334 s]
/proc/loadavg: 1.93 1.72 1.58 3/261 26119
/proc/meminfo: memFree=29571632/32770624 swapFree=5724/305232
[pid=26119] ppid=26116 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/26119/stat : 26119 (java) S 26116 26119 20253 0 -1 1077944320 4740 12362 0 0 6 1 8 4 20 0 13 0 9518419 10686320640 5111 33554432000 4194304 4196468 140737344176624 140737344159168 139824620011255 0 0 0 16800971 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
/proc/26119/statm: 2608965 5111 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300348 s]
/proc/loadavg: 1.93 1.72 1.58 3/261 26119
/proc/meminfo: memFree=29571632/32770624 swapFree=5724/305232
[pid=26119] ppid=26116 vsize=10902392 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/26119/stat : 26119 (java) S 26116 26119 20253 0 -1 1077944320 7127 12362 0 0 23 2 8 4 20 0 20 0 9518419 11164049408 8845 33554432000 4194304 4196468 140737344176624 140737344159168 139824620011255 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
/proc/26119/statm: 2725598 8845 2985 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902392

[startup+0.700167 s]
/proc/loadavg: 1.93 1.72 1.58 3/261 26119
/proc/meminfo: memFree=29571632/32770624 swapFree=5724/305232
[pid=26119] ppid=26116 vsize=10902720 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/26119/stat : 26119 (java) S 26116 26119 20253 0 -1 1077944320 12594 12362 0 0 77 5 8 4 20 0 20 0 9518419 11164385280 15857 33554432000 4194304 4196468 140737344176624 140737344159168 139824620011255 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
/proc/26119/statm: 2725680 15857 3206 1 0 2713890 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 10902720

[startup+1.50075 s]
/proc/loadavg: 1.93 1.72 1.58 3/281 26192
/proc/meminfo: memFree=29466228/32770624 swapFree=5724/305232
[pid=26119] ppid=26116 vsize=10913344 CPUtime=2.33 cores=1,3,5,7,9,11,13,15
/proc/26119/stat : 26119 (java) S 26116 26119 20253 0 -1 1077944320 25362 12362 0 0 206 15 8 4 20 0 20 0 9518419 11175264256 44534 33554432000 4194304 4196468 140737344176624 140737344159168 139824620011255 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
/proc/26119/statm: 2728336 44534 3408 1 0 2716450 0
[pid=26119/tid=26174] ppid=26116 vsize=10913344 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26174/stat : 26174 (java) R 26116 26119 20253 0 -1 4202560 18266 12362 0 0 125 6 8 4 20 0 20 0 9518432 11175264256 44534 33554432000 4194304 4196468 140737344176624 139824624238432 139824620023190 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26175] ppid=26116 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26175/stat : 26175 (java) S 26116 26119 20253 0 -1 1077944384 25 12362 0 0 0 0 8 4 20 0 20 0 9518433 11175264256 44534 33554432000 4194304 4196468 140737344176624 139824546085136 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26176] ppid=26116 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26176/stat : 26176 (java) S 26116 26119 20253 0 -1 1077944384 34 12362 0 0 0 0 8 4 20 0 20 0 9518433 11175264256 44534 33554432000 4194304 4196468 140737344176624 139824545032592 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26177] ppid=26116 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26177/stat : 26177 (java) S 26116 26119 20253 0 -1 1077944384 21 12362 0 0 1 0 8 4 20 0 20 0 9518433 11175264256 44534 33554432000 4194304 4196468 140737344176624 139824543980048 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26178] ppid=26116 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26178/stat : 26178 (java) S 26116 26119 20253 0 -1 1077944384 41 12362 0 0 1 0 8 4 20 0 20 0 9518433 11175264256 44534 33554432000 4194304 4196468 140737344176624 139824542927504 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26179] ppid=26116 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26179/stat : 26179 (java) S 26116 26119 20253 0 -1 1077944384 13 12362 0 0 0 0 8 4 20 0 20 0 9518433 11175264256 44534 33554432000 4194304 4196468 140737344176624 139824541874960 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26180] ppid=26116 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26180/stat : 26180 (java) S 26116 26119 20253 0 -1 1077944384 135 12362 0 0 0 0 8 4 20 0 20 0 9518433 11175264256 44534 33554432000 4194304 4196468 140737344176624 139824540822416 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26181] ppid=26116 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26181/stat : 26181 (java) S 26116 26119 20253 0 -1 1077944384 21 12362 0 0 1 0 8 4 20 0 20 0 9518433 11175264256 44534 33554432000 4194304 4196468 140737344176624 139824220597264 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26182] ppid=26116 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26182/stat : 26182 (java) S 26116 26119 20253 0 -1 1077944384 12 12362 0 0 1 0 8 4 20 0 20 0 9518433 11175264256 44534 33554432000 4194304 4196468 140737344176624 139824219544720 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26183] ppid=26116 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26183/stat : 26183 (java) S 26116 26119 20253 0 -1 1077944384 826 12362 0 0 1 0 8 4 20 0 20 0 9518435 11175264256 44534 33554432000 4194304 4196468 140737344176624 139823437117424 139824620022402 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26184] ppid=26116 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26184/stat : 26184 (java) S 26116 26119 20253 0 -1 1077944384 56 12362 0 0 0 0 8 4 20 0 20 0 9518436 11175264256 44534 33554432000 4194304 4196468 140737344176624 139823436063712 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26185] ppid=26116 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26185/stat : 26185 (java) S 26116 26119 20253 0 -1 1077944384 43 12362 0 0 0 0 8 4 20 0 20 0 9518437 11175264256 44534 33554432000 4194304 4196468 140737344176624 139823435011072 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26186] ppid=26116 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26186/stat : 26186 (java) S 26116 26119 20253 0 -1 1077944384 1 12362 0 0 0 0 8 4 20 0 20 0 9518441 11175264256 44534 33554432000 4194304 4196468 140737344176624 139823433959632 139824620029851 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26187] ppid=26116 vsize=10913344 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26187/stat : 26187 (java) S 26116 26119 20253 0 -1 1077944384 1408 12362 0 0 16 0 8 4 20 0 20 0 9518441 11175264256 44534 33554432000 4194304 4196468 140737344176624 139823432907248 139824620022402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26188] ppid=26116 vsize=10913344 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26188/stat : 26188 (java) S 26116 26119 20253 0 -1 1077944384 844 12362 0 0 14 0 8 4 20 0 20 0 9518441 11175264256 44534 33554432000 4194304 4196468 140737344176624 139823431854704 139824620022402 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26189] ppid=26116 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26189/stat : 26189 (java) S 26116 26119 20253 0 -1 1077944384 445 12362 0 0 12 1 8 4 20 0 20 0 9518441 11175264256 44534 33554432000 4194304 4196468 140737344176624 139823430802160 139824620022402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26190] ppid=26116 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26190/stat : 26190 (java) R 26116 26119 20253 0 -1 4202560 1033 12362 0 0 26 0 8 4 20 0 20 0 9518441 11175264256 44534 33554432000 4194304 4196468 140737344176624 139823429749616 139824620032602 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26191] ppid=26116 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26191/stat : 26191 (java) S 26116 26119 20253 0 -1 1077944384 3 12362 0 0 0 0 8 4 20 0 20 0 9518441 11175264256 44534 33554432000 4194304 4196468 140737344176624 139823428696288 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26192] ppid=26116 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26192/stat : 26192 (java) S 26116 26119 20253 0 -1 1077944384 3 12362 0 0 0 0 8 4 20 0 20 0 9518441 11175264256 44534 33554432000 4194304 4196468 140737344176624 139823427643824 139824620022402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 10913344

[startup+3.10113 s]
/proc/loadavg: 1.93 1.72 1.58 5/281 26192
/proc/meminfo: memFree=29395800/32770624 swapFree=5724/305232
[pid=26119] ppid=26116 vsize=10927868 CPUtime=5.61 cores=1,3,5,7,9,11,13,15
/proc/26119/stat : 26119 (java) S 26116 26119 20253 0 -1 1077944320 41929 12362 0 0 528 21 8 4 20 0 20 0 9518419 11190136832 55828 33554432000 4194304 4196468 140737344176624 140737344159168 139824620011255 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
/proc/26119/statm: 2731967 55828 3473 1 0 2719522 0
[pid=26119/tid=26174] ppid=26116 vsize=10927868 CPUtime=3.03 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26174/stat : 26174 (java) R 26116 26119 20253 0 -1 4202560 31458 12362 0 0 282 9 8 4 20 0 20 0 9518432 11190136832 55828 33554432000 4194304 4196468 140737344176624 139824624240144 139824229708033 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26175] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26175/stat : 26175 (java) S 26116 26119 20253 0 -1 1077944384 25 12362 0 0 0 0 8 4 20 0 20 0 9518433 11190136832 55828 33554432000 4194304 4196468 140737344176624 139824546085136 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26176] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26176/stat : 26176 (java) S 26116 26119 20253 0 -1 1077944384 34 12362 0 0 0 0 8 4 20 0 20 0 9518433 11190136832 55828 33554432000 4194304 4196468 140737344176624 139824545032592 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26177] ppid=26116 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26177/stat : 26177 (java) S 26116 26119 20253 0 -1 1077944384 21 12362 0 0 1 0 8 4 20 0 20 0 9518433 11190136832 55828 33554432000 4194304 4196468 140737344176624 139824543980048 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26178] ppid=26116 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26178/stat : 26178 (java) S 26116 26119 20253 0 -1 1077944384 41 12362 0 0 1 0 8 4 20 0 20 0 9518433 11190136832 55828 33554432000 4194304 4196468 140737344176624 139824542927504 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26179] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26179/stat : 26179 (java) S 26116 26119 20253 0 -1 1077944384 13 12362 0 0 0 0 8 4 20 0 20 0 9518433 11190136832 55828 33554432000 4194304 4196468 140737344176624 139824541874960 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26180] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26180/stat : 26180 (java) S 26116 26119 20253 0 -1 1077944384 135 12362 0 0 0 0 8 4 20 0 20 0 9518433 11190136832 55828 33554432000 4194304 4196468 140737344176624 139824540822416 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26181] ppid=26116 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26181/stat : 26181 (java) S 26116 26119 20253 0 -1 1077944384 21 12362 0 0 1 0 8 4 20 0 20 0 9518433 11190136832 55828 33554432000 4194304 4196468 140737344176624 139824220597264 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26182] ppid=26116 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26182/stat : 26182 (java) S 26116 26119 20253 0 -1 1077944384 12 12362 0 0 1 0 8 4 20 0 20 0 9518433 11190136832 55828 33554432000 4194304 4196468 140737344176624 139824219544720 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26183] ppid=26116 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26183/stat : 26183 (java) S 26116 26119 20253 0 -1 1077944384 856 12362 0 0 2 0 8 4 20 0 20 0 9518435 11190136832 55828 33554432000 4194304 4196468 140737344176624 139823437117424 139824620022402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26184] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26184/stat : 26184 (java) S 26116 26119 20253 0 -1 1077944384 56 12362 0 0 0 0 8 4 20 0 20 0 9518436 11190136832 55828 33554432000 4194304 4196468 140737344176624 139823436063712 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26185] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26185/stat : 26185 (java) S 26116 26119 20253 0 -1 1077944384 43 12362 0 0 0 0 8 4 20 0 20 0 9518437 11190136832 55828 33554432000 4194304 4196468 140737344176624 139823435011072 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26186] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26186/stat : 26186 (java) S 26116 26119 20253 0 -1 1077944384 1 12362 0 0 0 0 8 4 20 0 20 0 9518441 11190136832 55828 33554432000 4194304 4196468 140737344176624 139823433959632 139824620029851 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26187] ppid=26116 vsize=10927868 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26187/stat : 26187 (java) R 26116 26119 20253 0 -1 4202560 1687 12362 0 0 43 1 8 4 20 0 20 0 9518441 11190136832 55828 33554432000 4194304 4196468 140737344176624 139823432907248 139824606025569 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26188] ppid=26116 vsize=10927868 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26188/stat : 26188 (java) S 26116 26119 20253 0 -1 1077944384 1534 12362 0 0 46 1 8 4 20 0 20 0 9518441 11190136832 55828 33554432000 4194304 4196468 140737344176624 139823431854704 139824620022402 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26189] ppid=26116 vsize=10927868 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26189/stat : 26189 (java) R 26116 26119 20253 0 -1 4202560 949 12362 0 0 46 1 8 4 20 0 20 0 9518441 11190136832 55828 33554432000 4194304 4196468 140737344176624 139823430802160 139824599305406 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26190] ppid=26116 vsize=10927868 CPUtime=1.11 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26190/stat : 26190 (java) S 26116 26119 20253 0 -1 1077944384 2904 12362 0 0 98 1 8 4 20 0 20 0 9518441 11190136832 55828 33554432000 4194304 4196468 140737344176624 139823429749616 139824620022402 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26191] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26191/stat : 26191 (java) S 26116 26119 20253 0 -1 1077944384 3 12362 0 0 0 0 8 4 20 0 20 0 9518441 11190136832 55828 33554432000 4194304 4196468 140737344176624 139823428696288 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26192] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26192/stat : 26192 (java) S 26116 26119 20253 0 -1 1077944384 4 12362 0 0 0 0 8 4 20 0 20 0 9518441 11190136832 55828 33554432000 4194304 4196468 140737344176624 139823427643824 139824620022402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 10927868

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 26119 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20107 s]
/proc/loadavg: 1.93 1.72 1.58 5/281 26192
/proc/meminfo: memFree=29395800/32770624 swapFree=5724/305232
[pid=26119] ppid=26116 vsize=10927868 CPUtime=6.03 cores=1,3,5,7,9,11,13,15
/proc/26119/stat : 26119 (java) S 26116 26119 20253 0 -1 1077944320 43656 12362 0 0 569 22 8 4 20 0 20 0 9518419 11190136832 59300 33554432000 4194304 4196468 140737344176624 140737344159168 139824620011255 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
/proc/26119/statm: 2731967 59300 3476 1 0 2719522 0
[pid=26119/tid=26174] ppid=26116 vsize=10927868 CPUtime=3.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26174/stat : 26174 (java) R 26116 26119 20253 0 -1 4202560 31566 12362 0 0 291 9 8 4 20 0 20 0 9518432 11190136832 59300 33554432000 4194304 4196468 140737344176624 139824624241096 139824230205420 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26175] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26175/stat : 26175 (java) S 26116 26119 20253 0 -1 1077944384 25 12362 0 0 0 0 8 4 20 0 20 0 9518433 11190136832 59300 33554432000 4194304 4196468 140737344176624 139824546085136 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26176] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26176/stat : 26176 (java) S 26116 26119 20253 0 -1 1077944384 34 12362 0 0 0 0 8 4 20 0 20 0 9518433 11190136832 59300 33554432000 4194304 4196468 140737344176624 139824545032592 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26177] ppid=26116 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26177/stat : 26177 (java) S 26116 26119 20253 0 -1 1077944384 21 12362 0 0 1 0 8 4 20 0 20 0 9518433 11190136832 59300 33554432000 4194304 4196468 140737344176624 139824543980048 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26178] ppid=26116 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26178/stat : 26178 (java) S 26116 26119 20253 0 -1 1077944384 41 12362 0 0 1 0 8 4 20 0 20 0 9518433 11190136832 59300 33554432000 4194304 4196468 140737344176624 139824542927504 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26179] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26179/stat : 26179 (java) S 26116 26119 20253 0 -1 1077944384 13 12362 0 0 0 0 8 4 20 0 20 0 9518433 11190136832 59300 33554432000 4194304 4196468 140737344176624 139824541874960 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26180] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26180/stat : 26180 (java) S 26116 26119 20253 0 -1 1077944384 135 12362 0 0 0 0 8 4 20 0 20 0 9518433 11190136832 59300 33554432000 4194304 4196468 140737344176624 139824540822416 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26181] ppid=26116 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26181/stat : 26181 (java) S 26116 26119 20253 0 -1 1077944384 21 12362 0 0 1 0 8 4 20 0 20 0 9518433 11190136832 59300 33554432000 4194304 4196468 140737344176624 139824220597264 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26182] ppid=26116 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26182/stat : 26182 (java) S 26116 26119 20253 0 -1 1077944384 12 12362 0 0 1 0 8 4 20 0 20 0 9518433 11190136832 59300 33554432000 4194304 4196468 140737344176624 139824219544720 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26183] ppid=26116 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26183/stat : 26183 (java) S 26116 26119 20253 0 -1 1077944384 856 12362 0 0 2 0 8 4 20 0 20 0 9518435 11190136832 59300 33554432000 4194304 4196468 140737344176624 139823437117424 139824620022402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26184] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26184/stat : 26184 (java) S 26116 26119 20253 0 -1 1077944384 56 12362 0 0 0 0 8 4 20 0 20 0 9518436 11190136832 59300 33554432000 4194304 4196468 140737344176624 139823436063712 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26185] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26185/stat : 26185 (java) S 26116 26119 20253 0 -1 1077944384 43 12362 0 0 0 0 8 4 20 0 20 0 9518437 11190136832 59300 33554432000 4194304 4196468 140737344176624 139823435011072 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26186] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26186/stat : 26186 (java) S 26116 26119 20253 0 -1 1077944384 1 12362 0 0 0 0 8 4 20 0 20 0 9518441 11190136832 59300 33554432000 4194304 4196468 140737344176624 139823433959632 139824620029851 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26187] ppid=26116 vsize=10927868 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26187/stat : 26187 (java) R 26116 26119 20253 0 -1 4202560 2395 12362 0 0 51 1 8 4 20 0 20 0 9518441 11190136832 59300 33554432000 4194304 4196468 140737344176624 139823432893272 139824605706321 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26188] ppid=26116 vsize=10927868 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26188/stat : 26188 (java) R 26116 26119 20253 0 -1 4202560 1952 12362 0 0 56 1 8 4 20 0 20 0 9518441 11190136832 59300 33554432000 4194304 4196468 140737344176624 139823431841520 139824599850866 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26189] ppid=26116 vsize=10927868 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26189/stat : 26189 (java) R 26116 26119 20253 0 -1 4202560 1267 12362 0 0 55 1 8 4 20 0 20 0 9518441 11190136832 59300 33554432000 4194304 4196468 140737344176624 139823430787680 139824603422146 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26190] ppid=26116 vsize=10927868 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26190/stat : 26190 (java) R 26116 26119 20253 0 -1 1077944384 3100 12362 0 0 102 1 8 4 20 0 20 0 9518441 11190136832 59300 33554432000 4194304 4196468 140737344176624 139823429749616 139824620022402 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26191] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26191/stat : 26191 (java) S 26116 26119 20253 0 -1 1077944384 3 12362 0 0 0 0 8 4 20 0 20 0 9518441 11190136832 59300 33554432000 4194304 4196468 140737344176624 139823428696288 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26192] ppid=26116 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26192/stat : 26192 (java) S 26116 26119 20253 0 -1 1077944384 4 12362 0 0 0 0 8 4 20 0 20 0 9518441 11190136832 59300 33554432000 4194304 4196468 140737344176624 139823427643824 139824620022402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 10927868

[startup+4.00069 s]
/proc/loadavg: 1.93 1.72 1.58 14/281 26192
/proc/meminfo: memFree=29312528/32770624 swapFree=5724/305316
[pid=26119] ppid=26116 vsize=10995452 CPUtime=9.55 cores=1,3,5,7,9,11,13,15
/proc/26119/stat : 26119 (java) S 26116 26119 20253 0 -1 1077944320 59712 12362 0 0 917 26 8 4 20 0 20 0 9518419 11259342848 83036 33554432000 4194304 4196468 140737344176624 140737344159168 139824620011255 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
/proc/26119/statm: 2748863 83036 3481 1 0 2736418 0
[pid=26119/tid=26174] ppid=26116 vsize=10995452 CPUtime=3.86 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26174/stat : 26174 (java) R 26116 26119 20253 0 -1 4202560 40640 12362 0 0 363 11 8 4 20 0 20 0 9518432 11259342848 83036 33554432000 4194304 4196468 140737344176624 139824624227160 139824601574830 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26175] ppid=26116 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26175/stat : 26175 (java) S 26116 26119 20253 0 -1 1077944384 29 12362 0 0 2 0 8 4 20 0 20 0 9518433 11259342848 83036 33554432000 4194304 4196468 140737344176624 139824546085136 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26176] ppid=26116 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26176/stat : 26176 (java) S 26116 26119 20253 0 -1 1077944384 38 12362 0 0 2 0 8 4 20 0 20 0 9518433 11259342848 83036 33554432000 4194304 4196468 140737344176624 139824545032592 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26177] ppid=26116 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26177/stat : 26177 (java) S 26116 26119 20253 0 -1 1077944384 35 12362 0 0 2 0 8 4 20 0 20 0 9518433 11259342848 83036 33554432000 4194304 4196468 140737344176624 139824543980048 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26178] ppid=26116 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26178/stat : 26178 (java) S 26116 26119 20253 0 -1 1077944384 228 12362 0 0 3 0 8 4 20 0 20 0 9518433 11259342848 83036 33554432000 4194304 4196468 140737344176624 139824542927504 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26179] ppid=26116 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26179/stat : 26179 (java) S 26116 26119 20253 0 -1 1077944384 152 12362 0 0 2 0 8 4 20 0 20 0 9518433 11259342848 83036 33554432000 4194304 4196468 140737344176624 139824541874960 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26180] ppid=26116 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26180/stat : 26180 (java) S 26116 26119 20253 0 -1 1077944384 178 12362 0 0 3 1 8 4 20 0 20 0 9518433 11259342848 83036 33554432000 4194304 4196468 140737344176624 139824540822416 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26181] ppid=26116 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26181/stat : 26181 (java) S 26116 26119 20253 0 -1 1077944384 34 12362 0 0 3 0 8 4 20 0 20 0 9518433 11259342848 83036 33554432000 4194304 4196468 140737344176624 139824220597264 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26182] ppid=26116 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26182/stat : 26182 (java) S 26116 26119 20253 0 -1 1077944384 23 12362 0 0 2 0 8 4 20 0 20 0 9518433 11259342848 83036 33554432000 4194304 4196468 140737344176624 139824219544720 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26183] ppid=26116 vsize=10995452 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26183/stat : 26183 (java) S 26116 26119 20253 0 -1 1077944384 2533 12362 0 0 4 0 8 4 20 0 20 0 9518435 11259342848 83036 33554432000 4194304 4196468 140737344176624 139823437117424 139824620022402 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26184] ppid=26116 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26184/stat : 26184 (java) S 26116 26119 20253 0 -1 1077944384 58 12362 0 0 0 0 8 4 20 0 20 0 9518436 11259342848 83036 33554432000 4194304 4196468 140737344176624 139823436063712 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26185] ppid=26116 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26185/stat : 26185 (java) S 26116 26119 20253 0 -1 1077944384 46 12362 0 0 1 0 8 4 20 0 20 0 9518437 11259342848 83036 33554432000 4194304 4196468 140737344176624 139823435011072 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26186] ppid=26116 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26186/stat : 26186 (java) S 26116 26119 20253 0 -1 1077944384 1 12362 0 0 0 0 8 4 20 0 20 0 9518441 11259342848 83036 33554432000 4194304 4196468 140737344176624 139823433959632 139824620029851 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26187] ppid=26116 vsize=10995452 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26187/stat : 26187 (java) R 26116 26119 20253 0 -1 4202560 3556 12362 0 0 131 1 8 4 20 0 20 0 9518441 11259342848 83036 33554432000 4194304 4196468 140737344176624 139823432888160 139824603422127 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26188] ppid=26116 vsize=10995452 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26188/stat : 26188 (java) R 26116 26119 20253 0 -1 4202560 2677 12362 0 0 135 1 8 4 20 0 20 0 9518441 11259342848 83036 33554432000 4194304 4196468 140737344176624 139823431835808 139824603479286 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26189] ppid=26116 vsize=10995452 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26189/stat : 26189 (java) R 26116 26119 20253 0 -1 4202560 3336 12362 0 0 129 2 8 4 20 0 20 0 9518441 11259342848 83036 33554432000 4194304 4196468 140737344176624 139823430783176 139824600712143 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26190] ppid=26116 vsize=10995452 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26190/stat : 26190 (java) S 26116 26119 20253 0 -1 1077944384 4006 12362 0 0 128 2 8 4 20 0 20 0 9518441 11259342848 83036 33554432000 4194304 4196468 140737344176624 139823429749616 139824620022402 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26191] ppid=26116 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26191/stat : 26191 (java) S 26116 26119 20253 0 -1 1077944384 3 12362 0 0 0 0 8 4 20 0 20 0 9518441 11259342848 83036 33554432000 4194304 4196468 140737344176624 139823428696288 139824620021461 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
[pid=26119/tid=26192] ppid=26116 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26192/stat : 26192 (java) S 26116 26119 20253 0 -1 1077944384 7 12362 0 0 0 0 8 4 20 0 20 0 9518441 11259342848 83036 33554432000 4194304 4196468 140737344176624 139823427643824 139824620022402 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7876608 140737344178881 140737344181655 140737344181655 140737344184271 0
Current children cumulated CPU time (s) 9.55
Current children cumulated vsize (KiB) 10995452

[startup+4.40065 s]
/proc/loadavg: 1.93 1.72 1.58 2/263 26193
/proc/meminfo: memFree=29558240/32770624 swapFree=5724/305316
[pid=26119] ppid=26116 vsize=0 CPUtime=9.88 cores=1,3,5,7,9,11,13,15
/proc/26119/stat : 26119 (java) Z 26116 26119 20253 0 -1 4227084 67100 12362 0 0 947 29 8 4 20 0 2 0 9518419 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/26119/statm: 0 0 0 0 0 0 0
[pid=26119/tid=26181] ppid=26116 vsize=0 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26181/stat : 26181 (java) D 26116 26119 20253 0 -1 4203588 34 12362 0 0 3 2 8 4 20 0 2 0 9518433 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 11 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (KiB) 0

[startup+4.51272 s]
/proc/loadavg: 1.93 1.72 1.58 2/263 26193
/proc/meminfo: memFree=29558240/32770624 swapFree=5724/305316
[pid=26119] ppid=26116 vsize=0 CPUtime=9.88 cores=1,3,5,7,9,11,13,15
/proc/26119/stat : 26119 (java) Z 26116 26119 20253 0 -1 4227084 67100 12362 0 0 947 29 8 4 20 0 2 0 9518419 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/26119/statm: 0 0 0 0 0 0 0
[pid=26119/tid=26181] ppid=26116 vsize=0 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/26119/task/26181/stat : 26181 (java) D 26116 26119 20253 0 -1 4203588 34 12362 0 0 3 2 8 4 20 0 2 0 9518433 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 11 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 4.58871
CPU time (s): 9.89508
CPU user time (s): 9.55829
CPU system time (s): 0.336798
CPU usage (%): 215.64
Max. virtual memory (cumulated for all children) (KiB): 11062016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.55829
system time used= 0.336798
maximum resident set size= 362260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79462
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8702
involuntary context switches= 789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.034979 second user time and 0.05967 second system time

The end

Launcher Data

Begin job on node140 at 2017-07-22 18:55:20
IDJOB=4248069
IDBENCH=132786
IDSOLVER=2630
FILE ID=node140/4248069-1500742520
RUNJOBID= node140-1500739996-23970
PBS_JOBID= 20623347
Free space on /tmp= 61836 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Subisomorphism/Subisomorphism-m1-LV/Subisomorphism-g07-g39.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248069-1500742520/watcher-4248069-1500742520 -o /tmp/evaluation-result-4248069-1500742520/solver-4248069-1500742520 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500739996-23970 --watchdog 2560  bin/concrete HOME/instance-4248069-1500742520.xml

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

MD5SUM BENCH= dbf4985f7b4f6efdb18e4ae2f2616c62
RANDOM SEED=1083352546

node140.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.36
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.36
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.36
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.36
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		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2400.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        29571704 kB
MemAvailable:   29923492 kB
Buffers:          156248 kB
Cached:           474368 kB
SwapCached:            0 kB
Active:          2445948 kB
Inactive:         314052 kB
Active(anon):    2131620 kB
Inactive(anon):     8820 kB
Active(file):     314328 kB
Inactive(file):   305232 kB
Unevictable:        5724 kB
Mlocked:            5724 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24284 kB
Writeback:             0 kB
AnonPages:       2112856 kB
Mapped:            44136 kB
Shmem:              8852 kB
Slab:             131008 kB
SReclaimable:      96128 kB
SUnreclaim:        34880 kB
KernelStack:        4864 kB
PageTables:         9572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2990872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1869824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61812 MiB
End job on node140 at 2017-07-22 18:55:25