Trace number 4262600

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.4SAT 8.24055 4.09163

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0008-int.xml
MD5SUMbf57741bfe2980b382de9b48ff7fe26c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.067114003
Satisfiable
(Un)Satisfiability was proved
Number of variables8
Number of constraints112
Number of domains1
Minimum domain size7
Maximum domain size7
Distribution of domain sizes[{"size":7,"count":8}]
Minimum variable degree28
Maximum variable degree28
Distribution of variable degrees[{"degree":28,"count":8}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":112}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112}]
Optimization problemNO
Type of objective

Solver Data

3.36/2.14	c Concrete v3.4 running
8.02/4.05	v <instantiation>
8.02/4.05	v       <list>
8.02/4.05	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7]
8.02/4.05	v       </list>
8.02/4.05	v       <values>
8.02/4.05	v         0 2 0 2 2 0 2 0
8.02/4.05	v       </values>
8.02/4.05	v     </instantiation>
8.02/4.05	s SATISFIABLE

Verifier Data

OK	

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-4262600-1502447494/watcher-4262600-1502447494 -o /tmp/evaluation-result-4262600-1502447494/solver-4262600-1502447494 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580 bin/concrete HOME/instance-4262600-1502447494.xml 

pid=15955
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.66 1.56 1.55 2/199 15958
/proc/meminfo: memFree=28781300/32770624 swapFree=0/450960
[pid=15958] ppid=15955 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15958/stat : 15958 (runsolver) D 15955 15958 4896 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 144402253 24240128 108 18446744073709551615 4194304 4338465 140728418496032 140728418493672 139750359827159 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 27271168 140728418500817 140728418501193 140728418501193 140728418504650 0
/proc/15958/statm: 5918 108 54 36 0 2156 0

[startup+0.100116 s]
/proc/loadavg: 1.66 1.56 1.55 2/199 15958
/proc/meminfo: memFree=28781300/32770624 swapFree=0/450960
[pid=15958] ppid=15955 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/15958/stat : 15958 (bash) S 15955 15958 4896 0 -1 4202496 895 6487 0 0 0 0 0 1 20 0 1 0 144402253 9867264 377 18446744073709551615 4194304 5098028 140725435173296 140725435167304 140022747171840 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 4 0 0 7196144 7232144 22020096 140725435179540 140725435179625 140725435179625 140725435183082 0
/proc/15958/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.202735 s]
/proc/loadavg: 1.66 1.56 1.55 2/199 15958
/proc/meminfo: memFree=28781300/32770624 swapFree=0/450960
[pid=15958] ppid=15955 vsize=13574488 CPUtime=0.1 cores=1,3,5,7
/proc/15958/stat : 15958 (java) S 15955 15958 4896 0 -1 1077944320 4774 12480 0 0 3 0 4 3 20 0 9 0 144402253 13900275712 4565 18446744073709551615 4194304 4196468 140729568549328 140729568531872 140377286827767 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
/proc/15958/statm: 3393878 4565 2102 1 0 3383375 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13574488

[startup+0.30029 s]
/proc/loadavg: 1.66 1.56 1.55 2/199 15958
/proc/meminfo: memFree=28781300/32770624 swapFree=0/450960
[pid=15958] ppid=15955 vsize=13974356 CPUtime=0.23 cores=1,3,5,7
/proc/15958/stat : 15958 (java) S 15955 15958 4896 0 -1 1077944320 6863 12480 0 0 15 1 4 3 20 0 15 0 144402253 14309740544 7999 18446744073709551615 4194304 4196468 140729568549328 140729568531872 140377286827767 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
/proc/15958/statm: 3493589 7999 2938 1 0 3482965 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 13974356

[startup+0.700281 s]
/proc/loadavg: 1.66 1.56 1.55 2/199 15958
/proc/meminfo: memFree=28781300/32770624 swapFree=0/450960
[pid=15958] ppid=15955 vsize=13974784 CPUtime=0.75 cores=1,3,5,7
/proc/15958/stat : 15958 (java) S 15955 15958 4896 0 -1 1077944320 14076 12480 0 0 64 4 4 3 20 0 15 0 144402253 14310178816 15006 18446744073709551615 4194304 4196468 140729568549328 140729568531872 140377286827767 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
/proc/15958/statm: 3493696 15006 3121 1 0 3482965 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 13974784

