Trace number 4274198

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-26SAT 1.76104 1.0319901

General information on the benchmark

NameScheduling/Scheduling-xcsp2-cabinet/
Cabinet-5585_X2.xml
MD5SUM5616e8fcb9d2e98b59c8c6472d93de85
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.056012999
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints126
Number of domains46
Minimum domain size2
Maximum domain size84591
Distribution of domain sizes[{"size":2,"count":98},{"size":7,"count":14},{"size":5585,"count":1},{"size":24829,"count":2},{"size":44731,"count":4},{"size":84591,"count":1}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":1},{"degree":2,"count":98},{"degree":3,"count":7},{"degree":7,"count":3},{"degree":8,"count":3},{"degree":9,"count":3},{"degree":10,"count":3},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":111},{"arity":8,"count":1},{"arity":15,"count":7}]
Number of extensional constraints98
Number of intensional constraints20
Distribution of constraint types[{"type":"extension","count":98},{"type":"intension","count":20},{"type":"sum","count":7},{"type":"maximum","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.25/0.38	c version: 2017-07-26
0.25/0.38	c seed: 1966938996
0.25/0.38	c timeout: 2520
0.25/0.39	c memlimit: 11000
0.25/0.39	c nbcore: 4
0.25/0.41	c Parsing instance...
1.41/0.98	c Parsing done, starting search...
1.72/1.01	s SATISFIABLE
1.72/1.01	v <instantiation>
1.72/1.01	v 	<list>
1.72/1.01	v 		x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119
1.72/1.01	v 	</list>
1.72/1.01	v 	<values>
1.72/1.01	v 		1 2 5 1 7 7 4 3 4 3 6 4 5 5 1610 0 0 3850 0 0 0 0 0 0 0 0 0 0 0 5460 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3900 0 1680 0 0 0 0 0 0 0 0 0 0 3360 0 880 0 0 1000 0 0 0 0 2380 0 0 0 0 0 0 0 0 0 1000 2070 0 0 0 0 0 0 0 0 0 0 5500 0 0 0 0 0 0 0 3200 2240 0 0 0 0 0 0 0 0 5460 5460 5580 5240 5450 5500 5440 5580 
1.72/1.01	v 	</values>
1.72/1.01	v </instantiation>

Verifier Data

OK	

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 (15101 MiB free)
  memory of node 1: 16384 MiB (15474 MiB free)
  node distances:
     10  21
     21  10

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=11054, runsolver pid=11051

[startup+0.100241 s]*
/proc/loadavg: 1.85 1.83 1.81 3/195 11055
/proc/meminfo: memFree=31310076/32770624 swapFree=67105588/67108860
[pid=11054] ppid=11051 vsize=13356344 memory=10692 CPUtime=0 cores=1,3,5,7
/proc/11054/stat : 11054 (java) S 11051 11054 12560 0 -1 1077944320 2490 0 0 0 0 0 0 0 20 0 6 0 69065725 13676896256 2673 18446744073709551615 4194304 4196468 140728173702592 140728173685136 140603298115319 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
/proc/11054/statm: 3339086 2673 1213 1 0 3329056 0
[pid=11054/tid=11056] ppid=11051 vsize=13356344 memory=4206751525541407381 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11056/stat : 11056 (java) R 11051 11054 12560 0 -1 4202560 1227 0 0 0 0 0 0 0 20 0 6 0 69065735 13676896256 2673 18446744073709551615 4194304 4196468 140728173702592 140603302356280 140603279925244 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11057] ppid=11051 vsize=13356344 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11057/stat : 11057 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 69065736 13676896256 2673 18446744073709551615 4194304 4196468 140728173702592 140603217529232 140603298125525 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11058] ppid=11051 vsize=13356344 memory=140597355415168 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11058/stat : 11058 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 69065736 13676896256 2673 18446744073709551615 4194304 4196468 140728173702592 140603216476432 140603298125525 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11059] ppid=11051 vsize=13356344 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11059/stat : 11059 (java) S 11051 11054 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 69065736 13676896256 2739 18446744073709551615 4194304 4196468 140728173702592 140603215424144 140603298125525 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11060] ppid=11051 vsize=13356344 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11060/stat : 11060 (java) S 11051 11054 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 69065736 13676896256 2739 18446744073709551615 4194304 4196468 140728173702592 140603214371344 140603298125525 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13356344 KiB
Current children cumulated memory: 10692 KiB

