Trace number 4274176

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 2.1960399 1.08149

General information on the benchmark

NameSat/Sat-m1-jnh/
jnh-302.xml
MD5SUMea94c10d7a80a09e57dbab6713253f8e
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.020729
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints898
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":100}]
Minimum variable degree31
Maximum variable degree65
Distribution of variable degrees[{"degree":31,"count":2},{"degree":32,"count":5},{"degree":33,"count":1},{"degree":34,"count":2},{"degree":36,"count":3},{"degree":37,"count":1},{"degree":38,"count":3},{"degree":39,"count":5},{"degree":40,"count":5},{"degree":42,"count":8},{"degree":43,"count":7},{"degree":44,"count":9},{"degree":45,"count":3},{"degree":46,"count":4},{"degree":47,"count":9},{"degree":48,"count":9},{"degree":49,"count":5},{"degree":50,"count":3},{"degree":51,"count":5},{"degree":52,"count":4},{"degree":53,"count":1},{"degree":54,"count":1},{"degree":55,"count":1},{"degree":56,"count":3},{"degree":65,"count":1}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":81},{"arity":3,"count":164},{"arity":4,"count":155},{"arity":5,"count":175},{"arity":6,"count":129},{"arity":7,"count":93},{"arity":8,"count":54},{"arity":9,"count":39},{"arity":10,"count":8}]
Number of extensional constraints898
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":898}]
Optimization problemNO
Type of objective

Solver Data

0.27/0.38	c version: 2017-07-26
0.27/0.38	c seed: 1663277400
0.27/0.38	c timeout: 2520
0.27/0.38	c memlimit: 11000
0.27/0.38	c nbcore: 4
0.27/0.40	c Parsing instance...
1.96/1.06	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 (15284 MiB free)
  memory of node 1: 16384 MiB (14498 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274176-1502745714/watcher-4274176-1502745714 -o /tmp/evaluation-result-4274176-1502745714/solver-4274176-1502745714 -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 1663277400 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274176-1502745714.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
Current StackSize limit: 8192 KiB

solver pid=27431, runsolver pid=27428

[startup+0.100126 s]*
/proc/loadavg: 2.18 1.75 1.55 3/200 27437
/proc/meminfo: memFree=30483540/32770624 swapFree=67105588/67108860
[pid=27431] ppid=27428 vsize=13573664 memory=17544 CPUtime=0.02 cores=0,2,4,6
/proc/27431/stat : 27431 (java) S 27428 27431 12560 0 -1 1077944320 3757 0 0 0 1 1 0 0 20 0 9 0 76766762 13899431936 4386 18446744073709551615 4194304 4196468 140723182380704 140723182363248 140560967720695 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
/proc/27431/statm: 3393416 4386 2072 1 0 3382913 0
[pid=27431/tid=27433] ppid=27428 vsize=13573664 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/27431/task/27433/stat : 27433 (java) R 27428 27431 12560 0 -1 4202560 2387 0 0 0 1 0 0 0 20 0 9 0 76766770 13899431936 4386 18446744073709551615 4194304 4196468 140723182380704 140560971956680 140560953788814 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27434] ppid=27428 vsize=13573664 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27434/stat : 27434 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 76766771 13899431936 4386 18446744073709551615 4194304 4196468 140723182380704 140560928618768 140560967730901 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27435] ppid=27428 vsize=13573664 memory=139788138989184 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27435/stat : 27435 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 76766771 13899431936 4386 18446744073709551615 4194304 4196468 140723182380704 140560927566224 140560967730901 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27436] ppid=27428 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27436/stat : 27436 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 76766771 13899431936 4386 18446744073709551615 4194304 4196468 140723182380704 140560926513680 140560967730901 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27437] ppid=27428 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27437/stat : 27437 (java) S 27428 27431 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 76766771 13899431936 4386 18446744073709551615 4194304 4196468 140723182380704 140560564677264 140560967730901 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27438] ppid=27428 vsize=13573664 memory=139788138989184 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27438/stat : 27438 (java) S 27428 27431 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 76766773 13899431936 4386 18446744073709551615 4194304 4196468 140723182380704 140560446745072 140560967731842 0 0 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27439] ppid=27428 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27439/stat : 27439 (java) S 27428 27431 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 76766773 13899431936 4386 18446744073709551615 4194304 4196468 140723182380704 140560445691296 140560967730901 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27440] ppid=27428 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27440/stat : 27440 (java) S 27428 27431 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 76766773 13899431936 4386 18446744073709551615 4194304 4196468 140723182380704 140560444638768 140560967730901 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 17544 KiB