[startup+1.50055 s]
/proc/loadavg: 1.66 1.56 1.55 3/214 16021
/proc/meminfo: memFree=28682268/32770624 swapFree=0/450960
[pid=15958] ppid=15955 vsize=13987456 CPUtime=2.04 cores=1,3,5,7
/proc/15958/stat : 15958 (java) S 15955 15958 4896 0 -1 1077944320 30085 12480 0 0 186 11 4 3 20 0 15 0 144402253 14323154944 42763 18446744073709551615 4194304 4196468 140729568549328 140729568531872 140377286827767 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
/proc/15958/statm: 3496864 42763 3380 1 0 3486037 0
[pid=15958/tid=16008] ppid=15955 vsize=13987456 CPUtime=1.33 cores=1,3,5,7
/proc/15958/task/16008/stat : 16008 (java) R 15955 15958 4896 0 -1 4202560 22517 12480 0 0 119 7 4 3 20 0 15 0 144402270 14323154944 42763 18446744073709551615 4194304 4196468 140729568549328 140377291055968 140377286839702 0 4 1 16800974 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16009] ppid=15955 vsize=13987456 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16009/stat : 16009 (java) S 15955 15958 4896 0 -1 1077944384 197 12480 0 0 0 0 4 3 20 0 15 0 144402270 14323154944 42763 18446744073709551615 4194304 4196468 140729568549328 140377249933712 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16010] ppid=15955 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/15958/task/16010/stat : 16010 (java) S 15955 15958 4896 0 -1 1077944384 61 12480 0 0 1 0 4 3 20 0 15 0 144402270 14323154944 42763 18446744073709551615 4194304 4196468 140729568549328 140376885508368 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16011] ppid=15955 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/15958/task/16011/stat : 16011 (java) S 15955 15958 4896 0 -1 1077944384 34 12480 0 0 1 0 4 3 20 0 15 0 144402270 14323154944 42763 18446744073709551615 4194304 4196468 140729568549328 140376884456080 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16012] ppid=15955 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/15958/task/16012/stat : 16012 (java) S 15955 15958 4896 0 -1 1077944384 70 12480 0 0 1 0 4 3 20 0 15 0 144402270 14323154944 42763 18446744073709551615 4194304 4196468 140729568549328 140376883403280 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16013] ppid=15955 vsize=13987456 CPUtime=0.08 cores=1,3,5,7
/proc/15958/task/16013/stat : 16013 (java) S 15955 15958 4896 0 -1 1077944384 1635 12480 0 0 1 0 4 3 20 0 15 0 144402272 14323154944 42763 18446744073709551615 4194304 4196468 140729568549328 140376765438576 140377286838914 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16014] ppid=15955 vsize=13987456 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16014/stat : 16014 (java) S 15955 15958 4896 0 -1 1077944384 55 12480 0 0 0 0 4 3 20 0 15 0 144402272 14323154944 42763 18446744073709551615 4194304 4196468 140729568549328 140376764384544 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16015] ppid=15955 vsize=13987456 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16015/stat : 16015 (java) S 15955 15958 4896 0 -1 1077944384 43 12480 0 0 0 0 4 3 20 0 15 0 144402272 14323154944 42763 18446744073709551615 4194304 4196468 140729568549328 140376763332208 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16016] ppid=15955 vsize=13987456 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16016/stat : 16016 (java) S 15955 15958 4896 0 -1 1077944384 3 12480 0 0 0 0 4 3 20 0 15 0 144402275 14323154944 42763 18446744073709551615 4194304 4196468 140729568549328 140376762280528 140377286846363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16017] ppid=15955 vsize=13987456 CPUtime=0.25 cores=1,3,5,7
/proc/15958/task/16017/stat : 16017 (java) S 15955 15958 4896 0 -1 1077944384 1117 12480 0 0 18 0 4 3 20 0 15 0 144402275 14323154944 42763 18446744073709551615 4194304 4196468 140729568549328 140376761227376 140377286838914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16018] ppid=15955 vsize=13987456 CPUtime=0.21 cores=1,3,5,7
/proc/15958/task/16018/stat : 16018 (java) S 15955 15958 4896 0 -1 1077944384 738 12480 0 0 14 0 4 3 20 0 15 0 144402275 14323154944 42763 18446744073709551615 4194304 4196468 140729568549328 140376760174576 140377286838914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16019] ppid=15955 vsize=13987456 CPUtime=0.33 cores=1,3,5,7
/proc/15958/task/16019/stat : 16019 (java) R 15955 15958 4896 0 -1 4202560 1453 12480 0 0 26 0 4 3 20 0 15 0 144402275 14323154944 42763 18446744073709551615 4194304 4196468 140729568549328 140376759122288 140377286849114 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16020] ppid=15955 vsize=13987456 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16020/stat : 16020 (java) S 15955 15958 4896 0 -1 1077944384 3 12480 0 0 0 0 4 3 20 0 15 0 144402275 14323154944 42763 18446744073709551615 4194304 4196468 140729568549328 140376758069728 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16021] ppid=15955 vsize=13987456 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16021/stat : 16021 (java) S 15955 15958 4896 0 -1 1077944384 6 12480 0 0 0 0 4 3 20 0 15 0 144402278 14323154944 42763 18446744073709551615 4194304 4196468 140729568549328 140376757017520 140377286838914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 13987456

