Trace number 4274172

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
OscaR - Conflict Ordering 2017-07-26UNSAT 1.37503 0.96463698

General information on the benchmark

NameSat/Sat-m1-aim100/
aim-100-2-0-unsat-2.xml
MD5SUM8177bfdfc8e0bc0efe17d41d3961e832
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.0167
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints192
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":100}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":5},{"degree":5,"count":14},{"degree":6,"count":81}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":192}]
Number of extensional constraints192
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":192}]
Optimization problemNO
Type of objective

Solver Data

0.33/0.44	c version: 2017-07-26
0.33/0.44	c seed: 417287132
0.33/0.44	c timeout: 2520
0.33/0.44	c memlimit: 11000
0.33/0.44	c nbcore: 4
0.33/0.46	c Parsing instance...
1.06/0.89	c Parsing done, starting search...
1.22/0.95	s UNSATISFIABLE

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274172-1502745749/watcher-4274172-1502745749 -o /tmp/evaluation-result-4274172-1502745749/solver-4274172-1502745749 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10387 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 417287132 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274172-1502745749.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=27967, runsolver pid=27964
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 2.33 1.84 1.59 3/196 27969
/proc/meminfo: memFree=29673160/32770624 swapFree=67105588/67108860
[pid=27967] ppid=27964 vsize=13358552 memory=12820 CPUtime=0 cores=0,2,4,6
/proc/27967/stat : 27967 (java) S 27964 27967 12560 0 -1 1077944320 3048 0 0 0 0 0 0 0 20 0 6 0 76770204 13679157248 3205 18446744073709551615 4194304 4196468 140723294178176 140723294160720 139902699093751 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
/proc/27967/statm: 3339638 3205 1644 1 0 3329135 0
[pid=27967/tid=27969] ppid=27964 vsize=13358552 memory=-6439968830534014599 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27969/stat : 27969 (java) R 27964 27967 12560 0 -1 4202560 1778 0 0 0 0 0 0 0 20 0 6 0 76770214 13679157248 3271 18446744073709551615 4194304 4196468 140723294178176 139902703329872 139902660075382 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27970] ppid=27964 vsize=13358552 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27970/stat : 27970 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 76770215 13679157248 3271 18446744073709551615 4194304 4196468 140723294178176 139902656059664 139902699103957 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27971] ppid=27964 vsize=13358552 memory=140138742838912 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27971/stat : 27971 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 76770215 13679157248 3271 18446744073709551615 4194304 4196468 140723294178176 139902297762192 139902699103957 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27972] ppid=27964 vsize=13358552 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27972/stat : 27972 (java) S 27964 27967 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 76770215 13679157248 3271 18446744073709551615 4194304 4196468 140723294178176 139902296709648 139902699103957 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27973] ppid=27964 vsize=13358552 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27973/stat : 27973 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 76770215 13679157248 3271 18446744073709551615 4194304 4196468 140723294178176 139902295657104 139902699103957 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 12820 KiB

