Trace number 4272317

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 5a (2017-07-26)SAT 2.66659 1.1645499

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-016.xml
MD5SUMdac573268cbee9df0798b3d421ad7cf6
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.019942001
Satisfiable
(Un)Satisfiability was proved
Number of variables31
Number of constraints17
Number of domains2
Minimum domain size15
Maximum domain size16
Distribution of domain sizes[{"size":15,"count":15},{"size":16,"count":16}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":17},{"degree":3,"count":14}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1},{"arity":16,"count":1}]
Number of extensional constraints0
Number of intensional constraints15
Distribution of constraint types[{"type":"intension","count":15},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.08	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4272317-1502743720.xml"  -tl '2520s' -p 1 -x 3
0.10/0.27	c [HOME/instance-4272317-1502743720.xml, -tl, 2520s, -p, 1, -x, 3]
0.28/0.33	c simple solver
0.28/0.40	c parse instance...
0.64/0.58	c solve instance...
2.53/1.14	s SATISFIABLE
2.53/1.14	v <instantiation>
2.53/1.14	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] </list>
2.53/1.14	v 	<values>10 7 12 5 13 1 11 2 15 0 14 3 9 8 4 6 3 5 7 8 12 10 9 13 15 14 11 6 1 4 2 </values>
2.53/1.14	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 (14761 MiB free)
  memory of node 1: 16384 MiB (15254 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272317-1502743720/watcher-4272317-1502743720 -o /tmp/evaluation-result-4272317-1502743720/solver-4272317-1502743720 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1157060045 HOME/instance-4272317-1502743720.xml 

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

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


[startup+0.100016 s]*
/proc/loadavg: 1.46 1.65 1.65 3/205 19542
/proc/meminfo: memFree=30731064/32770624 swapFree=67108860/67108860
[pid=19535] ppid=19532 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19535/stat : 19535 (xcsp3-exec) S 19532 19535 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 28254634 9740288 344 18446744073709551615 4194304 5098028 140735155657984 140735155656088 139997283136124 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 26341376 140735155659129 140735155659334 140735155659334 140735155662827 0
/proc/19535/statm: 2378 344 289 221 0 87 0
[pid=19537] ppid=19535 vsize=13374792 memory=15160 CPUtime=0.01 cores=1,3,5,7
/proc/19537/stat : 19537 (java) S 19535 19535 7968 0 -1 1077944320 3586 0 0 0 1 0 0 0 20 0 6 0 28254642 13695787008 3790 18446744073709551615 4194304 4196468 140726989855760 140726989838304 139828312637175 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
/proc/19537/statm: 3343698 3790 1926 1 0 3333195 0
[pid=19537/tid=19538] ppid=19535 vsize=13375820 memory=7078076838863583841 CPUtime=0.01 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (java) S 19535 19535 7968 0 -1 1077944384 2368 0 0 0 1 0 0 0 20 0 7 0 28254643 13696839680 3856 18446744073709551615 4194304 4196468 140726989855760 139828316879632 139828312647381 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19539] ppid=19535 vsize=13441356 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 28254643 13763948544 3856 18446744073709551615 4194304 4196468 140726989855760 139828232051728 139828312647381 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19540] ppid=19535 vsize=13441356 memory=139868937160320 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 28254643 13763948544 3856 18446744073709551615 4194304 4196468 140726989855760 139827911584912 139828312647381 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19541] ppid=19535 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19541/stat : 19541 (java) S 19535 19535 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 28254643 13763948544 3856 18446744073709551615 4194304 4196468 140726989855760 139827910531856 139828312647381 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19542] ppid=19535 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19542/stat : 19542 (java) S 19535 19535 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 28254643 13763948544 3856 18446744073709551615 4194304 4196468 140726989855760 139827909479312 139828312647381 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19543] ppid=19535 vsize=13441356 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19543/stat : 19543 (java) S 19535 19535 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 28254645 13763948544 3856 18446744073709551615 4194304 4196468 140726989855760 139827791079664 139828312648322 0 0 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 13384304 KiB
Current children cumulated memory: 16536 KiB

