Trace number 4269740

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.5 seq (2017-08-09)UNSAT 3.5007 1.72605

General information on the benchmark

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

Solver Data

0.00/0.09	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4269740-1502851564.xml"  -tl '2520s' -p 1 -x 0
0.08/0.28	c [HOME/instance-4269740-1502851564.xml, -tl, 2520s, -p, 1, -x, 0]
0.26/0.34	c simple solver
0.26/0.41	c parse instance...
2.79/1.51	c solve instance...
3.45/1.71	s UNSATISFIABLE

Verifier Data


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 (15226 MiB free)
  memory of node 1: 16384 MiB (13324 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4269740-1502851564/watcher-4269740-1502851564 -o /tmp/evaluation-result-4269740-1502851564/solver-4269740-1502851564 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 557752612 HOME/instance-4269740-1502851564.xml 

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

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

solver pid=16506, runsolver pid=16503

[startup+0.100091 s]*
/proc/loadavg: 2.12 2.04 2.12 3/198 16508
/proc/meminfo: memFree=29236476/32770624 swapFree=67108860/67108860
[pid=16506] ppid=16503 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16506/stat : 16506 (xcsp3-exec) S 16503 16506 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73497056 9740288 345 18446744073709551615 4194304 5098028 140728095852960 140728095851064 140196978147964 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 37388288 140728095859065 140728095859269 140728095859269 140728095862763 0
/proc/16506/statm: 2378 345 289 221 0 87 0
[pid=16508] ppid=16506 vsize=13356504 memory=10656 CPUtime=0 cores=0,2,4,6
/proc/16508/stat : 16508 (java) S 16506 16506 11586 0 -1 1077944320 2474 0 0 0 0 0 0 0 20 0 6 0 73497065 13677060096 2664 18446744073709551615 4194304 4196468 140728448274544 140728448257088 140210389356279 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
/proc/16508/statm: 3339126 2664 1203 1 0 3329096 0
[pid=16508/tid=16509] ppid=16506 vsize=13356504 memory=4206989191851631162 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (java) R 16506 16506 11586 0 -1 4202560 1235 0 0 0 0 0 0 0 20 0 6 0 73497066 13677060096 2730 18446744073709551615 4194304 4196468 140728448274544 140210393597240 140210375266496 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16510] ppid=16506 vsize=13356504 memory=3461490869546149513 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (java) S 16506 16506 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 73497066 13677060096 2730 18446744073709551615 4194304 4196468 140728448274544 140210350254736 140210389366485 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16511] ppid=16506 vsize=13356504 memory=140264916465280 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (java) S 16506 16506 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 73497066 13677060096 2730 18446744073709551615 4194304 4196468 140728448274544 140209987971600 140210389366485 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16512] ppid=16506 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16512/stat : 16512 (java) S 16506 16506 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 73497066 13677060096 2730 18446744073709551615 4194304 4196468 140728448274544 140209986918800 140210389366485 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16513] ppid=16506 vsize=13356504 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16513/stat : 16513 (java) S 16506 16506 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 73497066 13677060096 2730 18446744073709551615 4194304 4196468 140728448274544 140209985866000 140210389366485 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13366016 KiB
Current children cumulated memory: 12036 KiB