[startup+3.10065 s]
/proc/loadavg: 1.61 1.55 1.54 3/214 16021
/proc/meminfo: memFree=28603188/32770624 swapFree=0/450992
[pid=15958] ppid=15955 vsize=13997884 CPUtime=5.54 cores=1,3,5,7
/proc/15958/stat : 15958 (java) S 15955 15958 4896 0 -1 1077944320 45913 12480 0 0 531 16 4 3 20 0 15 0 144402253 14333833216 53877 18446744073709551615 4194304 4196468 140729568549328 140729568531872 140377286827767 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
/proc/15958/statm: 3499471 53877 3447 1 0 3488085 0
[pid=15958/tid=16008] ppid=15955 vsize=13997884 CPUtime=2.81 cores=1,3,5,7
/proc/15958/task/16008/stat : 16008 (java) R 15955 15958 4896 0 -1 4202560 28895 12480 0 0 264 10 4 3 20 0 15 0 144402270 14333833216 53877 18446744073709551615 4194304 4196468 140729568549328 140377291061568 140377286839702 0 4 1 16800974 0 0 0 -1 3 0 0 13 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16009] ppid=15955 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16009/stat : 16009 (java) S 15955 15958 4896 0 -1 1077944384 197 12480 0 0 0 0 4 3 20 0 15 0 144402270 14333833216 53877 18446744073709551615 4194304 4196468 140729568549328 140377249933712 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16010] ppid=15955 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15958/task/16010/stat : 16010 (java) S 15955 15958 4896 0 -1 1077944384 61 12480 0 0 1 0 4 3 20 0 15 0 144402270 14333833216 53877 18446744073709551615 4194304 4196468 140729568549328 140376885508368 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16011] ppid=15955 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15958/task/16011/stat : 16011 (java) S 15955 15958 4896 0 -1 1077944384 34 12480 0 0 1 0 4 3 20 0 15 0 144402270 14333833216 53877 18446744073709551615 4194304 4196468 140729568549328 140376884456080 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16012] ppid=15955 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15958/task/16012/stat : 16012 (java) S 15955 15958 4896 0 -1 1077944384 70 12480 0 0 1 0 4 3 20 0 15 0 144402270 14333833216 53877 18446744073709551615 4194304 4196468 140729568549328 140376883403280 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16013] ppid=15955 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15958/task/16013/stat : 16013 (java) S 15955 15958 4896 0 -1 1077944384 1652 12480 0 0 1 0 4 3 20 0 15 0 144402272 14333833216 53877 18446744073709551615 4194304 4196468 140729568549328 140376765438576 140377286838914 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16014] ppid=15955 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16014/stat : 16014 (java) S 15955 15958 4896 0 -1 1077944384 55 12480 0 0 0 0 4 3 20 0 15 0 144402272 14333833216 53877 18446744073709551615 4194304 4196468 140729568549328 140376764384544 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16015] ppid=15955 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16015/stat : 16015 (java) S 15955 15958 4896 0 -1 1077944384 43 12480 0 0 0 0 4 3 20 0 15 0 144402272 14333833216 53877 18446744073709551615 4194304 4196468 140729568549328 140376763332208 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16016] ppid=15955 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16016/stat : 16016 (java) S 15955 15958 4896 0 -1 1077944384 3 12480 0 0 0 0 4 3 20 0 15 0 144402275 14333833216 53877 18446744073709551615 4194304 4196468 140729568549328 140376762280528 140377286846363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16017] ppid=15955 vsize=13997884 CPUtime=0.84 cores=1,3,5,7
/proc/15958/task/16017/stat : 16017 (java) R 15955 15958 4896 0 -1 4202560 2510 12480 0 0 76 1 4 3 20 0 15 0 144402275 14333833216 53877 18446744073709551615 4194304 4196468 140729568549328 140376761227376 140377271581999 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16018] ppid=15955 vsize=13997884 CPUtime=0.82 cores=1,3,5,7
/proc/15958/task/16018/stat : 16018 (java) R 15955 15958 4896 0 -1 1077944384 3053 12480 0 0 74 1 4 3 20 0 15 0 144402275 14333833216 53877 18446744073709551615 4194304 4196468 140729568549328 140376760174672 140377286837973 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16019] ppid=15955 vsize=13997884 CPUtime=1.17 cores=1,3,5,7
/proc/15958/task/16019/stat : 16019 (java) R 15955 15958 4896 0 -1 4202560 7175 12480 0 0 109 1 4 3 20 0 15 0 144402275 14333833216 53877 18446744073709551615 4194304 4196468 140729568549328 140376759122288 140377286839702 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16020] ppid=15955 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16020/stat : 16020 (java) S 15955 15958 4896 0 -1 1077944384 3 12480 0 0 0 0 4 3 20 0 15 0 144402275 14333833216 53877 18446744073709551615 4194304 4196468 140729568549328 140376758069728 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16021] ppid=15955 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16021/stat : 16021 (java) S 15955 15958 4896 0 -1 1077944384 9 12480 0 0 0 0 4 3 20 0 15 0 144402278 14333833216 53877 18446744073709551615 4194304 4196468 140729568549328 140376757017520 140377286838914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
Current children cumulated CPU time (s) 5.54
Current children cumulated vsize (KiB) 13997884

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

