Trace number 4262676

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
Concrete 3.4? 8.91854 4.44379

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.43/2.24	c Concrete v3.4 running
8.69/4.14	java.lang.reflect.InvocationTargetException
8.69/4.14		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
8.69/4.14		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
8.69/4.14		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
8.69/4.14		at java.lang.reflect.Method.invoke(Method.java:498)
8.69/4.14		at concrete.Solver$.apply(Solver.scala:68)
8.69/4.14		at concrete.runner.ConcreteRunner.$anonfun$run$9(ConcreteRunner.scala:139)
8.69/4.14		at scala.util.Success.$anonfun$map$1(Try.scala:251)
8.69/4.14		at scala.util.Success.map(Try.scala:209)
8.69/4.14		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:135)
8.69/4.14		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:72)
8.69/4.14		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
8.69/4.14		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:119)
8.69/4.14		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
8.69/4.14		at scala.Function0.apply$mcV$sp(Function0.scala:34)
8.69/4.14		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
8.69/4.14		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
8.69/4.14		at scala.App.$anonfun$main$1$adapted(App.scala:76)
8.69/4.14		at scala.collection.immutable.List.foreach(List.scala:389)
8.69/4.14		at scala.App.main(App.scala:76)
8.69/4.14		at scala.App.main$(App.scala:74)
8.69/4.14		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
8.69/4.14		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
8.69/4.14	Caused by: cspom.UNSATException: Tried to get state from a Contradiction
8.69/4.14		at concrete.Contradiction.toState(ProblemState.scala:126)
8.69/4.14		at concrete.Contradiction.toState(ProblemState.scala:95)
8.69/4.14		at concrete.MAC.<init>(MAC.scala:177)
8.69/4.14		at concrete.MAC$.apply(MAC.scala:41)
8.69/4.14		at concrete.MAC.apply(MAC.scala)
8.69/4.14		... 22 more
8.69/4.14	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-4262676-1502455299/watcher-4262676-1502455299 -o /tmp/evaluation-result-4262676-1502455299/solver-4262676-1502455299 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580 bin/concrete HOME/instance-4262676-1502455299.xml 

pid=16917
running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.45 1.36 1.37 3/197 16920
/proc/meminfo: memFree=29675284/32770624 swapFree=0/428448
[pid=16920] ppid=16917 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16920/stat : 16920 (runsolver) D 16917 16920 4821 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 93345145 24240128 106 18446744073709551615 4194304 4338465 140728347027296 140728347024936 140196782461655 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 9474048 140728347029713 140728347030089 140728347030089 140728347033546 0
/proc/16920/statm: 5918 106 53 36 0 2156 0

[startup+0.100141 s]
/proc/loadavg: 1.45 1.36 1.37 3/197 16920
/proc/meminfo: memFree=29675284/32770624 swapFree=0/428448
[pid=16920] ppid=16917 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/16920/stat : 16920 (bash) S 16917 16920 4821 0 -1 4202496 684 1540 0 0 0 0 0 0 20 0 1 0 93345145 9736192 352 18446744073709551615 4194304 5098028 140726573770960 140726573768600 140540111842304 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 10858496 140726573773332 140726573773417 140726573773417 140726573776874 0
/proc/16920/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200279 s]
/proc/loadavg: 1.45 1.36 1.37 3/197 16920
/proc/meminfo: memFree=29675284/32770624 swapFree=0/428448
[pid=16920] ppid=16917 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/16920/stat : 16920 (bash) S 16917 16920 4821 0 -1 4202496 897 6471 0 0 0 0 0 1 20 0 1 0 93345145 9867264 377 18446744073709551615 4194304 5098028 140726573770960 140726573764968 140540111842304 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 10858496 140726573773332 140726573773417 140726573773417 140726573776874 0
/proc/16920/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300244 s]
/proc/loadavg: 1.45 1.36 1.37 3/197 16920
/proc/meminfo: memFree=29675284/32770624 swapFree=0/428448
[pid=16920] ppid=16917 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/16920/stat : 16920 (java) S 16917 16920 4821 0 -1 1077944320 5964 12352 0 0 5 1 4 3 20 0 14 0 93345145 14241083392 5606 18446744073709551615 4194304 4196468 140727381618576 140727381601120 139693332291319 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
/proc/16920/statm: 3476827 5606 2537 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.702181 s]
/proc/loadavg: 1.45 1.36 1.37 3/197 16920
/proc/meminfo: memFree=29675284/32770624 swapFree=0/428448
[pid=16920] ppid=16917 vsize=13974784 CPUtime=0.64 cores=0,2,4,6
/proc/16920/stat : 16920 (java) S 16917 16920 4821 0 -1 1077944320 14007 12352 0 0 53 4 4 3 20 0 15 0 93345145 14310178816 14480 18446744073709551615 4194304 4196468 140727381618576 140727381601120 139693332291319 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
/proc/16920/statm: 3493696 14480 3134 1 0 3482965 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 13974784