[startup+0.215966 s]*
/proc/loadavg: 1.50 1.66 1.65 4/214 19551
/proc/meminfo: memFree=30720452/32770624 swapFree=67108860/67108860
[pid=19535] ppid=19532 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19535/stat : 19535 (xcsp3-exec) S 19532 19535 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 28254634 9740288 344 18446744073709551615 4194304 5098028 140735155657984 140735155656088 139997283136124 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 26341376 140735155659129 140735155659334 140735155659334 140735155662827 0
/proc/19535/statm: 2378 344 289 221 0 87 0
[pid=19537] ppid=19535 vsize=13974352 memory=27144 CPUtime=0.1 cores=1,3,5,7
/proc/19537/stat : 19537 (java) S 19535 19535 7968 0 -1 1077944320 5199 0 0 0 9 1 0 0 20 0 15 0 28254642 14309736448 6786 18446744073709551615 4194304 4196468 140726989855760 140726989838304 139828312637175 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
/proc/19537/statm: 3493588 6786 2750 1 0 3482964 0
[pid=19537/tid=19538] ppid=19535 vsize=13974352 memory=7078076838863583841 CPUtime=0.07 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (java) R 19535 19535 7968 0 -1 4202560 3337 0 0 0 7 0 0 0 20 0 15 0 28254643 14309736448 6786 18446744073709551615 4194304 4196468 140726989855760 139828316867504 139828312659101 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19539] ppid=19535 vsize=13974352 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254643 14309736448 6786 18446744073709551615 4194304 4196468 140726989855760 139828232051728 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19540] ppid=19535 vsize=13974352 memory=139868937160320 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254643 14309736448 6786 18446744073709551615 4194304 4196468 140726989855760 139827911584912 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19541] ppid=19535 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19541/stat : 19541 (java) S 19535 19535 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28254643 14309736448 6786 18446744073709551615 4194304 4196468 140726989855760 139827910531856 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19542] ppid=19535 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19542/stat : 19542 (java) S 19535 19535 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28254643 14309736448 6786 18446744073709551615 4194304 4196468 140726989855760 139827909479312 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19543] ppid=19535 vsize=13974352 memory=139868937160320 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19543/stat : 19543 (java) S 19535 19535 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28254645 14309736448 6786 18446744073709551615 4194304 4196468 140726989855760 139827791079664 139828312648322 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19544] ppid=19535 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19544/stat : 19544 (java) S 19535 19535 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 28254645 14309736448 6786 18446744073709551615 4194304 4196468 140726989855760 139827790025888 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19545] ppid=19535 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19545/stat : 19545 (java) S 19535 19535 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 28254646 14309736448 6786 18446744073709551615 4194304 4196468 140726989855760 139827788972784 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19546] ppid=19535 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19546/stat : 19546 (java) S 19535 19535 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28254648 14309736448 6786 18446744073709551615 4194304 4196468 140726989855760 139827787921360 139828312655771 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19547] ppid=19535 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19547/stat : 19547 (java) S 19535 19535 7968 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 28254648 14309736448 6786 18446744073709551615 4194304 4196468 140726989855760 139827786869488 139828312648322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19548] ppid=19535 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19548/stat : 19548 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254648 14309736448 6786 18446744073709551615 4194304 4196468 140726989855760 139827785816944 139828312648322 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19549] ppid=19535 vsize=13974352 memory=139868937160320 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19549/stat : 19549 (java) S 19535 19535 7968 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 15 0 28254648 14309736448 6786 18446744073709551615 4194304 4196468 140726989855760 139827784763888 139828312648322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19550] ppid=19535 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19550/stat : 19550 (java) S 19535 19535 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28254648 14309736448 6786 18446744073709551615 4194304 4196468 140726989855760 139827783711584 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19551] ppid=19535 vsize=13974352 memory=139868937160320 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19551/stat : 19551 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254653 14309736448 6786 18446744073709551615 4194304 4196468 140726989855760 139827782658608 139828312648322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 28520 KiB

