Trace number 4264439

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
AbsCon-basic 2017-06-11SAT 6.4742398 4.81106

DiagnosticValue
WRONG_DECISIONS2862

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-080.xml
MD5SUM8abaeb34d7c0899fee3fdb2f002199b6
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.153616
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of constraints88
Number of domains2
Minimum domain size80
Maximum domain size6400
Distribution of domain sizes[{"size":80,"count":80},{"size":6400,"count":80}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":80},{"degree":4,"count":79},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity80
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":80},{"arity":40,"count":6},{"arity":80,"count":1}]
Number of extensional constraints0
Number of intensional constraints81
Distribution of constraint types[{"type":"intension","count":81},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.26/0.36	
0.26/0.36	AbsCon 2 
0.26/0.36	
0.59/0.57	  Solving XCSP3-instance-4264439-1502274323 as a CSP
0.59/0.57	  Loading variables...
0.83/0.62	  Loading constraints...
1.12/0.79	  Solver SolverBacktrack being built...
1.12/0.79	
3.54/2.84	  Preprocessing : gac=false, ccks=20665759, filters=277, revisions=162 (useless=80), AC=512000, removals=512000, inconsistent=false
3.54/2.84	
6.30/4.79	
6.30/4.79	v <instantiation id='sol1' type='solution'>  <list> x[] y[] cx[] cy[] </list>  <values> 1 2 3 4 5 6 7 8 9 10 11 33 38 39 40 41 42 44 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 80 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 34 35 36 37 43 45 46 68 69 70 71 72 73 74 75 76 77 78 79 1 4 9 16 25 36 49 64 81 100 121 1089 1444 1521 1600 1681 1764 1936 2209 2304 2401 2500 2601 2704 2809 2916 3025 3136 3249 3364 3481 3600 3721 3844 3969 4096 4225 4356 4489 6400 144 169 196 225 256 289 324 361 400 441 484 529 576 625 676 729 784 841 900 961 1024 1156 1225 1296 1369 1849 2025 2116 4624 4761 4900 5041 5184 5329 5476 5625 5776 5929 6084 6241 </values>  </instantiation>
6.30/4.79	s SATISFIABLE
6.30/4.79	
6.30/4.79	d WRONG_DECISIONS 2862

Verifier Data

OK	

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-4264439-1502274323/watcher-4264439-1502274323 -o /tmp/evaluation-result-4264439-1502274323/solver-4264439-1502274323 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502258002-23061 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264439-1502274323.xml 

pid=27436
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.92 1.90 1.79 3/198 27439
/proc/meminfo: memFree=31009832/32770624 swapFree=0/448860
[pid=27439] ppid=27436 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/27439/stat : 27439 (runsolver) D 27436 27439 16590 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 29625869 24240128 107 18446744073709551615 4194304 4338465 140726799651392 140726799649032 140487478854359 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 8249344 140726799659168 140726799659594 140726799659594 140726799663050 0
/proc/27439/statm: 5918 107 54 36 0 2156 0

[startup+0.100165 s]
/proc/loadavg: 1.92 1.90 1.79 3/198 27439
/proc/meminfo: memFree=31009832/32770624 swapFree=0/448860
[pid=27439] ppid=27436 vsize=30060 CPUtime=0 cores=0,2,4,6
/proc/27439/stat : 27439 (java) R 27436 27439 16590 0 -1 4202496 1292 0 0 0 0 0 0 0 20 0 1 0 29625869 30781440 1131 18446744073709551615 4194304 4196468 140725845425584 140725845406280 140006451171392 0 0 1 0 0 0 0 17 4 0 0 9 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
/proc/27439/statm: 7772 1131 840 1 0 416 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 30060

[startup+0.200344 s]
/proc/loadavg: 1.92 1.90 1.79 3/198 27439
/proc/meminfo: memFree=31009832/32770624 swapFree=0/448860
[pid=27439] ppid=27436 vsize=10551180 CPUtime=0.07 cores=0,2,4,6
/proc/27439/stat : 27439 (java) S 27436 27439 16590 0 -1 1077944320 5062 0 0 0 5 2 0 0 20 0 15 0 29625869 10804408320 6558 18446744073709551615 4194304 4196468 140725845425584 140725845408128 140006451175159 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
/proc/27439/statm: 2637795 6558 2606 1 0 2627261 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551180

[startup+0.305022 s]
/proc/loadavg: 1.92 1.90 1.79 3/198 27439
/proc/meminfo: memFree=31009832/32770624 swapFree=0/448860
[pid=27439] ppid=27436 vsize=10551180 CPUtime=0.26 cores=0,2,4,6
/proc/27439/stat : 27439 (java) S 27436 27439 16590 0 -1 1077944320 8741 0 0 0 22 4 0 0 20 0 15 0 29625869 10804408320 9599 18446744073709551615 4194304 4196468 140725845425584 140725845408128 140006451175159 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
/proc/27439/statm: 2638051 9599 2898 1 0 2627517 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10551180

[startup+0.700794 s]
/proc/loadavg: 1.92 1.90 1.79 3/198 27439
/proc/meminfo: memFree=31009832/32770624 swapFree=0/448860
[pid=27439] ppid=27436 vsize=10621952 CPUtime=1.12 cores=0,2,4,6
/proc/27439/stat : 27439 (java) S 27436 27439 16590 0 -1 1077944320 13769 0 0 0 106 6 0 0 20 0 16 0 29625869 10876878848 20424 18446744073709551615 4194304 4196468 140725845425584 140725845408128 140006451175159 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
/proc/27439/statm: 2655488 20424 3087 1 0 2644414 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 10621952

[startup+1.50056 s]
/proc/loadavg: 2.01 1.92 1.80 3/214 27455
/proc/meminfo: memFree=30914816/32770624 swapFree=0/448920
[pid=27439] ppid=27436 vsize=10624000 CPUtime=2.23 cores=0,2,4,6
/proc/27439/stat : 27439 (java) S 27436 27439 16590 0 -1 1077944320 14643 0 0 0 216 7 0 0 20 0 16 0 29625869 10878976000 27659 18446744073709551615 4194304 4196468 140725845425584 140725845408128 140006451175159 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
/proc/27439/statm: 2656000 27659 3099 1 0 2644926 0
[pid=27439/tid=27441] ppid=27436 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/27439/task/27441/stat : 27441 (java) S 27436 27439 16590 0 -1 1077944384 6170 0 0 0 18 3 0 0 20 0 16 0 29625879 10878976000 27659 18446744073709551615 4194304 4196468 140725845425584 140006455418032 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27442] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27442/stat : 27442 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 27659 18446744073709551615 4194304 4196468 140725845425584 140006408141072 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27443] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27443/stat : 27443 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 27659 18446744073709551615 4194304 4196468 140725845425584 140006407088528 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27444] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27444/stat : 27444 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 27659 18446744073709551615 4194304 4196468 140725845425584 140006406035984 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27445] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27445/stat : 27445 (java) S 27436 27439 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 27659 18446744073709551615 4194304 4196468 140725845425584 140006059072144 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27446] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27446/stat : 27446 (java) S 27436 27439 16590 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 29625881 10878976000 27659 18446744073709551615 4194304 4196468 140725845425584 140006015171056 140006451186306 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27447] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27447/stat : 27447 (java) S 27436 27439 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 29625881 10878976000 27659 18446744073709551615 4194304 4196468 140725845425584 140006014117280 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27448] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27448/stat : 27448 (java) S 27436 27439 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 29625882 10878976000 27659 18446744073709551615 4194304 4196468 140725845425584 140006013064688 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27449] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27449/stat : 27449 (java) S 27436 27439 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29625884 10878976000 27659 18446744073709551615 4194304 4196468 140725845425584 140006012013264 140006451193755 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27450] ppid=27436 vsize=10624000 CPUtime=0.28 cores=0,2,4,6
/proc/27439/task/27450/stat : 27450 (java) S 27436 27439 16590 0 -1 1077944384 1093 0 0 0 28 0 0 0 20 0 16 0 29625884 10878976000 27659 18446744073709551615 4194304 4196468 140725845425584 140006010959856 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27451] ppid=27436 vsize=10624000 CPUtime=0.25 cores=0,2,4,6
/proc/27439/task/27451/stat : 27451 (java) S 27436 27439 16590 0 -1 1077944384 765 0 0 0 25 0 0 0 20 0 16 0 29625884 10878976000 27659 18446744073709551615 4194304 4196468 140725845425584 140006009907312 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27452] ppid=27436 vsize=10624000 CPUtime=0.33 cores=0,2,4,6
/proc/27439/task/27452/stat : 27452 (java) S 27436 27439 16590 0 -1 1077944384 1737 0 0 0 33 0 0 0 20 0 16 0 29625884 10878976000 27659 18446744073709551615 4194304 4196468 140725845425584 140006008854768 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27453] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27453/stat : 27453 (java) S 27436 27439 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29625884 10878976000 27659 18446744073709551615 4194304 4196468 140725845425584 140006007802464 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27454] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27454/stat : 27454 (java) S 27436 27439 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 29625888 10878976000 27659 18446744073709551615 4194304 4196468 140725845425584 140006006750000 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27455] ppid=27436 vsize=10624000 CPUtime=1.13 cores=0,2,4,6
/proc/27439/task/27455/stat : 27455 (java) R 27436 27439 16590 0 -1 4202560 3480 0 0 0 111 2 0 0 20 0 16 0 29625905 10878976000 27659 18446744073709551615 4194304 4196468 140725845425584 140006003557336 140006088873479 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 10624000

