Trace number 4292581

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
Choco-solver 4.0.7 seq (493a269)SAT 2.87841 1.16956

General information on the benchmark

NameStripPacking/
StripPacking-C1P1_c18.xml
MD5SUM889218b6c90316b766a017c27e87ee44
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 benchmark2.87841
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints49
Number of domains18
Minimum domain size1
Maximum domain size20
Distribution of domain sizes[{"size":1,"count":4},{"size":2,"count":44},{"size":20,"count":32}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":16},{"degree":2,"count":32},{"degree":3,"count":32}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":32},{"arity":3,"count":16},{"arity":64,"count":1}]
Number of extensional constraints16
Number of intensional constraints32
Distribution of constraint types[{"type":"extension","count":16},{"type":"intension","count":32},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292581-1532284181.xml"  -tl '2400s' -p 1 -x 0
0.12/0.18	c Choco 493a269
0.12/0.24	c [HOME/instance-4292581-1532284181.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.24	c simple solver
0.12/0.28	c parse instance...
0.97/0.56	c solve instance...
2.76/1.13	s SATISFIABLE
2.76/1.13	v <instantiation>
2.76/1.13	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] w[0] w[1] w[2] w[3] w[4] w[5] w[6] w[7] w[8] w[9] w[10] w[11] w[12] w[13] w[14] w[15] h[0] h[1] h[2] h[3] h[4] h[5] h[6] h[7] h[8] h[9] h[10] h[11] h[12] h[13] h[14] h[15] r[0] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] r[10] r[11] r[12] r[13] r[14] r[15] </list>
2.76/1.13	v 	<values>16 0 12 5 0 11 0 0 5 5 3 3 12 12 18 18 0 10 12 0 7 0 17 0 5 3 4 0 9 5 11 0 2 12 6 6 5 5 12 3 7 6 2 2 4 4 2 2 12 7 8 3 3 5 3 7 5 2 3 4 3 4 9 11 0 1 1 1 1 0 1 0 1 1 1 1 1 0 1 1 </values>
2.76/1.13	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (7794 MiB free)
  memory of node 1: 16384 MiB (8733 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292581-1532284181/watcher-4292581-1532284181 -o /tmp/evaluation-result-4292581-1532284181/solver-4292581-1532284181 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532279307-5949 --watchdog 2560 HOME/xcsp3-exec -seed 462398764 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292581-1532284181.xml 

running on 4 cores: 0,2,4,6

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=6685, runsolver pid=6682

[startup+0.100063 s]*
/proc/loadavg: 1.98 2.09 2.03 3/222 6701
/proc/meminfo: memFree=16902564/32770624 swapFree=67108860/67108860
[pid=6685] ppid=6682 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6685/stat : 6685 (xcsp3-exec) S 6682 6685 3347 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45981269 115843072 363 33554432000 4194304 5098028 140733362721136 140733362719240 139807632134780 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21889024 140733362730043 140733362730244 140733362730244 140733362733002 0
/proc/6685/statm: 28282 363 305 221 0 87 0
[pid=6687] ppid=6685 vsize=14082840 memory=27384 CPUtime=0.12 cores=0,2,4,6
/proc/6687/stat : 6687 (java) S 6685 6685 3347 0 -1 1077944320 5749 0 0 0 11 1 0 0 20 0 15 0 45981269 14420828160 6846 33554432000 4194304 4196468 140727135787328 140727135769872 140536396709623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
/proc/6687/statm: 3520710 6846 2983 1 0 3483008 0
[pid=6687/tid=6688] ppid=6685 vsize=14082840 memory=8044172888880943963 CPUtime=0.08 cores=0,2,4,6
/proc/6687/task/6688/stat : 6688 (java) R 6685 6685 3347 0 -1 4202560 3731 0 0 0 8 0 0 0 20 0 15 0 45981269 14420828160 6846 33554432000 4194304 4196468 140727135787328 140536400939040 140536396731549 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6689] ppid=6685 vsize=14082840 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6689/stat : 6689 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14420828160 6846 33554432000 4194304 4196468 140727135787328 140536364267792 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6690] ppid=6685 vsize=14082840 memory=140700432164480 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6690/stat : 6690 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14420828160 6846 33554432000 4194304 4196468 140727135787328 140535991826832 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6691] ppid=6685 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6691/stat : 6691 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14420828160 6846 33554432000 4194304 4196468 140727135787328 140535990774288 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6692] ppid=6685 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6692/stat : 6692 (java) S 6685 6685 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45981270 14420828160 6846 33554432000 4194304 4196468 140727135787328 140535989721744 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6693] ppid=6685 vsize=14082840 memory=140700432164480 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6693/stat : 6693 (java) S 6685 6685 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45981271 14420828160 6846 33554432000 4194304 4196468 140727135787328 140535376177648 140536396720770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6694] ppid=6685 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6694/stat : 6694 (java) S 6685 6685 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45981272 14420828160 6846 33554432000 4194304 4196468 140727135787328 140535375123872 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6695] ppid=6685 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6695/stat : 6695 (java) S 6685 6685 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45981272 14420828160 6846 33554432000 4194304 4196468 140727135787328 140535374071280 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6696] ppid=6685 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6696/stat : 6696 (java) S 6685 6685 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45981275 14420828160 6846 33554432000 4194304 4196468 140727135787328 140535373019856 140536396728219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6697] ppid=6685 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6697/stat : 6697 (java) S 6685 6685 3347 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 15 0 45981275 14420828160 6846 33554432000 4194304 4196468 140727135787328 140535371966448 140536396720770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6698] ppid=6685 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6698/stat : 6698 (java) S 6685 6685 3347 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 15 0 45981275 14420828160 6846 33554432000 4194304 4196468 140727135787328 140535370913904 140536396720770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6699] ppid=6685 vsize=14082840 memory=140700432164480 CPUtime=0.01 cores=0,2,4,6
/proc/6687/task/6699/stat : 6699 (java) S 6685 6685 3347 0 -1 1077944384 284 0 0 0 1 0 0 0 20 0 15 0 45981275 14420828160 6846 33554432000 4194304 4196468 140727135787328 140535369861360 140536396720770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6700] ppid=6685 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6700/stat : 6700 (java) S 6685 6685 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45981275 14420828160 6846 33554432000 4194304 4196468 140727135787328 140535368809056 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6701] ppid=6685 vsize=14082840 memory=140700432164480 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6701/stat : 6701 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981275 14420828160 6846 33554432000 4194304 4196468 140727135787328 140535367756592 140536396720770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 28836 KiB