[startup+3.20114 s]
/proc/loadavg: 1.61 1.55 1.54 3/214 16021
/proc/meminfo: memFree=28603188/32770624 swapFree=0/450992
[pid=15958] ppid=15955 vsize=13997884 CPUtime=5.82 cores=1,3,5,7
/proc/15958/stat : 15958 (java) S 15955 15958 4896 0 -1 1077944320 46162 12480 0 0 558 17 4 3 20 0 15 0 144402253 14333833216 55638 18446744073709551615 4194304 4196468 140729568549328 140729568531872 140377286827767 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
/proc/15958/statm: 3499471 55638 3447 1 0 3488085 0
[pid=15958/tid=16008] ppid=15955 vsize=13997884 CPUtime=2.91 cores=1,3,5,7
/proc/15958/task/16008/stat : 16008 (java) R 15955 15958 4896 0 -1 4202560 28967 12480 0 0 274 10 4 3 20 0 15 0 144402270 14333833216 55638 18446744073709551615 4194304 4196468 140729568549328 140377291061504 140377268234066 0 4 1 16800974 0 0 0 -1 3 0 0 13 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16009] ppid=15955 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16009/stat : 16009 (java) S 15955 15958 4896 0 -1 1077944384 197 12480 0 0 0 0 4 3 20 0 15 0 144402270 14333833216 55638 18446744073709551615 4194304 4196468 140729568549328 140377249933712 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16010] ppid=15955 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15958/task/16010/stat : 16010 (java) S 15955 15958 4896 0 -1 1077944384 61 12480 0 0 1 0 4 3 20 0 15 0 144402270 14333833216 55638 18446744073709551615 4194304 4196468 140729568549328 140376885508368 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16011] ppid=15955 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15958/task/16011/stat : 16011 (java) S 15955 15958 4896 0 -1 1077944384 34 12480 0 0 1 0 4 3 20 0 15 0 144402270 14333833216 55638 18446744073709551615 4194304 4196468 140729568549328 140376884456080 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16012] ppid=15955 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15958/task/16012/stat : 16012 (java) S 15955 15958 4896 0 -1 1077944384 70 12480 0 0 1 0 4 3 20 0 15 0 144402270 14333833216 55638 18446744073709551615 4194304 4196468 140729568549328 140376883403280 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16013] ppid=15955 vsize=13997884 CPUtime=0.08 cores=1,3,5,7
/proc/15958/task/16013/stat : 16013 (java) S 15955 15958 4896 0 -1 1077944384 1652 12480 0 0 1 0 4 3 20 0 15 0 144402272 14333833216 55638 18446744073709551615 4194304 4196468 140729568549328 140376765438576 140377286838914 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16014] ppid=15955 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16014/stat : 16014 (java) S 15955 15958 4896 0 -1 1077944384 55 12480 0 0 0 0 4 3 20 0 15 0 144402272 14333833216 55638 18446744073709551615 4194304 4196468 140729568549328 140376764384544 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16015] ppid=15955 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16015/stat : 16015 (java) S 15955 15958 4896 0 -1 1077944384 43 12480 0 0 0 0 4 3 20 0 15 0 144402272 14333833216 55638 18446744073709551615 4194304 4196468 140729568549328 140376763332208 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16016] ppid=15955 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16016/stat : 16016 (java) S 15955 15958 4896 0 -1 1077944384 3 12480 0 0 0 0 4 3 20 0 15 0 144402275 14333833216 55638 18446744073709551615 4194304 4196468 140729568549328 140376762280528 140377286846363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16017] ppid=15955 vsize=13997884 CPUtime=0.89 cores=1,3,5,7
/proc/15958/task/16017/stat : 16017 (java) R 15955 15958 4896 0 -1 4202560 2533 12480 0 0 81 1 4 3 20 0 15 0 144402275 14333833216 55638 18446744073709551615 4194304 4196468 140729568549328 140376761207312 140377271706786 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16018] ppid=15955 vsize=13997884 CPUtime=0.88 cores=1,3,5,7
/proc/15958/task/16018/stat : 16018 (java) R 15955 15958 4896 0 -1 1077944384 3081 12480 0 0 80 1 4 3 20 0 15 0 144402275 14333833216 55638 18446744073709551615 4194304 4196468 140729568549328 140376760159408 140377286837973 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16019] ppid=15955 vsize=13997884 CPUtime=1.24 cores=1,3,5,7
/proc/15958/task/16019/stat : 16019 (java) R 15955 15958 4896 0 -1 4202560 7301 12480 0 0 115 2 4 3 20 0 15 0 144402275 14333833216 55638 18446744073709551615 4194304 4196468 140729568549328 140376759120080 140377270908254 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16020] ppid=15955 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16020/stat : 16020 (java) S 15955 15958 4896 0 -1 1077944384 3 12480 0 0 0 0 4 3 20 0 15 0 144402275 14333833216 55638 18446744073709551615 4194304 4196468 140729568549328 140376758069728 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16021] ppid=15955 vsize=13997884 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16021/stat : 16021 (java) S 15955 15958 4896 0 -1 1077944384 9 12480 0 0 0 0 4 3 20 0 15 0 144402278 14333833216 55638 18446744073709551615 4194304 4196468 140729568549328 140376757017520 140377286838914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 13997884