[startup+0.210113 s]*
/proc/loadavg: 2.18 1.75 1.55 4/209 27446
/proc/meminfo: memFree=30467696/32770624 swapFree=67105588/67108860
[pid=27431] ppid=27428 vsize=13979532 memory=33480 CPUtime=0.11 cores=0,2,4,6
/proc/27431/stat : 27431 (java) S 27428 27431 12560 0 -1 1077944320 7666 0 0 0 10 1 0 0 20 0 15 0 76766762 14315040768 8370 18446744073709551615 4194304 4196468 140723182380704 140723182363248 140560967720695 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
/proc/27431/statm: 3494883 8370 3384 1 0 3483662 0
[pid=27431/tid=27433] ppid=27428 vsize=13979532 memory=8318255677412212789 CPUtime=0.09 cores=0,2,4,6
/proc/27431/task/27433/stat : 27433 (java) R 27428 27431 12560 0 -1 4202560 5675 0 0 0 8 1 0 0 20 0 15 0 76766770 14315040768 8436 18446744073709551615 4194304 4196468 140723182380704 140560971910144 140560960031712 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27434] ppid=27428 vsize=13979532 memory=328 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27434/stat : 27434 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766771 14315040768 8436 18446744073709551615 4194304 4196468 140723182380704 140560928618768 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27435] ppid=27428 vsize=13979532 memory=139788139727719 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27435/stat : 27435 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766771 14315040768 8436 18446744073709551615 4194304 4196468 140723182380704 140560927566224 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27436] ppid=27428 vsize=13979532 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27436/stat : 27436 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766771 14315040768 8436 18446744073709551615 4194304 4196468 140723182380704 140560926513680 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27437] ppid=27428 vsize=13979532 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27437/stat : 27437 (java) S 27428 27431 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76766771 14315040768 8436 18446744073709551615 4194304 4196468 140723182380704 140560564677264 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27438] ppid=27428 vsize=13979532 memory=139788138989184 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27438/stat : 27438 (java) S 27428 27431 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76766773 14315040768 8436 18446744073709551615 4194304 4196468 140723182380704 140560446745072 140560967731842 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27439] ppid=27428 vsize=13979532 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27439/stat : 27439 (java) S 27428 27431 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76766773 14315040768 8436 18446744073709551615 4194304 4196468 140723182380704 140560445691296 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27440] ppid=27428 vsize=13979532 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27440/stat : 27440 (java) S 27428 27431 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76766773 14315040768 8436 18446744073709551615 4194304 4196468 140723182380704 140560444638704 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27441] ppid=27428 vsize=13979532 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27441/stat : 27441 (java) S 27428 27431 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76766776 14315040768 8436 18446744073709551615 4194304 4196468 140723182380704 140560443587280 140560967739291 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27442] ppid=27428 vsize=13979532 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27442/stat : 27442 (java) S 27428 27431 12560 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 76766776 14315040768 8436 18446744073709551615 4194304 4196468 140723182380704 140560442533872 140560967731842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27443] ppid=27428 vsize=13979532 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27443/stat : 27443 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766776 14315040768 8436 18446744073709551615 4194304 4196468 140723182380704 140560441481328 140560967731842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27444] ppid=27428 vsize=13979532 memory=139788138989184 CPUtime=0.01 cores=0,2,4,6
/proc/27431/task/27444/stat : 27444 (java) S 27428 27431 12560 0 -1 1077944384 381 0 0 0 1 0 0 0 20 0 15 0 76766776 14315040768 8436 18446744073709551615 4194304 4196468 140723182380704 140560440428784 140560967731842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27445] ppid=27428 vsize=13979532 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27445/stat : 27445 (java) S 27428 27431 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76766776 14315040768 8436 18446744073709551615 4194304 4196468 140723182380704 140560439376480 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27446] ppid=27428 vsize=13979532 memory=139788138989184 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27446/stat : 27446 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766780 14315040768 8436 18446744073709551615 4194304 4196468 140723182380704 140560438324016 140560967731842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13979532 KiB
Current children cumulated memory: 33480 KiB