[startup+0.21015 s]*
/proc/loadavg: 2.12 2.04 2.12 3/212 16522
/proc/meminfo: memFree=29226980/32770624 swapFree=67108860/67108860
[pid=16506] ppid=16503 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16506/stat : 16506 (xcsp3-exec) S 16503 16506 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73497056 9740288 345 18446744073709551615 4194304 5098028 140728095852960 140728095851064 140196978147964 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 37388288 140728095859065 140728095859269 140728095859269 140728095862763 0
/proc/16506/statm: 2378 345 289 221 0 87 0
[pid=16508] ppid=16506 vsize=13974352 memory=26396 CPUtime=0.08 cores=0,2,4,6
/proc/16508/stat : 16508 (java) S 16506 16506 11586 0 -1 1077944320 5024 0 0 0 7 1 0 0 20 0 15 0 73497065 14309736448 6599 18446744073709551615 4194304 4196468 140728448274544 140728448257088 140210389356279 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
/proc/16508/statm: 3493588 6599 2722 1 0 3482964 0
[pid=16508/tid=16509] ppid=16506 vsize=13974352 memory=-6729897838734578017 CPUtime=0.06 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (java) R 16506 16506 11586 0 -1 4202560 3178 0 0 0 6 0 0 0 20 0 15 0 73497066 14309736448 6599 18446744073709551615 4194304 4196468 140728448274544 140210393581968 140210029549095 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16510] ppid=16506 vsize=13974352 memory=3461490869546149513 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (java) S 16506 16506 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497066 14309736448 6599 18446744073709551615 4194304 4196468 140728448274544 140210350254736 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16511] ppid=16506 vsize=13974352 memory=140264916465280 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (java) S 16506 16506 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497066 14309736448 6599 18446744073709551615 4194304 4196468 140728448274544 140209987971600 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16512] ppid=16506 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16512/stat : 16512 (java) S 16506 16506 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73497066 14309736448 6599 18446744073709551615 4194304 4196468 140728448274544 140209986918800 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16513] ppid=16506 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16513/stat : 16513 (java) S 16506 16506 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73497066 14309736448 6599 18446744073709551615 4194304 4196468 140728448274544 140209985866000 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16514] ppid=16506 vsize=13974352 memory=140264916465280 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16514/stat : 16514 (java) S 16506 16506 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73497068 14309736448 6599 18446744073709551615 4194304 4196468 140728448274544 140209867799408 140210389367426 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16515] ppid=16506 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16515/stat : 16515 (java) S 16506 16506 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73497068 14309736448 6599 18446744073709551615 4194304 4196468 140728448274544 140209866745376 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16516] ppid=16506 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16516/stat : 16516 (java) S 16506 16506 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73497068 14309736448 6599 18446744073709551615 4194304 4196468 140728448274544 140209865692528 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16517] ppid=16506 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16517/stat : 16517 (java) S 16506 16506 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497071 14309736448 6599 18446744073709551615 4194304 4196468 140728448274544 140209864640848 140210389374875 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16518] ppid=16506 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16518/stat : 16518 (java) S 16506 16506 11586 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 73497071 14309736448 6599 18446744073709551615 4194304 4196468 140728448274544 140209863588208 140210389367426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16519] ppid=16506 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16519/stat : 16519 (java) S 16506 16506 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497071 14309736448 6599 18446744073709551615 4194304 4196468 140728448274544 140209862535408 140210389367426 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16520] ppid=16506 vsize=13974352 memory=140264916465280 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16520/stat : 16520 (java) R 16506 16506 11586 0 -1 4202560 241 0 0 0 0 0 0 0 20 0 15 0 73497071 14309736448 6599 18446744073709551615 4194304 4196468 140728448274544 140209861482608 140210389368214 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16521] ppid=16506 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16521/stat : 16521 (java) S 16506 16506 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497071 14309736448 6599 18446744073709551615 4194304 4196468 140728448274544 140209860430048 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16522] ppid=16506 vsize=13974352 memory=140264916465280 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16522/stat : 16522 (java) S 16506 16506 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497075 14309736448 6599 18446744073709551615 4194304 4196468 140728448274544 140209859378352 140210389367426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 27776 KiB