[startup+0.347897 s]*
/proc/loadavg: 1.98 2.09 2.03 4/222 6701
/proc/meminfo: memFree=16889704/32770624 swapFree=67108860/67108860
[pid=6685] ppid=6682 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6685/stat : 6685 (xcsp3-exec) S 6682 6685 3347 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45981269 115843072 363 33554432000 4194304 5098028 140733362721136 140733362719240 139807632134780 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21889024 140733362730043 140733362730244 140733362730244 140733362733002 0
/proc/6685/statm: 28282 363 305 221 0 87 0
[pid=6687] ppid=6685 vsize=14087172 memory=50480 CPUtime=0.57 cores=0,2,4,6
/proc/6687/stat : 6687 (java) S 6685 6685 3347 0 -1 1077944320 9729 0 0 0 54 3 0 0 20 0 15 0 45981269 14425264128 12620 33554432000 4194304 4196468 140727135787328 140727135769872 140536396709623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
/proc/6687/statm: 3521793 12620 3266 1 0 3483008 0
[pid=6687/tid=6688] ppid=6685 vsize=14087172 memory=7883960649037381690 CPUtime=0.33 cores=0,2,4,6
/proc/6687/task/6688/stat : 6688 (java) R 6685 6685 3347 0 -1 4202560 6458 0 0 0 31 2 0 0 20 0 15 0 45981269 14425264128 12620 33554432000 4194304 4196468 140727135787328 140536400941888 140536396731549 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6689] ppid=6685 vsize=14087172 memory=8967 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6689/stat : 6689 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14425264128 12620 33554432000 4194304 4196468 140727135787328 140536364267792 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6690] ppid=6685 vsize=14087172 memory=140700432430606 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6690/stat : 6690 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14425264128 12620 33554432000 4194304 4196468 140727135787328 140535991826832 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6691] ppid=6685 vsize=14087172 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6691/stat : 6691 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14425264128 12620 33554432000 4194304 4196468 140727135787328 140535990774288 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6692] ppid=6685 vsize=14087172 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6692/stat : 6692 (java) S 6685 6685 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45981270 14425264128 12620 33554432000 4194304 4196468 140727135787328 140535989721744 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6693] ppid=6685 vsize=14087172 memory=140700432164480 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6693/stat : 6693 (java) S 6685 6685 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45981271 14425264128 12620 33554432000 4194304 4196468 140727135787328 140535376177648 140536396720770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6694] ppid=6685 vsize=14087172 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6694/stat : 6694 (java) S 6685 6685 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45981272 14425264128 12620 33554432000 4194304 4196468 140727135787328 140535375123872 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6695] ppid=6685 vsize=14087172 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6695/stat : 6695 (java) S 6685 6685 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45981272 14425264128 12620 33554432000 4194304 4196468 140727135787328 140535374071280 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6696] ppid=6685 vsize=14087172 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6696/stat : 6696 (java) S 6685 6685 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45981275 14425264128 12620 33554432000 4194304 4196468 140727135787328 140535373019856 140536396728219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6697] ppid=6685 vsize=14087172 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6687/task/6697/stat : 6697 (java) S 6685 6685 3347 0 -1 1077944384 569 0 0 0 5 0 0 0 20 0 15 0 45981275 14425264128 12620 33554432000 4194304 4196468 140727135787328 140535371966448 140536396720770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6698] ppid=6685 vsize=14087172 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/6687/task/6698/stat : 6698 (java) S 6685 6685 3347 0 -1 1077944384 271 0 0 0 3 0 0 0 20 0 15 0 45981275 14425264128 12620 33554432000 4194304 4196468 140727135787328 140535370913904 140536396720770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6699] ppid=6685 vsize=14087172 memory=140700432164480 CPUtime=0.14 cores=0,2,4,6
/proc/6687/task/6699/stat : 6699 (java) R 6685 6685 3347 0 -1 4202560 1130 0 0 0 13 1 0 0 20 0 15 0 45981275 14425264128 12620 33554432000 4194304 4196468 140727135787328 140535369861360 140536380790110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6700] ppid=6685 vsize=14087172 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6700/stat : 6700 (java) S 6685 6685 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45981275 14425264128 12620 33554432000 4194304 4196468 140727135787328 140535368809056 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6701] ppid=6685 vsize=14087172 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6701/stat : 6701 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981275 14425264128 12620 33554432000 4194304 4196468 140727135787328 140535367756592 140536396720770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 14200300 KiB
Current children cumulated memory: 51932 KiB

