Trace number 4250206

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
R1: choco-solver 5a (2017-07-05)UNSAT 12.4751 6.3386

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-12.xml
MD5SUMa557c5b210af073d1486c8e4c563afe6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.99824297
Satisfiable
(Un)Satisfiability was proved
Number of variables111
Number of constraints260
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":111}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":46},{"degree":3,"count":18},{"degree":4,"count":21},{"degree":5,"count":5},{"degree":6,"count":8},{"degree":7,"count":3},{"degree":10,"count":1},{"degree":11,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":1},{"degree":57,"count":1},{"degree":59,"count":1},{"degree":73,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":111},{"arity":2,"count":42},{"arity":3,"count":21},{"arity":4,"count":18},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints111
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":111}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4250206-1500696565.xml"  -tl '2400s' -p 8 -x 3
0.00/0.18	c [HOME/instance-4250206-1500696565.xml, -tl, 2400s, -p, 8, -x, 3]
0.00/0.24	c 8 solvers in parallel
0.00/0.30	c parse instance...
11.69/6.20	c solve instance...
12.31/6.31	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4250206-1500696565/watcher-4250206-1500696565 -o /tmp/evaluation-result-4250206-1500696565/solver-4250206-1500696565 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15436 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 686675690 HOME/instance-4250206-1500696565.xml 

pid=17261
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 6.17 5.67 9.86 10/270 17264
/proc/meminfo: memFree=24873284/32770624 swapFree=5780/272540
[pid=17264] ppid=17261 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17264/stat : 17264 (xcsp3-exec) S 17261 17264 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4922809 9740288 346 33554432000 4194304 5098028 140732221868576 140732221866680 140611309023868 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8663040 140732221871247 140732221871456 140732221871456 140732221874155 0
/proc/17264/statm: 2378 346 289 221 0 87 0