[startup+0.310362 s]*
/proc/loadavg: 2.12 2.04 2.12 3/212 16522
/proc/meminfo: memFree=29210756/32770624 swapFree=67108860/67108860
[pid=16506] ppid=16503 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16506/stat : 16506 (xcsp3-exec) S 16503 16506 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73497056 9740288 345 18446744073709551615 4194304 5098028 140728095852960 140728095851064 140196978147964 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 37388288 140728095859065 140728095859269 140728095859269 140728095862763 0
/proc/16506/statm: 2378 345 289 221 0 87 0
[pid=16508] ppid=16506 vsize=13974352 memory=37320 CPUtime=0.26 cores=0,2,4,6
/proc/16508/stat : 16508 (java) S 16506 16506 11586 0 -1 1077944320 8857 0 0 0 24 2 0 0 20 0 15 0 73497065 14309736448 9330 18446744073709551615 4194304 4196468 140728448274544 140728448257088 140210389356279 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
/proc/16508/statm: 3493588 9330 2983 1 0 3482964 0
[pid=16508/tid=16509] ppid=16506 vsize=13974352 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (java) S 16506 16506 11586 0 -1 1077944384 6048 0 0 0 15 2 0 0 20 0 15 0 73497066 14309736448 9330 18446744073709551615 4194304 4196468 140728448274544 140210393589776 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16510] ppid=16506 vsize=13974352 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (java) S 16506 16506 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497066 14309736448 9330 18446744073709551615 4194304 4196468 140728448274544 140210350254736 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16511] ppid=16506 vsize=13974352 memory=140264916472273 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (java) S 16506 16506 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497066 14309736448 9330 18446744073709551615 4194304 4196468 140728448274544 140209987971600 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16512] ppid=16506 vsize=13974352 memory=7229219049558404200 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16512/stat : 16512 (java) S 16506 16506 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73497066 14309736448 9330 18446744073709551615 4194304 4196468 140728448274544 140209986918800 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16513] ppid=16506 vsize=13974352 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16513/stat : 16513 (java) S 16506 16506 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73497066 14309736448 9330 18446744073709551615 4194304 4196468 140728448274544 140209985866000 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16514] ppid=16506 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16514/stat : 16514 (java) S 16506 16506 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73497068 14309736448 9330 18446744073709551615 4194304 4196468 140728448274544 140209867799408 140210389367426 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16515] ppid=16506 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16515/stat : 16515 (java) S 16506 16506 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73497068 14309736448 9330 18446744073709551615 4194304 4196468 140728448274544 140209866745376 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16516] ppid=16506 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16516/stat : 16516 (java) S 16506 16506 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73497068 14309736448 9330 18446744073709551615 4194304 4196468 140728448274544 140209865692528 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16517] ppid=16506 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16517/stat : 16517 (java) S 16506 16506 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497071 14309736448 9330 18446744073709551615 4194304 4196468 140728448274544 140209864640848 140210389374875 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16518] ppid=16506 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16508/task/16518/stat : 16518 (java) R 16506 16506 11586 0 -1 1077944384 666 0 0 0 1 0 0 0 20 0 15 0 73497071 14309736448 9330 18446744073709551615 4194304 4196468 140728448274544 140209863588208 140210389367426 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16519] ppid=16506 vsize=13974352 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16508/task/16519/stat : 16519 (java) S 16506 16506 11586 0 -1 1077944384 100 0 0 0 1 0 0 0 20 0 15 0 73497071 14309736448 9330 18446744073709551615 4194304 4196468 140728448274544 140209862535408 140210389367426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16520] ppid=16506 vsize=13974352 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/16508/task/16520/stat : 16520 (java) R 16506 16506 11586 0 -1 4202560 737 0 0 0 5 0 0 0 20 0 15 0 73497071 14309736448 9330 18446744073709551615 4194304 4196468 140728448274544 140209861482608 140210389368214 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16521] ppid=16506 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16521/stat : 16521 (java) S 16506 16506 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497071 14309736448 9330 18446744073709551615 4194304 4196468 140728448274544 140209860430048 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16522] ppid=16506 vsize=13974352 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16522/stat : 16522 (java) S 16506 16506 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497075 14309736448 9330 18446744073709551615 4194304 4196468 140728448274544 140209859378352 140210389367426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 38700 KiB