[startup+0.410882 s]*
/proc/loadavg: 1.98 2.09 2.03 5/222 6701
/proc/meminfo: memFree=16884120/32770624 swapFree=67108860/67108860
[pid=6685] ppid=6682 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6685/stat : 6685 (xcsp3-exec) S 6682 6685 3347 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45981269 115843072 363 33554432000 4194304 5098028 140733362721136 140733362719240 139807632134780 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21889024 140733362730043 140733362730244 140733362730244 140733362733002 0
/proc/6685/statm: 28282 363 305 221 0 87 0
[pid=6687] ppid=6685 vsize=14089220 memory=55628 CPUtime=0.71 cores=0,2,4,6
/proc/6687/stat : 6687 (java) S 6685 6685 3347 0 -1 1077944320 10084 0 0 0 68 3 0 0 20 0 15 0 45981269 14427361280 13907 33554432000 4194304 4196468 140727135787328 140727135769872 140536396709623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
/proc/6687/statm: 3522305 13907 3272 1 0 3483520 0
[pid=6687/tid=6688] ppid=6685 vsize=14089220 memory=8112282956445269571 CPUtime=0.4 cores=0,2,4,6
/proc/6687/task/6688/stat : 6688 (java) R 6685 6685 3347 0 -1 4202560 6595 0 0 0 38 2 0 0 20 0 15 0 45981269 14427361280 13907 33554432000 4194304 4196468 140727135787328 140536400944960 140536396730970 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6689] ppid=6685 vsize=14089220 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6689/stat : 6689 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14427361280 13907 33554432000 4194304 4196468 140727135787328 140536364267792 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6690] ppid=6685 vsize=14089220 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6690/stat : 6690 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14427361280 13907 33554432000 4194304 4196468 140727135787328 140535991826832 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6691] ppid=6685 vsize=14089220 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6691/stat : 6691 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14427361280 13907 33554432000 4194304 4196468 140727135787328 140535990774288 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6692] ppid=6685 vsize=14089220 memory=7379517710693473142 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6692/stat : 6692 (java) S 6685 6685 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45981270 14427361280 13907 33554432000 4194304 4196468 140727135787328 140535989721744 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6693] ppid=6685 vsize=14089220 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6693/stat : 6693 (java) S 6685 6685 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45981271 14427361280 13907 33554432000 4194304 4196468 140727135787328 140535376177648 140536396720770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6694] ppid=6685 vsize=14089220 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6694/stat : 6694 (java) S 6685 6685 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45981272 14427361280 13907 33554432000 4194304 4196468 140727135787328 140535375123872 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6695] ppid=6685 vsize=14089220 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6695/stat : 6695 (java) S 6685 6685 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45981272 14427361280 13907 33554432000 4194304 4196468 140727135787328 140535374071280 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6696] ppid=6685 vsize=14089220 memory=8693815914432465728 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6696/stat : 6696 (java) S 6685 6685 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45981275 14427361280 13907 33554432000 4194304 4196468 140727135787328 140535373019856 140536396728219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6697] ppid=6685 vsize=14089220 memory=8325818968683490714 CPUtime=0.07 cores=0,2,4,6
/proc/6687/task/6697/stat : 6697 (java) S 6685 6685 3347 0 -1 1077944384 585 0 0 0 7 0 0 0 20 0 15 0 45981275 14427361280 13907 33554432000 4194304 4196468 140727135787328 140535371966448 140536396720770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6698] ppid=6685 vsize=14089220 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/6687/task/6698/stat : 6698 (java) S 6685 6685 3347 0 -1 1077944384 379 0 0 0 5 0 0 0 20 0 15 0 45981275 14427361280 13907 33554432000 4194304 4196468 140727135787328 140535370913904 140536396720770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6699] ppid=6685 vsize=14089220 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/6687/task/6699/stat : 6699 (java) R 6685 6685 3347 0 -1 4202560 1230 0 0 0 17 1 0 0 20 0 15 0 45981275 14427361280 13907 33554432000 4194304 4196468 140727135787328 140535369858296 140536396721558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6700] ppid=6685 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6700/stat : 6700 (java) S 6685 6685 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45981275 14427361280 13907 33554432000 4194304 4196468 140727135787328 140535368809056 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6701] ppid=6685 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6701/stat : 6701 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981275 14427361280 13907 33554432000 4194304 4196468 140727135787328 140535367756592 140536396720770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
Current children cumulated CPU time: 0.71 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 57080 KiB