[startup+0.209784 s]*
/proc/loadavg: 2.33 1.84 1.59 2/208 27981
/proc/meminfo: memFree=29666372/32770624 swapFree=67105588/67108860
[pid=27967] ppid=27964 vsize=13906484 memory=21008 CPUtime=0.05 cores=0,2,4,6
/proc/27967/stat : 27967 (java) S 27964 27967 12560 0 -1 1077944320 4698 0 0 0 5 0 0 0 20 0 14 0 76770204 14240239616 5252 18446744073709551615 4194304 4196468 140723294178176 140723294160720 139902699093751 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
/proc/27967/statm: 3476621 5252 2579 1 0 3466118 0
[pid=27967/tid=27969] ppid=27964 vsize=13906484 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/27967/task/27969/stat : 27969 (java) D 27964 27967 12560 0 -1 4202560 2811 0 0 0 4 0 0 0 20 0 14 0 76770214 14240239616 5252 18446744073709551615 4194304 4196468 140723294178176 139902703331232 139902699115773 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27970] ppid=27964 vsize=13906484 memory=328 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27970/stat : 27970 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 76770215 14240239616 5252 18446744073709551615 4194304 4196468 140723294178176 139902656059664 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27971] ppid=27964 vsize=13906484 memory=140138743577447 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27971/stat : 27971 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 76770215 14240239616 5252 18446744073709551615 4194304 4196468 140723294178176 139902297762192 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27972] ppid=27964 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27972/stat : 27972 (java) S 27964 27967 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 76770215 14240239616 5252 18446744073709551615 4194304 4196468 140723294178176 139902296709648 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27973] ppid=27964 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27973/stat : 27973 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 76770215 14240239616 5252 18446744073709551615 4194304 4196468 140723294178176 139902295657104 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27974] ppid=27964 vsize=13906484 memory=140138742838912 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27974/stat : 27974 (java) S 27964 27967 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 76770216 14240239616 5252 18446744073709551615 4194304 4196468 140723294178176 139902178003440 139902699104898 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27975] ppid=27964 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27975/stat : 27975 (java) S 27964 27967 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 76770216 14240239616 5252 18446744073709551615 4194304 4196468 140723294178176 139902176949664 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27976] ppid=27964 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27976/stat : 27976 (java) S 27964 27967 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 76770217 14240239616 5252 18446744073709551615 4194304 4196468 140723294178176 139902175897072 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27977] ppid=27964 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27977/stat : 27977 (java) S 27964 27967 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 76770219 14240239616 5252 18446744073709551615 4194304 4196468 140723294178176 139902174845648 139902699112347 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27978] ppid=27964 vsize=13906484 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27978/stat : 27978 (java) S 27964 27967 12560 0 -1 1077944384 288 0 0 0 0 0 0 0 20 0 14 0 76770219 14240239616 5252 18446744073709551615 4194304 4196468 140723294178176 139902173792240 139902699104898 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27979] ppid=27964 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27979/stat : 27979 (java) S 27964 27967 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 76770219 14240239616 5252 18446744073709551615 4194304 4196468 140723294178176 139902172739696 139902699104898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27980] ppid=27964 vsize=13906484 memory=140138742838912 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27980/stat : 27980 (java) S 27964 27967 12560 0 -1 1077944384 218 0 0 0 0 0 0 0 20 0 14 0 76770219 14240239616 5252 18446744073709551615 4194304 4196468 140723294178176 139902171687152 139902699104898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27981] ppid=27964 vsize=13906484 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27981/stat : 27981 (java) S 27964 27967 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 76770219 14240239616 5252 18446744073709551615 4194304 4196468 140723294178176 139902170634848 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13906484 KiB
Current children cumulated memory: 21008 KiB

[startup+0.309897 s]*
/proc/loadavg: 2.33 1.84 1.59 3/209 27982
/proc/meminfo: memFree=29654072/32770624 swapFree=67105588/67108860
[pid=27967] ppid=27964 vsize=13975920 memory=36024 CPUtime=0.16 cores=0,2,4,6
/proc/27967/stat : 27967 (java) S 27964 27967 12560 0 -1 1077944320 9572 0 0 0 14 2 0 0 20 0 15 0 76770204 14311342080 8940 18446744073709551615 4194304 4196468 140723294178176 140723294160720 139902699093751 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
/proc/27967/statm: 3493980 9006 3494 1 0 3482759 0
[pid=27967/tid=27969] ppid=27964 vsize=13975920 memory=-8774313645642428999 CPUtime=0.11 cores=0,2,4,6
/proc/27967/task/27969/stat : 27969 (java) R 27964 27967 12560 0 -1 4202560 7333 0 0 0 10 1 0 0 20 0 15 0 76770214 14311342080 9006 18446744073709551615 4194304 4196468 140723294178176 139902703280128 139902683174238 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27970] ppid=27964 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27970/stat : 27970 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76770215 14311342080 9006 18446744073709551615 4194304 4196468 140723294178176 139902656059664 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27971] ppid=27964 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27971/stat : 27971 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76770215 14311342080 9006 18446744073709551615 4194304 4196468 140723294178176 139902297762192 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27972] ppid=27964 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27972/stat : 27972 (java) S 27964 27967 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76770215 14311342080 9006 18446744073709551615 4194304 4196468 140723294178176 139902296709648 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27973] ppid=27964 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27973/stat : 27973 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76770215 14311342080 9006 18446744073709551615 4194304 4196468 140723294178176 139902295657104 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27974] ppid=27964 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27974/stat : 27974 (java) S 27964 27967 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76770216 14311342080 9006 18446744073709551615 4194304 4196468 140723294178176 139902178003440 139902699104898 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27975] ppid=27964 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27975/stat : 27975 (java) S 27964 27967 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76770216 14311342080 9006 18446744073709551615 4194304 4196468 140723294178176 139902176949664 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27976] ppid=27964 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27976/stat : 27976 (java) S 27964 27967 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76770217 14311342080 9006 18446744073709551615 4194304 4196468 140723294178176 139902175897072 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27977] ppid=27964 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27977/stat : 27977 (java) S 27964 27967 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76770219 14311342080 9006 18446744073709551615 4194304 4196468 140723294178176 139902174845648 139902699112347 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27978] ppid=27964 vsize=13975920 memory=140138609124992 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27978/stat : 27978 (java) S 27964 27967 12560 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 76770219 14311342080 9006 18446744073709551615 4194304 4196468 140723294178176 139902173792240 139902699104898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27979] ppid=27964 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27979/stat : 27979 (java) S 27964 27967 12560 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 15 0 76770219 14311342080 9006 18446744073709551615 4194304 4196468 140723294178176 139902172739696 139902699104898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27980] ppid=27964 vsize=13975920 memory=140138742838912 CPUtime=0.02 cores=0,2,4,6
/proc/27967/task/27980/stat : 27980 (java) R 27964 27967 12560 0 -1 4202560 397 0 0 0 2 0 0 0 20 0 15 0 76770219 14311342080 9006 18446744073709551615 4194304 4196468 140723294178176 139902171687152 139902678213248 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27981] ppid=27964 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27981/stat : 27981 (java) S 27964 27967 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76770219 14311342080 9006 18446744073709551615 4194304 4196468 140723294178176 139902170634848 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27982] ppid=27964 vsize=13975920 memory=140138742838912 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27982/stat : 27982 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76770229 14311342080 9006 18446744073709551615 4194304 4196468 140723294178176 139902169582384 139902699104898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 36024 KiB