[startup+3.10064 s]
/proc/loadavg: 2.01 1.92 1.80 3/214 27455
/proc/meminfo: memFree=30912320/32770624 swapFree=0/448920
[pid=27439] ppid=27436 vsize=10624000 CPUtime=4.37 cores=0,2,4,6
/proc/27439/stat : 27439 (java) S 27436 27439 16590 0 -1 1077944320 20628 0 0 0 429 8 0 0 20 0 16 0 29625869 10878976000 28657 18446744073709551615 4194304 4196468 140725845425584 140725845408128 140006451175159 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
/proc/27439/statm: 2656000 28657 3106 1 0 2644926 0
[pid=27439/tid=27441] ppid=27436 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/27439/task/27441/stat : 27441 (java) S 27436 27439 16590 0 -1 1077944384 6170 0 0 0 18 3 0 0 20 0 16 0 29625879 10878976000 28657 18446744073709551615 4194304 4196468 140725845425584 140006455418032 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27442] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27442/stat : 27442 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 28657 18446744073709551615 4194304 4196468 140725845425584 140006408141072 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27443] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27443/stat : 27443 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 28657 18446744073709551615 4194304 4196468 140725845425584 140006407088528 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27444] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27444/stat : 27444 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 28657 18446744073709551615 4194304 4196468 140725845425584 140006406035984 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27445] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27445/stat : 27445 (java) S 27436 27439 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 28657 18446744073709551615 4194304 4196468 140725845425584 140006059072144 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27446] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27446/stat : 27446 (java) S 27436 27439 16590 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 29625881 10878976000 28657 18446744073709551615 4194304 4196468 140725845425584 140006015171056 140006451186306 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27447] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27447/stat : 27447 (java) S 27436 27439 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 29625881 10878976000 28657 18446744073709551615 4194304 4196468 140725845425584 140006014117280 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27448] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27448/stat : 27448 (java) S 27436 27439 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 29625882 10878976000 28657 18446744073709551615 4194304 4196468 140725845425584 140006013064688 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27449] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27449/stat : 27449 (java) S 27436 27439 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29625884 10878976000 28657 18446744073709551615 4194304 4196468 140725845425584 140006012013264 140006451193755 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27450] ppid=27436 vsize=10624000 CPUtime=0.53 cores=0,2,4,6
/proc/27439/task/27450/stat : 27450 (java) R 27436 27439 16590 0 -1 4202560 2222 0 0 0 53 0 0 0 20 0 16 0 29625884 10878976000 28657 18446744073709551615 4194304 4196468 140725845425584 140006010959856 140006436285214 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27451] ppid=27436 vsize=10624000 CPUtime=0.49 cores=0,2,4,6
/proc/27439/task/27451/stat : 27451 (java) R 27436 27439 16590 0 -1 4202560 1616 0 0 0 49 0 0 0 20 0 16 0 29625884 10878976000 28657 18446744073709551615 4194304 4196468 140725845425584 140006009893192 140006432367192 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27452] ppid=27436 vsize=10624000 CPUtime=0.37 cores=0,2,4,6
/proc/27439/task/27452/stat : 27452 (java) S 27436 27439 16590 0 -1 1077944384 2622 0 0 0 37 0 0 0 20 0 16 0 29625884 10878976000 28657 18446744073709551615 4194304 4196468 140725845425584 140006008854768 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27453] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27453/stat : 27453 (java) S 27436 27439 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29625884 10878976000 28657 18446744073709551615 4194304 4196468 140725845425584 140006007802464 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27454] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27454/stat : 27454 (java) S 27436 27439 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 29625888 10878976000 28657 18446744073709551615 4194304 4196468 140725845425584 140006006750000 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27455] ppid=27436 vsize=10624000 CPUtime=2.73 cores=0,2,4,6
/proc/27439/task/27455/stat : 27455 (java) R 27436 27439 16590 0 -1 4202560 6535 0 0 0 270 3 0 0 20 0 16 0 29625905 10878976000 28657 18446744073709551615 4194304 4196468 140725845425584 140006003547600 140006090217337 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 10624000

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