[startup+0.209739 s]*
/proc/loadavg: 1.85 1.83 1.81 3/209 11069
/proc/meminfo: memFree=31296648/32770624 swapFree=67105588/67108860
[pid=11054] ppid=11051 vsize=13975920 memory=29568 CPUtime=0.09 cores=1,3,5,7
/proc/11054/stat : 11054 (java) S 11051 11054 12560 0 -1 1077944320 6707 0 0 0 8 1 0 0 20 0 15 0 69065725 14311342080 7392 18446744073709551615 4194304 4196468 140728173702592 140728173685136 140603298115319 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
/proc/11054/statm: 3493980 7392 3349 1 0 3482759 0
[pid=11054/tid=11056] ppid=11051 vsize=13975920 memory=8318255677412212789 CPUtime=0.07 cores=1,3,5,7
/proc/11054/task/11056/stat : 11056 (java) R 11051 11054 12560 0 -1 4202560 4790 0 0 0 6 1 0 0 20 0 15 0 69065735 14311342080 7392 18446744073709551615 4194304 4196468 140728173702592 140603302300368 140603282425833 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11057] ppid=11051 vsize=13975920 memory=328 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11057/stat : 11057 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69065736 14311342080 7392 18446744073709551615 4194304 4196468 140728173702592 140603217529232 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11058] ppid=11051 vsize=13975920 memory=288370973507126912 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11058/stat : 11058 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69065736 14311342080 7392 18446744073709551615 4194304 4196468 140728173702592 140603216476432 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11059] ppid=11051 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11059/stat : 11059 (java) S 11051 11054 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69065736 14311342080 7392 18446744073709551615 4194304 4196468 140728173702592 140603215424144 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11060] ppid=11051 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11060/stat : 11060 (java) S 11051 11054 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69065736 14311342080 7392 18446744073709551615 4194304 4196468 140728173702592 140603214371344 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11061] ppid=11051 vsize=13975920 memory=140597355415168 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11061/stat : 11061 (java) S 11051 11054 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69065737 14311342080 7392 18446744073709551615 4194304 4196468 140728173702592 140602777279088 140603298126466 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11062] ppid=11051 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11062/stat : 11062 (java) S 11051 11054 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69065738 14311342080 7392 18446744073709551615 4194304 4196468 140728173702592 140602776225056 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11063] ppid=11051 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11063/stat : 11063 (java) S 11051 11054 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69065738 14311342080 7392 18446744073709551615 4194304 4196468 140728173702592 140602775172720 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11064] ppid=11051 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11064/stat : 11064 (java) S 11051 11054 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69065740 14311342080 7392 18446744073709551615 4194304 4196468 140728173702592 140602774121040 140603298133915 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11065] ppid=11051 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11065/stat : 11065 (java) S 11051 11054 12560 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 69065740 14311342080 7392 18446744073709551615 4194304 4196468 140728173702592 140602773067888 140603298126466 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11066] ppid=11051 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11066/stat : 11066 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69065740 14311342080 7392 18446744073709551615 4194304 4196468 140728173702592 140602772015088 140603298126466 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11067] ppid=11051 vsize=13975920 memory=140597355415168 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11067/stat : 11067 (java) S 11051 11054 12560 0 -1 1077944384 238 0 0 0 0 0 0 0 20 0 15 0 69065740 14311342080 7392 18446744073709551615 4194304 4196468 140728173702592 140602770962800 140603298126466 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11068] ppid=11051 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11068/stat : 11068 (java) S 11051 11054 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69065740 14311342080 7392 18446744073709551615 4194304 4196468 140728173702592 140602769910240 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11069] ppid=11051 vsize=13975920 memory=140597355415168 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11069/stat : 11069 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69065744 14311342080 7392 18446744073709551615 4194304 4196468 140728173702592 140602768858032 140603298126466 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 29568 KiB