[startup+0.700789 s]
/proc/loadavg: 2.12 2.04 2.12 4/212 16522
/proc/meminfo: memFree=29195568/32770624 swapFree=67108860/67108860
[pid=16506] ppid=16503 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16506/stat : 16506 (xcsp3-exec) S 16503 16506 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73497056 9740288 345 18446744073709551615 4194304 5098028 140728095852960 140728095851064 140196978147964 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 37388288 140728095859065 140728095859269 140728095859269 140728095862763 0
/proc/16506/statm: 2378 345 289 221 0 87 0
[pid=16508] ppid=16506 vsize=13978684 memory=96396 CPUtime=1.22 cores=0,2,4,6
/proc/16508/stat : 16508 (java) S 16506 16506 11586 0 -1 1077944320 13165 0 0 0 117 5 0 0 20 0 15 0 73497065 14314172416 24099 18446744073709551615 4194304 4196468 140728448274544 140728448257088 140210389356279 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
/proc/16508/statm: 3494671 24099 3162 1 0 3482964 0
[pid=16508/tid=16509] ppid=16506 vsize=13978684 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (java) R 16506 16506 11586 0 -1 4202560 7843 0 0 0 51 3 0 0 20 0 15 0 73497066 14314172416 24099 18446744073709551615 4194304 4196468 140728448274544 140210393592752 140210032323818 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16510] ppid=16506 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (java) S 16506 16506 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497066 14314172416 24099 18446744073709551615 4194304 4196468 140728448274544 140210350254736 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16511] ppid=16506 vsize=13978684 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (java) S 16506 16506 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497066 14314172416 24099 18446744073709551615 4194304 4196468 140728448274544 140209987971600 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16512] ppid=16506 vsize=13978684 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16512/stat : 16512 (java) S 16506 16506 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73497066 14314172416 24099 18446744073709551615 4194304 4196468 140728448274544 140209986918800 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16513] ppid=16506 vsize=13978684 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16513/stat : 16513 (java) S 16506 16506 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 73497066 14314172416 24099 18446744073709551615 4194304 4196468 140728448274544 140209985866000 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16514] ppid=16506 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16514/stat : 16514 (java) S 16506 16506 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 73497068 14314172416 24099 18446744073709551615 4194304 4196468 140728448274544 140209867799408 140210389367426 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16515] ppid=16506 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16515/stat : 16515 (java) S 16506 16506 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 73497068 14314172416 24099 18446744073709551615 4194304 4196468 140728448274544 140209866745376 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16516] ppid=16506 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16516/stat : 16516 (java) S 16506 16506 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 73497068 14314172416 24099 18446744073709551615 4194304 4196468 140728448274544 140209865692528 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16517] ppid=16506 vsize=13978684 memory=19265 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16517/stat : 16517 (java) S 16506 16506 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497071 14314172416 24099 18446744073709551615 4194304 4196468 140728448274544 140209864640848 140210389374875 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16518] ppid=16506 vsize=13978684 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/16508/task/16518/stat : 16518 (java) R 16506 16506 11586 0 -1 4202560 1471 0 0 0 19 0 0 0 20 0 15 0 73497071 14314172416 24099 18446744073709551615 4194304 4196468 140728448274544 140209863580696 140210366951168 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16519] ppid=16506 vsize=13978684 memory=-9174445032661854264 CPUtime=0.2 cores=0,2,4,6
/proc/16508/task/16519/stat : 16519 (java) R 16506 16506 11586 0 -1 4202560 1129 0 0 0 20 0 0 0 20 0 15 0 73497071 14314172416 24099 18446744073709551615 4194304 4196468 140728448274544 140209862516424 140210372887898 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16520] ppid=16506 vsize=13978684 memory=6656426216303648864 CPUtime=0.26 cores=0,2,4,6
/proc/16508/task/16520/stat : 16520 (java) S 16506 16506 11586 0 -1 1077944384 1413 0 0 0 26 0 0 0 20 0 15 0 73497071 14314172416 24099 18446744073709551615 4194304 4196468 140728448274544 140209861482608 140210389367426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16521] ppid=16506 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16521/stat : 16521 (java) S 16506 16506 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497071 14314172416 24099 18446744073709551615 4194304 4196468 140728448274544 140209860430048 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16522] ppid=16506 vsize=13978684 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16522/stat : 16522 (java) S 16506 16506 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497075 14314172416 24099 18446744073709551615 4194304 4196468 140728448274544 140209859378352 140210389367426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 13988196 KiB
Current children cumulated memory: 97776 KiB