[startup+0.310345 s]*
/proc/loadavg: 2.18 1.75 1.55 5/209 27446
/proc/meminfo: memFree=30448924/32770624 swapFree=67105588/67108860
[pid=27431] ppid=27428 vsize=13975920 memory=39772 CPUtime=0.27 cores=0,2,4,6
/proc/27431/stat : 27431 (java) S 27428 27431 12560 0 -1 1077944320 10690 0 0 0 24 3 0 0 20 0 15 0 76766762 14311342080 9943 18446744073709551615 4194304 4196468 140723182380704 140723182363248 140560967720695 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
/proc/27431/statm: 3493980 9943 3575 1 0 3482759 0
[pid=27431/tid=27433] ppid=27428 vsize=13975920 memory=-8774313645642428999 CPUtime=0.18 cores=0,2,4,6
/proc/27431/task/27433/stat : 27433 (java) R 27428 27431 12560 0 -1 4202560 8244 0 0 0 16 2 0 0 20 0 15 0 76766770 14311342080 9943 18446744073709551615 4194304 4196468 140723182380704 140560971942624 140560951801182 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27434] ppid=27428 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27434/stat : 27434 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766771 14311342080 9943 18446744073709551615 4194304 4196468 140723182380704 140560928618768 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27435] ppid=27428 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27435/stat : 27435 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766771 14311342080 9943 18446744073709551615 4194304 4196468 140723182380704 140560927566224 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27436] ppid=27428 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27436/stat : 27436 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766771 14311342080 9943 18446744073709551615 4194304 4196468 140723182380704 140560926513680 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27437] ppid=27428 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27437/stat : 27437 (java) S 27428 27431 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76766771 14311342080 9943 18446744073709551615 4194304 4196468 140723182380704 140560564677264 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27438] ppid=27428 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27438/stat : 27438 (java) S 27428 27431 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76766773 14311342080 9943 18446744073709551615 4194304 4196468 140723182380704 140560446745072 140560967731842 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27439] ppid=27428 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27439/stat : 27439 (java) S 27428 27431 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76766773 14311342080 9943 18446744073709551615 4194304 4196468 140723182380704 140560445691296 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27440] ppid=27428 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27440/stat : 27440 (java) S 27428 27431 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76766773 14311342080 9943 18446744073709551615 4194304 4196468 140723182380704 140560444638704 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27441] ppid=27428 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27441/stat : 27441 (java) S 27428 27431 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76766776 14311342080 9943 18446744073709551615 4194304 4196468 140723182380704 140560443587280 140560967739291 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27442] ppid=27428 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27431/task/27442/stat : 27442 (java) S 27428 27431 12560 0 -1 1077944384 315 0 0 0 1 0 0 0 20 0 15 0 76766776 14311342080 9943 18446744073709551615 4194304 4196468 140723182380704 140560442533872 140560967731842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27443] ppid=27428 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/27431/task/27443/stat : 27443 (java) S 27428 27431 12560 0 -1 1077944384 248 0 0 0 1 0 0 0 20 0 15 0 76766776 14311342080 9943 18446744073709551615 4194304 4196468 140723182380704 140560441481328 140560967731842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27444] ppid=27428 vsize=13975920 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/27431/task/27444/stat : 27444 (java) S 27428 27431 12560 0 -1 1077944384 502 0 0 0 5 0 0 0 20 0 15 0 76766776 14311342080 9943 18446744073709551615 4194304 4196468 140723182380704 140560440428784 140560967731842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27445] ppid=27428 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27445/stat : 27445 (java) S 27428 27431 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76766776 14311342080 9943 18446744073709551615 4194304 4196468 140723182380704 140560439376480 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27446] ppid=27428 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27446/stat : 27446 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766780 14311342080 9943 18446744073709551615 4194304 4196468 140723182380704 140560438324016 140560967731842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39772 KiB