[startup+0.31008 s]*
/proc/loadavg: 1.85 1.83 1.81 4/209 11069
/proc/meminfo: memFree=31284204/32770624 swapFree=67105588/67108860
[pid=11054] ppid=11051 vsize=13975920 memory=39308 CPUtime=0.25 cores=1,3,5,7
/proc/11054/stat : 11054 (java) S 11051 11054 12560 0 -1 1077944320 10530 0 0 0 22 3 0 0 20 0 15 0 69065725 14311342080 9827 18446744073709551615 4194304 4196468 140728173702592 140728173685136 140603298115319 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
/proc/11054/statm: 3493980 9827 3546 1 0 3482759 0
[pid=11054/tid=11056] ppid=11051 vsize=13975920 memory=-7677926825137650786 CPUtime=0.17 cores=1,3,5,7
/proc/11054/task/11056/stat : 11056 (java) R 11051 11054 12560 0 -1 4202560 8257 0 0 0 14 3 0 0 20 0 15 0 69065735 14311342080 9827 18446744073709551615 4194304 4196468 140728173702592 140603302315104 140603298137245 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11057] ppid=11051 vsize=13975920 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11057/stat : 11057 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69065736 14311342080 9827 18446744073709551615 4194304 4196468 140728173702592 140603217529232 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11058] ppid=11051 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11058/stat : 11058 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69065736 14311342080 9827 18446744073709551615 4194304 4196468 140728173702592 140603216476432 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11059] ppid=11051 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11059/stat : 11059 (java) S 11051 11054 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69065736 14311342080 9827 18446744073709551615 4194304 4196468 140728173702592 140603215424144 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11060] ppid=11051 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11060/stat : 11060 (java) S 11051 11054 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69065736 14311342080 9827 18446744073709551615 4194304 4196468 140728173702592 140603214371344 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11061] ppid=11051 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11061/stat : 11061 (java) S 11051 11054 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69065737 14311342080 9827 18446744073709551615 4194304 4196468 140728173702592 140602777279088 140603298126466 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11062] ppid=11051 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11062/stat : 11062 (java) S 11051 11054 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69065738 14311342080 9827 18446744073709551615 4194304 4196468 140728173702592 140602776225056 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11063] ppid=11051 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11063/stat : 11063 (java) S 11051 11054 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69065738 14311342080 9827 18446744073709551615 4194304 4196468 140728173702592 140602775172720 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11064] ppid=11051 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11064/stat : 11064 (java) S 11051 11054 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69065740 14311342080 9827 18446744073709551615 4194304 4196468 140728173702592 140602774121040 140603298133915 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11065] ppid=11051 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11054/task/11065/stat : 11065 (java) S 11051 11054 12560 0 -1 1077944384 483 0 0 0 1 0 0 0 20 0 15 0 69065740 14311342080 9827 18446744073709551615 4194304 4196468 140728173702592 140602773067888 140603298126466 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11066] ppid=11051 vsize=13975920 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/11054/task/11066/stat : 11066 (java) S 11051 11054 12560 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 15 0 69065740 14311342080 9827 18446744073709551615 4194304 4196468 140728173702592 140602772015088 140603298126466 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11067] ppid=11051 vsize=13975920 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/11054/task/11067/stat : 11067 (java) R 11051 11054 12560 0 -1 4202560 374 0 0 0 4 0 0 0 20 0 15 0 69065740 14311342080 9827 18446744073709551615 4194304 4196468 140728173702592 140602770962800 140603276719794 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11068] ppid=11051 vsize=13975920 memory=140597355415168 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11068/stat : 11068 (java) S 11051 11054 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69065740 14311342080 9827 18446744073709551615 4194304 4196468 140728173702592 140602769910240 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11069] ppid=11051 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11069/stat : 11069 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69065744 14311342080 9827 18446744073709551615 4194304 4196468 140728173702592 140602768858032 140603298126466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39308 KiB