[startup+0.100098 s]
/proc/loadavg: 6.17 5.67 9.86 10/270 17264
/proc/meminfo: memFree=24873284/32770624 swapFree=5780/272540
[pid=17264] ppid=17261 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17264/stat : 17264 (xcsp3-exec) S 17261 17264 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4922809 9740288 346 33554432000 4194304 5098028 140732221868576 140732221866680 140611309023868 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8663040 140732221871247 140732221871456 140732221871456 140732221874155 0
/proc/17264/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.2003 s]
/proc/loadavg: 6.17 5.67 9.86 10/270 17264
/proc/meminfo: memFree=24873284/32770624 swapFree=5780/272540
[pid=17264] ppid=17261 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17264/stat : 17264 (xcsp3-exec) S 17261 17264 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4922809 9740288 346 33554432000 4194304 5098028 140732221868576 140732221866680 140611309023868 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8663040 140732221871247 140732221871456 140732221871456 140732221874155 0
/proc/17264/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300288 s]
/proc/loadavg: 6.17 5.67 9.86 10/270 17264
/proc/meminfo: memFree=24873284/32770624 swapFree=5780/272540
[pid=17264] ppid=17261 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17264/stat : 17264 (xcsp3-exec) S 17261 17264 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4922809 9740288 346 33554432000 4194304 5098028 140732221868576 140732221866680 140611309023868 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8663040 140732221871247 140732221871456 140732221871456 140732221874155 0
/proc/17264/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700213 s]
/proc/loadavg: 6.17 5.67 9.86 10/270 17264
/proc/meminfo: memFree=24873284/32770624 swapFree=5780/272540
[pid=17264] ppid=17261 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17264/stat : 17264 (xcsp3-exec) S 17261 17264 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4922809 9740288 346 33554432000 4194304 5098028 140732221868576 140732221866680 140611309023868 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8663040 140732221871247 140732221871456 140732221871456 140732221874155 0
/proc/17264/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50121 s]
/proc/loadavg: 6.17 5.67 9.86 10/291 17285
/proc/meminfo: memFree=24662596/32770624 swapFree=5780/272648
[pid=17264] ppid=17261 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17264/stat : 17264 (xcsp3-exec) S 17261 17264 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4922809 9740288 346 33554432000 4194304 5098028 140732221868576 140732221866680 140611309023868 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8663040 140732221871247 140732221871456 140732221871456 140732221874155 0
/proc/17264/statm: 2378 346 289 221 0 87 0
[pid=17265] ppid=17264 vsize=13269256 CPUtime=3.55 cores=1,3,5,7,9,11,13,15
/proc/17265/stat : 17265 (java) S 17264 17264 14782 0 -1 1077944320 14003 0 0 0 329 26 0 0 20 0 20 0 4922809 13587718144 72309 33554432000 4194304 4196468 140733114608192 140733114590736 140592318820087 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
/proc/17265/statm: 3317314 72309 3220 1 0 3304547 0
[pid=17265/tid=17266] ppid=17264 vsize=13269256 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17266/stat : 17266 (java) R 17264 17264 14782 0 -1 4202560 6691 0 0 0 138 5 0 0 20 0 20 0 4922810 13587718144 72309 33554432000 4194304 4196468 140733114608192 140592323057544 140591949576699 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17268] ppid=17264 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17268/stat : 17268 (java) S 17264 17264 14782 0 -1 1077944384 27 0 0 0 0 3 0 0 20 0 20 0 4922811 13587718144 72309 33554432000 4194304 4196468 140733114608192 140592271440912 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17269] ppid=17264 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17269/stat : 17269 (java) S 17264 17264 14782 0 -1 1077944384 21 0 0 0 1 1 0 0 20 0 20 0 4922811 13587718144 72309 33554432000 4194304 4196468 140733114608192 140592270388368 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17270] ppid=17264 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17270/stat : 17270 (java) S 17264 17264 14782 0 -1 1077944384 17 0 0 0 1 1 0 0 20 0 20 0 4922811 13587718144 72309 33554432000 4194304 4196468 140733114608192 140592269335312 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17271] ppid=17264 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17271/stat : 17271 (java) S 17264 17264 14782 0 -1 1077944384 24 0 0 0 1 2 0 0 20 0 20 0 4922811 13587718144 72309 33554432000 4194304 4196468 140733114608192 140592268282768 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17272] ppid=17264 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17272/stat : 17272 (java) S 17264 17264 14782 0 -1 1077944384 20 0 0 0 1 2 0 0 20 0 20 0 4922811 13587718144 72309 33554432000 4194304 4196468 140733114608192 140592267229712 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17273] ppid=17264 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17273/stat : 17273 (java) S 17264 17264 14782 0 -1 1077944384 30 0 0 0 1 2 0 0 20 0 20 0 4922811 13587718144 72309 33554432000 4194304 4196468 140733114608192 140592266177168 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17274] ppid=17264 vsize=13269256 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17274/stat : 17274 (java) S 17264 17264 14782 0 -1 1077944384 25 0 0 0 1 2 0 0 20 0 20 0 4922811 13587718144 72309 33554432000 4194304 4196468 140733114608192 140591911860496 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17275] ppid=17264 vsize=13269256 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17275/stat : 17275 (java) S 17264 17264 14782 0 -1 1077944384 20 0 0 0 1 1 0 0 20 0 20 0 4922811 13587718144 72309 33554432000 4194304 4196468 140733114608192 140591910807952 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17276] ppid=17264 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17276/stat : 17276 (java) S 17264 17264 14782 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 4922813 13587718144 72309 33554432000 4194304 4196468 140733114608192 140590983383792 140592318831234 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17277] ppid=17264 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17277/stat : 17277 (java) S 17264 17264 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4922813 13587718144 72309 33554432000 4194304 4196468 140733114608192 140590982330016 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17278] ppid=17264 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17278/stat : 17278 (java) S 17264 17264 14782 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 4922814 13587718144 72309 33554432000 4194304 4196468 140733114608192 140590981276912 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17279] ppid=17264 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17279/stat : 17279 (java) S 17264 17264 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4922817 13587718144 72309 33554432000 4194304 4196468 140733114608192 140590980225488 140592318838683 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17280] ppid=17264 vsize=13269256 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17280/stat : 17280 (java) S 17264 17264 14782 0 -1 1077944384 1555 0 0 0 44 0 0 0 20 0 20 0 4922817 13587718144 72309 33554432000 4194304 4196468 140733114608192 140590979172592 140592318831234 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17281] ppid=17264 vsize=13269256 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17281/stat : 17281 (java) S 17264 17264 14782 0 -1 1077944384 1107 0 0 0 44 0 0 0 20 0 20 0 4922817 13587718144 72309 33554432000 4194304 4196468 140733114608192 140590978120048 140592318831234 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17282] ppid=17264 vsize=13269256 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17282/stat : 17282 (java) S 17264 17264 14782 0 -1 1077944384 1195 0 0 0 45 0 0 0 20 0 20 0 4922817 13587718144 72309 33554432000 4194304 4196468 140733114608192 140590977066992 140592318831234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17283] ppid=17264 vsize=13269256 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17283/stat : 17283 (java) S 17264 17264 14782 0 -1 1077944384 1890 0 0 0 44 0 0 0 20 0 20 0 4922817 13587718144 72309 33554432000 4194304 4196468 140733114608192 140590976014448 140592318831234 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17284] ppid=17264 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17284/stat : 17284 (java) S 17264 17264 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4922818 13587718144 72309 33554432000 4194304 4196468 140733114608192 140590974962656 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17285] ppid=17264 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17285/stat : 17285 (java) S 17264 17264 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4922818 13587718144 72821 33554432000 4194304 4196468 140733114608192 140590973910192 140592318831234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 13278768