[startup+3.60069 s]
/proc/loadavg: 1.61 1.55 1.54 4/214 16021
/proc/meminfo: memFree=28570424/32770624 swapFree=0/450992
[pid=15958] ppid=15955 vsize=14001980 CPUtime=6.76 cores=1,3,5,7
/proc/15958/stat : 15958 (java) S 15955 15958 4896 0 -1 1077944320 50010 12480 0 0 651 18 4 3 20 0 15 0 144402253 14338027520 65770 18446744073709551615 4194304 4196468 140729568549328 140729568531872 140377286827767 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
/proc/15958/statm: 3500495 65770 3454 1 0 3489109 0
[pid=15958/tid=16008] ppid=15955 vsize=14001980 CPUtime=3.26 cores=1,3,5,7
/proc/15958/task/16008/stat : 16008 (java) R 15955 15958 4896 0 -1 4202560 31161 12480 0 0 309 10 4 3 20 0 15 0 144402270 14338027520 65770 18446744073709551615 4194304 4196468 140729568549328 140377291053952 140377279064894 0 4 1 16800974 0 0 0 -1 3 0 0 13 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16009] ppid=15955 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/15958/task/16009/stat : 16009 (java) S 15955 15958 4896 0 -1 1077944384 210 12480 0 0 2 0 4 3 20 0 15 0 144402270 14338027520 65770 18446744073709551615 4194304 4196468 140729568549328 140377249933712 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16010] ppid=15955 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/15958/task/16010/stat : 16010 (java) S 15955 15958 4896 0 -1 1077944384 128 12480 0 0 3 0 4 3 20 0 15 0 144402270 14338027520 65770 18446744073709551615 4194304 4196468 140729568549328 140376885508368 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16011] ppid=15955 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/15958/task/16011/stat : 16011 (java) S 15955 15958 4896 0 -1 1077944384 54 12480 0 0 2 0 4 3 20 0 15 0 144402270 14338027520 65770 18446744073709551615 4194304 4196468 140729568549328 140376884456080 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16012] ppid=15955 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/15958/task/16012/stat : 16012 (java) S 15955 15958 4896 0 -1 1077944384 89 12480 0 0 2 0 4 3 20 0 15 0 144402270 14338027520 65770 18446744073709551615 4194304 4196468 140729568549328 140376883403280 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16013] ppid=15955 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/15958/task/16013/stat : 16013 (java) S 15955 15958 4896 0 -1 1077944384 2309 12480 0 0 3 0 4 3 20 0 15 0 144402272 14338027520 65836 18446744073709551615 4194304 4196468 140729568549328 140376765438576 140377286838914 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16014] ppid=15955 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16014/stat : 16014 (java) S 15955 15958 4896 0 -1 1077944384 55 12480 0 0 0 0 4 3 20 0 15 0 144402272 14338027520 65836 18446744073709551615 4194304 4196468 140729568549328 140376764384608 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16015] ppid=15955 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16015/stat : 16015 (java) S 15955 15958 4896 0 -1 1077944384 43 12480 0 0 0 0 4 3 20 0 15 0 144402272 14338027520 65836 18446744073709551615 4194304 4196468 140729568549328 140376763332224 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16016] ppid=15955 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16016/stat : 16016 (java) S 15955 15958 4896 0 -1 1077944384 3 12480 0 0 0 0 4 3 20 0 15 0 144402275 14338027520 65836 18446744073709551615 4194304 4196468 140729568549328 140376762280528 140377286846363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16017] ppid=15955 vsize=14001980 CPUtime=1.08 cores=1,3,5,7
/proc/15958/task/16017/stat : 16017 (java) R 15955 15958 4896 0 -1 4202560 2870 12480 0 0 100 1 4 3 20 0 15 0 144402275 14338027520 65836 18446744073709551615 4194304 4196468 140729568549328 140376761211568 140377267544387 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16018] ppid=15955 vsize=14001980 CPUtime=1.02 cores=1,3,5,7
/proc/15958/task/16018/stat : 16018 (java) R 15955 15958 4896 0 -1 4202560 3348 12480 0 0 94 1 4 3 20 0 15 0 144402275 14338027520 65836 18446744073709551615 4194304 4196468 140729568549328 140376760166528 140377272842081 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16019] ppid=15955 vsize=14001980 CPUtime=1.39 cores=1,3,5,7
/proc/15958/task/16019/stat : 16019 (java) S 15955 15958 4896 0 -1 1077944384 7590 12480 0 0 130 2 4 3 20 0 15 0 144402275 14338027520 65836 18446744073709551615 4194304 4196468 140729568549328 140376759122288 140377286838914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16020] ppid=15955 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16020/stat : 16020 (java) S 15955 15958 4896 0 -1 1077944384 3 12480 0 0 0 0 4 3 20 0 15 0 144402275 14338027520 65836 18446744073709551615 4194304 4196468 140729568549328 140376758069728 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16021] ppid=15955 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16021/stat : 16021 (java) S 15955 15958 4896 0 -1 1077944384 9 12480 0 0 0 0 4 3 20 0 15 0 144402278 14338027520 65836 18446744073709551615 4194304 4196468 140729568549328 140376757017520 140377286838914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 14001980