[startup+0.312657 s]*
/proc/loadavg: 1.50 1.66 1.65 3/214 19551
/proc/meminfo: memFree=30709148/32770624 swapFree=67108860/67108860
[pid=19535] ppid=19532 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19535/stat : 19535 (xcsp3-exec) S 19532 19535 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 28254634 9740288 344 18446744073709551615 4194304 5098028 140735155657984 140735155656088 139997283136124 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 26341376 140735155659129 140735155659334 140735155659334 140735155662827 0
/proc/19535/statm: 2378 344 289 221 0 87 0
[pid=19537] ppid=19535 vsize=13974352 memory=37100 CPUtime=0.28 cores=1,3,5,7
/proc/19537/stat : 19537 (java) S 19535 19535 7968 0 -1 1077944320 8882 0 0 0 26 2 0 0 20 0 15 0 28254642 14309736448 9275 18446744073709551615 4194304 4196468 140726989855760 140726989838304 139828312637175 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
/proc/19537/statm: 3493588 9275 2975 1 0 3482964 0
[pid=19537/tid=19538] ppid=19535 vsize=13974352 memory=4278483708103473607 CPUtime=0.17 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (java) R 19535 19535 7968 0 -1 4202560 6077 0 0 0 16 1 0 0 20 0 15 0 28254643 14309736448 9275 18446744073709551615 4194304 4196468 140726989855760 139828316858672 139828312659101 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19539] ppid=19535 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254643 14309736448 9275 18446744073709551615 4194304 4196468 140726989855760 139828232051728 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19540] ppid=19535 vsize=13974352 memory=8248408006974860141 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254643 14309736448 9275 18446744073709551615 4194304 4196468 140726989855760 139827911584912 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19541] ppid=19535 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19541/stat : 19541 (java) S 19535 19535 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28254643 14309736448 9275 18446744073709551615 4194304 4196468 140726989855760 139827910531856 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19542] ppid=19535 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19542/stat : 19542 (java) S 19535 19535 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28254643 14309736448 9275 18446744073709551615 4194304 4196468 140726989855760 139827909479312 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19543] ppid=19535 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19543/stat : 19543 (java) S 19535 19535 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28254645 14309736448 9275 18446744073709551615 4194304 4196468 140726989855760 139827791079664 139828312648322 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19544] ppid=19535 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19544/stat : 19544 (java) S 19535 19535 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 28254645 14309736448 9275 18446744073709551615 4194304 4196468 140726989855760 139827790025888 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19545] ppid=19535 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19545/stat : 19545 (java) S 19535 19535 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 28254646 14309736448 9275 18446744073709551615 4194304 4196468 140726989855760 139827788972784 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19546] ppid=19535 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19546/stat : 19546 (java) S 19535 19535 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28254648 14309736448 9275 18446744073709551615 4194304 4196468 140726989855760 139827787921360 139828312655771 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19547] ppid=19535 vsize=13974352 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19537/task/19547/stat : 19547 (java) R 19535 19535 7968 0 -1 4202560 520 0 0 0 2 0 0 0 20 0 15 0 28254648 14309736448 9275 18446744073709551615 4194304 4196468 140726989855760 139827786869488 139828294140304 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19548] ppid=19535 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19537/task/19548/stat : 19548 (java) R 19535 19535 7968 0 -1 1077944384 233 0 0 0 1 0 0 0 20 0 15 0 28254648 14309736448 9275 18446744073709551615 4194304 4196468 140726989855760 139827785816944 139828312648322 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19549] ppid=19535 vsize=13974352 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/19537/task/19549/stat : 19549 (java) R 19535 19535 7968 0 -1 4202560 748 0 0 0 6 0 0 0 20 0 15 0 28254648 14309736448 9275 18446744073709551615 4194304 4196468 140726989855760 139827784763888 139828312658522 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19550] ppid=19535 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19550/stat : 19550 (java) S 19535 19535 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28254648 14309736448 9275 18446744073709551615 4194304 4196468 140726989855760 139827783711584 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19551] ppid=19535 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19551/stat : 19551 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254653 14309736448 9275 18446744073709551615 4194304 4196468 140726989855760 139827782658608 139828312648322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38476 KiB