[startup+3.10255 s]
/proc/loadavg: 6.31 5.71 9.85 11/291 17285
/proc/meminfo: memFree=24469840/32770624 swapFree=5780/272648
[pid=17264] ppid=17261 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17264/stat : 17264 (xcsp3-exec) S 17261 17264 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4922809 9740288 346 33554432000 4194304 5098028 140732221868576 140732221866680 140611309023868 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8663040 140732221871247 140732221871456 140732221871456 140732221874155 0
/proc/17264/statm: 2378 346 289 221 0 87 0
[pid=17265] ppid=17264 vsize=13269256 CPUtime=6.58 cores=1,3,5,7,9,11,13,15
/proc/17265/stat : 17265 (java) S 17264 17264 14782 0 -1 1077944320 16394 0 0 0 564 94 0 0 20 0 20 0 4922809 13587718144 170223 33554432000 4194304 4196468 140733114608192 140733114590736 140592318820087 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
/proc/17265/statm: 3317314 170223 3239 1 0 3304547 0
[pid=17265/tid=17266] ppid=17264 vsize=13269256 CPUtime=2.87 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17266/stat : 17266 (java) R 17264 17264 14782 0 -1 4202560 6856 0 0 0 278 9 0 0 20 0 20 0 4922810 13587718144 170223 33554432000 4194304 4196468 140733114608192 140592323056472 140591949574827 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17268] ppid=17264 vsize=13269256 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17268/stat : 17268 (java) S 17264 17264 14782 0 -1 1077944384 89 0 0 0 7 10 0 0 20 0 20 0 4922811 13587718144 170223 33554432000 4194304 4196468 140733114608192 140592271440912 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17269] ppid=17264 vsize=13269256 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17269/stat : 17269 (java) S 17264 17264 14782 0 -1 1077944384 213 0 0 0 9 9 0 0 20 0 20 0 4922811 13587718144 170223 33554432000 4194304 4196468 140733114608192 140592270388368 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17270] ppid=17264 vsize=13269256 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17270/stat : 17270 (java) S 17264 17264 14782 0 -1 1077944384 104 0 0 0 7 8 0 0 20 0 20 0 4922811 13587718144 170223 33554432000 4194304 4196468 140733114608192 140592269335312 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17271] ppid=17264 vsize=13269256 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17271/stat : 17271 (java) S 17264 17264 14782 0 -1 1077944384 124 0 0 0 8 10 0 0 20 0 20 0 4922811 13587718144 170223 33554432000 4194304 4196468 140733114608192 140592268282768 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17272] ppid=17264 vsize=13269256 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17272/stat : 17272 (java) S 17264 17264 14782 0 -1 1077944384 136 0 0 0 7 10 0 0 20 0 20 0 4922811 13587718144 170223 33554432000 4194304 4196468 140733114608192 140592267229712 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17273] ppid=17264 vsize=13269256 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17273/stat : 17273 (java) S 17264 17264 14782 0 -1 1077944384 148 0 0 0 7 9 0 0 20 0 20 0 4922811 13587718144 170223 33554432000 4194304 4196468 140733114608192 140592266177168 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17274] ppid=17264 vsize=13269256 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17274/stat : 17274 (java) S 17264 17264 14782 0 -1 1077944384 125 0 0 0 8 10 0 0 20 0 20 0 4922811 13587718144 170223 33554432000 4194304 4196468 140733114608192 140591911860496 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17275] ppid=17264 vsize=13269256 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17275/stat : 17275 (java) S 17264 17264 14782 0 -1 1077944384 127 0 0 0 7 9 0 0 20 0 20 0 4922811 13587718144 170223 33554432000 4194304 4196468 140733114608192 140591910807952 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17276] ppid=17264 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17276/stat : 17276 (java) S 17264 17264 14782 0 -1 1077944384 502 0 0 0 0 0 0 0 20 0 20 0 4922813 13587718144 170223 33554432000 4194304 4196468 140733114608192 140590983383792 140592318831234 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17277] ppid=17264 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17277/stat : 17277 (java) S 17264 17264 14782 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 4922813 13587718144 170223 33554432000 4194304 4196468 140733114608192 140590982330080 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17278] ppid=17264 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17278/stat : 17278 (java) S 17264 17264 14782 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 4922814 13587718144 170223 33554432000 4194304 4196468 140733114608192 140590981276928 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17279] ppid=17264 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17279/stat : 17279 (java) S 17264 17264 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 4922817 13587718144 170223 33554432000 4194304 4196468 140733114608192 140590980225488 140592318838683 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17280] ppid=17264 vsize=13269256 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17280/stat : 17280 (java) S 17264 17264 14782 0 -1 1077944384 2151 0 0 0 63 0 0 0 20 0 20 0 4922817 13587718144 170223 33554432000 4194304 4196468 140733114608192 140590979172592 140592318831234 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17281] ppid=17264 vsize=13269256 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17281/stat : 17281 (java) S 17264 17264 14782 0 -1 1077944384 1131 0 0 0 51 0 0 0 20 0 20 0 4922817 13587718144 170223 33554432000 4194304 4196468 140733114608192 140590978120048 140592318831234 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17282] ppid=17264 vsize=13269256 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17282/stat : 17282 (java) S 17264 17264 14782 0 -1 1077944384 1215 0 0 0 50 0 0 0 20 0 20 0 4922817 13587718144 170223 33554432000 4194304 4196468 140733114608192 140590977066992 140592318831234 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17283] ppid=17264 vsize=13269256 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17283/stat : 17283 (java) S 17264 17264 14782 0 -1 1077944384 2173 0 0 0 55 1 0 0 20 0 20 0 4922817 13587718144 170223 33554432000 4194304 4196468 140733114608192 140590976014448 140592318831234 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17284] ppid=17264 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17284/stat : 17284 (java) S 17264 17264 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4922818 13587718144 170223 33554432000 4194304 4196468 140733114608192 140590974962656 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17285] ppid=17264 vsize=13269256 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17285/stat : 17285 (java) S 17264 17264 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 4922818 13587718144 170223 33554432000 4194304 4196468 140733114608192 140590973910192 140592318831234 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 12 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 13278768