[startup+4.00695 s]
/proc/loadavg: 1.61 1.55 1.54 4/214 16021
/proc/meminfo: memFree=28570424/32770624 swapFree=0/450992
[pid=15958] ppid=15955 vsize=14069616 CPUtime=8.02 cores=1,3,5,7
/proc/15958/stat : 15958 (java) S 15955 15958 4896 0 -1 1077944320 66430 12480 0 0 775 20 4 3 20 0 15 0 144402253 14407286784 81776 18446744073709551615 4194304 4196468 140729568549328 140729568531872 140377286827767 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 4 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
/proc/15958/statm: 3517404 81776 3455 1 0 3506018 0
[pid=15958/tid=16008] ppid=15955 vsize=14069616 CPUtime=3.48 cores=1,3,5,7
/proc/15958/task/16008/stat : 16008 (java) S 15955 15958 4896 0 -1 1077944384 42135 12480 0 0 330 11 4 3 20 0 15 0 144402270 14407286784 81776 18446744073709551615 4194304 4196468 140729568549328 140377291065312 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16009] ppid=15955 vsize=14069616 CPUtime=0.16 cores=1,3,5,7
/proc/15958/task/16009/stat : 16009 (java) S 15955 15958 4896 0 -1 1077944384 219 12480 0 0 9 0 4 3 20 0 15 0 144402270 14407286784 81776 18446744073709551615 4194304 4196468 140729568549328 140377249933712 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16010] ppid=15955 vsize=14069616 CPUtime=0.16 cores=1,3,5,7
/proc/15958/task/16010/stat : 16010 (java) S 15955 15958 4896 0 -1 1077944384 134 12480 0 0 9 0 4 3 20 0 15 0 144402270 14407286784 81776 18446744073709551615 4194304 4196468 140729568549328 140376885508368 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16011] ppid=15955 vsize=14069616 CPUtime=0.17 cores=1,3,5,7
/proc/15958/task/16011/stat : 16011 (java) S 15955 15958 4896 0 -1 1077944384 54 12480 0 0 10 0 4 3 20 0 15 0 144402270 14407286784 81776 18446744073709551615 4194304 4196468 140729568549328 140376884456080 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16012] ppid=15955 vsize=14069616 CPUtime=0.15 cores=1,3,5,7
/proc/15958/task/16012/stat : 16012 (java) S 15955 15958 4896 0 -1 1077944384 94 12480 0 0 8 0 4 3 20 0 15 0 144402270 14407286784 81776 18446744073709551615 4194304 4196468 140729568549328 140376883403280 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16013] ppid=15955 vsize=14069616 CPUtime=0.18 cores=1,3,5,7
/proc/15958/task/16013/stat : 16013 (java) R 15955 15958 4896 0 -1 4202560 2323 12480 0 0 11 0 4 3 20 0 15 0 144402272 14407286784 81776 18446744073709551615 4194304 4196468 140729568549328 140376765436864 140377271182361 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16014] ppid=15955 vsize=14069616 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16014/stat : 16014 (java) S 15955 15958 4896 0 -1 1077944384 55 12480 0 0 0 0 4 3 20 0 15 0 144402272 14407286784 81776 18446744073709551615 4194304 4196468 140729568549328 140376764384752 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16015] ppid=15955 vsize=14069616 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16015/stat : 16015 (java) S 15955 15958 4896 0 -1 1077944384 44 12480 0 0 0 0 4 3 20 0 15 0 144402272 14407286784 81776 18446744073709551615 4194304 4196468 140729568549328 140376763332224 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16016] ppid=15955 vsize=14069616 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16016/stat : 16016 (java) S 15955 15958 4896 0 -1 1077944384 3 12480 0 0 0 0 4 3 20 0 15 0 144402275 14407286784 81776 18446744073709551615 4194304 4196468 140729568549328 140376762280528 140377286846363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16017] ppid=15955 vsize=14069616 CPUtime=1.48 cores=1,3,5,7
/proc/15958/task/16017/stat : 16017 (java) R 15955 15958 4896 0 -1 4202560 5807 12480 0 0 140 1 4 3 20 0 15 0 144402275 14407286784 81776 18446744073709551615 4194304 4196468 140729568549328 140376761213352 140377268349201 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16018] ppid=15955 vsize=14069616 CPUtime=1.28 cores=1,3,5,7
/proc/15958/task/16018/stat : 16018 (java) S 15955 15958 4896 0 -1 1077944384 5736 12480 0 0 120 1 4 3 20 0 15 0 144402275 14407286784 81776 18446744073709551615 4194304 4196468 140729568549328 140376760158704 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16019] ppid=15955 vsize=14069616 CPUtime=1.42 cores=1,3,5,7
/proc/15958/task/16019/stat : 16019 (java) S 15955 15958 4896 0 -1 1077944384 7661 12480 0 0 133 2 4 3 20 0 15 0 144402275 14407286784 81776 18446744073709551615 4194304 4196468 140729568549328 140376759122288 140377286838914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16020] ppid=15955 vsize=14069616 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16020/stat : 16020 (java) S 15955 15958 4896 0 -1 1077944384 3 12480 0 0 0 0 4 3 20 0 15 0 144402275 14407286784 81776 18446744073709551615 4194304 4196468 140729568549328 140376758069728 140377286837973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
[pid=15958/tid=16021] ppid=15955 vsize=14069616 CPUtime=0.07 cores=1,3,5,7
/proc/15958/task/16021/stat : 16021 (java) S 15955 15958 4896 0 -1 1077944384 9 12480 0 0 0 0 4 3 20 0 15 0 144402278 14407286784 81776 18446744073709551615 4194304 4196468 140729568549328 140376757017520 140377286838914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28778496 140729568552912 140729568555697 140729568555697 140729568559055 0
Current children cumulated CPU time (s) 8.02
Current children cumulated vsize (KiB) 14069616