[startup+0.703249 s]
/proc/loadavg: 1.85 1.83 1.81 4/209 11069
/proc/meminfo: memFree=31268004/32770624 swapFree=67105588/67108860
[pid=11054] ppid=11051 vsize=13977988 memory=67892 CPUtime=1.02 cores=1,3,5,7
/proc/11054/stat : 11054 (java) S 11051 11054 12560 0 -1 1077944320 14158 0 0 0 97 5 0 0 20 0 15 0 69065725 14313459712 16973 18446744073709551615 4194304 4196468 140728173702592 140728173685136 140603298115319 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
/proc/11054/statm: 3494497 16973 3733 1 0 3483271 0
[pid=11054/tid=11056] ppid=11051 vsize=13977988 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/11054/task/11056/stat : 11056 (java) R 11051 11054 12560 0 -1 4202560 10454 0 0 0 51 4 0 0 20 0 15 0 69065735 14313459712 16973 18446744073709551615 4194304 4196468 140728173702592 140603302350032 140603282195806 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11057] ppid=11051 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11057/stat : 11057 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69065736 14313459712 16973 18446744073709551615 4194304 4196468 140728173702592 140603217529232 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11058] ppid=11051 vsize=13977988 memory=218 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11058/stat : 11058 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69065736 14313459712 16973 18446744073709551615 4194304 4196468 140728173702592 140603216476432 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11059] ppid=11051 vsize=13977988 memory=2 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11059/stat : 11059 (java) S 11051 11054 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69065736 14313459712 16973 18446744073709551615 4194304 4196468 140728173702592 140603215424144 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11060] ppid=11051 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11060/stat : 11060 (java) S 11051 11054 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69065736 14313459712 16973 18446744073709551615 4194304 4196468 140728173702592 140603214371344 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11061] ppid=11051 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11061/stat : 11061 (java) S 11051 11054 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69065737 14313459712 16973 18446744073709551615 4194304 4196468 140728173702592 140602777279088 140603298126466 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11062] ppid=11051 vsize=13977988 memory=60 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11062/stat : 11062 (java) S 11051 11054 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69065738 14313459712 16973 18446744073709551615 4194304 4196468 140728173702592 140602776225056 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11063] ppid=11051 vsize=13977988 memory=234 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11063/stat : 11063 (java) S 11051 11054 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69065738 14313459712 16973 18446744073709551615 4194304 4196468 140728173702592 140602775172720 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11064] ppid=11051 vsize=13977988 memory=450 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11064/stat : 11064 (java) S 11051 11054 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69065740 14313459712 16973 18446744073709551615 4194304 4196468 140728173702592 140602774121040 140603298133915 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11065] ppid=11051 vsize=13977988 memory=316 CPUtime=0.11 cores=1,3,5,7
/proc/11054/task/11065/stat : 11065 (java) S 11051 11054 12560 0 -1 1077944384 926 0 0 0 11 0 0 0 20 0 15 0 69065740 14313459712 16973 18446744073709551615 4194304 4196468 140728173702592 140602773067888 140603298126466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11066] ppid=11051 vsize=13977988 memory=113 CPUtime=0.1 cores=1,3,5,7
/proc/11054/task/11066/stat : 11066 (java) S 11051 11054 12560 0 -1 1077944384 542 0 0 0 10 0 0 0 20 0 15 0 69065740 14313459712 16973 18446744073709551615 4194304 4196468 140728173702592 140602772015088 140603298126466 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11067] ppid=11051 vsize=13977988 memory=2335 CPUtime=0.22 cores=1,3,5,7
/proc/11054/task/11067/stat : 11067 (java) S 11051 11054 12560 0 -1 1077944384 854 0 0 0 22 0 0 0 20 0 15 0 69065740 14313459712 16973 18446744073709551615 4194304 4196468 140728173702592 140602770962800 140603298126466 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11068] ppid=11051 vsize=13977988 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11068/stat : 11068 (java) S 11051 11054 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69065740 14313459712 16973 18446744073709551615 4194304 4196468 140728173702592 140602769910240 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11069] ppid=11051 vsize=13977988 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11069/stat : 11069 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69065744 14313459712 16973 18446744073709551615 4194304 4196468 140728173702592 140602768858032 140603298126466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 67892 KiB