[startup+1.50056 s]
/proc/loadavg: 1.49 1.37 1.38 3/212 16983
/proc/meminfo: memFree=29582024/32770624 swapFree=0/428956
[pid=16920] ppid=16917 vsize=13985408 CPUtime=1.81 cores=0,2,4,6
/proc/16920/stat : 16920 (java) S 16917 16920 4821 0 -1 1077944320 27800 12352 0 0 167 7 4 3 20 0 15 0 93345145 14321057792 33946 18446744073709551615 4194304 4196468 140727381618576 140727381601120 139693332291319 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
/proc/16920/statm: 3496352 33946 3337 1 0 3485525 0
[pid=16920/tid=16970] ppid=16917 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/16920/task/16970/stat : 16970 (java) R 16917 16920 4821 0 -1 4202560 22684 12352 0 0 115 6 4 3 20 0 15 0 93345169 14321057792 33946 18446744073709551615 4194304 4196468 140727381618576 139693336514960 139692955800397 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16971] ppid=16917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16971/stat : 16971 (java) S 16917 16920 4821 0 -1 1077944384 1 12352 0 0 0 0 4 3 20 0 15 0 93345169 14321057792 33946 18446744073709551615 4194304 4196468 140727381618576 139693289258128 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16972] ppid=16917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16972/stat : 16972 (java) S 16917 16920 4821 0 -1 1077944384 1 12352 0 0 0 0 4 3 20 0 15 0 93345169 14321057792 33946 18446744073709551615 4194304 4196468 140727381618576 139693288205328 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16973] ppid=16917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16973/stat : 16973 (java) S 16917 16920 4821 0 -1 1077944384 1 12352 0 0 0 0 4 3 20 0 15 0 93345169 14321057792 33946 18446744073709551615 4194304 4196468 140727381618576 139693287152528 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16974] ppid=16917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16974/stat : 16974 (java) S 16917 16920 4821 0 -1 1077944384 2 12352 0 0 0 0 4 3 20 0 15 0 93345170 14321057792 33946 18446744073709551615 4194304 4196468 140727381618576 139693286099728 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16975] ppid=16917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16975/stat : 16975 (java) S 16917 16920 4821 0 -1 1077944384 5 12352 0 0 0 0 4 3 20 0 15 0 93345171 14321057792 33946 18446744073709551615 4194304 4196468 140727381618576 139692877850992 139693332302466 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16976] ppid=16917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16976/stat : 16976 (java) S 16917 16920 4821 0 -1 1077944384 33 12352 0 0 0 0 4 3 20 0 15 0 93345171 14321057792 33946 18446744073709551615 4194304 4196468 140727381618576 139692876796960 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16977] ppid=16917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16977/stat : 16977 (java) S 16917 16920 4821 0 -1 1077944384 21 12352 0 0 0 0 4 3 20 0 15 0 93345172 14321057792 33946 18446744073709551615 4194304 4196468 140727381618576 139692875744112 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16978] ppid=16917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16978/stat : 16978 (java) S 16917 16920 4821 0 -1 1077944384 3 12352 0 0 0 0 4 3 20 0 15 0 93345174 14321057792 33946 18446744073709551615 4194304 4196468 140727381618576 139692874692432 139693332309915 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16979] ppid=16917 vsize=13985408 CPUtime=0.23 cores=0,2,4,6
/proc/16920/task/16979/stat : 16979 (java) S 16917 16920 4821 0 -1 1077944384 771 12352 0 0 16 0 4 3 20 0 15 0 93345174 14321057792 33946 18446744073709551615 4194304 4196468 140727381618576 139692873640816 139693332302466 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16980] ppid=16917 vsize=13985408 CPUtime=0.19 cores=0,2,4,6
/proc/16920/task/16980/stat : 16980 (java) R 16917 16920 4821 0 -1 1077944384 886 12352 0 0 12 0 4 3 20 0 15 0 93345174 14321057792 33946 18446744073709551615 4194304 4196468 140727381618576 139692804664048 139693332302466 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16981] ppid=16917 vsize=13985408 CPUtime=0.29 cores=0,2,4,6
/proc/16920/task/16981/stat : 16981 (java) S 16917 16920 4821 0 -1 1077944384 1231 12352 0 0 22 0 4 3 20 0 15 0 93345174 14321057792 33946 18446744073709551615 4194304 4196468 140727381618576 139692803611248 139693332302466 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16982] ppid=16917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16982/stat : 16982 (java) S 16917 16920 4821 0 -1 1077944384 3 12352 0 0 0 0 4 3 20 0 15 0 93345174 14321057792 33946 18446744073709551615 4194304 4196468 140727381618576 139692802558688 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16983] ppid=16917 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16983/stat : 16983 (java) S 16917 16920 4821 0 -1 1077944384 5 12352 0 0 0 0 4 3 20 0 15 0 93345178 14321057792 33946 18446744073709551615 4194304 4196468 140727381618576 139692801505968 139693332302466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 13985408