[startup+3.20082 s]
/proc/loadavg: 2.01 1.92 1.80 3/214 27455
/proc/meminfo: memFree=30912320/32770624 swapFree=0/448920
[pid=27439] ppid=27436 vsize=10624000 CPUtime=4.62 cores=0,2,4,6
/proc/27439/stat : 27439 (java) S 27436 27439 16590 0 -1 1077944320 20846 0 0 0 454 8 0 0 20 0 16 0 29625869 10878976000 28712 18446744073709551615 4194304 4196468 140725845425584 140725845408128 140006451175159 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
/proc/27439/statm: 2656000 28712 3108 1 0 2644926 0
[pid=27439/tid=27441] ppid=27436 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/27439/task/27441/stat : 27441 (java) S 27436 27439 16590 0 -1 1077944384 6170 0 0 0 18 3 0 0 20 0 16 0 29625879 10878976000 28712 18446744073709551615 4194304 4196468 140725845425584 140006455418032 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27442] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27442/stat : 27442 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 28712 18446744073709551615 4194304 4196468 140725845425584 140006408141072 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27443] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27443/stat : 27443 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 28712 18446744073709551615 4194304 4196468 140725845425584 140006407088528 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27444] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27444/stat : 27444 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 28712 18446744073709551615 4194304 4196468 140725845425584 140006406035984 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27445] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27445/stat : 27445 (java) S 27436 27439 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 28712 18446744073709551615 4194304 4196468 140725845425584 140006059072144 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27446] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27446/stat : 27446 (java) S 27436 27439 16590 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 29625881 10878976000 28712 18446744073709551615 4194304 4196468 140725845425584 140006015171056 140006451186306 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27447] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27447/stat : 27447 (java) S 27436 27439 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 29625881 10878976000 28712 18446744073709551615 4194304 4196468 140725845425584 140006014117280 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27448] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27448/stat : 27448 (java) S 27436 27439 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 29625882 10878976000 28712 18446744073709551615 4194304 4196468 140725845425584 140006013064688 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27449] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27449/stat : 27449 (java) S 27436 27439 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29625884 10878976000 28712 18446744073709551615 4194304 4196468 140725845425584 140006012013264 140006451193755 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27450] ppid=27436 vsize=10624000 CPUtime=0.6 cores=0,2,4,6
/proc/27439/task/27450/stat : 27450 (java) S 27436 27439 16590 0 -1 1077944384 2386 0 0 0 60 0 0 0 20 0 16 0 29625884 10878976000 28712 18446744073709551615 4194304 4196468 140725845425584 140006010959856 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27451] ppid=27436 vsize=10624000 CPUtime=0.57 cores=0,2,4,6
/proc/27439/task/27451/stat : 27451 (java) R 27436 27439 16590 0 -1 4202560 1639 0 0 0 57 0 0 0 20 0 16 0 29625884 10878976000 28712 18446744073709551615 4194304 4196468 140725845425584 140006009907312 140006432699381 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27452] ppid=27436 vsize=10624000 CPUtime=0.38 cores=0,2,4,6
/proc/27439/task/27452/stat : 27452 (java) S 27436 27439 16590 0 -1 1077944384 2653 0 0 0 38 0 0 0 20 0 16 0 29625884 10878976000 28712 18446744073709551615 4194304 4196468 140725845425584 140006008854768 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27453] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27453/stat : 27453 (java) S 27436 27439 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29625884 10878976000 28712 18446744073709551615 4194304 4196468 140725845425584 140006007802464 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27454] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27454/stat : 27454 (java) S 27436 27439 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 29625888 10878976000 28712 18446744073709551615 4194304 4196468 140725845425584 140006006750000 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27455] ppid=27436 vsize=10624000 CPUtime=2.83 cores=0,2,4,6
/proc/27439/task/27455/stat : 27455 (java) R 27436 27439 16590 0 -1 4202560 6535 0 0 0 280 3 0 0 20 0 16 0 29625905 10878976000 28712 18446744073709551615 4194304 4196468 140725845425584 140006003547600 140006090041489 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
Current children cumulated CPU time (s) 4.62
Current children cumulated vsize (KiB) 10624000