[startup+0.702961 s]
/proc/loadavg: 1.50 1.66 1.65 5/214 19551
/proc/meminfo: memFree=30698308/32770624 swapFree=67108860/67108860
[pid=19535] ppid=19532 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19535/stat : 19535 (xcsp3-exec) S 19532 19535 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 28254634 9740288 344 18446744073709551615 4194304 5098028 140735155657984 140735155656088 139997283136124 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 26341376 140735155659129 140735155659334 140735155659334 140735155662827 0
/proc/19535/statm: 2378 344 289 221 0 87 0
[pid=19537] ppid=19535 vsize=13980732 memory=64024 CPUtime=1.18 cores=1,3,5,7
/proc/19537/stat : 19537 (java) S 19535 19535 7968 0 -1 1077944320 13390 0 0 0 114 4 0 0 20 0 15 0 28254642 14316269568 16006 18446744073709551615 4194304 4196468 140726989855760 140726989838304 139828312637175 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
/proc/19537/statm: 3495183 16006 3171 1 0 3483476 0
[pid=19537/tid=19538] ppid=19535 vsize=13980732 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (java) R 19535 19535 7968 0 -1 4202560 8831 0 0 0 52 3 0 0 20 0 15 0 28254643 14316269568 16006 18446744073709551615 4194304 4196468 140726989855760 139828316876232 139827914662784 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19539] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254643 14316269568 16006 18446744073709551615 4194304 4196468 140726989855760 139828232051728 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19540] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254643 14316269568 16006 18446744073709551615 4194304 4196468 140726989855760 139827911584912 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19541] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19541/stat : 19541 (java) S 19535 19535 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28254643 14316269568 16006 18446744073709551615 4194304 4196468 140726989855760 139827910531856 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19542] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19542/stat : 19542 (java) S 19535 19535 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28254643 14316269568 16006 18446744073709551615 4194304 4196468 140726989855760 139827909479312 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19543] ppid=19535 vsize=13980732 memory=2 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19543/stat : 19543 (java) S 19535 19535 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 28254645 14316269568 16006 18446744073709551615 4194304 4196468 140726989855760 139827791079664 139828312648322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19544] ppid=19535 vsize=13980732 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19544/stat : 19544 (java) S 19535 19535 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 28254645 14316269568 16006 18446744073709551615 4194304 4196468 140726989855760 139827790025888 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19545] ppid=19535 vsize=13980732 memory=640 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19545/stat : 19545 (java) S 19535 19535 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 28254646 14316269568 16006 18446744073709551615 4194304 4196468 140726989855760 139827788972784 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19546] ppid=19535 vsize=13980732 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19546/stat : 19546 (java) S 19535 19535 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28254648 14316269568 16006 18446744073709551615 4194304 4196468 140726989855760 139827787921360 139828312655771 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19547] ppid=19535 vsize=13980732 memory=960 CPUtime=0.17 cores=1,3,5,7
/proc/19537/task/19547/stat : 19547 (java) R 19535 19535 7968 0 -1 4202560 1077 0 0 0 17 0 0 0 20 0 15 0 28254648 14316269568 16006 18446744073709551615 4194304 4196468 140726989855760 139827786858960 139828296133720 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19548] ppid=19535 vsize=13980732 memory=2248 CPUtime=0.16 cores=1,3,5,7
/proc/19537/task/19548/stat : 19548 (java) R 19535 19535 7968 0 -1 4202560 774 0 0 0 16 0 0 0 20 0 15 0 28254648 14316269568 16006 18446744073709551615 4194304 4196468 140726989855760 139827785805744 139828290662993 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19549] ppid=19535 vsize=13980732 memory=4304 CPUtime=0.28 cores=1,3,5,7
/proc/19537/task/19549/stat : 19549 (java) R 19535 19535 7968 0 -1 4202560 1427 0 0 0 28 0 0 0 20 0 15 0 28254648 14316269568 16006 18446744073709551615 4194304 4196468 140726989855760 139827784763888 139828291005814 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19550] ppid=19535 vsize=13980732 memory=1588 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19550/stat : 19550 (java) S 19535 19535 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28254648 14316269568 16006 18446744073709551615 4194304 4196468 140726989855760 139827783711584 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19551] ppid=19535 vsize=13980732 memory=928 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19551/stat : 19551 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254653 14316269568 16006 18446744073709551615 4194304 4196468 140726989855760 139827782658608 139828312648322 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 65400 KiB