[startup+0.703707 s]
/proc/loadavg: 2.33 1.84 1.59 4/209 27982
/proc/meminfo: memFree=29640432/32770624 swapFree=67105588/67108860
[pid=27967] ppid=27964 vsize=13977988 memory=63992 CPUtime=0.87 cores=0,2,4,6
/proc/27967/stat : 27967 (java) S 27964 27967 12560 0 -1 1077944320 13734 0 0 0 83 4 0 0 20 0 15 0 76770204 14313459712 15998 18446744073709551615 4194304 4196468 140723294178176 140723294160720 139902699093751 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
/proc/27967/statm: 3494497 15998 3724 1 0 3483271 0
[pid=27967/tid=27969] ppid=27964 vsize=13977988 memory=33 CPUtime=0.5 cores=0,2,4,6
/proc/27967/task/27969/stat : 27969 (java) R 27964 27967 12560 0 -1 4202560 10281 0 0 0 47 3 0 0 20 0 15 0 76770214 14313459712 15998 18446744073709551615 4194304 4196468 140723294178176 139902703330720 139902699115098 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27970] ppid=27964 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27970/stat : 27970 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76770215 14313459712 15998 18446744073709551615 4194304 4196468 140723294178176 139902656059664 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27971] ppid=27964 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27971/stat : 27971 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76770215 14313459712 15998 18446744073709551615 4194304 4196468 140723294178176 139902297762192 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27972] ppid=27964 vsize=13977988 memory=499 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27972/stat : 27972 (java) S 27964 27967 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76770215 14313459712 15998 18446744073709551615 4194304 4196468 140723294178176 139902296709648 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27973] ppid=27964 vsize=13977988 memory=350 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27973/stat : 27973 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76770215 14313459712 15998 18446744073709551615 4194304 4196468 140723294178176 139902295657104 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27974] ppid=27964 vsize=13977988 memory=131 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27974/stat : 27974 (java) S 27964 27967 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76770216 14313459712 15998 18446744073709551615 4194304 4196468 140723294178176 139902178003440 139902699104898 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27975] ppid=27964 vsize=13977988 memory=2607 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27975/stat : 27975 (java) S 27964 27967 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76770216 14313459712 15998 18446744073709551615 4194304 4196468 140723294178176 139902176949664 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27976] ppid=27964 vsize=13977988 memory=292 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27976/stat : 27976 (java) S 27964 27967 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76770217 14313459712 15998 18446744073709551615 4194304 4196468 140723294178176 139902175897072 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27977] ppid=27964 vsize=13977988 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27977/stat : 27977 (java) S 27964 27967 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76770219 14313459712 15998 18446744073709551615 4194304 4196468 140723294178176 139902174845648 139902699112347 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27978] ppid=27964 vsize=13977988 memory=2384 CPUtime=0.08 cores=0,2,4,6
/proc/27967/task/27978/stat : 27978 (java) S 27964 27967 12560 0 -1 1077944384 773 0 0 0 8 0 0 0 20 0 15 0 76770219 14313459712 15998 18446744073709551615 4194304 4196468 140723294178176 139902173792240 139902699104898 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27979] ppid=27964 vsize=13977988 memory=280277217742968 CPUtime=0.09 cores=0,2,4,6
/proc/27967/task/27979/stat : 27979 (java) S 27964 27967 12560 0 -1 1077944384 439 0 0 0 9 0 0 0 20 0 15 0 76770219 14313459712 15998 18446744073709551615 4194304 4196468 140723294178176 139902172739696 139902699104898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27980] ppid=27964 vsize=13977988 memory=2446252312065 CPUtime=0.17 cores=0,2,4,6
/proc/27967/task/27980/stat : 27980 (java) R 27964 27967 12560 0 -1 4202560 860 0 0 0 17 0 0 0 20 0 15 0 76770219 14313459712 15998 18446744073709551615 4194304 4196468 140723294178176 139902171681504 139902683174238 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27981] ppid=27964 vsize=13977988 memory=2459137213953 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27981/stat : 27981 (java) S 27964 27967 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76770219 14313459712 15998 18446744073709551615 4194304 4196468 140723294178176 139902170634848 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27982] ppid=27964 vsize=13977988 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27982/stat : 27982 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76770229 14313459712 15998 18446744073709551615 4194304 4196468 140723294178176 139902169582384 139902699104898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
Current children cumulated CPU time: 0.87 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 63992 KiB