[startup+4.00057 s]
/proc/loadavg: 2.01 1.92 1.80 3/214 27455
/proc/meminfo: memFree=30906988/32770624 swapFree=0/448920
[pid=27439] ppid=27436 vsize=10624000 CPUtime=5.59 cores=0,2,4,6
/proc/27439/stat : 27439 (java) S 27436 27439 16590 0 -1 1077944320 21449 0 0 0 550 9 0 0 20 0 16 0 29625869 10878976000 29372 18446744073709551615 4194304 4196468 140725845425584 140725845408128 140006451175159 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
/proc/27439/statm: 2656000 29372 3108 1 0 2644926 0
[pid=27439/tid=27441] ppid=27436 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/27439/task/27441/stat : 27441 (java) S 27436 27439 16590 0 -1 1077944384 6170 0 0 0 18 3 0 0 20 0 16 0 29625879 10878976000 29372 18446744073709551615 4194304 4196468 140725845425584 140006455418032 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27442] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27442/stat : 27442 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 29372 18446744073709551615 4194304 4196468 140725845425584 140006408141072 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27443] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27443/stat : 27443 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 29372 18446744073709551615 4194304 4196468 140725845425584 140006407088528 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27444] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27444/stat : 27444 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 29372 18446744073709551615 4194304 4196468 140725845425584 140006406035984 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27445] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27445/stat : 27445 (java) S 27436 27439 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 29372 18446744073709551615 4194304 4196468 140725845425584 140006059072144 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27446] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27446/stat : 27446 (java) S 27436 27439 16590 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 16 0 29625881 10878976000 29372 18446744073709551615 4194304 4196468 140725845425584 140006015171056 140006451186306 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27447] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27447/stat : 27447 (java) S 27436 27439 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 29625881 10878976000 29372 18446744073709551615 4194304 4196468 140725845425584 140006014117280 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27448] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27448/stat : 27448 (java) S 27436 27439 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 29625882 10878976000 29372 18446744073709551615 4194304 4196468 140725845425584 140006013064688 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27449] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27449/stat : 27449 (java) S 27436 27439 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29625884 10878976000 29372 18446744073709551615 4194304 4196468 140725845425584 140006012013264 140006451193755 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27450] ppid=27436 vsize=10624000 CPUtime=0.66 cores=0,2,4,6
/proc/27439/task/27450/stat : 27450 (java) S 27436 27439 16590 0 -1 1077944384 2409 0 0 0 66 0 0 0 20 0 16 0 29625884 10878976000 29372 18446744073709551615 4194304 4196468 140725845425584 140006010959856 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27451] ppid=27436 vsize=10624000 CPUtime=0.63 cores=0,2,4,6
/proc/27439/task/27451/stat : 27451 (java) S 27436 27439 16590 0 -1 1077944384 1674 0 0 0 63 0 0 0 20 0 16 0 29625884 10878976000 29372 18446744073709551615 4194304 4196468 140725845425584 140006009907312 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27452] ppid=27436 vsize=10624000 CPUtime=0.41 cores=0,2,4,6
/proc/27439/task/27452/stat : 27452 (java) S 27436 27439 16590 0 -1 1077944384 3188 0 0 0 41 0 0 0 20 0 16 0 29625884 10878976000 29372 18446744073709551615 4194304 4196468 140725845425584 140006008854768 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27453] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27453/stat : 27453 (java) S 27436 27439 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29625884 10878976000 29372 18446744073709551615 4194304 4196468 140725845425584 140006007802464 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27454] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27454/stat : 27454 (java) S 27436 27439 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 29625888 10878976000 29372 18446744073709551615 4194304 4196468 140725845425584 140006006750000 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27455] ppid=27436 vsize=10624000 CPUtime=3.62 cores=0,2,4,6
/proc/27439/task/27455/stat : 27455 (java) R 27436 27439 16590 0 -1 4202560 6545 0 0 0 359 3 0 0 20 0 16 0 29625905 10878976000 29372 18446744073709551615 4194304 4196468 140725845425584 140006003556704 140006089658340 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
Current children cumulated CPU time (s) 5.59
Current children cumulated vsize (KiB) 10624000

