Trace number 4273833

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.43853 1.23729

General information on the benchmark

NameCryptoPuzzle/CryptoPuzzle-m1-s1/
CryptoPuzzle-black-green-orange.xml
MD5SUM71768db4d07ee5861d3fa1921f61b84c
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.01381
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints16
Number of domains2
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":6},{"size":10,"count":10}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":16},{"degree":2,"count":1},{"degree":3,"count":9},{"degree":4,"count":4},{"degree":5,"count":1},{"degree":6,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":4},{"arity":2,"count":1},{"arity":4,"count":10},{"arity":10,"count":1}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.24/0.39	c version: 2017-07-26
0.24/0.39	c seed: 1219443356
0.24/0.39	c timeout: 2520
0.24/0.39	c memlimit: 11000
0.24/0.39	c nbcore: 4
0.24/0.41	c Parsing instance...
1.06/0.87	c Parsing done, starting search...
1.26/0.95	s SATISFIABLE
1.26/0.95	v <instantiation>
1.26/0.95	v 	<list>
1.26/0.95	v 		l[0] l[1] l[2] l[4] l[6] l[10] l[11] l[13] l[14] l[17] C[0] C[1] C[2] C[3] C[4] C[5]
1.26/0.95	v 	</list>
1.26/0.95	v 	<values>
1.26/0.95	v 		2 7 0 4 5 8 9 6 1 3 0 1 0 0 1 1 
1.26/0.95	v 	</values>
1.26/0.95	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 (14848 MiB free)
  memory of node 1: 16384 MiB (15334 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273833-1502843220/watcher-4273833-1502843220 -o /tmp/evaluation-result-4273833-1502843220/solver-4273833-1502843220 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6259 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1219443356 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273833-1502843220.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=5650, runsolver pid=5647

[startup+0.100062 s]*
/proc/loadavg: 0.95 1.25 1.52 2/201 5652
/proc/meminfo: memFree=30904636/32770624 swapFree=67108860/67108860
[pid=5650] ppid=5647 vsize=13358552 memory=12556 CPUtime=0 cores=1,3,5,7
/proc/5650/stat : 5650 (java) S 5647 5650 8289 0 -1 1077944320 2964 0 0 0 0 0 0 0 20 0 6 0 132137158 13679157248 3139 18446744073709551615 4194304 4196468 140736641514032 140736641496576 139741578325751 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
/proc/5650/statm: 3339638 3139 1588 1 0 3329135 0
[pid=5650/tid=5652] ppid=5647 vsize=13358552 memory=-7173493468631824323 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5652/stat : 5652 (java) R 5647 5650 8289 0 -1 4202560 1976 0 0 0 0 0 0 0 20 0 6 0 132137167 13679157248 3469 18446744073709551615 4194304 4196468 140736641514032 139741582561872 139741562406238 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5653] ppid=5647 vsize=13358552 memory=4349475210443476153 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5653/stat : 5653 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 132137168 13679157248 3469 18446744073709551615 4194304 4196468 140736641514032 139741535292304 139741578335957 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5654] ppid=5647 vsize=13358552 memory=139689751557760 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5654/stat : 5654 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 132137168 13679157248 3469 18446744073709551615 4194304 4196468 140736641514032 139741534239504 139741578335957 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5655] ppid=5647 vsize=13358552 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5655/stat : 5655 (java) S 5647 5650 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 132137168 13679157248 3469 18446744073709551615 4194304 4196468 140736641514032 139741533187216 139741578335957 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5656] ppid=5647 vsize=13358552 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5656/stat : 5656 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 132137168 13679157248 3469 18446744073709551615 4194304 4196468 140736641514032 139741532134416 139741578335957 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 12556 KiB