[startup+0.710635 s]
/proc/loadavg: 1.98 2.09 2.03 6/222 6701
/proc/meminfo: memFree=16868556/32770624 swapFree=67108860/67108860
[pid=6685] ppid=6682 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6685/stat : 6685 (xcsp3-exec) S 6682 6685 3347 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45981269 115843072 363 33554432000 4194304 5098028 140733362721136 140733362719240 139807632134780 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21889024 140733362730043 140733362730244 140733362730244 140733362733002 0
/proc/6685/statm: 28282 363 305 221 0 87 0
[pid=6687] ppid=6685 vsize=14089220 memory=86144 CPUtime=1.53 cores=0,2,4,6
/proc/6687/stat : 6687 (java) S 6685 6685 3347 0 -1 1077944320 16316 0 0 0 148 5 0 0 20 0 15 0 45981269 14427361280 21536 33554432000 4194304 4196468 140727135787328 140727135769872 140536396709623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
/proc/6687/statm: 3522305 21536 3345 1 0 3483520 0
[pid=6687/tid=6688] ppid=6685 vsize=14089220 memory=16097065801353040 CPUtime=0.68 cores=0,2,4,6
/proc/6687/task/6688/stat : 6688 (java) R 6685 6685 3347 0 -1 4202560 7189 0 0 0 66 2 0 0 20 0 15 0 45981269 14427361280 21536 33554432000 4194304 4196468 140727135787328 140536400948432 140536037130082 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6689] ppid=6685 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6689/stat : 6689 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14427361280 21536 33554432000 4194304 4196468 140727135787328 140536364267792 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6690] ppid=6685 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6690/stat : 6690 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14427361280 21536 33554432000 4194304 4196468 140727135787328 140535991826832 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6691] ppid=6685 vsize=14089220 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6691/stat : 6691 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14427361280 21536 33554432000 4194304 4196468 140727135787328 140535990774288 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6692] ppid=6685 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6692/stat : 6692 (java) S 6685 6685 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45981270 14427361280 21536 33554432000 4194304 4196468 140727135787328 140535989721744 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6693] ppid=6685 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6693/stat : 6693 (java) S 6685 6685 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45981271 14427361280 21536 33554432000 4194304 4196468 140727135787328 140535376177648 140536396720770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6694] ppid=6685 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6694/stat : 6694 (java) S 6685 6685 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45981272 14427361280 21536 33554432000 4194304 4196468 140727135787328 140535375123872 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6695] ppid=6685 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6695/stat : 6695 (java) S 6685 6685 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45981272 14427361280 21536 33554432000 4194304 4196468 140727135787328 140535374071280 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6696] ppid=6685 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6696/stat : 6696 (java) S 6685 6685 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45981275 14427361280 21536 33554432000 4194304 4196468 140727135787328 140535373019856 140536396728219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6697] ppid=6685 vsize=14089220 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/6687/task/6697/stat : 6697 (java) R 6685 6685 3347 0 -1 4202560 2649 0 0 0 22 0 0 0 20 0 15 0 45981275 14427361280 21536 33554432000 4194304 4196468 140727135787328 140535371948040 140536380195899 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6698] ppid=6685 vsize=14089220 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/6687/task/6698/stat : 6698 (java) R 6685 6685 3347 0 -1 4202560 2452 0 0 0 24 0 0 0 20 0 15 0 45981275 14427361280 21536 33554432000 4194304 4196468 140727135787328 140535370894920 140536380620052 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6699] ppid=6685 vsize=14089220 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/6687/task/6699/stat : 6699 (java) R 6685 6685 3347 0 -1 1077944384 2719 0 0 0 34 2 0 0 20 0 15 0 45981275 14427361280 21536 33554432000 4194304 4196468 140727135787328 140535369861360 140536396720770 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6700] ppid=6685 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6700/stat : 6700 (java) S 6685 6685 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45981275 14427361280 21536 33554432000 4194304 4196468 140727135787328 140535368809056 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6701] ppid=6685 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6701/stat : 6701 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981275 14427361280 21536 33554432000 4194304 4196468 140727135787328 140535367756592 140536396720770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 87596 KiB