[startup+1.50082 s]
/proc/loadavg: 2.12 2.04 2.12 4/212 16522
/proc/meminfo: memFree=29037468/32770624 swapFree=67108860/67108860
[pid=16506] ppid=16503 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16506/stat : 16506 (xcsp3-exec) S 16503 16506 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73497056 9740288 345 18446744073709551615 4194304 5098028 140728095852960 140728095851064 140196978147964 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 37388288 140728095859065 140728095859269 140728095859269 140728095862763 0
/proc/16506/statm: 2378 345 289 221 0 87 0
[pid=16508] ppid=16506 vsize=13980732 memory=215332 CPUtime=2.79 cores=0,2,4,6
/proc/16508/stat : 16508 (java) S 16506 16506 11586 0 -1 1077944320 14297 0 0 0 267 12 0 0 20 0 15 0 73497065 14316269568 53833 18446744073709551615 4194304 4196468 140728448274544 140728448257088 140210389356279 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
/proc/16508/statm: 3495183 53833 3195 1 0 3483476 0
[pid=16508/tid=16509] ppid=16506 vsize=13980732 memory=0 CPUtime=1.31 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (java) R 16506 16506 11586 0 -1 4202560 8416 0 0 0 126 5 0 0 20 0 15 0 73497066 14316269568 53833 18446744073709551615 4194304 4196468 140728448274544 140210393594992 140210373436766 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16510] ppid=16506 vsize=13980732 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (java) S 16506 16506 11586 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 15 0 73497066 14316269568 53833 18446744073709551615 4194304 4196468 140728448274544 140210350254736 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16511] ppid=16506 vsize=13980732 memory=4120 CPUtime=0.01 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (java) S 16506 16506 11586 0 -1 1077944384 25 0 0 0 0 1 0 0 20 0 15 0 73497066 14316269568 53833 18446744073709551615 4194304 4196468 140728448274544 140209987971600 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16512] ppid=16506 vsize=13980732 memory=40740 CPUtime=0.02 cores=0,2,4,6
/proc/16508/task/16512/stat : 16512 (java) S 16506 16506 11586 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 15 0 73497066 14316269568 53833 18446744073709551615 4194304 4196468 140728448274544 140209986918800 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16513] ppid=16506 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16513/stat : 16513 (java) S 16506 16506 11586 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 73497066 14316269568 53833 18446744073709551615 4194304 4196468 140728448274544 140209985866000 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16514] ppid=16506 vsize=13980732 memory=215272 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16514/stat : 16514 (java) S 16506 16506 11586 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 73497068 14316269568 53833 18446744073709551615 4194304 4196468 140728448274544 140209867799408 140210389367426 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16515] ppid=16506 vsize=13980732 memory=3184097919267520673 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16515/stat : 16515 (java) S 16506 16506 11586 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 73497068 14316269568 53833 18446744073709551615 4194304 4196468 140728448274544 140209866745376 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16516] ppid=16506 vsize=13980732 memory=-7161732098441943118 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16516/stat : 16516 (java) S 16506 16506 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 73497068 14316269568 53833 18446744073709551615 4194304 4196468 140728448274544 140209865692528 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16517] ppid=16506 vsize=13980732 memory=-6737208495982354336 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16517/stat : 16517 (java) S 16506 16506 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497071 14316269568 53833 18446744073709551615 4194304 4196468 140728448274544 140209864640848 140210389374875 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16518] ppid=16506 vsize=13980732 memory=-7161732098442470212 CPUtime=0.49 cores=0,2,4,6
/proc/16508/task/16518/stat : 16518 (java) S 16506 16506 11586 0 -1 1077944384 1558 0 0 0 49 0 0 0 20 0 15 0 73497071 14316269568 53833 18446744073709551615 4194304 4196468 140728448274544 140209863588208 140210389367426 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16519] ppid=16506 vsize=13980732 memory=-8774313645642428999 CPUtime=0.49 cores=0,2,4,6
/proc/16508/task/16519/stat : 16519 (java) S 16506 16506 11586 0 -1 1077944384 1215 0 0 0 49 0 0 0 20 0 15 0 73497071 14316269568 53833 18446744073709551615 4194304 4196468 140728448274544 140209862535408 140210389367426 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16520] ppid=16506 vsize=13980732 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/16508/task/16520/stat : 16520 (java) S 16506 16506 11586 0 -1 1077944384 1621 0 0 0 37 1 0 0 20 0 15 0 73497071 14316269568 53833 18446744073709551615 4194304 4196468 140728448274544 140209861482608 140210389367426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16521] ppid=16506 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16521/stat : 16521 (java) S 16506 16506 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497071 14316269568 53833 18446744073709551615 4194304 4196468 140728448274544 140209860430048 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16522] ppid=16506 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16522/stat : 16522 (java) S 16506 16506 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497075 14316269568 53833 18446744073709551615 4194304 4196468 140728448274544 140209859378352 140210389367426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 216712 KiB

[startup+1.726 s]
# the end of solver process 16506 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=3.36735 s, system=0.133348 s

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