[startup+0.212454 s]*
/proc/loadavg: 0.95 1.25 1.52 4/214 5665
/proc/meminfo: memFree=30893236/32770624 swapFree=67108860/67108860
[pid=5650] ppid=5647 vsize=13975920 memory=30572 CPUtime=0.09 cores=1,3,5,7
/proc/5650/stat : 5650 (java) S 5647 5650 8289 0 -1 1077944320 6919 0 0 0 8 1 0 0 20 0 15 0 132137158 14311342080 7643 18446744073709551615 4194304 4196468 140736641514032 140736641496576 139741578325751 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
/proc/5650/statm: 3493980 7643 3367 1 0 3482759 0
[pid=5650/tid=5652] ppid=5647 vsize=13975920 memory=-7173493468631824323 CPUtime=0.06 cores=1,3,5,7
/proc/5650/task/5652/stat : 5652 (java) R 5647 5650 8289 0 -1 4202560 4966 0 0 0 6 0 0 0 20 0 15 0 132137167 14311342080 7643 18446744073709551615 4194304 4196468 140736641514032 139741582511120 139741562406238 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5653] ppid=5647 vsize=13975920 memory=4349475210443476153 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5653/stat : 5653 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132137168 14311342080 7643 18446744073709551615 4194304 4196468 140736641514032 139741535292304 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5654] ppid=5647 vsize=13975920 memory=139689751557760 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5654/stat : 5654 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132137168 14311342080 7643 18446744073709551615 4194304 4196468 140736641514032 139741534239504 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5655] ppid=5647 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5655/stat : 5655 (java) S 5647 5650 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132137168 14311342080 7643 18446744073709551615 4194304 4196468 140736641514032 139741533187216 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5656] ppid=5647 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5656/stat : 5656 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132137168 14311342080 7643 18446744073709551615 4194304 4196468 140736641514032 139741532134416 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5657] ppid=5647 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5657/stat : 5657 (java) S 5647 5650 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132137169 14311342080 7643 18446744073709551615 4194304 4196468 140736641514032 139741124778096 139741578336898 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5658] ppid=5647 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5658/stat : 5658 (java) S 5647 5650 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 132137170 14311342080 7643 18446744073709551615 4194304 4196468 140736641514032 139741055935264 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5659] ppid=5647 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5659/stat : 5659 (java) S 5647 5650 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 132137170 14311342080 7643 18446744073709551615 4194304 4196468 140736641514032 139741054882928 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5660] ppid=5647 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5660/stat : 5660 (java) S 5647 5650 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132137172 14311342080 7643 18446744073709551615 4194304 4196468 140736641514032 139741053831248 139741578344347 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5661] ppid=5647 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5661/stat : 5661 (java) S 5647 5650 8289 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 132137172 14311342080 7643 18446744073709551615 4194304 4196468 140736641514032 139741052779120 139741578336898 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5662] ppid=5647 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5662/stat : 5662 (java) S 5647 5650 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132137172 14311342080 7643 18446744073709551615 4194304 4196468 140736641514032 139741051726320 139741578336898 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5663] ppid=5647 vsize=13975920 memory=139689751557760 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5663/stat : 5663 (java) R 5647 5650 8289 0 -1 4202560 295 0 0 0 0 0 0 0 20 0 15 0 132137172 14311342080 7643 18446744073709551615 4194304 4196468 140736641514032 139741050674032 139741578347098 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5664] ppid=5647 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5664/stat : 5664 (java) S 5647 5650 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132137173 14311342080 7643 18446744073709551615 4194304 4196468 140736641514032 139741049621472 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5665] ppid=5647 vsize=13975920 memory=139689751557760 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5665/stat : 5665 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132137177 14311342080 7643 18446744073709551615 4194304 4196468 140736641514032 139741048568240 139741578336898 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 30572 KiB