[startup+1.03195 s]
# the end of solver process 11054 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.68321 s, system=0.07783 s

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

[startup+0.800772 s]
/proc/loadavg: 1.85 1.83 1.81 4/209 11069
/proc/meminfo: memFree=31268004/32770624 swapFree=67105588/67108860
[pid=11054] ppid=11051 vsize=13980036 memory=76472 CPUtime=1.19 cores=1,3,5,7
/proc/11054/stat : 11054 (java) S 11051 11054 12560 0 -1 1077944320 14772 0 0 0 114 5 0 0 20 0 15 0 69065725 14315556864 19118 18446744073709551615 4194304 4196468 140728173702592 140728173685136 140603298115319 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
/proc/11054/statm: 3495009 19118 3740 1 0 3483783 0
[pid=11054/tid=11056] ppid=11051 vsize=13980036 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/11054/task/11056/stat : 11056 (java) R 11051 11054 12560 0 -1 4202560 10891 0 0 0 61 4 0 0 20 0 15 0 69065735 14315556864 19118 18446744073709551615 4194304 4196468 140728173702592 140603302352832 140603298137245 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11057] ppid=11051 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11057/stat : 11057 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69065736 14315556864 19118 18446744073709551615 4194304 4196468 140728173702592 140603217529232 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11058] ppid=11051 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11058/stat : 11058 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69065736 14315556864 19118 18446744073709551615 4194304 4196468 140728173702592 140603216476432 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11059] ppid=11051 vsize=13980036 memory=19265 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11059/stat : 11059 (java) S 11051 11054 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69065736 14315556864 19118 18446744073709551615 4194304 4196468 140728173702592 140603215424144 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11060] ppid=11051 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11060/stat : 11060 (java) S 11051 11054 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69065736 14315556864 19118 18446744073709551615 4194304 4196468 140728173702592 140603214371344 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11061] ppid=11051 vsize=13980036 memory=8315167063544660141 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11061/stat : 11061 (java) S 11051 11054 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69065737 14315556864 19118 18446744073709551615 4194304 4196468 140728173702592 140602777279088 140603298126466 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11062] ppid=11051 vsize=13980036 memory=4206186544037388384 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11062/stat : 11062 (java) S 11051 11054 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69065738 14315556864 19118 18446744073709551615 4194304 4196468 140728173702592 140602776225056 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11063] ppid=11051 vsize=13980036 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11063/stat : 11063 (java) S 11051 11054 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69065738 14315556864 19118 18446744073709551615 4194304 4196468 140728173702592 140602775172720 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11064] ppid=11051 vsize=13980036 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11064/stat : 11064 (java) S 11051 11054 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69065740 14315556864 19118 18446744073709551615 4194304 4196468 140728173702592 140602774121040 140603298133915 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11065] ppid=11051 vsize=13980036 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/11054/task/11065/stat : 11065 (java) S 11051 11054 12560 0 -1 1077944384 931 0 0 0 12 0 0 0 20 0 15 0 69065740 14315556864 19118 18446744073709551615 4194304 4196468 140728173702592 140602773067888 140603298126466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11066] ppid=11051 vsize=13980036 memory=3684004110210904881 CPUtime=0.13 cores=1,3,5,7
/proc/11054/task/11066/stat : 11066 (java) S 11051 11054 12560 0 -1 1077944384 611 0 0 0 13 0 0 0 20 0 15 0 69065740 14315556864 19118 18446744073709551615 4194304 4196468 140728173702592 140602772015088 140603298126466 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11067] ppid=11051 vsize=13980036 memory=3908 CPUtime=0.26 cores=1,3,5,7
/proc/11054/task/11067/stat : 11067 (java) R 11051 11054 12560 0 -1 4202560 957 0 0 0 26 0 0 0 20 0 15 0 69065740 14315556864 19118 18446744073709551615 4194304 4196468 140728173702592 140602770958560 140603298136666 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11068] ppid=11051 vsize=13980036 memory=-7677926825137650786 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11068/stat : 11068 (java) S 11051 11054 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69065740 14315556864 19118 18446744073709551615 4194304 4196468 140728173702592 140602769910240 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11069] ppid=11051 vsize=13980036 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11069/stat : 11069 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69065744 14315556864 19118 18446744073709551615 4194304 4196468 140728173702592 140602768858032 140603298126466 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 76472 KiB