[startup+1.60116 s]
/proc/loadavg: 2.12 2.04 2.12 4/212 16522
/proc/meminfo: memFree=29037468/32770624 swapFree=67108860/67108860
[pid=16506] ppid=16503 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16506/stat : 16506 (xcsp3-exec) S 16503 16506 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73497056 9740288 345 18446744073709551615 4194304 5098028 140728095852960 140728095851064 140196978147964 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 37388288 140728095859065 140728095859269 140728095859269 140728095862763 0
/proc/16506/statm: 2378 345 289 221 0 87 0
[pid=16508] ppid=16506 vsize=13980732 memory=216260 CPUtime=3.13 cores=0,2,4,6
/proc/16508/stat : 16508 (java) S 16506 16506 11586 0 -1 1077944320 14569 0 0 0 301 12 0 0 20 0 15 0 73497065 14316269568 54065 18446744073709551615 4194304 4196468 140728448274544 140728448257088 140210389356279 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
/proc/16508/statm: 3495183 54065 3201 1 0 3483476 0
[pid=16508/tid=16509] ppid=16506 vsize=13980732 memory=0 CPUtime=1.41 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (java) R 16506 16506 11586 0 -1 4202560 8511 0 0 0 136 5 0 0 20 0 15 0 73497066 14316269568 54065 18446744073709551615 4194304 4196468 140728448274544 140210393595424 140210034428540 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16510] ppid=16506 vsize=13980732 memory=-8774313645642428999 CPUtime=0.02 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (java) S 16506 16506 11586 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 15 0 73497066 14316269568 54065 18446744073709551615 4194304 4196468 140728448274544 140210350254736 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16511] ppid=16506 vsize=13980732 memory=4137282616176187523 CPUtime=0.01 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (java) S 16506 16506 11586 0 -1 1077944384 25 0 0 0 0 1 0 0 20 0 15 0 73497066 14316269568 54065 18446744073709551615 4194304 4196468 140728448274544 140209987971600 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16512] ppid=16506 vsize=13980732 memory=-7025452035940392864 CPUtime=0.02 cores=0,2,4,6
/proc/16508/task/16512/stat : 16512 (java) S 16506 16506 11586 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 15 0 73497066 14316269568 54065 18446744073709551615 4194304 4196468 140728448274544 140209986918800 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16513] ppid=16506 vsize=13980732 memory=6944656592455360569 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16513/stat : 16513 (java) S 16506 16506 11586 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 73497066 14316269568 54065 18446744073709551615 4194304 4196468 140728448274544 140209985866000 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16514] ppid=16506 vsize=13980732 memory=6944656592452807316 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16514/stat : 16514 (java) S 16506 16506 11586 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 73497068 14316269568 54065 18446744073709551615 4194304 4196468 140728448274544 140209867799408 140210389367426 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16515] ppid=16506 vsize=13980732 memory=-8990767739041718176 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16515/stat : 16515 (java) S 16506 16506 11586 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 73497068 14316269568 54065 18446744073709551615 4194304 4196468 140728448274544 140209866745376 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16516] ppid=16506 vsize=13980732 memory=-7025452035940392864 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16516/stat : 16516 (java) S 16506 16506 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 73497068 14316269568 54065 18446744073709551615 4194304 4196468 140728448274544 140209865692528 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16517] ppid=16506 vsize=13980732 memory=6944656592455360569 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16517/stat : 16517 (java) S 16506 16506 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497071 14316269568 54065 18446744073709551615 4194304 4196468 140728448274544 140209864640848 140210389374875 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16518] ppid=16506 vsize=13980732 memory=6944656592452807316 CPUtime=0.59 cores=0,2,4,6
/proc/16508/task/16518/stat : 16518 (java) R 16506 16506 11586 0 -1 4202560 1579 0 0 0 59 0 0 0 20 0 15 0 73497071 14316269568 54065 18446744073709551615 4194304 4196468 140728448274544 140209863573712 140210367248304 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16519] ppid=16506 vsize=13980732 memory=7883663750285716324 CPUtime=0.58 cores=0,2,4,6
/proc/16508/task/16519/stat : 16519 (java) R 16506 16506 11586 0 -1 4202560 1259 0 0 0 58 0 0 0 20 0 15 0 73497071 14316269568 54065 18446744073709551615 4194304 4196468 140728448274544 140209862525520 140210370880637 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16520] ppid=16506 vsize=13980732 memory=7589809389572876390 CPUtime=0.43 cores=0,2,4,6
/proc/16508/task/16520/stat : 16520 (java) S 16506 16506 11586 0 -1 1077944384 1732 0 0 0 42 1 0 0 20 0 15 0 73497071 14316269568 54065 18446744073709551615 4194304 4196468 140728448274544 140209861482608 140210389367426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16521] ppid=16506 vsize=13980732 memory=6945222875319528557 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16521/stat : 16521 (java) S 16506 16506 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497071 14316269568 54065 18446744073709551615 4194304 4196468 140728448274544 140209860430048 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16522] ppid=16506 vsize=13980732 memory=2384 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16522/stat : 16522 (java) S 16506 16506 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497075 14316269568 54065 18446744073709551615 4194304 4196468 140728448274544 140209859378352 140210389367426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
Current children cumulated CPU time: 3.13 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 217640 KiB