[startup+6.30076 s]
/proc/loadavg: 6.31 5.71 9.85 10/291 17285
/proc/meminfo: memFree=23841952/32770624 swapFree=5780/272660
[pid=17264] ppid=17261 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17264/stat : 17264 (xcsp3-exec) S 17261 17264 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4922809 9740288 346 33554432000 4194304 5098028 140732221868576 140732221866680 140611309023868 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8663040 140732221871247 140732221871456 140732221871456 140732221874155 0
/proc/17264/statm: 2378 346 289 221 0 87 0
[pid=17265] ppid=17264 vsize=13801768 CPUtime=12.31 cores=1,3,5,7,9,11,13,15
/proc/17265/stat : 17265 (java) S 17264 17264 14782 0 -1 1077944320 22082 0 0 0 1024 207 0 0 20 0 28 0 4922809 14133010432 335967 33554432000 4194304 4196468 140733114608192 140733114590736 140592318820087 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
/proc/17265/statm: 3450442 335967 3244 1 0 3437675 0
[pid=17265/tid=17266] ppid=17264 vsize=13801768 CPUtime=5.75 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17266/stat : 17266 (java) S 17264 17264 14782 0 -1 1077944384 7676 0 0 0 560 15 0 0 20 0 28 0 4922810 14133010432 335967 33554432000 4194304 4196468 140733114608192 140592323060864 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17268] ppid=17264 vsize=13801768 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17268/stat : 17268 (java) S 17264 17264 14782 0 -1 1077944384 199 0 0 0 17 24 0 0 20 0 28 0 4922811 14133010432 335967 33554432000 4194304 4196468 140733114608192 140592271440912 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17269] ppid=17264 vsize=13801768 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17269/stat : 17269 (java) S 17264 17264 14782 0 -1 1077944384 315 0 0 0 18 22 0 0 20 0 28 0 4922811 14133010432 335967 33554432000 4194304 4196468 140733114608192 140592270388368 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17270] ppid=17264 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17270/stat : 17270 (java) S 17264 17264 14782 0 -1 1077944384 253 0 0 0 17 22 0 0 20 0 28 0 4922811 14133010432 335967 33554432000 4194304 4196468 140733114608192 140592269335312 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17271] ppid=17264 vsize=13801768 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17271/stat : 17271 (java) S 17264 17264 14782 0 -1 1077944384 218 0 0 0 19 23 0 0 20 0 28 0 4922811 14133010432 335967 33554432000 4194304 4196468 140733114608192 140592268282768 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17272] ppid=17264 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17272/stat : 17272 (java) S 17264 17264 14782 0 -1 1077944384 250 0 0 0 16 23 0 0 20 0 28 0 4922811 14133010432 335967 33554432000 4194304 4196468 140733114608192 140592267229712 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17273] ppid=17264 vsize=13801768 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17273/stat : 17273 (java) S 17264 17264 14782 0 -1 1077944384 336 0 0 0 17 23 0 0 20 0 28 0 4922811 14133010432 335967 33554432000 4194304 4196468 140733114608192 140592266177168 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17274] ppid=17264 vsize=13801768 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17274/stat : 17274 (java) S 17264 17264 14782 0 -1 1077944384 274 0 0 0 17 24 0 0 20 0 28 0 4922811 14133010432 335967 33554432000 4194304 4196468 140733114608192 140591911860496 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17275] ppid=17264 vsize=13801768 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17275/stat : 17275 (java) S 17264 17264 14782 0 -1 1077944384 229 0 0 0 18 22 0 0 20 0 28 0 4922811 14133010432 335967 33554432000 4194304 4196468 140733114608192 140591910807952 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17276] ppid=17264 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17276/stat : 17276 (java) S 17264 17264 14782 0 -1 1077944384 1085 0 0 0 1 0 0 0 20 0 28 0 4922813 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590983383792 140592318831234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17277] ppid=17264 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17277/stat : 17277 (java) S 17264 17264 14782 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 4922813 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590982330080 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17278] ppid=17264 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17278/stat : 17278 (java) S 17264 17264 14782 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 4922814 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590981276928 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17279] ppid=17264 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17279/stat : 17279 (java) S 17264 17264 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4922817 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590980225488 140592318838683 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17280] ppid=17264 vsize=13801768 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17280/stat : 17280 (java) R 17264 17264 14782 0 -1 4202560 2612 0 0 0 79 0 0 0 20 0 28 0 4922817 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590979164128 140592311109536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17281] ppid=17264 vsize=13801768 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17281/stat : 17281 (java) R 17264 17264 14782 0 -1 4202560 1540 0 0 0 67 0 0 0 20 0 28 0 4922817 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590978101200 140592297996194 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17282] ppid=17264 vsize=13801768 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17282/stat : 17282 (java) R 17264 17264 14782 0 -1 4202560 2392 0 0 0 70 0 0 0 20 0 28 0 4922817 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590977060016 140592303210161 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17283] ppid=17264 vsize=13801768 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17283/stat : 17283 (java) R 17264 17264 14782 0 -1 1077944384 2998 0 0 0 69 1 0 0 20 0 28 0 4922817 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590976014576 140592318830293 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17284] ppid=17264 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17284/stat : 17284 (java) S 17264 17264 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4922818 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590974962656 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17285] ppid=17264 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17285/stat : 17285 (java) S 17264 17264 14782 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 4922818 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590973910192 140592318831234 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 12 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 13811280

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