[startup+3.10143 s]
/proc/loadavg: 1.49 1.37 1.38 5/212 16983
/proc/meminfo: memFree=29503688/32770624 swapFree=0/428956
[pid=16920] ppid=16917 vsize=13999932 CPUtime=5.5 cores=0,2,4,6
/proc/16920/stat : 16920 (java) S 16917 16920 4821 0 -1 1077944320 49287 12352 0 0 528 15 4 3 20 0 15 0 93345145 14335930368 55063 18446744073709551615 4194304 4196468 140727381618576 140727381601120 139693332291319 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
/proc/16920/statm: 3499983 55063 3445 1 0 3488597 0
[pid=16920/tid=16970] ppid=16917 vsize=13999932 CPUtime=2.84 cores=0,2,4,6
/proc/16920/task/16970/stat : 16970 (java) R 16917 16920 4821 0 -1 1077944384 36446 12352 0 0 268 9 4 3 20 0 15 0 93345169 14335930368 55063 18446744073709551615 4194304 4196468 140727381618576 139693336521584 139693332301525 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16971] ppid=16917 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16920/task/16971/stat : 16971 (java) S 16917 16920 4821 0 -1 1077944384 50 12352 0 0 1 0 4 3 20 0 15 0 93345169 14335930368 55063 18446744073709551615 4194304 4196468 140727381618576 139693289258128 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16972] ppid=16917 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16920/task/16972/stat : 16972 (java) S 16917 16920 4821 0 -1 1077944384 42 12352 0 0 1 0 4 3 20 0 15 0 93345169 14335930368 55063 18446744073709551615 4194304 4196468 140727381618576 139693288205328 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16973] ppid=16917 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16973/stat : 16973 (java) S 16917 16920 4821 0 -1 1077944384 53 12352 0 0 0 0 4 3 20 0 15 0 93345169 14335930368 55063 18446744073709551615 4194304 4196468 140727381618576 139693287152528 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16974] ppid=16917 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16920/task/16974/stat : 16974 (java) S 16917 16920 4821 0 -1 1077944384 210 12352 0 0 1 0 4 3 20 0 15 0 93345170 14335930368 55063 18446744073709551615 4194304 4196468 140727381618576 139693286099728 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16975] ppid=16917 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16920/task/16975/stat : 16975 (java) S 16917 16920 4821 0 -1 1077944384 1086 12352 0 0 1 0 4 3 20 0 15 0 93345171 14335930368 55063 18446744073709551615 4194304 4196468 140727381618576 139692877850992 139693332302466 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16976] ppid=16917 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16976/stat : 16976 (java) S 16917 16920 4821 0 -1 1077944384 55 12352 0 0 0 0 4 3 20 0 15 0 93345171 14335930368 55063 18446744073709551615 4194304 4196468 140727381618576 139692876796960 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16977] ppid=16917 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16977/stat : 16977 (java) S 16917 16920 4821 0 -1 1077944384 43 12352 0 0 0 0 4 3 20 0 15 0 93345172 14335930368 55063 18446744073709551615 4194304 4196468 140727381618576 139692875744128 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16978] ppid=16917 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16978/stat : 16978 (java) S 16917 16920 4821 0 -1 1077944384 3 12352 0 0 0 0 4 3 20 0 15 0 93345174 14335930368 55063 18446744073709551615 4194304 4196468 140727381618576 139692874692432 139693332309915 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16979] ppid=16917 vsize=13999932 CPUtime=0.98 cores=0,2,4,6
/proc/16920/task/16979/stat : 16979 (java) R 16917 16920 4821 0 -1 4202560 3739 12352 0 0 90 1 4 3 20 0 15 0 93345174 14335930368 55063 18446744073709551615 4194304 4196468 140727381618576 139692873640816 139693317051772 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16980] ppid=16917 vsize=13999932 CPUtime=0.78 cores=0,2,4,6
/proc/16920/task/16980/stat : 16980 (java) R 16917 16920 4821 0 -1 4202560 2213 12352 0 0 70 1 4 3 20 0 15 0 93345174 14335930368 55063 18446744073709551615 4194304 4196468 140727381618576 139692804664048 139693316688416 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16981] ppid=16917 vsize=13999932 CPUtime=1 cores=0,2,4,6
/proc/16920/task/16981/stat : 16981 (java) S 16917 16920 4821 0 -1 1077944384 3184 12352 0 0 92 1 4 3 20 0 15 0 93345174 14335930368 55063 18446744073709551615 4194304 4196468 140727381618576 139692803611248 139693332302466 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16982] ppid=16917 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16982/stat : 16982 (java) S 16917 16920 4821 0 -1 1077944384 3 12352 0 0 0 0 4 3 20 0 15 0 93345174 14335930368 55063 18446744073709551615 4194304 4196468 140727381618576 139692802558688 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16983] ppid=16917 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16983/stat : 16983 (java) S 16917 16920 4821 0 -1 1077944384 6 12352 0 0 0 0 4 3 20 0 15 0 93345178 14335930368 55063 18446744073709551615 4194304 4196468 140727381618576 139692801505968 139693332302466 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 13999932

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