Child status: 0
Real time (s): 4.09163
CPU time (s): 8.24055
CPU user time (s): 7.98339
CPU system time (s): 0.257159
CPU usage (%): 201.4
Max. virtual memory (cumulated for all children) (KiB): 14069616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.98339
system time used= 0.257159
maximum resident set size= 328424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79673
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6880
involuntary context switches= 329

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.01929 second user time and 0.025382 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 12:17:10
IDJOB=4262600
IDBENCH=126906
IDSOLVER=2650
FILE ID=node132/4262600-1502447494
RUNJOBID= node132-1502411403-4960
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0008-int.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262600-1502447494/watcher-4262600-1502447494 -o /tmp/evaluation-result-4262600-1502447494/solver-4262600-1502447494 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580  bin/concrete HOME/instance-4262600-1502447494.xml

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

MD5SUM BENCH= bf57741bfe2980b382de9b48ff7fe26c
RANDOM SEED=265498406

node132.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.74
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.74
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.74
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.74
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:        28781660 kB
MemAvailable:   29640788 kB
Buffers:          295120 kB
Cached:           874520 kB
SwapCached:            0 kB
Active:          3045368 kB
Inactive:         499972 kB
Active(anon):    2376668 kB
Inactive(anon):    49012 kB
Active(file):     668700 kB
Inactive(file):   450960 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24156 kB
Writeback:             8 kB
AnonPages:       2375808 kB
Mapped:            72488 kB
Shmem:             49852 kB
Slab:             137440 kB
SReclaimable:     110608 kB
SUnreclaim:        26832 kB
KernelStack:        3520 kB
PageTables:        13180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3018528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2113536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61984 MiB
End job on node132 at 2017-08-11 12:17:14