[startup+0.964597 s]
# the end of solver process 27967 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.29714 s, system=0.07789 s

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

[startup+0.800833 s]
/proc/loadavg: 2.33 1.84 1.59 4/209 27982
/proc/meminfo: memFree=29640432/32770624 swapFree=67105588/67108860
[pid=27967] ppid=27964 vsize=13977988 memory=70372 CPUtime=1.06 cores=0,2,4,6
/proc/27967/stat : 27967 (java) S 27964 27967 12560 0 -1 1077944320 14320 0 0 0 101 5 0 0 20 0 15 0 76770204 14313459712 17593 18446744073709551615 4194304 4196468 140723294178176 140723294160720 139902699093751 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
/proc/27967/statm: 3494497 17593 3737 1 0 3483271 0
[pid=27967/tid=27969] ppid=27964 vsize=13977988 memory=2244 CPUtime=0.59 cores=0,2,4,6
/proc/27967/task/27969/stat : 27969 (java) R 27964 27967 12560 0 -1 4202560 10603 0 0 0 56 3 0 0 20 0 15 0 76770214 14313459712 17593 18446744073709551615 4194304 4196468 140723294178176 139902703323056 139902683174238 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27970] ppid=27964 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27970/stat : 27970 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76770215 14313459712 17593 18446744073709551615 4194304 4196468 140723294178176 139902656059664 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27971] ppid=27964 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27971/stat : 27971 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76770215 14313459712 17593 18446744073709551615 4194304 4196468 140723294178176 139902297762192 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27972] ppid=27964 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27972/stat : 27972 (java) S 27964 27967 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76770215 14313459712 17593 18446744073709551615 4194304 4196468 140723294178176 139902296709648 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27973] ppid=27964 vsize=13977988 memory=19265 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27973/stat : 27973 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76770215 14313459712 17593 18446744073709551615 4194304 4196468 140723294178176 139902295657104 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27974] ppid=27964 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27974/stat : 27974 (java) S 27964 27967 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76770216 14313459712 17593 18446744073709551615 4194304 4196468 140723294178176 139902178003440 139902699104898 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27975] ppid=27964 vsize=13977988 memory=8315167063544660141 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27975/stat : 27975 (java) S 27964 27967 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76770216 14313459712 17593 18446744073709551615 4194304 4196468 140723294178176 139902176949664 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27976] ppid=27964 vsize=13977988 memory=4206186544037388384 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27976/stat : 27976 (java) S 27964 27967 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76770217 14313459712 17593 18446744073709551615 4194304 4196468 140723294178176 139902175897072 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27977] ppid=27964 vsize=13977988 memory=6944656592455360604 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27977/stat : 27977 (java) S 27964 27967 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76770219 14313459712 17593 18446744073709551615 4194304 4196468 140723294178176 139902174845648 139902699112347 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27978] ppid=27964 vsize=13977988 memory=6944656575208382560 CPUtime=0.11 cores=0,2,4,6
/proc/27967/task/27978/stat : 27978 (java) S 27964 27967 12560 0 -1 1077944384 878 0 0 0 11 0 0 0 20 0 15 0 76770219 14313459712 17593 18446744073709551615 4194304 4196468 140723294178176 139902173792240 139902699104898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27979] ppid=27964 vsize=13977988 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27967/task/27979/stat : 27979 (java) S 27964 27967 12560 0 -1 1077944384 465 0 0 0 10 0 0 0 20 0 15 0 76770219 14313459712 17593 18446744073709551615 4194304 4196468 140723294178176 139902172739696 139902699104898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27980] ppid=27964 vsize=13977988 memory=3684004110210904881 CPUtime=0.22 cores=0,2,4,6
/proc/27967/task/27980/stat : 27980 (java) S 27964 27967 12560 0 -1 1077944384 994 0 0 0 22 0 0 0 20 0 15 0 76770219 14313459712 17593 18446744073709551615 4194304 4196468 140723294178176 139902171687152 139902699104898 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27981] ppid=27964 vsize=13977988 memory=51140 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27981/stat : 27981 (java) S 27964 27967 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76770219 14313459712 17593 18446744073709551615 4194304 4196468 140723294178176 139902170634848 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27982] ppid=27964 vsize=13977988 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27982/stat : 27982 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76770229 14313459712 17593 18446744073709551615 4194304 4196468 140723294178176 139902169582384 139902699104898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 70372 KiB