[startup+3.20081 s]
/proc/loadavg: 1.49 1.37 1.38 5/212 16983
/proc/meminfo: memFree=29503688/32770624 swapFree=0/428956
[pid=16920] ppid=16917 vsize=13999932 CPUtime=5.83 cores=0,2,4,6
/proc/16920/stat : 16920 (java) S 16917 16920 4821 0 -1 1077944320 49473 12352 0 0 561 15 4 3 20 0 15 0 93345145 14335930368 58787 18446744073709551615 4194304 4196468 140727381618576 140727381601120 139693332291319 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
/proc/16920/statm: 3499983 58787 3448 1 0 3488597 0
[pid=16920/tid=16970] ppid=16917 vsize=13999932 CPUtime=2.94 cores=0,2,4,6
/proc/16920/task/16970/stat : 16970 (java) R 16917 16920 4821 0 -1 4202560 36466 12352 0 0 278 9 4 3 20 0 15 0 93345169 14335930368 58787 18446744073709551615 4194304 4196468 140727381618576 139693336520784 139693332303254 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16971] ppid=16917 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16920/task/16971/stat : 16971 (java) S 16917 16920 4821 0 -1 1077944384 50 12352 0 0 1 0 4 3 20 0 15 0 93345169 14335930368 58787 18446744073709551615 4194304 4196468 140727381618576 139693289258128 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16972] ppid=16917 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16920/task/16972/stat : 16972 (java) S 16917 16920 4821 0 -1 1077944384 42 12352 0 0 1 0 4 3 20 0 15 0 93345169 14335930368 58787 18446744073709551615 4194304 4196468 140727381618576 139693288205328 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16973] ppid=16917 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16973/stat : 16973 (java) S 16917 16920 4821 0 -1 1077944384 53 12352 0 0 0 0 4 3 20 0 15 0 93345169 14335930368 58787 18446744073709551615 4194304 4196468 140727381618576 139693287152528 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16974] ppid=16917 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16920/task/16974/stat : 16974 (java) S 16917 16920 4821 0 -1 1077944384 210 12352 0 0 1 0 4 3 20 0 15 0 93345170 14335930368 58787 18446744073709551615 4194304 4196468 140727381618576 139693286099728 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16975] ppid=16917 vsize=13999932 CPUtime=0.08 cores=0,2,4,6
/proc/16920/task/16975/stat : 16975 (java) S 16917 16920 4821 0 -1 1077944384 1086 12352 0 0 1 0 4 3 20 0 15 0 93345171 14335930368 58787 18446744073709551615 4194304 4196468 140727381618576 139692877850992 139693332302466 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16976] ppid=16917 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16976/stat : 16976 (java) S 16917 16920 4821 0 -1 1077944384 55 12352 0 0 0 0 4 3 20 0 15 0 93345171 14335930368 58787 18446744073709551615 4194304 4196468 140727381618576 139692876796960 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16977] ppid=16917 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16977/stat : 16977 (java) S 16917 16920 4821 0 -1 1077944384 43 12352 0 0 0 0 4 3 20 0 15 0 93345172 14335930368 58787 18446744073709551615 4194304 4196468 140727381618576 139692875744128 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16978] ppid=16917 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16978/stat : 16978 (java) S 16917 16920 4821 0 -1 1077944384 3 12352 0 0 0 0 4 3 20 0 15 0 93345174 14335930368 58787 18446744073709551615 4194304 4196468 140727381618576 139692874692432 139693332309915 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16979] ppid=16917 vsize=13999932 CPUtime=1.07 cores=0,2,4,6
/proc/16920/task/16979/stat : 16979 (java) R 16917 16920 4821 0 -1 4202560 3757 12352 0 0 99 1 4 3 20 0 15 0 93345174 14335930368 58787 18446744073709551615 4194304 4196468 140727381618576 139692873618176 139693311529776 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16980] ppid=16917 vsize=13999932 CPUtime=0.87 cores=0,2,4,6
/proc/16920/task/16980/stat : 16980 (java) R 16917 16920 4821 0 -1 4202560 2272 12352 0 0 79 1 4 3 20 0 15 0 93345174 14335930368 58787 18446744073709551615 4194304 4196468 140727381618576 139692804656536 139693311681799 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16981] ppid=16917 vsize=13999932 CPUtime=1.05 cores=0,2,4,6
/proc/16920/task/16981/stat : 16981 (java) S 16917 16920 4821 0 -1 1077944384 3273 12352 0 0 97 1 4 3 20 0 15 0 93345174 14335930368 58787 18446744073709551615 4194304 4196468 140727381618576 139692803611248 139693332302466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16982] ppid=16917 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16982/stat : 16982 (java) S 16917 16920 4821 0 -1 1077944384 3 12352 0 0 0 0 4 3 20 0 15 0 93345174 14335930368 58787 18446744073709551615 4194304 4196468 140727381618576 139692802558688 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16983] ppid=16917 vsize=13999932 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16983/stat : 16983 (java) S 16917 16920 4821 0 -1 1077944384 6 12352 0 0 0 0 4 3 20 0 15 0 93345178 14335930368 58787 18446744073709551615 4194304 4196468 140727381618576 139692801505968 139693332302466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
Current children cumulated CPU time (s) 5.83
Current children cumulated vsize (KiB) 13999932