[startup+0.310745 s]*
/proc/loadavg: 0.95 1.25 1.52 3/214 5665
/proc/meminfo: memFree=30880668/32770624 swapFree=67108860/67108860
[pid=5650] ppid=5647 vsize=13975920 memory=39612 CPUtime=0.24 cores=1,3,5,7
/proc/5650/stat : 5650 (java) S 5647 5650 8289 0 -1 1077944320 10188 0 0 0 21 3 0 0 20 0 15 0 132137158 14311342080 9903 18446744073709551615 4194304 4196468 140736641514032 140736641496576 139741578325751 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
/proc/5650/statm: 3493980 9903 3515 1 0 3482759 0
[pid=5650/tid=5652] ppid=5647 vsize=13975920 memory=4209341120841998394 CPUtime=0.16 cores=1,3,5,7
/proc/5650/task/5652/stat : 5652 (java) R 5647 5650 8289 0 -1 4202560 7933 0 0 0 14 2 0 0 20 0 15 0 132137167 14311342080 9903 18446744073709551615 4194304 4196468 140736641514032 139741582549088 139741578347677 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5653] ppid=5647 vsize=13975920 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5653/stat : 5653 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132137168 14311342080 9903 18446744073709551615 4194304 4196468 140736641514032 139741535292304 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5654] ppid=5647 vsize=13975920 memory=7100839852926015589 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5654/stat : 5654 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132137168 14311342080 9903 18446744073709551615 4194304 4196468 140736641514032 139741534239504 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5655] ppid=5647 vsize=13975920 memory=-6949179150270506172 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5655/stat : 5655 (java) S 5647 5650 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132137168 14311342080 9903 18446744073709551615 4194304 4196468 140736641514032 139741533187216 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5656] ppid=5647 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5656/stat : 5656 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132137168 14311342080 9903 18446744073709551615 4194304 4196468 140736641514032 139741532134416 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5657] ppid=5647 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5657/stat : 5657 (java) S 5647 5650 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 132137169 14311342080 9903 18446744073709551615 4194304 4196468 140736641514032 139741124778096 139741578336898 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5658] ppid=5647 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5658/stat : 5658 (java) S 5647 5650 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 132137170 14311342080 9903 18446744073709551615 4194304 4196468 140736641514032 139741055935264 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5659] ppid=5647 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5659/stat : 5659 (java) S 5647 5650 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 132137170 14311342080 9903 18446744073709551615 4194304 4196468 140736641514032 139741054882928 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5660] ppid=5647 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5660/stat : 5660 (java) S 5647 5650 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132137172 14311342080 9903 18446744073709551615 4194304 4196468 140736641514032 139741053831248 139741578344347 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5661] ppid=5647 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5650/task/5661/stat : 5661 (java) S 5647 5650 8289 0 -1 1077944384 320 0 0 0 1 0 0 0 20 0 15 0 132137172 14311342080 9903 18446744073709551615 4194304 4196468 140736641514032 139741052779120 139741578336898 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5662] ppid=5647 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5650/task/5662/stat : 5662 (java) S 5647 5650 8289 0 -1 1077944384 182 0 0 0 1 0 0 0 20 0 15 0 132137172 14311342080 9903 18446744073709551615 4194304 4196468 140736641514032 139741051726320 139741578336898 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5663] ppid=5647 vsize=13975920 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5650/task/5663/stat : 5663 (java) R 5647 5650 8289 0 -1 4202560 376 0 0 0 4 0 0 0 20 0 15 0 132137172 14311342080 9903 18446744073709551615 4194304 4196468 140736641514032 139741050674032 139741578347098 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5664] ppid=5647 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5664/stat : 5664 (java) S 5647 5650 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132137173 14311342080 9903 18446744073709551615 4194304 4196468 140736641514032 139741049621472 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5665] ppid=5647 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5665/stat : 5665 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132137177 14311342080 9903 18446744073709551615 4194304 4196468 140736641514032 139741048568240 139741578336898 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39612 KiB