[startup+1.70116 s]
/proc/loadavg: 2.12 2.04 2.12 4/212 16522
/proc/meminfo: memFree=29037468/32770624 swapFree=67108860/67108860
[pid=16506] ppid=16503 vsize=9512 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16506/stat : 16506 (xcsp3-exec) S 16503 16506 11586 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 73497056 9740288 345 18446744073709551615 4194304 5098028 140728095852960 140728095851064 140196978147964 0 65536 5 65538 18446744071579417331 0 0 17 4 0 0 9 0 0 7196144 7232144 37388288 140728095859065 140728095859269 140728095859269 140728095862763 0
/proc/16506/statm: 2378 345 289 221 0 87 0
[pid=16508] ppid=16506 vsize=13980732 memory=216932 CPUtime=3.45 cores=0,2,4,6
/proc/16508/stat : 16508 (java) S 16506 16506 11586 0 -1 1077944320 14660 0 0 0 333 12 0 0 20 0 15 0 73497065 14316269568 54233 18446744073709551615 4194304 4196468 140728448274544 140728448257088 140210389356279 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
/proc/16508/statm: 3495183 54233 3207 1 0 3483476 0
[pid=16508/tid=16509] ppid=16506 vsize=13980732 memory=0 CPUtime=1.51 cores=0,2,4,6
/proc/16508/task/16509/stat : 16509 (java) R 16506 16506 11586 0 -1 4202560 8517 0 0 0 146 5 0 0 20 0 15 0 73497066 14316269568 54233 18446744073709551615 4194304 4196468 140728448274544 140210393595744 140210033228520 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16510] ppid=16506 vsize=13980732 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/16508/task/16510/stat : 16510 (java) S 16506 16506 11586 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 15 0 73497066 14316269568 54233 18446744073709551615 4194304 4196468 140728448274544 140210350254736 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16511] ppid=16506 vsize=13980732 memory=1380 CPUtime=0.01 cores=0,2,4,6
/proc/16508/task/16511/stat : 16511 (java) S 16506 16506 11586 0 -1 1077944384 25 0 0 0 0 1 0 0 20 0 15 0 73497066 14316269568 54233 18446744073709551615 4194304 4196468 140728448274544 140209987971600 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16512] ppid=16506 vsize=13980732 memory=215332 CPUtime=0.02 cores=0,2,4,6
/proc/16508/task/16512/stat : 16512 (java) S 16506 16506 11586 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 15 0 73497066 14316269568 54233 18446744073709551615 4194304 4196468 140728448274544 140209986918800 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16513] ppid=16506 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16513/stat : 16513 (java) S 16506 16506 11586 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 15 0 73497066 14316269568 54233 18446744073709551615 4194304 4196468 140728448274544 140209985866000 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16514] ppid=16506 vsize=13980732 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16514/stat : 16514 (java) S 16506 16506 11586 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 73497068 14316269568 54233 18446744073709551615 4194304 4196468 140728448274544 140209867799408 140210389367426 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16515] ppid=16506 vsize=13980732 memory=3184097919267520673 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16515/stat : 16515 (java) S 16506 16506 11586 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 73497068 14316269568 54233 18446744073709551615 4194304 4196468 140728448274544 140209866745376 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16516] ppid=16506 vsize=13980732 memory=-7161732098441943118 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16516/stat : 16516 (java) S 16506 16506 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 73497068 14316269568 54233 18446744073709551615 4194304 4196468 140728448274544 140209865692528 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16517] ppid=16506 vsize=13980732 memory=-6737208495982354336 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16517/stat : 16517 (java) S 16506 16506 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497071 14316269568 54233 18446744073709551615 4194304 4196468 140728448274544 140209864640848 140210389374875 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16518] ppid=16506 vsize=13980732 memory=-7161732098442470212 CPUtime=0.69 cores=0,2,4,6
/proc/16508/task/16518/stat : 16518 (java) R 16506 16506 11586 0 -1 4202560 1612 0 0 0 69 0 0 0 20 0 15 0 73497071 14316269568 54233 18446744073709551615 4194304 4196468 140728448274544 140209863573968 140210368532324 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16519] ppid=16506 vsize=13980732 memory=4120 CPUtime=0.68 cores=0,2,4,6
/proc/16508/task/16519/stat : 16519 (java) R 16506 16506 11586 0 -1 4202560 1280 0 0 0 68 0 0 0 20 0 15 0 73497071 14316269568 54233 18446744073709551615 4194304 4196468 140728448274544 140209862522192 140210371255968 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16520] ppid=16506 vsize=13980732 memory=40740 CPUtime=0.45 cores=0,2,4,6
/proc/16508/task/16520/stat : 16520 (java) S 16506 16506 11586 0 -1 1077944384 1763 0 0 0 44 1 0 0 20 0 15 0 73497071 14316269568 54233 18446744073709551615 4194304 4196468 140728448274544 140209861482608 140210389367426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16521] ppid=16506 vsize=13980732 memory=1380 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16521/stat : 16521 (java) S 16506 16506 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 73497071 14316269568 54233 18446744073709551615 4194304 4196468 140728448274544 140209860430048 140210389366485 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
[pid=16508/tid=16522] ppid=16506 vsize=13980732 memory=215272 CPUtime=0 cores=0,2,4,6
/proc/16508/task/16522/stat : 16522 (java) S 16506 16506 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 73497075 14316269568 54233 18446744073709551615 4194304 4196468 140728448274544 140209859378352 140210389367426 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7557120 140728448283057 140728448283233 140728448283233 140728448286671 0
Current children cumulated CPU time: 3.45 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 218312 KiB