[startup+4.0009 s]
/proc/loadavg: 1.49 1.37 1.38 5/212 16983
/proc/meminfo: memFree=29427136/32770624 swapFree=0/428956
[pid=16920] ppid=16917 vsize=14001980 CPUtime=8.39 cores=0,2,4,6
/proc/16920/stat : 16920 (java) S 16917 16920 4821 0 -1 1077944320 51913 12352 0 0 814 18 4 3 20 0 15 0 93345145 14338027520 76605 18446744073709551615 4194304 4196468 140727381618576 140727381601120 139693332291319 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
/proc/16920/statm: 3500495 76605 3455 1 0 3489109 0
[pid=16920/tid=16970] ppid=16917 vsize=14001980 CPUtime=3.69 cores=0,2,4,6
/proc/16920/task/16970/stat : 16970 (java) R 16917 16920 4821 0 -1 4202560 37232 12352 0 0 352 10 4 3 20 0 15 0 93345169 14338027520 76605 18446744073709551615 4194304 4196468 140727381618576 139693336523168 139693332303254 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16971] ppid=16917 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/16920/task/16971/stat : 16971 (java) S 16917 16920 4821 0 -1 1077944384 78 12352 0 0 3 0 4 3 20 0 15 0 93345169 14338027520 76605 18446744073709551615 4194304 4196468 140727381618576 139693289258128 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16972] ppid=16917 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/16920/task/16972/stat : 16972 (java) S 16917 16920 4821 0 -1 1077944384 123 12352 0 0 3 0 4 3 20 0 15 0 93345169 14338027520 76605 18446744073709551615 4194304 4196468 140727381618576 139693288205328 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16973] ppid=16917 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/16920/task/16973/stat : 16973 (java) S 16917 16920 4821 0 -1 1077944384 55 12352 0 0 1 0 4 3 20 0 15 0 93345169 14338027520 76605 18446744073709551615 4194304 4196468 140727381618576 139693287152528 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16974] ppid=16917 vsize=14001980 CPUtime=0.09 cores=0,2,4,6
/proc/16920/task/16974/stat : 16974 (java) S 16917 16920 4821 0 -1 1077944384 230 12352 0 0 2 0 4 3 20 0 15 0 93345170 14338027520 76605 18446744073709551615 4194304 4196468 140727381618576 139693286099728 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16975] ppid=16917 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/16920/task/16975/stat : 16975 (java) S 16917 16920 4821 0 -1 1077944384 1968 12352 0 0 3 0 4 3 20 0 15 0 93345171 14338027520 76605 18446744073709551615 4194304 4196468 140727381618576 139692877850992 139693332302466 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16976] ppid=16917 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16976/stat : 16976 (java) S 16917 16920 4821 0 -1 1077944384 55 12352 0 0 0 0 4 3 20 0 15 0 93345171 14338027520 76605 18446744073709551615 4194304 4196468 140727381618576 139692876797024 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16977] ppid=16917 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16977/stat : 16977 (java) S 16917 16920 4821 0 -1 1077944384 44 12352 0 0 0 0 4 3 20 0 15 0 93345172 14338027520 76605 18446744073709551615 4194304 4196468 140727381618576 139692875744128 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16978] ppid=16917 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16978/stat : 16978 (java) S 16917 16920 4821 0 -1 1077944384 3 12352 0 0 0 0 4 3 20 0 15 0 93345174 14338027520 76605 18446744073709551615 4194304 4196468 140727381618576 139692874692432 139693332309915 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16979] ppid=16917 vsize=14001980 CPUtime=1.86 cores=0,2,4,6
/proc/16920/task/16979/stat : 16979 (java) R 16917 16920 4821 0 -1 4202560 3772 12352 0 0 178 1 4 3 20 0 15 0 93345174 14338027520 76605 18446744073709551615 4194304 4196468 140727381618576 139692873620368 139693315788103 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16980] ppid=16917 vsize=14001980 CPUtime=1.64 cores=0,2,4,6
/proc/16920/task/16980/stat : 16980 (java) R 16917 16920 4821 0 -1 4202560 2633 12352 0 0 156 1 4 3 20 0 15 0 93345174 14338027520 76605 18446744073709551615 4194304 4196468 140727381618576 139692804644144 139693315702134 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16981] ppid=16917 vsize=14001980 CPUtime=1.18 cores=0,2,4,6
/proc/16920/task/16981/stat : 16981 (java) S 16917 16920 4821 0 -1 1077944384 3557 12352 0 0 110 1 4 3 20 0 15 0 93345174 14338027520 76605 18446744073709551615 4194304 4196468 140727381618576 139692803611248 139693332302466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16982] ppid=16917 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16982/stat : 16982 (java) S 16917 16920 4821 0 -1 1077944384 3 12352 0 0 0 0 4 3 20 0 15 0 93345174 14338027520 76605 18446744073709551615 4194304 4196468 140727381618576 139692802558688 139693332301525 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
[pid=16920/tid=16983] ppid=16917 vsize=14001980 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16983/stat : 16983 (java) S 16917 16920 4821 0 -1 1077944384 6 12352 0 0 0 0 4 3 20 0 15 0 93345178 14338027520 76605 18446744073709551615 4194304 4196468 140727381618576 139692801505968 139693332302466 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35999744 140727381624784 140727381627569 140727381627569 140727381630927 0
Current children cumulated CPU time (s) 8.39
Current children cumulated vsize (KiB) 14001980