[startup+0.700706 s]
/proc/loadavg: 0.95 1.25 1.52 4/214 5665
/proc/meminfo: memFree=30866064/32770624 swapFree=67108860/67108860
[pid=5650] ppid=5647 vsize=13977988 memory=66744 CPUtime=0.94 cores=1,3,5,7
/proc/5650/stat : 5650 (java) S 5647 5650 8289 0 -1 1077944320 13940 0 0 0 90 4 0 0 20 0 15 0 132137158 14313459712 16686 18446744073709551615 4194304 4196468 140736641514032 140736641496576 139741578325751 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
/proc/5650/statm: 3494497 16686 3729 1 0 3483271 0
[pid=5650/tid=5652] ppid=5647 vsize=13977988 memory=2495510218497 CPUtime=0.54 cores=1,3,5,7
/proc/5650/task/5652/stat : 5652 (java) R 5647 5650 8289 0 -1 4202560 10614 0 0 0 51 3 0 0 20 0 15 0 132137167 14313459712 16686 18446744073709551615 4194304 4196468 140736641514032 139741582546320 139741562406238 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5653] ppid=5647 vsize=13977988 memory=2504100153089 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5653/stat : 5653 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132137168 14313459712 16686 18446744073709551615 4194304 4196468 140736641514032 139741535292304 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5654] ppid=5647 vsize=13977988 memory=546760588 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5654/stat : 5654 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132137168 14313459712 16686 18446744073709551615 4194304 4196468 140736641514032 139741534239504 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5655] ppid=5647 vsize=13977988 memory=4641619708177718179 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5655/stat : 5655 (java) S 5647 5650 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132137168 14313459712 16686 18446744073709551615 4194304 4196468 140736641514032 139741533187216 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5656] ppid=5647 vsize=13977988 memory=7881675798884734307 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5656/stat : 5656 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132137168 14313459712 16686 18446744073709551615 4194304 4196468 140736641514032 139741532134416 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5657] ppid=5647 vsize=13977988 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5657/stat : 5657 (java) S 5647 5650 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 132137169 14313459712 16686 18446744073709551615 4194304 4196468 140736641514032 139741124778096 139741578336898 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5658] ppid=5647 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5658/stat : 5658 (java) S 5647 5650 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 132137170 14313459712 16686 18446744073709551615 4194304 4196468 140736641514032 139741055935264 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5659] ppid=5647 vsize=13977988 memory=139689650692224 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5659/stat : 5659 (java) S 5647 5650 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 132137170 14313459712 16686 18446744073709551615 4194304 4196468 140736641514032 139741054882928 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5660] ppid=5647 vsize=13977988 memory=288230583132495610 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5660/stat : 5660 (java) S 5647 5650 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132137172 14313459712 16686 18446744073709551615 4194304 4196468 140736641514032 139741053831248 139741578344347 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5661] ppid=5647 vsize=13977988 memory=13567080955932087 CPUtime=0.11 cores=1,3,5,7
/proc/5650/task/5661/stat : 5661 (java) S 5647 5650 8289 0 -1 1077944384 741 0 0 0 11 0 0 0 20 0 15 0 132137172 14313459712 16686 18446744073709551615 4194304 4196468 140736641514032 139741052779120 139741578336898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5662] ppid=5647 vsize=13977988 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/5650/task/5662/stat : 5662 (java) S 5647 5650 8289 0 -1 1077944384 519 0 0 0 8 0 0 0 20 0 15 0 132137172 14313459712 16686 18446744073709551615 4194304 4196468 140736641514032 139741051726320 139741578336898 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5663] ppid=5647 vsize=13977988 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/5650/task/5663/stat : 5663 (java) S 5647 5650 8289 0 -1 1077944384 684 0 0 0 18 0 0 0 20 0 15 0 132137172 14313459712 16686 18446744073709551615 4194304 4196468 140736641514032 139741050674032 139741578336898 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5664] ppid=5647 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5664/stat : 5664 (java) S 5647 5650 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132137173 14313459712 16686 18446744073709551615 4194304 4196468 140736641514032 139741049621472 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5665] ppid=5647 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5665/stat : 5665 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132137177 14313459712 16686 18446744073709551615 4194304 4196468 140736641514032 139741048568240 139741578336898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
Current children cumulated CPU time: 0.94 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 66744 KiB

[startup+1.23724 s]
# the end of solver process 5650 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1.35502 s, system=0.083508 s

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