[startup+4.40056 s]
/proc/loadavg: 2.01 1.92 1.80 3/214 27455
/proc/meminfo: memFree=30903968/32770624 swapFree=0/448928
[pid=27439] ppid=27436 vsize=10624000 CPUtime=6 cores=0,2,4,6
/proc/27439/stat : 27439 (java) S 27436 27439 16590 0 -1 1077944320 21749 0 0 0 591 9 0 0 20 0 16 0 29625869 10878976000 29374 18446744073709551615 4194304 4196468 140725845425584 140725845408128 140006451175159 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
/proc/27439/statm: 2656000 29374 3108 1 0 2644926 0
[pid=27439/tid=27441] ppid=27436 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/27439/task/27441/stat : 27441 (java) S 27436 27439 16590 0 -1 1077944384 6170 0 0 0 18 3 0 0 20 0 16 0 29625879 10878976000 29374 18446744073709551615 4194304 4196468 140725845425584 140006455418032 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27442] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27442/stat : 27442 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 29374 18446744073709551615 4194304 4196468 140725845425584 140006408141072 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27443] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27443/stat : 27443 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 29374 18446744073709551615 4194304 4196468 140725845425584 140006407088528 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27444] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27444/stat : 27444 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 29374 18446744073709551615 4194304 4196468 140725845425584 140006406035984 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27445] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27445/stat : 27445 (java) S 27436 27439 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 29625880 10878976000 29374 18446744073709551615 4194304 4196468 140725845425584 140006059072144 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27446] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27446/stat : 27446 (java) S 27436 27439 16590 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 16 0 29625881 10878976000 29374 18446744073709551615 4194304 4196468 140725845425584 140006015171056 140006451186306 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27447] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27447/stat : 27447 (java) S 27436 27439 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 29625881 10878976000 29374 18446744073709551615 4194304 4196468 140725845425584 140006014117280 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27448] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27448/stat : 27448 (java) S 27436 27439 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 29625882 10878976000 29374 18446744073709551615 4194304 4196468 140725845425584 140006013064688 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27449] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27449/stat : 27449 (java) S 27436 27439 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29625884 10878976000 29374 18446744073709551615 4194304 4196468 140725845425584 140006012013264 140006451193755 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27450] ppid=27436 vsize=10624000 CPUtime=0.67 cores=0,2,4,6
/proc/27439/task/27450/stat : 27450 (java) S 27436 27439 16590 0 -1 1077944384 2414 0 0 0 67 0 0 0 20 0 16 0 29625884 10878976000 29374 18446744073709551615 4194304 4196468 140725845425584 140006010959856 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27451] ppid=27436 vsize=10624000 CPUtime=0.63 cores=0,2,4,6
/proc/27439/task/27451/stat : 27451 (java) S 27436 27439 16590 0 -1 1077944384 1674 0 0 0 63 0 0 0 20 0 16 0 29625884 10878976000 29374 18446744073709551615 4194304 4196468 140725845425584 140006009907312 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27452] ppid=27436 vsize=10624000 CPUtime=0.41 cores=0,2,4,6
/proc/27439/task/27452/stat : 27452 (java) S 27436 27439 16590 0 -1 1077944384 3191 0 0 0 41 0 0 0 20 0 16 0 29625884 10878976000 29374 18446744073709551615 4194304 4196468 140725845425584 140006008854768 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27453] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27453/stat : 27453 (java) S 27436 27439 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 29625884 10878976000 29374 18446744073709551615 4194304 4196468 140725845425584 140006007802464 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27454] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27454/stat : 27454 (java) S 27436 27439 16590 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 29625888 10878976000 29374 18446744073709551615 4194304 4196468 140725845425584 140006006750000 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27455] ppid=27436 vsize=10624000 CPUtime=4.03 cores=0,2,4,6
/proc/27439/task/27455/stat : 27455 (java) R 27436 27439 16590 0 -1 4202560 6771 0 0 0 399 4 0 0 20 0 16 0 29625905 10878976000 29374 18446744073709551615 4194304 4196468 140725845425584 140006003556984 140006089977162 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 10624000