[startup+1.16952 s]
# the end of solver process 6685 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.79406 s, system=0.084352 s

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

[startup+0.900771 s]
/proc/loadavg: 1.98 2.09 2.03 6/222 6701
/proc/meminfo: memFree=16868556/32770624 swapFree=67108860/67108860
[pid=6685] ppid=6682 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6685/stat : 6685 (xcsp3-exec) S 6682 6685 3347 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45981269 115843072 363 33554432000 4194304 5098028 140733362721136 140733362719240 139807632134780 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21889024 140733362730043 140733362730244 140733362730244 140733362733002 0
/proc/6685/statm: 28282 363 305 221 0 87 0
[pid=6687] ppid=6685 vsize=14093824 memory=113784 CPUtime=2.11 cores=0,2,4,6
/proc/6687/stat : 6687 (java) S 6685 6685 3347 0 -1 1077944320 23750 0 0 0 205 6 0 0 20 0 15 0 45981269 14432075776 28446 33554432000 4194304 4196468 140727135787328 140727135769872 140536396709623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
/proc/6687/statm: 3523456 28446 3346 1 0 3484671 0
[pid=6687/tid=6688] ppid=6685 vsize=14093824 memory=1204 CPUtime=0.87 cores=0,2,4,6
/proc/6687/task/6688/stat : 6688 (java) R 6685 6685 3347 0 -1 4202560 7194 0 0 0 85 2 0 0 20 0 15 0 45981269 14432075776 28446 33554432000 4194304 4196468 140727135787328 140536400947088 140536034450551 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6689] ppid=6685 vsize=14093824 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6689/stat : 6689 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14432075776 28446 33554432000 4194304 4196468 140727135787328 140536364267792 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6690] ppid=6685 vsize=14093824 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6690/stat : 6690 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14432075776 28446 33554432000 4194304 4196468 140727135787328 140535991826832 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6691] ppid=6685 vsize=14093824 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6691/stat : 6691 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14432075776 28446 33554432000 4194304 4196468 140727135787328 140535990774288 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6692] ppid=6685 vsize=14093824 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6692/stat : 6692 (java) S 6685 6685 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45981270 14432075776 28446 33554432000 4194304 4196468 140727135787328 140535989721744 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6693] ppid=6685 vsize=14093824 memory=11044 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6693/stat : 6693 (java) S 6685 6685 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45981271 14432075776 28446 33554432000 4194304 4196468 140727135787328 140535376177648 140536396720770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6694] ppid=6685 vsize=14093824 memory=13252 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6694/stat : 6694 (java) S 6685 6685 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45981272 14432075776 28446 33554432000 4194304 4196468 140727135787328 140535375123872 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6695] ppid=6685 vsize=14093824 memory=15460 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6695/stat : 6695 (java) S 6685 6685 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45981272 14432075776 28446 33554432000 4194304 4196468 140727135787328 140535374071280 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6696] ppid=6685 vsize=14093824 memory=17668 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6696/stat : 6696 (java) S 6685 6685 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45981275 14432075776 28446 33554432000 4194304 4196468 140727135787328 140535373019856 140536396728219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6697] ppid=6685 vsize=14093824 memory=19876 CPUtime=0.41 cores=0,2,4,6
/proc/6687/task/6697/stat : 6697 (java) R 6685 6685 3347 0 -1 4202560 6453 0 0 0 40 1 0 0 20 0 15 0 45981275 14432075776 28446 33554432000 4194304 4196468 140727135787328 140535371950952 140536381834929 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6698] ppid=6685 vsize=14093824 memory=22084 CPUtime=0.42 cores=0,2,4,6
/proc/6687/task/6698/stat : 6698 (java) R 6685 6685 3347 0 -1 4202560 5887 0 0 0 42 0 0 0 20 0 15 0 45981275 14432075776 28446 33554432000 4194304 4196468 140727135787328 140535370898376 140536378254063 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6699] ppid=6685 vsize=14093824 memory=24292 CPUtime=0.38 cores=0,2,4,6
/proc/6687/task/6699/stat : 6699 (java) S 6685 6685 3347 0 -1 1077944384 2909 0 0 0 36 2 0 0 20 0 15 0 45981275 14432075776 28446 33554432000 4194304 4196468 140727135787328 140535369861360 140536396720770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6700] ppid=6685 vsize=14093824 memory=26500 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6700/stat : 6700 (java) S 6685 6685 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45981275 14432075776 28446 33554432000 4194304 4196468 140727135787328 140535368809056 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6701] ppid=6685 vsize=14093824 memory=28708 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6701/stat : 6701 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981275 14432075776 28446 33554432000 4194304 4196468 140727135787328 140535367756592 140536396720770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
Current children cumulated CPU time: 2.11 s
Current children cumulated vsize: 14206952 KiB
Current children cumulated memory: 115236 KiB