[startup+6.30076 s]
/proc/loadavg: 6.31 5.71 9.85 10/291 17285
/proc/meminfo: memFree=23841952/32770624 swapFree=5780/272660
[pid=17264] ppid=17261 vsize=9512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17264/stat : 17264 (xcsp3-exec) S 17261 17264 14782 0 -1 4202496 519 0 0 0 0 0 0 0 20 0 1 0 4922809 9740288 346 33554432000 4194304 5098028 140732221868576 140732221866680 140611309023868 0 65536 4100 65538 18446744071579417331 0 0 17 9 0 0 0 0 0 7196144 7232144 8663040 140732221871247 140732221871456 140732221871456 140732221874155 0
/proc/17264/statm: 2378 346 289 221 0 87 0
[pid=17265] ppid=17264 vsize=13801768 CPUtime=12.31 cores=1,3,5,7,9,11,13,15
/proc/17265/stat : 17265 (java) S 17264 17264 14782 0 -1 1077944320 22082 0 0 0 1024 207 0 0 20 0 28 0 4922809 14133010432 335967 33554432000 4194304 4196468 140733114608192 140733114590736 140592318820087 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
/proc/17265/statm: 3450442 335967 3244 1 0 3437675 0
[pid=17265/tid=17266] ppid=17264 vsize=13801768 CPUtime=5.75 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17266/stat : 17266 (java) S 17264 17264 14782 0 -1 1077944384 7676 0 0 0 560 15 0 0 20 0 28 0 4922810 14133010432 335967 33554432000 4194304 4196468 140733114608192 140592323060864 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17268] ppid=17264 vsize=13801768 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17268/stat : 17268 (java) S 17264 17264 14782 0 -1 1077944384 199 0 0 0 17 24 0 0 20 0 28 0 4922811 14133010432 335967 33554432000 4194304 4196468 140733114608192 140592271440912 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17269] ppid=17264 vsize=13801768 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17269/stat : 17269 (java) S 17264 17264 14782 0 -1 1077944384 315 0 0 0 18 22 0 0 20 0 28 0 4922811 14133010432 335967 33554432000 4194304 4196468 140733114608192 140592270388368 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17270] ppid=17264 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17270/stat : 17270 (java) S 17264 17264 14782 0 -1 1077944384 253 0 0 0 17 22 0 0 20 0 28 0 4922811 14133010432 335967 33554432000 4194304 4196468 140733114608192 140592269335312 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17271] ppid=17264 vsize=13801768 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17271/stat : 17271 (java) S 17264 17264 14782 0 -1 1077944384 218 0 0 0 19 23 0 0 20 0 28 0 4922811 14133010432 335967 33554432000 4194304 4196468 140733114608192 140592268282768 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17272] ppid=17264 vsize=13801768 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17272/stat : 17272 (java) S 17264 17264 14782 0 -1 1077944384 250 0 0 0 16 23 0 0 20 0 28 0 4922811 14133010432 335967 33554432000 4194304 4196468 140733114608192 140592267229712 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17273] ppid=17264 vsize=13801768 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17273/stat : 17273 (java) S 17264 17264 14782 0 -1 1077944384 336 0 0 0 17 23 0 0 20 0 28 0 4922811 14133010432 335967 33554432000 4194304 4196468 140733114608192 140592266177168 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17274] ppid=17264 vsize=13801768 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17274/stat : 17274 (java) S 17264 17264 14782 0 -1 1077944384 274 0 0 0 17 24 0 0 20 0 28 0 4922811 14133010432 335967 33554432000 4194304 4196468 140733114608192 140591911860496 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17275] ppid=17264 vsize=13801768 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17275/stat : 17275 (java) S 17264 17264 14782 0 -1 1077944384 229 0 0 0 18 22 0 0 20 0 28 0 4922811 14133010432 335967 33554432000 4194304 4196468 140733114608192 140591910807952 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17276] ppid=17264 vsize=13801768 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17276/stat : 17276 (java) S 17264 17264 14782 0 -1 1077944384 1085 0 0 0 1 0 0 0 20 0 28 0 4922813 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590983383792 140592318831234 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17277] ppid=17264 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17277/stat : 17277 (java) S 17264 17264 14782 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 4922813 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590982330080 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17278] ppid=17264 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17278/stat : 17278 (java) S 17264 17264 14782 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 4922814 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590981276928 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17279] ppid=17264 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17279/stat : 17279 (java) S 17264 17264 14782 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 4922817 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590980225488 140592318838683 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17280] ppid=17264 vsize=13801768 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17280/stat : 17280 (java) R 17264 17264 14782 0 -1 4202560 2612 0 0 0 79 0 0 0 20 0 28 0 4922817 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590979164128 140592311109536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17281] ppid=17264 vsize=13801768 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17281/stat : 17281 (java) R 17264 17264 14782 0 -1 4202560 1540 0 0 0 67 0 0 0 20 0 28 0 4922817 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590978101200 140592297996194 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17282] ppid=17264 vsize=13801768 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17282/stat : 17282 (java) R 17264 17264 14782 0 -1 4202560 2392 0 0 0 70 0 0 0 20 0 28 0 4922817 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590977060016 140592303210161 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17283] ppid=17264 vsize=13801768 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17283/stat : 17283 (java) R 17264 17264 14782 0 -1 1077944384 2998 0 0 0 69 1 0 0 20 0 28 0 4922817 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590976014576 140592318830293 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17284] ppid=17264 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17284/stat : 17284 (java) S 17264 17264 14782 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 4922818 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590974962656 140592318830293 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
[pid=17265/tid=17285] ppid=17264 vsize=13801768 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17265/task/17285/stat : 17285 (java) S 17264 17264 14782 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 4922818 14133010432 335967 33554432000 4194304 4196468 140733114608192 140590973910192 140592318831234 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 12 0 0 6293624 6294260 23027712 140733114614972 140733114615148 140733114615148 140733114617807 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 6.3386
CPU time (s): 12.4751
CPU user time (s): 10.3905
CPU system time (s): 2.0846
CPU usage (%): 196.812
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.3905
system time used= 2.0846
maximum resident set size= 1344960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22792
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= 4170
involuntary context switches= 969

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048294 second user time and 0.062652 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 06:09:25
IDJOB=4250206
IDBENCH=139308
IDSOLVER=2626
FILE ID=node143/4250206-1500696565
RUNJOBID= node143-1500683785-15436
PBS_JOBID= 20623040
Free space on /tmp= 61980 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-12.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4250206-1500696565/watcher-4250206-1500696565 -o /tmp/evaluation-result-4250206-1500696565/solver-4250206-1500696565 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500683785-15436 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 686675690 HOME/instance-4250206-1500696565.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= a557c5b210af073d1486c8e4c563afe6
RANDOM SEED=686675690

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

/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	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.69
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        24872960 kB
MemAvailable:   25094100 kB
Buffers:          149764 kB
Cached:           342972 kB
SwapCached:            0 kB
Active:          7154224 kB
Inactive:         281300 kB
Active(anon):    6945408 kB
Inactive(anon):     8760 kB
Active(file):     208816 kB
Inactive(file):   272540 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10912 kB
Writeback:             0 kB
AnonPages:       6874292 kB
Mapped:            43332 kB
Shmem:              8852 kB
Slab:             146384 kB
SReclaimable:     111240 kB
SUnreclaim:        35144 kB
KernelStack:        5104 kB
PageTables:        18616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7773040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6703104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61972 MiB
End job on node143 at 2017-07-22 06:09:32