[startup+4.80058 s]
/proc/loadavg: 2.01 1.92 1.80 3/214 27455
/proc/meminfo: memFree=30903968/32770624 swapFree=0/448928
[pid=27439] ppid=27436 vsize=10624000 CPUtime=6.46 cores=0,2,4,6
/proc/27439/stat : 27439 (java) S 27436 27439 16590 0 -1 1077944320 22130 0 0 0 637 9 0 0 20 0 14 0 29625869 10878976000 29378 18446744073709551615 4194304 4196468 140725845425584 140725845408128 140006451175159 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
/proc/27439/statm: 2656000 29378 3110 1 0 2644926 0
[pid=27439/tid=27441] ppid=27436 vsize=10624000 CPUtime=0.21 cores=0,2,4,6
/proc/27439/task/27441/stat : 27441 (java) S 27436 27439 16590 0 -1 1077944384 6215 0 0 0 18 3 0 0 20 0 14 0 29625879 10878976000 29378 18446744073709551615 4194304 4196468 140725845425584 140006455418000 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27442] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27442/stat : 27442 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 29625880 10878976000 29378 18446744073709551615 4194304 4196468 140725845425584 140006408141072 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27443] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27443/stat : 27443 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 29625880 10878976000 29378 18446744073709551615 4194304 4196468 140725845425584 140006407088528 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27444] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27444/stat : 27444 (java) S 27436 27439 16590 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 29625880 10878976000 29378 18446744073709551615 4194304 4196468 140725845425584 140006406035984 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27445] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27445/stat : 27445 (java) S 27436 27439 16590 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 29625880 10878976000 29378 18446744073709551615 4194304 4196468 140725845425584 140006059072144 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27446] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27446/stat : 27446 (java) S 27436 27439 16590 0 -1 1077944384 233 0 0 0 0 0 0 0 20 0 14 0 29625881 10878976000 29378 18446744073709551615 4194304 4196468 140725845425584 140006015171264 140006451186306 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27447] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27447/stat : 27447 (java) S 27436 27439 16590 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 29625881 10878976000 29378 18446744073709551615 4194304 4196468 140725845425584 140006014117280 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27448] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27448/stat : 27448 (java) S 27436 27439 16590 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 29625882 10878976000 29378 18446744073709551615 4194304 4196468 140725845425584 140006013064688 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27449] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27449/stat : 27449 (java) S 27436 27439 16590 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 14 0 29625884 10878976000 29378 18446744073709551615 4194304 4196468 140725845425584 140006012012320 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27450] ppid=27436 vsize=10624000 CPUtime=0.71 cores=0,2,4,6
/proc/27439/task/27450/stat : 27450 (java) S 27436 27439 16590 0 -1 1077944384 2416 0 0 0 71 0 0 0 20 0 14 0 29625884 10878976000 29378 18446744073709551615 4194304 4196468 140725845425584 140006010944368 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27451] ppid=27436 vsize=10624000 CPUtime=0.65 cores=0,2,4,6
/proc/27439/task/27451/stat : 27451 (java) S 27436 27439 16590 0 -1 1077944384 1681 0 0 0 65 0 0 0 20 0 14 0 29625884 10878976000 29378 18446744073709551615 4194304 4196468 140725845425584 140006009891824 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27452] ppid=27436 vsize=10624000 CPUtime=0.42 cores=0,2,4,6
/proc/27439/task/27452/stat : 27452 (java) S 27436 27439 16590 0 -1 1077944384 3235 0 0 0 42 0 0 0 20 0 14 0 29625884 10878976000 29378 18446744073709551615 4194304 4196468 140725845425584 140006008854768 140006451186306 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
[pid=27439/tid=27453] ppid=27436 vsize=10624000 CPUtime=0 cores=0,2,4,6
/proc/27439/task/27453/stat : 27453 (java) S 27436 27439 16590 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 29625884 10878976000 29378 18446744073709551615 4194304 4196468 140725845425584 140006007802464 140006451185365 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10481664 140725845426638 140725845426767 140725845426767 140725845430223 0
Current children cumulated CPU time (s) 6.46
Current children cumulated vsize (KiB) 10624000