[startup+0.700665 s]
/proc/loadavg: 2.18 1.75 1.55 5/209 27446
/proc/meminfo: memFree=30419196/32770624 swapFree=67105588/67108860
[pid=27431] ppid=27428 vsize=13977988 memory=69268 CPUtime=1.11 cores=0,2,4,6
/proc/27431/stat : 27431 (java) S 27428 27431 12560 0 -1 1077944320 14624 0 0 0 106 5 0 0 20 0 15 0 76766762 14313459712 17317 18446744073709551615 4194304 4196468 140723182380704 140723182363248 140560967720695 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
/proc/27431/statm: 3494497 17317 3736 1 0 3483271 0
[pid=27431/tid=27433] ppid=27428 vsize=13977988 memory=97 CPUtime=0.56 cores=0,2,4,6
/proc/27431/task/27433/stat : 27433 (java) R 27428 27431 12560 0 -1 4202560 10306 0 0 0 53 3 0 0 20 0 15 0 76766770 14313459712 17317 18446744073709551615 4194304 4196468 140723182380704 140560971954800 140560609114905 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27434] ppid=27428 vsize=13977988 memory=28 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27434/stat : 27434 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766771 14313459712 17317 18446744073709551615 4194304 4196468 140723182380704 140560928618768 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27435] ppid=27428 vsize=13977988 memory=33 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27435/stat : 27435 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766771 14313459712 17317 18446744073709551615 4194304 4196468 140723182380704 140560927566224 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27436] ppid=27428 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27436/stat : 27436 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766771 14313459712 17317 18446744073709551615 4194304 4196468 140723182380704 140560926513680 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27437] ppid=27428 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27437/stat : 27437 (java) S 27428 27431 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76766771 14313459712 17317 18446744073709551615 4194304 4196468 140723182380704 140560564677264 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27438] ppid=27428 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27438/stat : 27438 (java) S 27428 27431 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76766773 14313459712 17317 18446744073709551615 4194304 4196468 140723182380704 140560446745072 140560967731842 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27439] ppid=27428 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27439/stat : 27439 (java) S 27428 27431 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76766773 14313459712 17317 18446744073709551615 4194304 4196468 140723182380704 140560445691296 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27440] ppid=27428 vsize=13977988 memory=984 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27440/stat : 27440 (java) S 27428 27431 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76766773 14313459712 17317 18446744073709551615 4194304 4196468 140723182380704 140560444638704 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27441] ppid=27428 vsize=13977988 memory=70 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27441/stat : 27441 (java) S 27428 27431 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76766776 14313459712 17317 18446744073709551615 4194304 4196468 140723182380704 140560443587280 140560967739291 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27442] ppid=27428 vsize=13977988 memory=257 CPUtime=0.17 cores=0,2,4,6
/proc/27431/task/27442/stat : 27442 (java) R 27428 27431 12560 0 -1 4202560 865 0 0 0 17 0 0 0 20 0 15 0 76766776 14313459712 17317 18446744073709551615 4194304 4196468 140723182380704 140560442526608 140560967732630 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27443] ppid=27428 vsize=13977988 memory=279576064298768 CPUtime=0.11 cores=0,2,4,6
/proc/27431/task/27443/stat : 27443 (java) R 27428 27431 12560 0 -1 4202560 852 0 0 0 11 0 0 0 20 0 15 0 76766776 14313459712 17317 18446744073709551615 4194304 4196468 140723182380704 140560441462344 140560952633066 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27444] ppid=27428 vsize=13977988 memory=2512287434497 CPUtime=0.23 cores=0,2,4,6
/proc/27431/task/27444/stat : 27444 (java) R 27428 27431 12560 0 -1 4202560 1221 0 0 0 23 0 0 0 20 0 15 0 76766776 14313459712 17317 18446744073709551615 4194304 4196468 140723182380704 140560440425520 140560951801182 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27445] ppid=27428 vsize=13977988 memory=2520877369089 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27445/stat : 27445 (java) S 27428 27431 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76766776 14313459712 17317 18446744073709551615 4194304 4196468 140723182380704 140560439376480 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27446] ppid=27428 vsize=13977988 memory=2563827042049 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27446/stat : 27446 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766780 14313459712 17317 18446744073709551615 4194304 4196468 140723182380704 140560438324016 140560967731842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 69268 KiB