[startup+1.16451 s]
# the end of solver process 19535 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.59416 s, system=0.072427 s

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

[startup+0.801008 s]
/proc/loadavg: 1.50 1.66 1.65 5/214 19551
/proc/meminfo: memFree=30698308/32770624 swapFree=67108860/67108860
[pid=19535] ppid=19532 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19535/stat : 19535 (xcsp3-exec) S 19532 19535 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 28254634 9740288 344 18446744073709551615 4194304 5098028 140735155657984 140735155656088 139997283136124 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 26341376 140735155659129 140735155659334 140735155659334 140735155662827 0
/proc/19535/statm: 2378 344 289 221 0 87 0
[pid=19537] ppid=19535 vsize=13980732 memory=72548 CPUtime=1.53 cores=1,3,5,7
/proc/19537/stat : 19537 (java) S 19535 19535 7968 0 -1 1077944320 14471 0 0 0 148 5 0 0 20 0 15 0 28254642 14316269568 18137 18446744073709551615 4194304 4196468 140726989855760 140726989838304 139828312637175 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
/proc/19537/statm: 3495183 18137 3186 1 0 3483476 0
[pid=19537/tid=19538] ppid=19535 vsize=13980732 memory=7739276948477865583 CPUtime=0.65 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (java) R 19535 19535 7968 0 -1 4202560 8833 0 0 0 62 3 0 0 20 0 15 0 28254643 14316269568 18137 18446744073709551615 4194304 4196468 140726989855760 139828316873904 139827914766979 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19539] ppid=19535 vsize=13980732 memory=7739276948478324079 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254643 14316269568 18137 18446744073709551615 4194304 4196468 140726989855760 139828232051728 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19540] ppid=19535 vsize=13980732 memory=7158866810955518048 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254643 14316269568 18137 18446744073709551615 4194304 4196468 140726989855760 139827911584912 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19541] ppid=19535 vsize=13980732 memory=6935649255878119504 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19541/stat : 19541 (java) S 19535 19535 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28254643 14316269568 18137 18446744073709551615 4194304 4196468 140726989855760 139827910531856 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19542] ppid=19535 vsize=13980732 memory=7512118975990885475 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19542/stat : 19542 (java) S 19535 19535 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28254643 14316269568 18137 18446744073709551615 4194304 4196468 140726989855760 139827909479312 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19543] ppid=19535 vsize=13980732 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19543/stat : 19543 (java) S 19535 19535 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 28254645 14316269568 18137 18446744073709551615 4194304 4196468 140726989855760 139827791079664 139828312648322 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19544] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19544/stat : 19544 (java) S 19535 19535 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 28254645 14316269568 18137 18446744073709551615 4194304 4196468 140726989855760 139827790025888 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19545] ppid=19535 vsize=13980732 memory=139868831228528 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19545/stat : 19545 (java) S 19535 19535 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 28254646 14316269568 18137 18446744073709551615 4194304 4196468 140726989855760 139827788972784 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19546] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19546/stat : 19546 (java) S 19535 19535 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28254648 14316269568 18137 18446744073709551615 4194304 4196468 140726989855760 139827787921360 139828312655771 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19547] ppid=19535 vsize=13980732 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/19537/task/19547/stat : 19547 (java) R 19535 19535 7968 0 -1 4202560 1206 0 0 0 27 0 0 0 20 0 15 0 28254648 14316269568 18137 18446744073709551615 4194304 4196468 140726989855760 139827786854448 139828312651057 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19548] ppid=19535 vsize=13980732 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/19537/task/19548/stat : 19548 (java) R 19535 19535 7968 0 -1 4202560 1361 0 0 0 26 0 0 0 20 0 15 0 28254648 14316269568 18137 18446744073709551615 4194304 4196468 140726989855760 139827785803728 139828294047325 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19549] ppid=19535 vsize=13980732 memory=7809523229951467568 CPUtime=0.32 cores=1,3,5,7
/proc/19537/task/19549/stat : 19549 (java) S 19535 19535 7968 0 -1 1077944384 1764 0 0 0 32 0 0 0 20 0 15 0 28254648 14316269568 18137 18446744073709551615 4194304 4196468 140726989855760 139827784763888 139828312648322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19550] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19550/stat : 19550 (java) S 19535 19535 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28254648 14316269568 18137 18446744073709551615 4194304 4196468 140726989855760 139827783711584 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19551] ppid=19535 vsize=13980732 memory=-6796318347572176739 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19551/stat : 19551 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254653 14316269568 18137 18446744073709551615 4194304 4196468 140726989855760 139827782658608 139828312648322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
Current children cumulated CPU time: 1.53 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 73924 KiB