[startup+0.90062 s]
/proc/loadavg: 2.33 1.84 1.59 4/209 27982
/proc/meminfo: memFree=29640432/32770624 swapFree=67105588/67108860
[pid=27967] ppid=27964 vsize=13980036 memory=79092 CPUtime=1.22 cores=0,2,4,6
/proc/27967/stat : 27967 (java) S 27964 27967 12560 0 -1 1077944320 14949 0 0 0 116 6 0 0 20 0 15 0 76770204 14315556864 19773 18446744073709551615 4194304 4196468 140723294178176 140723294160720 139902699093751 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
/proc/27967/statm: 3495009 19773 3737 1 0 3483783 0
[pid=27967/tid=27969] ppid=27964 vsize=13980036 memory=63992 CPUtime=0.7 cores=0,2,4,6
/proc/27967/task/27969/stat : 27969 (java) R 27964 27967 12560 0 -1 4202560 11127 0 0 0 66 4 0 0 20 0 15 0 76770214 14315556864 19773 18446744073709551615 4194304 4196468 140723294178176 139902703327040 139902683174238 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27970] ppid=27964 vsize=13980036 memory=33 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27970/stat : 27970 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76770215 14315556864 19773 18446744073709551615 4194304 4196468 140723294178176 139902656059664 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27971] ppid=27964 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27971/stat : 27971 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76770215 14315556864 19773 18446744073709551615 4194304 4196468 140723294178176 139902297762192 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27972] ppid=27964 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27972/stat : 27972 (java) S 27964 27967 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76770215 14315556864 19773 18446744073709551615 4194304 4196468 140723294178176 139902296709648 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27973] ppid=27964 vsize=13980036 memory=499 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27973/stat : 27973 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76770215 14315556864 19773 18446744073709551615 4194304 4196468 140723294178176 139902295657104 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27974] ppid=27964 vsize=13980036 memory=350 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27974/stat : 27974 (java) S 27964 27967 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76770216 14315556864 19773 18446744073709551615 4194304 4196468 140723294178176 139902178003440 139902699104898 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27975] ppid=27964 vsize=13980036 memory=131 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27975/stat : 27975 (java) S 27964 27967 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76770216 14315556864 19773 18446744073709551615 4194304 4196468 140723294178176 139902176949664 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27976] ppid=27964 vsize=13980036 memory=2607 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27976/stat : 27976 (java) S 27964 27967 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76770217 14315556864 19773 18446744073709551615 4194304 4196468 140723294178176 139902175897072 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27977] ppid=27964 vsize=13980036 memory=292 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27977/stat : 27977 (java) S 27964 27967 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76770219 14315556864 19773 18446744073709551615 4194304 4196468 140723294178176 139902174845648 139902699112347 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27978] ppid=27964 vsize=13980036 memory=1292 CPUtime=0.11 cores=0,2,4,6
/proc/27967/task/27978/stat : 27978 (java) S 27964 27967 12560 0 -1 1077944384 882 0 0 0 11 0 0 0 20 0 15 0 76770219 14315556864 19773 18446744073709551615 4194304 4196468 140723294178176 139902173792240 139902699104898 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27979] ppid=27964 vsize=13980036 memory=2384 CPUtime=0.12 cores=0,2,4,6
/proc/27967/task/27979/stat : 27979 (java) S 27964 27967 12560 0 -1 1077944384 485 0 0 0 12 0 0 0 20 0 15 0 76770219 14315556864 19773 18446744073709551615 4194304 4196468 140723294178176 139902172739696 139902699104898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27980] ppid=27964 vsize=13980036 memory=280277217742968 CPUtime=0.26 cores=0,2,4,6
/proc/27967/task/27980/stat : 27980 (java) S 27964 27967 12560 0 -1 1077944384 1074 0 0 0 26 0 0 0 20 0 15 0 76770219 14315556864 19773 18446744073709551615 4194304 4196468 140723294178176 139902171687152 139902699104898 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27981] ppid=27964 vsize=13980036 memory=2446252312065 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27981/stat : 27981 (java) S 27964 27967 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76770219 14315556864 19773 18446744073709551615 4194304 4196468 140723294178176 139902170634848 139902699103957 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
[pid=27967/tid=27982] ppid=27964 vsize=13980036 memory=2459137213953 CPUtime=0 cores=0,2,4,6
/proc/27967/task/27982/stat : 27982 (java) S 27964 27967 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76770229 14315556864 19773 18446744073709551615 4194304 4196468 140723294178176 139902169582384 139902699104898 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9687040 140723294179695 140723294179881 140723294179881 140723294183375 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 79092 KiB