[startup+0.80095 s]
/proc/loadavg: 0.95 1.25 1.52 4/214 5665
/proc/meminfo: memFree=30866064/32770624 swapFree=67108860/67108860
[pid=5650] ppid=5647 vsize=13980036 memory=77616 CPUtime=1.06 cores=1,3,5,7
/proc/5650/stat : 5650 (java) S 5647 5650 8289 0 -1 1077944320 14611 0 0 0 101 5 0 0 20 0 15 0 132137158 14315556864 19404 18446744073709551615 4194304 4196468 140736641514032 140736641496576 139741578325751 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
/proc/5650/statm: 3495009 19404 3729 1 0 3483783 0
[pid=5650/tid=5652] ppid=5647 vsize=13980036 memory=-9181546050914066336 CPUtime=0.64 cores=1,3,5,7
/proc/5650/task/5652/stat : 5652 (java) R 5647 5650 8289 0 -1 4202560 11268 0 0 0 60 4 0 0 20 0 15 0 132137167 14315556864 19404 18446744073709551615 4194304 4196468 140736641514032 139741582555184 139741562406238 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5653] ppid=5647 vsize=13980036 memory=6933690330692294553 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5653/stat : 5653 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132137168 14315556864 19404 18446744073709551615 4194304 4196468 140736641514032 139741535292304 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5654] ppid=5647 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5654/stat : 5654 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132137168 14315556864 19404 18446744073709551615 4194304 4196468 140736641514032 139741534239504 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5655] ppid=5647 vsize=13980036 memory=-7966001967407140192 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5655/stat : 5655 (java) S 5647 5650 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132137168 14315556864 19404 18446744073709551615 4194304 4196468 140736641514032 139741533187216 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5656] ppid=5647 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5656/stat : 5656 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 132137168 14315556864 19404 18446744073709551615 4194304 4196468 140736641514032 139741532134416 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5657] ppid=5647 vsize=13980036 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5657/stat : 5657 (java) S 5647 5650 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 132137169 14315556864 19404 18446744073709551615 4194304 4196468 140736641514032 139741124778096 139741578336898 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5658] ppid=5647 vsize=13980036 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5658/stat : 5658 (java) S 5647 5650 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 132137170 14315556864 19404 18446744073709551615 4194304 4196468 140736641514032 139741055935264 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5659] ppid=5647 vsize=13980036 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5659/stat : 5659 (java) S 5647 5650 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 132137170 14315556864 19404 18446744073709551615 4194304 4196468 140736641514032 139741054882928 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5660] ppid=5647 vsize=13980036 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5660/stat : 5660 (java) S 5647 5650 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132137172 14315556864 19404 18446744073709551615 4194304 4196468 140736641514032 139741053831248 139741578344347 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5661] ppid=5647 vsize=13980036 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/5650/task/5661/stat : 5661 (java) S 5647 5650 8289 0 -1 1077944384 752 0 0 0 12 0 0 0 20 0 15 0 132137172 14315556864 19404 18446744073709551615 4194304 4196468 140736641514032 139741052779120 139741578336898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5662] ppid=5647 vsize=13980036 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/5650/task/5662/stat : 5662 (java) S 5647 5650 8289 0 -1 1077944384 523 0 0 0 9 0 0 0 20 0 15 0 132137172 14315556864 19404 18446744073709551615 4194304 4196468 140736641514032 139741051726320 139741578336898 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5663] ppid=5647 vsize=13980036 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/5650/task/5663/stat : 5663 (java) S 5647 5650 8289 0 -1 1077944384 687 0 0 0 18 0 0 0 20 0 15 0 132137172 14315556864 19404 18446744073709551615 4194304 4196468 140736641514032 139741050674032 139741578336898 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5664] ppid=5647 vsize=13980036 memory=19265 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5664/stat : 5664 (java) S 5647 5650 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 132137173 14315556864 19404 18446744073709551615 4194304 4196468 140736641514032 139741049621472 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5665] ppid=5647 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5665/stat : 5665 (java) S 5647 5650 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 132137177 14315556864 19436 18446744073709551615 4194304 4196468 140736641514032 139741048568240 139741578336898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
Current children cumulated CPU time: 1.06 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 77616 KiB