[startup+1.08144 s]
# the end of solver process 27431 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.101 s, system=0.09504 s

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

[startup+0.800813 s]
/proc/loadavg: 2.18 1.75 1.55 5/209 27446
/proc/meminfo: memFree=30419196/32770624 swapFree=67105588/67108860
[pid=27431] ppid=27428 vsize=13977988 memory=80964 CPUtime=1.48 cores=0,2,4,6
/proc/27431/stat : 27431 (java) S 27428 27431 12560 0 -1 1077944320 15469 0 0 0 142 6 0 0 20 0 15 0 76766762 14313459712 20241 18446744073709551615 4194304 4196468 140723182380704 140723182363248 140560967720695 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
/proc/27431/statm: 3494497 20241 3746 1 0 3483271 0
[pid=27431/tid=27433] ppid=27428 vsize=13977988 memory=2795755276033 CPUtime=0.66 cores=0,2,4,6
/proc/27431/task/27433/stat : 27433 (java) R 27428 27431 12560 0 -1 4202560 10409 0 0 0 63 3 0 0 20 0 15 0 76766770 14313459712 20241 18446744073709551615 4194304 4196468 140723182380704 140560971956816 140560967732630 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27434] ppid=27428 vsize=13977988 memory=3822252459521 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27434/stat : 27434 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766771 14313459712 20241 18446744073709551615 4194304 4196468 140723182380704 140560928618768 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27435] ppid=27428 vsize=13977988 memory=3835137361409 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27435/stat : 27435 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766771 14313459712 20241 18446744073709551615 4194304 4196468 140723182380704 140560927566224 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27436] ppid=27428 vsize=13977988 memory=4144 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27436/stat : 27436 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766771 14313459712 20241 18446744073709551615 4194304 4196468 140723182380704 140560926513680 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27437] ppid=27428 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27437/stat : 27437 (java) S 27428 27431 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76766771 14313459712 20241 18446744073709551615 4194304 4196468 140723182380704 140560564677264 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27438] ppid=27428 vsize=13977988 memory=14833868540746792 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27438/stat : 27438 (java) S 27428 27431 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76766773 14313459712 20241 18446744073709551615 4194304 4196468 140723182380704 140560446745072 140560967731842 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27439] ppid=27428 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27439/stat : 27439 (java) S 27428 27431 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76766773 14313459712 20241 18446744073709551615 4194304 4196468 140723182380704 140560445691296 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27440] ppid=27428 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27440/stat : 27440 (java) S 27428 27431 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76766773 14313459712 20241 18446744073709551615 4194304 4196468 140723182380704 140560444638704 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27441] ppid=27428 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27441/stat : 27441 (java) S 27428 27431 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76766776 14313459712 20241 18446744073709551615 4194304 4196468 140723182380704 140560443587280 140560967739291 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27442] ppid=27428 vsize=13977988 memory=7809523229951467574 CPUtime=0.26 cores=0,2,4,6
/proc/27431/task/27442/stat : 27442 (java) R 27428 27431 12560 0 -1 4202560 1075 0 0 0 26 0 0 0 20 0 15 0 76766776 14313459712 20241 18446744073709551615 4194304 4196468 140723182380704 140560442520624 140560949264448 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27443] ppid=27428 vsize=13977988 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/27431/task/27443/stat : 27443 (java) R 27428 27431 12560 0 -1 1077944384 1187 0 0 0 20 0 0 0 20 0 15 0 76766776 14313459712 20241 18446744073709551615 4194304 4196468 140723182380704 140560441481328 140560967731842 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27444] ppid=27428 vsize=13977988 memory=-6205556071631380096 CPUtime=0.32 cores=0,2,4,6
/proc/27431/task/27444/stat : 27444 (java) R 27428 27431 12560 0 -1 4202560 1417 0 0 0 31 1 0 0 20 0 15 0 76766776 14313459712 20241 18446744073709551615 4194304 4196468 140723182380704 140560440428784 140560967742042 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27445] ppid=27428 vsize=13977988 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27445/stat : 27445 (java) S 27428 27431 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76766776 14313459712 20241 18446744073709551615 4194304 4196468 140723182380704 140560439376480 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27446] ppid=27428 vsize=13977988 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27446/stat : 27446 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766780 14313459712 20241 18446744073709551615 4194304 4196468 140723182380704 140560438324016 140560967731842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 80964 KiB