[startup+1.00142 s]*
/proc/loadavg: 1.94 1.85 1.82 6/209 11069
/proc/meminfo: memFree=31183992/32770624 swapFree=67105588/67108860
[pid=11054] ppid=11051 vsize=13980036 memory=143484 CPUtime=1.72 cores=1,3,5,7
/proc/11054/stat : 11054 (java) S 11051 11054 12560 0 -1 1077944320 15943 0 0 0 165 7 0 0 20 0 15 0 69065725 14315556864 35871 18446744073709551615 4194304 4196468 140728173702592 140728173685136 140603298115319 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
/proc/11054/statm: 3495009 35871 3744 1 0 3483783 0
[pid=11054/tid=11056] ppid=11051 vsize=13980036 memory=0 CPUtime=0.85 cores=1,3,5,7
/proc/11054/task/11056/stat : 11056 (java) R 11051 11054 12560 0 -1 4202560 11749 0 0 0 80 5 0 0 20 0 15 0 69065735 14315556864 35871 18446744073709551615 4194304 4196468 140728173702592 140603302344560 140603282195806 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11057] ppid=11051 vsize=13980036 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11057/stat : 11057 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69065736 14315556864 35871 18446744073709551615 4194304 4196468 140728173702592 140603217529232 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11058] ppid=11051 vsize=13980036 memory=140597355415168 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11058/stat : 11058 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69065736 14315556864 35871 18446744073709551615 4194304 4196468 140728173702592 140603216476432 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11059] ppid=11051 vsize=13980036 memory=140597230954112 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11059/stat : 11059 (java) S 11051 11054 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69065736 14315556864 35871 18446744073709551615 4194304 4196468 140728173702592 140603215424144 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11060] ppid=11051 vsize=13980036 memory=140595754447175 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11060/stat : 11060 (java) S 11051 11054 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 69065736 14315556864 35871 18446744073709551615 4194304 4196468 140728173702592 140603214371344 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11061] ppid=11051 vsize=13980036 memory=2321237364151559859 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11061/stat : 11061 (java) S 11051 11054 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 69065737 14315556864 35871 18446744073709551615 4194304 4196468 140728173702592 140602777279088 140603298126466 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11062] ppid=11051 vsize=13980036 memory=3900176862192874805 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11062/stat : 11062 (java) S 11051 11054 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 69065738 14315556864 35871 18446744073709551615 4194304 4196468 140728173702592 140602776225056 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11063] ppid=11051 vsize=13980036 memory=7812174604127462976 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11063/stat : 11063 (java) S 11051 11054 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 69065738 14315556864 35871 18446744073709551615 4194304 4196468 140728173702592 140602775172720 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11064] ppid=11051 vsize=13980036 memory=6153718518105073256 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11064/stat : 11064 (java) S 11051 11054 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69065740 14315556864 35871 18446744073709551615 4194304 4196468 140728173702592 140602774121040 140603298133915 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11065] ppid=11051 vsize=13980036 memory=8318255677412212789 CPUtime=0.24 cores=1,3,5,7
/proc/11054/task/11065/stat : 11065 (java) R 11051 11054 12560 0 -1 4202560 983 0 0 0 24 0 0 0 20 0 15 0 69065740 14315556864 35871 18446744073709551615 4194304 4196468 140728173702592 140602773053280 140603277779760 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11066] ppid=11051 vsize=13980036 memory=303148782735065426 CPUtime=0.25 cores=1,3,5,7
/proc/11054/task/11066/stat : 11066 (java) R 11051 11054 12560 0 -1 4202560 693 0 0 0 25 0 0 0 20 0 15 0 69065740 14315556864 35871 18446744073709551615 4194304 4196468 140728173702592 140602772001184 140603281615708 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11067] ppid=11051 vsize=13980036 memory=288230376152380424 CPUtime=0.35 cores=1,3,5,7
/proc/11054/task/11067/stat : 11067 (java) R 11051 11054 12560 0 -1 1077944384 1143 0 0 0 35 0 0 0 20 0 15 0 69065740 14315556864 35871 18446744073709551615 4194304 4196468 140728173702592 140602770958560 140603298125525 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11068] ppid=11051 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11068/stat : 11068 (java) S 11051 11054 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 69065740 14315556864 35871 18446744073709551615 4194304 4196468 140728173702592 140602769910240 140603298125525 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
[pid=11054/tid=11069] ppid=11051 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11054/task/11069/stat : 11069 (java) S 11051 11054 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 69065744 14315556864 35871 18446744073709551615 4194304 4196468 140728173702592 140602768858032 140603298126466 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20094976 140728173703534 140728173703721 140728173703721 140728173707215 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 143484 KiB