[startup+1.20064 s]
/proc/loadavg: 0.95 1.25 1.52 2/211 5666
/proc/meminfo: memFree=30815800/32770624 swapFree=67108860/67108860
[pid=5650] ppid=5647 vsize=14048648 memory=95608 CPUtime=1.42 cores=1,3,5,7
/proc/5650/stat : 5650 (java) S 5647 5650 8289 0 -1 1077944320 18608 0 0 0 135 7 0 0 20 0 12 0 132137158 14385815552 23902 18446744073709551615 4194304 4196468 140736641514032 140736641496576 139741578325751 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 9 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
/proc/5650/statm: 3512162 23902 3757 1 0 3500936 0
[pid=5650/tid=5652] ppid=5647 vsize=14048648 memory=0 CPUtime=0.8 cores=1,3,5,7
/proc/5650/task/5652/stat : 5652 (java) D 5647 5650 8289 0 -1 4202560 13336 0 0 0 74 6 0 0 20 0 12 0 132137167 14385815552 23902 18446744073709551615 4194304 4196468 140736641514032 139741582568760 139741571011383 0 0 1 16800974 18446744072101043333 0 0 -1 3 0 0 4 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5653] ppid=5647 vsize=14048648 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5653/stat : 5653 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 132137168 14385815552 23902 18446744073709551615 4194304 4196468 140736641514032 139741535292304 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5654] ppid=5647 vsize=14048648 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5654/stat : 5654 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 132137168 14385815552 23902 18446744073709551615 4194304 4196468 140736641514032 139741534239504 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5655] ppid=5647 vsize=14048648 memory=14131147634381176 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5655/stat : 5655 (java) S 5647 5650 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 12 0 132137168 14385815552 23902 18446744073709551615 4194304 4196468 140736641514032 139741533187216 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5656] ppid=5647 vsize=14048648 memory=7444843076533644388 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5656/stat : 5656 (java) S 5647 5650 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 12 0 132137168 14385815552 23902 18446744073709551615 4194304 4196468 140736641514032 139741532134416 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5658] ppid=5647 vsize=14048648 memory=6082789070207216745 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5658/stat : 5658 (java) S 5647 5650 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 12 0 132137170 14385815552 23902 18446744073709551615 4194304 4196468 140736641514032 139741055935264 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5659] ppid=5647 vsize=14048648 memory=6296143700806424935 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5659/stat : 5659 (java) S 5647 5650 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 12 0 132137170 14385815552 23902 18446744073709551615 4194304 4196468 140736641514032 139741054882928 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5661] ppid=5647 vsize=14048648 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/5650/task/5661/stat : 5661 (java) S 5647 5650 8289 0 -1 1077944384 1299 0 0 0 18 0 0 0 20 0 12 0 132137172 14385815552 23902 18446744073709551615 4194304 4196468 140736641514032 139741052759520 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5662] ppid=5647 vsize=14048648 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/5650/task/5662/stat : 5662 (java) S 5647 5650 8289 0 -1 1077944384 1147 0 0 0 15 0 0 0 20 0 12 0 132137172 14385815552 23902 18446744073709551615 4194304 4196468 140736641514032 139741051711392 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5663] ppid=5647 vsize=14048648 memory=139689650743216 CPUtime=0.27 cores=1,3,5,7
/proc/5650/task/5663/stat : 5663 (java) S 5647 5650 8289 0 -1 1077944384 1401 0 0 0 27 0 0 0 20 0 12 0 132137172 14385815552 23902 18446744073709551615 4194304 4196468 140736641514032 139741050674032 139741578336898 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
[pid=5650/tid=5664] ppid=5647 vsize=14048648 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5650/task/5664/stat : 5664 (java) S 5647 5650 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 12 0 132137173 14385815552 23902 18446744073709551615 4194304 4196468 140736641514032 139741049621472 139741578335957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13889536 140736641519982 140736641520169 140736641520169 140736641523663 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 14048648 KiB
Current children cumulated memory: 95608 KiB

Child status: 0
Real time (s): 1.23729
CPU time (s): 1.43853
CPU user time (s): 1.35502
CPU system time (s): 0.083508
CPU usage (%): 116.265
Max. virtual memory (cumulated for all children) (KiB): 14048648
Max. memory (cumulated for all children) (KiB): 95608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.35502
system time used= 0.083508
maximum resident set size= 96176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18612
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1742
involuntary context switches= 4


# summary of solver processes directly reported to runsolver:
#   pid: 5650
#   total CPU time (s): 1.43853
#   total CPU user time (s): 1.35502
#   total CPU system time (s): 0.083508

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.026386 second user time and 0.059385 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-16 02:12:52
IDJOB=4273833
IDBENCH=139162
IDSOLVER=2666
FILE ID=node133/4273833-1502843220
RUNJOBID= node133-1502652501-6259
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/CryptoPuzzle/CryptoPuzzle-m1-s1/CryptoPuzzle-black-green-orange.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-4273833-1502843220/watcher-4273833-1502843220 -o /tmp/evaluation-result-4273833-1502843220/solver-4273833-1502843220 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502652501-6259 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1219443356 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273833-1502843220.xml

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

MD5SUM BENCH= 71768db4d07ee5861d3fa1921f61b84c
RANDOM SEED=1219443356

node133.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30907260 kB
MemAvailable:   31707184 kB
Buffers:          279972 kB
Cached:           820476 kB
SwapCached:            0 kB
Active:          1123388 kB
Inactive:         284296 kB
Active(anon):     248140 kB
Inactive(anon):   108952 kB
Active(file):     875248 kB
Inactive(file):   175344 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42504 kB
Writeback:             0 kB
AnonPages:        307248 kB
Mapped:            76564 kB
Shmem:             49852 kB
Slab:             157500 kB
SReclaimable:     130336 kB
SUnreclaim:        27164 kB
KernelStack:        3520 kB
PageTables:         6164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1183540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61948 MiB
End job on node133 at 2017-08-16 02:12:53