[startup+1.001 s]*
/proc/loadavg: 1.50 1.66 1.65 5/214 19551
/proc/meminfo: memFree=30649864/32770624 swapFree=67108860/67108860
[pid=19535] ppid=19532 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19535/stat : 19535 (xcsp3-exec) S 19532 19535 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 28254634 9740288 344 18446744073709551615 4194304 5098028 140735155657984 140735155656088 139997283136124 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 26341376 140735155659129 140735155659334 140735155659334 140735155662827 0
/proc/19535/statm: 2378 344 289 221 0 87 0
[pid=19537] ppid=19535 vsize=13980732 memory=100780 CPUtime=2.2 cores=1,3,5,7
/proc/19537/stat : 19537 (java) S 19535 19535 7968 0 -1 1077944320 18497 0 0 0 215 5 0 0 20 0 15 0 28254642 14316269568 25195 18446744073709551615 4194304 4196468 140726989855760 140726989838304 139828312637175 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
/proc/19537/statm: 3495183 25195 3190 1 0 3483476 0
[pid=19537/tid=19538] ppid=19535 vsize=13980732 memory=7078076838863583841 CPUtime=0.85 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (java) R 19535 19535 7968 0 -1 4202560 8841 0 0 0 82 3 0 0 20 0 15 0 28254643 14316269568 25195 18446744073709551615 4194304 4196468 140726989855760 139828316876512 139827914629991 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19539] ppid=19535 vsize=13980732 memory=4123389896250521363 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254643 14316269568 25195 18446744073709551615 4194304 4196468 140726989855760 139828232051728 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19540] ppid=19535 vsize=13980732 memory=5989972876092699893 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254643 14316269568 25195 18446744073709551615 4194304 4196468 140726989855760 139827911584912 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19541] ppid=19535 vsize=13980732 memory=40299678143096 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19541/stat : 19541 (java) S 19535 19535 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28254643 14316269568 25195 18446744073709551615 4194304 4196468 140726989855760 139827910531856 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19542] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19542/stat : 19542 (java) S 19535 19535 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28254643 14316269568 25195 18446744073709551615 4194304 4196468 140726989855760 139827909479312 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19543] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19543/stat : 19543 (java) S 19535 19535 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 28254645 14316269568 25195 18446744073709551615 4194304 4196468 140726989855760 139827791079664 139828312648322 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19544] ppid=19535 vsize=13980732 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19544/stat : 19544 (java) S 19535 19535 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 28254645 14316269568 25195 18446744073709551615 4194304 4196468 140726989855760 139827790025888 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19545] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19545/stat : 19545 (java) S 19535 19535 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 28254646 14316269568 25195 18446744073709551615 4194304 4196468 140726989855760 139827788972784 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19546] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19546/stat : 19546 (java) S 19535 19535 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28254648 14316269568 25195 18446744073709551615 4194304 4196468 140726989855760 139827787921360 139828312655771 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19547] ppid=19535 vsize=13980732 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/19537/task/19547/stat : 19547 (java) R 19535 19535 7968 0 -1 4202560 3942 0 0 0 47 0 0 0 20 0 15 0 28254648 14316269568 25195 18446744073709551615 4194304 4196468 140726989855760 139827786853976 139828291883023 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19548] ppid=19535 vsize=13980732 memory=-1 CPUtime=0.47 cores=1,3,5,7
/proc/19537/task/19548/stat : 19548 (java) R 19535 19535 7968 0 -1 4202560 1799 0 0 0 47 0 0 0 20 0 15 0 28254648 14316269568 25195 18446744073709551615 4194304 4196468 140726989855760 139827785803728 139828293044160 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19549] ppid=19535 vsize=13980732 memory=139868937160320 CPUtime=0.38 cores=1,3,5,7
/proc/19537/task/19549/stat : 19549 (java) R 19535 19535 7968 0 -1 1077944384 2642 0 0 0 38 0 0 0 20 0 15 0 28254648 14316269568 25195 18446744073709551615 4194304 4196468 140726989855760 139827784763888 139828312648322 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19550] ppid=19535 vsize=13980732 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19550/stat : 19550 (java) S 19535 19535 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28254648 14316269568 25195 18446744073709551615 4194304 4196468 140726989855760 139827783711584 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19551] ppid=19535 vsize=13980732 memory=139868937160320 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19551/stat : 19551 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254653 14316269568 25195 18446744073709551615 4194304 4196468 140726989855760 139827782658608 139828312648322 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
Current children cumulated CPU time: 2.2 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 102156 KiB