Child status: 0
Real time (s): 0.964637
CPU time (s): 1.37503
CPU user time (s): 1.29714
CPU system time (s): 0.07789
CPU usage (%): 142.543
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 79092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.29714
system time used= 0.07789
maximum resident set size= 87772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17001
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1877
involuntary context switches= 1


# summary of solver processes directly reported to runsolver:
#   pid: 27967
#   total CPU time (s): 1.37503
#   total CPU user time (s): 1.29714
#   total CPU system time (s): 0.07789

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030282 second user time and 0.043173 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-14 23:08:26
IDJOB=4274172
IDBENCH=123460
IDSOLVER=2666
FILE ID=node126/4274172-1502745749
RUNJOBID= node126-1502662832-10387
PBS_JOBID= 
Free space on /tmp= 61976 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Sat/Sat-m1-aim100/aim-100-2-0-unsat-2.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274172-1502745749/watcher-4274172-1502745749 -o /tmp/evaluation-result-4274172-1502745749/solver-4274172-1502745749 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10387 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 417287132 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274172-1502745749.xml

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

MD5SUM BENCH= 8177bfdfc8e0bc0efe17d41d3961e832
RANDOM SEED=417287132

node126.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.81
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.81
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.81
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.81
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:        29675844 kB
MemAvailable:   30193924 kB
Buffers:          314964 kB
Cached:           471324 kB
SwapCached:          524 kB
Active:          2365112 kB
Inactive:         245260 kB
Active(anon):    1772128 kB
Inactive(anon):    85388 kB
Active(file):     592984 kB
Inactive(file):   159872 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42268 kB
Writeback:             4 kB
AnonPages:       1823668 kB
Mapped:            64044 kB
Shmem:             33440 kB
Slab:             188260 kB
SReclaimable:     162116 kB
SUnreclaim:        26144 kB
KernelStack:        3408 kB
PageTables:         8488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3161724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1695744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61932 MiB
End job on node126 at 2017-08-14 23:08:27