Child status: 0
Real time (s): 4.81106
CPU time (s): 6.47424
CPU user time (s): 6.37103
CPU system time (s): 0.103215
CPU usage (%): 134.57
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.37103
system time used= 0.103215
maximum resident set size= 117880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22160
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= 2376
involuntary context switches= 22

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.021563 second user time and 0.031973 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-09 12:11:17
IDJOB=4264439
IDBENCH=122908
IDSOLVER=2652
FILE ID=node127/4264439-1502274323
RUNJOBID= node127-1502258002-23061
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-080.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264439-1502274323/watcher-4264439-1502274323 -o /tmp/evaluation-result-4264439-1502274323/solver-4264439-1502274323 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502258002-23061 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264439-1502274323.xml

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

MD5SUM BENCH= 8abaeb34d7c0899fee3fdb2f002199b6
RANDOM SEED=226671390

node127.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.92
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.92
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.92
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.92
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:        31010012 kB
MemAvailable:   31598144 kB
Buffers:          196396 kB
Cached:           676444 kB
SwapCached:            0 kB
Active:           879072 kB
Inactive:         465580 kB
Active(anon):     471924 kB
Inactive(anon):    16716 kB
Active(file):     407148 kB
Inactive(file):   448864 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7860 kB
Writeback:             0 kB
AnonPages:        471744 kB
Mapped:            49476 kB
Shmem:             17060 kB
Slab:             121560 kB
SReclaimable:      95912 kB
SUnreclaim:        25648 kB
KernelStack:        3552 kB
PageTables:         5996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1274952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node127 at 2017-08-09 12:11:22