[startup+4.40055 s]
/proc/loadavg: 1.49 1.37 1.38 2/199 16984
/proc/meminfo: memFree=29667708/32770624 swapFree=0/428924
[pid=16920] ppid=16917 vsize=0 CPUtime=8.89 cores=0,2,4,6
/proc/16920/stat : 16920 (java) Z 16917 16920 4821 0 -1 4227084 60466 12352 0 0 862 20 4 3 20 0 2 0 93345145 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/16920/statm: 0 0 0 0 0 0 0
[pid=16920/tid=16979] ppid=16917 vsize=0 CPUtime=2.05 cores=0,2,4,6
/proc/16920/task/16979/stat : 16979 (java) D 16917 16920 4821 0 -1 4203588 4705 12352 0 0 195 3 4 3 20 0 2 0 93345174 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.89
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 4.44379
CPU time (s): 8.91854
CPU user time (s): 8.67492
CPU system time (s): 0.24363
CPU usage (%): 200.697
Max. virtual memory (cumulated for all children) (KiB): 14134080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.67492
system time used= 0.24363
maximum resident set size= 341264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72818
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= 5400
involuntary context switches= 52

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.025198 second user time and 0.028106 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 14:27:32
IDJOB=4262676
IDBENCH=132786
IDSOLVER=2650
FILE ID=node133/4262676-1502455299
RUNJOBID= node133-1502411423-4884
PBS_JOBID= 
Free space on /tmp= 62008 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-4262676-1502455299/watcher-4262676-1502455299 -o /tmp/evaluation-result-4262676-1502455299/solver-4262676-1502455299 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580  bin/concrete HOME/instance-4262676-1502455299.xml

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

MD5SUM BENCH= dbf4985f7b4f6efdb18e4ae2f2616c62
RANDOM SEED=1358278078

node133.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.17
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.17
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.17
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.17
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:        29676912 kB
MemAvailable:   30553736 kB
Buffers:          293492 kB
Cached:           877616 kB
SwapCached:            0 kB
Active:          2196824 kB
Inactive:         461560 kB
Active(anon):    1487788 kB
Inactive(anon):    33112 kB
Active(file):     709036 kB
Inactive(file):   428448 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24780 kB
Writeback:             0 kB
AnonPages:       1487676 kB
Mapped:            64316 kB
Shmem:             33468 kB
Slab:             138196 kB
SReclaimable:     110352 kB
SUnreclaim:        27844 kB
KernelStack:        3488 kB
PageTables:         8192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2242012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1259520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-11 14:27:36