[startup+1.11191 s]
/proc/loadavg: 1.50 1.66 1.65 5/214 19551
/proc/meminfo: memFree=30649864/32770624 swapFree=67108860/67108860
[pid=19535] ppid=19532 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19535/stat : 19535 (xcsp3-exec) S 19532 19535 7968 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 28254634 9740288 344 18446744073709551615 4194304 5098028 140735155657984 140735155656088 139997283136124 0 65536 5 65538 18446744071579417331 0 0 17 3 0 0 8 0 0 7196144 7232144 26341376 140735155659129 140735155659334 140735155659334 140735155662827 0
/proc/19535/statm: 2378 344 289 221 0 87 0
[pid=19537] ppid=19535 vsize=13980732 memory=110352 CPUtime=2.53 cores=1,3,5,7
/proc/19537/stat : 19537 (java) S 19535 19535 7968 0 -1 1077944320 19794 0 0 0 247 6 0 0 20 0 15 0 28254642 14316269568 27588 18446744073709551615 4194304 4196468 140726989855760 140726989838304 139828312637175 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
/proc/19537/statm: 3495183 27588 3190 1 0 3483476 0
[pid=19537/tid=19538] ppid=19535 vsize=13980732 memory=0 CPUtime=0.95 cores=1,3,5,7
/proc/19537/task/19538/stat : 19538 (java) R 19535 19535 7968 0 -1 4202560 8850 0 0 0 92 3 0 0 20 0 15 0 28254643 14316269568 27588 18446744073709551615 4194304 4196468 140726989855760 139828316876512 139827915620492 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19539] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19539/stat : 19539 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254643 14316269568 27588 18446744073709551615 4194304 4196468 140726989855760 139828232051728 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19540] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19540/stat : 19540 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254643 14316269568 27588 18446744073709551615 4194304 4196468 140726989855760 139827911584912 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19541] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19541/stat : 19541 (java) S 19535 19535 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28254643 14316269568 27588 18446744073709551615 4194304 4196468 140726989855760 139827910531856 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19542] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19542/stat : 19542 (java) S 19535 19535 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 28254643 14316269568 27588 18446744073709551615 4194304 4196468 140726989855760 139827909479312 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19543] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19543/stat : 19543 (java) S 19535 19535 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 28254645 14316269568 27588 18446744073709551615 4194304 4196468 140726989855760 139827791079664 139828312648322 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19544] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19544/stat : 19544 (java) S 19535 19535 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 28254645 14316269568 27588 18446744073709551615 4194304 4196468 140726989855760 139827790025888 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19545] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19545/stat : 19545 (java) S 19535 19535 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 28254646 14316269568 27588 18446744073709551615 4194304 4196468 140726989855760 139827788972784 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19546] ppid=19535 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19546/stat : 19546 (java) S 19535 19535 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28254648 14316269568 27588 18446744073709551615 4194304 4196468 140726989855760 139827787921360 139828312655771 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19547] ppid=19535 vsize=13980732 memory=64024 CPUtime=0.57 cores=1,3,5,7
/proc/19537/task/19547/stat : 19547 (java) D 19535 19535 7968 0 -1 4202560 4436 0 0 0 57 0 0 0 20 0 15 0 28254648 14316269568 27588 18446744073709551615 4194304 4196468 140726989855760 139827786855464 139828305354138 0 4 1 16800974 18446744071582151463 0 0 -1 5 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19548] ppid=19535 vsize=13980732 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/19537/task/19548/stat : 19548 (java) R 19535 19535 7968 0 -1 4202560 2370 0 0 0 57 0 0 0 20 0 15 0 28254648 14316269568 27588 18446744073709551615 4194304 4196468 140726989855760 139827785803728 139828291883030 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19549] ppid=19535 vsize=13980732 memory=279737662712192 CPUtime=0.39 cores=1,3,5,7
/proc/19537/task/19549/stat : 19549 (java) R 19535 19535 7968 0 -1 4202560 2830 0 0 0 39 0 0 0 20 0 15 0 28254648 14316269568 27588 18446744073709551615 4194304 4196468 140726989855760 139827784760824 139828305734011 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19550] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19550/stat : 19550 (java) S 19535 19535 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 28254648 14316269568 27588 18446744073709551615 4194304 4196468 140726989855760 139827783711584 139828312647381 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
[pid=19537/tid=19551] ppid=19535 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19537/task/19551/stat : 19551 (java) S 19535 19535 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 28254653 14316269568 27588 18446744073709551615 4194304 4196468 140726989855760 139827782658608 139828312648322 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10219520 140726989857202 140726989857378 140726989857378 140726989860815 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 111728 KiB