[startup+1.00069 s]*
/proc/loadavg: 2.25 1.77 1.56 3/209 27446
/proc/meminfo: memFree=30339556/32770624 swapFree=67105588/67108860
[pid=27431] ppid=27428 vsize=13980036 memory=102648 CPUtime=1.96 cores=0,2,4,6
/proc/27431/stat : 27431 (java) S 27428 27431 12560 0 -1 1077944320 18239 0 0 0 188 8 0 0 20 0 15 0 76766762 14315556864 25662 18446744073709551615 4194304 4196468 140723182380704 140723182363248 140560967720695 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 7 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
/proc/27431/statm: 3495009 25662 3749 1 0 3483783 0
[pid=27431/tid=27433] ppid=27428 vsize=13980036 memory=193969313034568 CPUtime=0.87 cores=0,2,4,6
/proc/27431/task/27433/stat : 27433 (java) R 27428 27431 12560 0 -1 4202560 12800 0 0 0 82 5 0 0 20 0 15 0 76766770 14315556864 25662 18446744073709551615 4194304 4196468 140723182380704 140560971944192 140560967734544 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27434] ppid=27428 vsize=13980036 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27434/stat : 27434 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766771 14315556864 25662 18446744073709551615 4194304 4196468 140723182380704 140560928618768 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27435] ppid=27428 vsize=13980036 memory=3467964493060930996 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27435/stat : 27435 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766771 14315556864 25662 18446744073709551615 4194304 4196468 140723182380704 140560927566224 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27436] ppid=27428 vsize=13980036 memory=6935649255759568960 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27436/stat : 27436 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766771 14315556864 25662 18446744073709551615 4194304 4196468 140723182380704 140560926513680 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27437] ppid=27428 vsize=13980036 memory=3905525982033944625 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27437/stat : 27437 (java) S 27428 27431 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 76766771 14315556864 25662 18446744073709551615 4194304 4196468 140723182380704 140560564677264 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27438] ppid=27428 vsize=13980036 memory=139788138989184 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27438/stat : 27438 (java) S 27428 27431 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 76766773 14315556864 25662 18446744073709551615 4194304 4196468 140723182380704 140560446745072 140560967731842 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27439] ppid=27428 vsize=13980036 memory=8576 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27439/stat : 27439 (java) S 27428 27431 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 76766773 14315556864 25662 18446744073709551615 4194304 4196468 140723182380704 140560445691296 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27440] ppid=27428 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27440/stat : 27440 (java) S 27428 27431 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 76766773 14315556864 25662 18446744073709551615 4194304 4196468 140723182380704 140560444638704 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27441] ppid=27428 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27441/stat : 27441 (java) S 27428 27431 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76766776 14315556864 25662 18446744073709551615 4194304 4196468 140723182380704 140560443587280 140560967739291 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27442] ppid=27428 vsize=13980036 memory=8318255677412212789 CPUtime=0.35 cores=0,2,4,6
/proc/27431/task/27442/stat : 27442 (java) R 27428 27431 12560 0 -1 4202560 1130 0 0 0 35 0 0 0 20 0 15 0 76766776 14315556864 25662 18446744073709551615 4194304 4196468 140723182380704 140560442517504 140560967742042 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27443] ppid=27428 vsize=13980036 memory=288230608969400658 CPUtime=0.3 cores=0,2,4,6
/proc/27431/task/27443/stat : 27443 (java) R 27428 27431 12560 0 -1 1077944384 1240 0 0 0 30 0 0 0 20 0 15 0 76766776 14315556864 25662 18446744073709551615 4194304 4196468 140723182380704 140560441481424 140560967730901 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27444] ppid=27428 vsize=13980036 memory=593914 CPUtime=0.41 cores=0,2,4,6
/proc/27431/task/27444/stat : 27444 (java) S 27428 27431 12560 0 -1 1077944384 1687 0 0 0 40 1 0 0 20 0 15 0 76766776 14315556864 25662 18446744073709551615 4194304 4196468 140723182380704 140560440428784 140560967731842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27445] ppid=27428 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27445/stat : 27445 (java) S 27428 27431 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 76766776 14315556864 25662 18446744073709551615 4194304 4196468 140723182380704 140560439376480 140560967730901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
[pid=27431/tid=27446] ppid=27428 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/27431/task/27446/stat : 27446 (java) S 27428 27431 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 76766780 14315556864 25662 18446744073709551615 4194304 4196468 140723182380704 140560438324016 140560967731842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34988032 140723182383470 140723182383657 140723182383657 140723182387151 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 102648 KiB