[startup+1.10073 s]*
/proc/loadavg: 1.98 2.09 2.03 5/222 6701
/proc/meminfo: memFree=16817344/32770624 swapFree=67108860/67108860
[pid=6685] ppid=6682 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6685/stat : 6685 (xcsp3-exec) S 6682 6685 3347 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 45981269 115843072 363 33554432000 4194304 5098028 140733362721136 140733362719240 139807632134780 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 21889024 140733362730043 140733362730244 140733362730244 140733362733002 0
/proc/6685/statm: 28282 363 305 221 0 87 0
[pid=6687] ppid=6685 vsize=14089220 memory=120556 CPUtime=2.76 cores=0,2,4,6
/proc/6687/stat : 6687 (java) S 6685 6685 3347 0 -1 1077944320 32826 0 0 0 269 7 0 0 20 0 15 0 45981269 14427361280 30139 33554432000 4194304 4196468 140727135787328 140727135769872 140536396709623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
/proc/6687/statm: 3522305 30139 3350 1 0 3483520 0
[pid=6687/tid=6688] ppid=6685 vsize=14089220 memory=27992919332356134 CPUtime=1.08 cores=0,2,4,6
/proc/6687/task/6688/stat : 6688 (java) R 6685 6685 3347 0 -1 4202560 7571 0 0 0 106 2 0 0 20 0 15 0 45981269 14427361280 30139 33554432000 4194304 4196468 140727135787328 140536400946376 140536037376512 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6689] ppid=6685 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6689/stat : 6689 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14427361280 30139 33554432000 4194304 4196468 140727135787328 140536364267792 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6690] ppid=6685 vsize=14089220 memory=14831503813600920 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6690/stat : 6690 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14427361280 30139 33554432000 4194304 4196468 140727135787328 140535991826832 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6691] ppid=6685 vsize=14089220 memory=8303054830060986464 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6691/stat : 6691 (java) S 6685 6685 3347 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45981270 14427361280 30139 33554432000 4194304 4196468 140727135787328 140535990774288 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6692] ppid=6685 vsize=14089220 memory=8292148123324110535 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6692/stat : 6692 (java) S 6685 6685 3347 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45981270 14427361280 30139 33554432000 4194304 4196468 140727135787328 140535989721744 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6693] ppid=6685 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6693/stat : 6693 (java) S 6685 6685 3347 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45981271 14427361280 30139 33554432000 4194304 4196468 140727135787328 140535376177648 140536396720770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6694] ppid=6685 vsize=14089220 memory=3184097920075968559 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6694/stat : 6694 (java) S 6685 6685 3347 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45981272 14427361280 30139 33554432000 4194304 4196468 140727135787328 140535375123872 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6695] ppid=6685 vsize=14089220 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6695/stat : 6695 (java) S 6685 6685 3347 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45981272 14427361280 30140 33554432000 4194304 4196468 140727135787328 140535374071280 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6696] ppid=6685 vsize=14089220 memory=-2893623298589923098 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6696/stat : 6696 (java) S 6685 6685 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45981275 14427361280 30140 33554432000 4194304 4196468 140727135787328 140535373019856 140536396728219 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6697] ppid=6685 vsize=14089220 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/6687/task/6697/stat : 6697 (java) R 6685 6685 3347 0 -1 4202560 10994 0 0 0 61 1 0 0 20 0 15 0 45981275 14427361280 30140 33554432000 4194304 4196468 140727135787328 140535371962816 140536378253712 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6698] ppid=6685 vsize=14089220 memory=-1 CPUtime=0.63 cores=0,2,4,6
/proc/6687/task/6698/stat : 6698 (java) R 6685 6685 3347 0 -1 4202560 9446 0 0 0 63 0 0 0 20 0 15 0 45981275 14427361280 30140 33554432000 4194304 4196468 140727135787328 140535370897024 140536375885630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6699] ppid=6685 vsize=14089220 memory=140700432164480 CPUtime=0.39 cores=0,2,4,6
/proc/6687/task/6699/stat : 6699 (java) S 6685 6685 3347 0 -1 1077944384 3531 0 0 0 37 2 0 0 20 0 15 0 45981275 14427361280 30140 33554432000 4194304 4196468 140727135787328 140535369861360 140536396720770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6700] ppid=6685 vsize=14089220 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6700/stat : 6700 (java) S 6685 6685 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45981275 14427361280 30140 33554432000 4194304 4196468 140727135787328 140535368809056 140536396719829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
[pid=6687/tid=6701] ppid=6685 vsize=14089220 memory=140700432164480 CPUtime=0 cores=0,2,4,6
/proc/6687/task/6701/stat : 6701 (java) S 6685 6685 3347 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45981275 14427361280 30140 33554432000 4194304 4196468 140727135787328 140535367756592 140536396720770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10235904 140727135794305 140727135794481 140727135794481 140727135797199 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 122008 KiB