Child status: 0
Real time (s): 1.03199
CPU time (s): 1.76104
CPU user time (s): 1.68321
CPU system time (s): 0.07783
CPU usage (%): 170.645
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 143484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.68321
system time used= 0.07783
maximum resident set size= 146484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16077
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= 1953
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 11054
#   total CPU time (s): 1.76104
#   total CPU user time (s): 1.68321
#   total CPU system time (s): 0.07783

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032183 second user time and 0.05087 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-14 01:44:21
IDJOB=4274198
IDBENCH=115683
IDSOLVER=2666
FILE ID=node126/4274198-1502668703
RUNJOBID= node126-1502662832-10388
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Scheduling/Scheduling-xcsp2-cabinet/Cabinet-5585_X2.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-4274198-1502668703/watcher-4274198-1502668703 -o /tmp/evaluation-result-4274198-1502668703/solver-4274198-1502668703 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1966938996 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274198-1502668703.xml

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

MD5SUM BENCH= 5616e8fcb9d2e98b59c8c6472d93de85
RANDOM SEED=1966938996

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:        31310364 kB
MemAvailable:   31734660 kB
Buffers:          280924 kB
Cached:           414120 kB
SwapCached:          524 kB
Active:           788152 kB
Inactive:         195392 kB
Active(anon):     236644 kB
Inactive(anon):    85424 kB
Active(file):     551508 kB
Inactive(file):   109968 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42504 kB
Writeback:             4 kB
AnonPages:        288548 kB
Mapped:            61732 kB
Shmem:             33440 kB
Slab:             183500 kB
SReclaimable:     157312 kB
SUnreclaim:        26188 kB
KernelStack:        3472 kB
PageTables:         5864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1279944 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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 01:44:23