Child status: 0
Real time (s): 1.08149
CPU time (s): 2.19604
CPU user time (s): 2.101
CPU system time (s): 0.09504
CPU usage (%): 203.057
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 102648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.101
system time used= 0.09504
maximum resident set size= 122168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22027
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= 1802
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 27431
#   total CPU time (s): 2.19604
#   total CPU user time (s): 2.101
#   total CPU system time (s): 0.09504

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030271 second user time and 0.054279 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-14 23:07:52
IDJOB=4274176
IDBENCH=123406
IDSOLVER=2666
FILE ID=node126/4274176-1502745714
RUNJOBID= node126-1502662832-10387
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Sat/Sat-m1-jnh/jnh-302.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-4274176-1502745714/watcher-4274176-1502745714 -o /tmp/evaluation-result-4274176-1502745714/solver-4274176-1502745714 -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 1663277400 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274176-1502745714.xml

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

MD5SUM BENCH= ea94c10d7a80a09e57dbab6713253f8e
RANDOM SEED=1663277400

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:        30499312 kB
MemAvailable:   31001820 kB
Buffers:          314884 kB
Cached:           455684 kB
SwapCached:          524 kB
Active:          1545116 kB
Inactive:         243916 kB
Active(anon):     966348 kB
Inactive(anon):    85388 kB
Active(file):     578768 kB
Inactive(file):   158528 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42152 kB
Writeback:             0 kB
AnonPages:       1005280 kB
Mapped:            64164 kB
Shmem:             33440 kB
Slab:             188220 kB
SReclaimable:     162096 kB
SUnreclaim:        26124 kB
KernelStack:        3696 kB
PageTables:         6504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2510560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    888832 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= 61948 MiB
End job on node126 at 2017-08-14 23:07:53