Child status: 0
Real time (s): 1.16956
CPU time (s): 2.87841
CPU user time (s): 2.79406
CPU system time (s): 0.084352
CPU usage (%): 246.111
Max. virtual memory (cumulated for all children) (KiB): 14206952
Max. memory (cumulated for all children) (KiB): 122008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.79406
system time used= 0.084352
maximum resident set size= 123148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34718
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2006
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 6685
#   total CPU time (s): 2.87841
#   total CPU user time (s): 2.79406
#   total CPU system time (s): 0.084352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.023611 second user time and 0.065702 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-22 20:29:41
IDJOB=4292581
IDBENCH=141128
IDSOLVER=2747
FILE ID=node133/4292581-1532284181
RUNJOBID= node133-1532279307-5949
PBS_JOBID= 21018968
Free space on /tmp= 52628 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/StripPacking/StripPacking-C1P1_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292581-1532284181/watcher-4292581-1532284181 -o /tmp/evaluation-result-4292581-1532284181/solver-4292581-1532284181 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532279307-5949 --watchdog 2560  HOME/xcsp3-exec -seed 462398764 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292581-1532284181.xml

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

MD5SUM BENCH= 889218b6c90316b766a017c27e87ee44
RANDOM SEED=462398764

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.24
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.24
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.24
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.24
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:        16925404 kB
MemAvailable:   31742996 kB
Buffers:          205904 kB
Cached:         14688800 kB
SwapCached:            0 kB
Active:          1486944 kB
Inactive:       13658860 kB
Active(anon):     241292 kB
Inactive(anon):    29520 kB
Active(file):    1245652 kB
Inactive(file): 13629340 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20580 kB
Writeback:             0 kB
AnonPages:        323484 kB
Mapped:            49148 kB
Shmem:             17056 kB
Slab:             398564 kB
SReclaimable:     371060 kB
SUnreclaim:        27504 kB
KernelStack:        3920 kB
PageTables:         6272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1247616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 52608 MiB
End job on node133 at 2018-07-22 20:29:42