Child status: 0
Real time (s): 1.16455
CPU time (s): 2.66659
CPU user time (s): 2.59416
CPU system time (s): 0.072427
CPU usage (%): 228.98
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 111728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.59416
system time used= 0.072427
maximum resident set size= 118468
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24608
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= 1847
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 19535
#   total CPU time (s): 2.66659
#   total CPU user time (s): 2.59416
#   total CPU system time (s): 0.072427

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.029115 second user time and 0.058218 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-14 22:34:43
IDJOB=4272317
IDBENCH=124122
IDSOLVER=2664
FILE ID=node128/4272317-1502743720
RUNJOBID= node128-1502649221-29001
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-016.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272317-1502743720/watcher-4272317-1502743720 -o /tmp/evaluation-result-4272317-1502743720/solver-4272317-1502743720 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502649221-29001 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 1157060045 HOME/instance-4272317-1502743720.xml

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

MD5SUM BENCH= dac573268cbee9df0798b3d421ad7cf6
RANDOM SEED=1157060045

node128.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.94
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.94
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.94
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.94
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:        30736908 kB
MemAvailable:   31560036 kB
Buffers:          206812 kB
Cached:           900992 kB
SwapCached:            0 kB
Active:           795496 kB
Inactive:         820836 kB
Active(anon):     508836 kB
Inactive(anon):    16764 kB
Active(file):     286660 kB
Inactive(file):   804072 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7828 kB
Writeback:             0 kB
AnonPages:        508300 kB
Mapped:            48572 kB
Shmem:             17116 kB
Slab:             121384 kB
SReclaimable:      96460 kB
SUnreclaim:        24924 kB
KernelStack:        3456 kB
PageTables:         6228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1118472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    405504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-08-14 22:34:44