Child status: 0
Real time (s): 1.72605
CPU time (s): 3.5007
CPU user time (s): 3.36735
CPU system time (s): 0.133348
CPU usage (%): 202.815
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 218312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.36735
system time used= 0.133348
maximum resident set size= 217788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15211
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= 2002
involuntary context switches= 12


# summary of solver processes directly reported to runsolver:
#   pid: 16506
#   total CPU time (s): 3.5007
#   total CPU user time (s): 3.36735
#   total CPU system time (s): 0.133348

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.023351 second user time and 0.067007 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-16 04:31:48
IDJOB=4269740
IDBENCH=139299
IDSOLVER=2660
FILE ID=node124/4269740-1502851564
RUNJOBID= node124-1502673801-14689
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= choco-solver 4.0.5 seq
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-21.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-4269740-1502851564/watcher-4269740-1502851564 -o /tmp/evaluation-result-4269740-1502851564/solver-4269740-1502851564 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502673801-14689 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 557752612 HOME/instance-4269740-1502851564.xml

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

MD5SUM BENCH= 0963ecc662fca7fb73f4e82ded789c90
RANDOM SEED=557752612

node124.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.51
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.51
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.51
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.51
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:        29237036 kB
MemAvailable:   29696420 kB
Buffers:          253544 kB
Cached:           491936 kB
SwapCached:            0 kB
Active:          2772688 kB
Inactive:         306624 kB
Active(anon):    2284852 kB
Inactive(anon):    81944 kB
Active(file):     487836 kB
Inactive(file):   224680 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             10760 kB
Writeback:             0 kB
AnonPages:       2308572 kB
Mapped:            61292 kB
Shmem:             33512 kB
Slab:             152120 kB
SReclaimable:     125404 kB
SUnreclaim:        26716 kB
KernelStack:        3776 kB
PageTables:         9448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3587992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2179072 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= 62012 MiB
End job on node124 at 2017-08-16 04:31:50