Trace number 4262309

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
Concrete 3.4UNSAT 23.554399 8.8133202

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-05-03-fair.xml
MD5SUMebcae7fb870db8f75b7458b98ea920fc
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 benchmark5.3921299
Satisfiable
(Un)Satisfiability was proved
Number of variables4167
Number of constraints3932
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":584},{"size":201,"count":24},{"size":20001,"count":3559}]
Minimum variable degree2
Maximum variable degree60
Distribution of variable degrees[{"degree":2,"count":3653},{"degree":3,"count":90},{"degree":4,"count":18},{"degree":5,"count":60},{"degree":6,"count":46},{"degree":7,"count":101},{"degree":8,"count":94},{"degree":9,"count":60},{"degree":10,"count":12},{"degree":12,"count":1},{"degree":13,"count":15},{"degree":17,"count":4},{"degree":27,"count":4},{"degree":29,"count":1},{"degree":34,"count":1},{"degree":36,"count":1},{"degree":38,"count":3},{"degree":59,"count":2},{"degree":60,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":675},{"arity":3,"count":3255}]
Number of extensional constraints0
Number of intensional constraints3932
Distribution of constraint types[{"type":"intension","count":3932}]
Optimization problemNO
Type of objective

Solver Data

3.16/2.20	c Concrete v3.4 running
23.32/8.79	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262309-1502479570/watcher-4262309-1502479570 -o /tmp/evaluation-result-4262309-1502479570/solver-4262309-1502479570 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580 bin/concrete HOME/instance-4262309-1502479570.xml 

pid=30791
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.57 1.50 1.55 2/199 30794
/proc/meminfo: memFree=30593696/32770624 swapFree=0/471340
[pid=30794] ppid=30791 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30794/stat : 30794 (runsolver) D 30791 30794 13007 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 89868221 24240128 106 18446744073709551615 4194304 4338465 140722072492592 140722072490232 140539817140951 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 18305024 140722072494288 140722072494665 140722072494665 140722072498122 0
/proc/30794/statm: 5918 106 53 36 0 2156 0

[startup+0.100065 s]
/proc/loadavg: 1.57 1.50 1.55 2/199 30794
/proc/meminfo: memFree=30593696/32770624 swapFree=0/471340
[pid=30794] ppid=30791 vsize=9508 CPUtime=0.01 cores=1,3,5,7
/proc/30794/stat : 30794 (bash) R 30791 30794 13007 0 -1 4202496 741 5097 0 0 0 0 0 1 20 0 1 0 89868221 9736192 355 18446744073709551615 4194304 5098028 140721794117520 140721794115160 4510583 0 0 5 65536 0 0 0 17 3 0 0 8 0 0 7196144 7232144 37408768 140721794126356 140721794126441 140721794126441 140721794129898 0
/proc/30794/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9508

[startup+0.20027 s]
/proc/loadavg: 1.57 1.50 1.55 2/199 30794
/proc/meminfo: memFree=30593696/32770624 swapFree=0/471340
[pid=30794] ppid=30791 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/30794/stat : 30794 (bash) S 30791 30794 13007 0 -1 4202496 892 6485 0 0 0 0 0 1 20 0 1 0 89868221 9867264 377 18446744073709551615 4194304 5098028 140721794117520 140721794111528 139771986721792 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 8 0 0 7196144 7232144 37408768 140721794126356 140721794126441 140721794126441 140721794129898 0
/proc/30794/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300295 s]
/proc/loadavg: 1.57 1.50 1.55 2/199 30794
/proc/meminfo: memFree=30593696/32770624 swapFree=0/471340
[pid=30794] ppid=30791 vsize=13907308 CPUtime=0.14 cores=1,3,5,7
/proc/30794/stat : 30794 (java) S 30791 30794 13007 0 -1 1077944320 5743 12708 0 0 5 1 5 3 20 0 14 0 89868221 14241083392 5427 18446744073709551615 4194304 4196468 140732893160512 140732893143056 140539129822967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
/proc/30794/statm: 3476827 5427 2567 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.700285 s]
/proc/loadavg: 1.57 1.50 1.55 2/199 30794
/proc/meminfo: memFree=30593696/32770624 swapFree=0/471340
[pid=30794] ppid=30791 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/30794/stat : 30794 (java) S 30791 30794 13007 0 -1 1077944320 13827 12708 0 0 55 5 5 3 20 0 15 0 89868221 14310178816 14259 18446744073709551615 4194304 4196468 140732893160512 140732893143056 140539129822967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
/proc/30794/statm: 3493696 14259 3107 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50059 s]
/proc/loadavg: 1.57 1.50 1.55 3/214 30857
/proc/meminfo: memFree=30500744/32770624 swapFree=0/471612
[pid=30794] ppid=30791 vsize=13985408 CPUtime=1.88 cores=1,3,5,7
/proc/30794/stat : 30794 (java) S 30791 30794 13007 0 -1 1077944320 28129 12708 0 0 170 10 5 3 20 0 15 0 89868221 14321057792 39607 18446744073709551615 4194304 4196468 140732893160512 140732893143056 140539129822967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
/proc/30794/statm: 3496352 39607 3344 1 0 3485525 0
[pid=30794/tid=30844] ppid=30791 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/30794/task/30844/stat : 30844 (java) S 30791 30794 13007 0 -1 1077944384 22459 12708 0 0 115 5 5 3 20 0 15 0 89868243 14321057792 39607 18446744073709551615 4194304 4196468 140732893160512 140539134046720 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30845] ppid=30791 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30845/stat : 30845 (java) S 30791 30794 13007 0 -1 1077944384 60 12708 0 0 0 0 5 3 20 0 15 0 89868243 14321057792 39607 18446744073709551615 4194304 4196468 140732893160512 140539049237392 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30846] ppid=30791 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30846/stat : 30846 (java) S 30791 30794 13007 0 -1 1077944384 189 12708 0 0 0 0 5 3 20 0 15 0 89868243 14321057792 39607 18446744073709551615 4194304 4196468 140732893160512 140538728672016 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30847] ppid=30791 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30847/stat : 30847 (java) S 30791 30794 13007 0 -1 1077944384 50 12708 0 0 0 0 5 3 20 0 15 0 89868243 14321057792 39607 18446744073709551615 4194304 4196468 140732893160512 140538727619728 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30848] ppid=30791 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30848/stat : 30848 (java) S 30791 30794 13007 0 -1 1077944384 49 12708 0 0 0 0 5 3 20 0 15 0 89868243 14321057792 39607 18446744073709551615 4194304 4196468 140732893160512 140538726566928 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30849] ppid=30791 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30849/stat : 30849 (java) R 30791 30794 13007 0 -1 4202560 62 12708 0 0 0 0 5 3 20 0 15 0 89868245 14321057792 39607 18446744073709551615 4194304 4196468 140732893160512 140538608300480 140539109453896 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30850] ppid=30791 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30850/stat : 30850 (java) S 30791 30794 13007 0 -1 1077944384 33 12708 0 0 0 0 5 3 20 0 15 0 89868245 14321057792 39633 18446744073709551615 4194304 4196468 140732893160512 140538607248160 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30851] ppid=30791 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30851/stat : 30851 (java) S 30791 30794 13007 0 -1 1077944384 21 12708 0 0 0 0 5 3 20 0 15 0 89868245 14321057792 39633 18446744073709551615 4194304 4196468 140732893160512 140538606195824 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30852] ppid=30791 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30852/stat : 30852 (java) S 30791 30794 13007 0 -1 1077944384 3 12708 0 0 0 0 5 3 20 0 15 0 89868248 14321057792 39633 18446744073709551615 4194304 4196468 140732893160512 140538605144144 140539129841563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30853] ppid=30791 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/30794/task/30853/stat : 30853 (java) S 30791 30794 13007 0 -1 1077944384 1086 12708 0 0 15 1 5 3 20 0 15 0 89868248 14321057792 39633 18446744073709551615 4194304 4196468 140732893160512 140538604092016 140539129834114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30854] ppid=30791 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/30794/task/30854/stat : 30854 (java) S 30791 30794 13007 0 -1 1077944384 604 12708 0 0 13 0 5 3 20 0 15 0 89868248 14321057792 39633 18446744073709551615 4194304 4196468 140732893160512 140538603039216 140539129834114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30855] ppid=30791 vsize=13985408 CPUtime=0.31 cores=1,3,5,7
/proc/30794/task/30855/stat : 30855 (java) S 30791 30794 13007 0 -1 1077944384 1353 12708 0 0 23 0 5 3 20 0 15 0 89868248 14321057792 39633 18446744073709551615 4194304 4196468 140732893160512 140538601981696 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30856] ppid=30791 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30856/stat : 30856 (java) S 30791 30794 13007 0 -1 1077944384 3 12708 0 0 0 0 5 3 20 0 15 0 89868248 14321057792 39633 18446744073709551615 4194304 4196468 140732893160512 140538600934368 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30857] ppid=30791 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30857/stat : 30857 (java) S 30791 30794 13007 0 -1 1077944384 10 12708 0 0 0 0 5 3 20 0 15 0 89868253 14321057792 39633 18446744073709551615 4194304 4196468 140732893160512 140538599881136 140539129834114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 13985408

[startup+3.10156 s]
/proc/loadavg: 1.57 1.50 1.55 3/214 30857
/proc/meminfo: memFree=30422324/32770624 swapFree=0/471612
[pid=30794] ppid=30791 vsize=13995836 CPUtime=6.02 cores=1,3,5,7
/proc/30794/stat : 30794 (java) S 30791 30794 13007 0 -1 1077944320 40703 12708 0 0 579 15 5 3 20 0 15 0 89868221 14331736064 59574 18446744073709551615 4194304 4196468 140732893160512 140732893143056 140539129822967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
/proc/30794/statm: 3498959 59574 3444 1 0 3487573 0
[pid=30794/tid=30844] ppid=30791 vsize=13995836 CPUtime=2.86 cores=1,3,5,7
/proc/30794/task/30844/stat : 30844 (java) R 30791 30794 13007 0 -1 4202560 27488 12708 0 0 271 7 5 3 20 0 15 0 89868243 14331736064 59574 18446744073709551615 4194304 4196468 140732893160512 140539134053600 140538737299687 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30845] ppid=30791 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30845/stat : 30845 (java) S 30791 30794 13007 0 -1 1077944384 65 12708 0 0 0 0 5 3 20 0 15 0 89868243 14331736064 59574 18446744073709551615 4194304 4196468 140732893160512 140539049237392 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30846] ppid=30791 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30846/stat : 30846 (java) S 30791 30794 13007 0 -1 1077944384 189 12708 0 0 0 0 5 3 20 0 15 0 89868243 14331736064 59574 18446744073709551615 4194304 4196468 140732893160512 140538728672016 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30847] ppid=30791 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30847/stat : 30847 (java) S 30791 30794 13007 0 -1 1077944384 50 12708 0 0 0 0 5 3 20 0 15 0 89868243 14331736064 59574 18446744073709551615 4194304 4196468 140732893160512 140538727619728 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30848] ppid=30791 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30848/stat : 30848 (java) S 30791 30794 13007 0 -1 1077944384 55 12708 0 0 0 0 5 3 20 0 15 0 89868243 14331736064 59574 18446744073709551615 4194304 4196468 140732893160512 140538726566928 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30849] ppid=30791 vsize=13995836 CPUtime=0.09 cores=1,3,5,7
/proc/30794/task/30849/stat : 30849 (java) S 30791 30794 13007 0 -1 1077944384 1339 12708 0 0 1 0 5 3 20 0 15 0 89868245 14331736064 59574 18446744073709551615 4194304 4196468 140732893160512 140538608302192 140539129834114 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30850] ppid=30791 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30850/stat : 30850 (java) S 30791 30794 13007 0 -1 1077944384 56 12708 0 0 0 0 5 3 20 0 15 0 89868245 14331736064 59574 18446744073709551615 4194304 4196468 140732893160512 140538607248224 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30851] ppid=30791 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30851/stat : 30851 (java) S 30791 30794 13007 0 -1 1077944384 44 12708 0 0 0 0 5 3 20 0 15 0 89868245 14331736064 59574 18446744073709551615 4194304 4196468 140732893160512 140538606195824 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30852] ppid=30791 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30852/stat : 30852 (java) S 30791 30794 13007 0 -1 1077944384 3 12708 0 0 0 0 5 3 20 0 15 0 89868248 14331736064 59574 18446744073709551615 4194304 4196468 140732893160512 140538605144144 140539129841563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30853] ppid=30791 vsize=13995836 CPUtime=1.07 cores=1,3,5,7
/proc/30794/task/30853/stat : 30853 (java) R 30791 30794 13007 0 -1 4202560 2779 12708 0 0 97 2 5 3 20 0 15 0 89868248 14331736064 59574 18446744073709551615 4194304 4196468 140732893160512 140538604079152 140539109069109 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30854] ppid=30791 vsize=13995836 CPUtime=1.05 cores=1,3,5,7
/proc/30794/task/30854/stat : 30854 (java) R 30791 30794 13007 0 -1 4202560 2067 12708 0 0 96 1 5 3 20 0 15 0 89868248 14331736064 59574 18446744073709551615 4194304 4196468 140732893160512 140538603022336 140539115851689 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30855] ppid=30791 vsize=13995836 CPUtime=1.17 cores=1,3,5,7
/proc/30794/task/30855/stat : 30855 (java) S 30791 30794 13007 0 -1 1077944384 4400 12708 0 0 108 1 5 3 20 0 15 0 89868248 14331736064 59574 18446744073709551615 4194304 4196468 140732893160512 140538601986928 140539129834114 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30856] ppid=30791 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30856/stat : 30856 (java) S 30791 30794 13007 0 -1 1077944384 3 12708 0 0 0 0 5 3 20 0 15 0 89868248 14331736064 59574 18446744073709551615 4194304 4196468 140732893160512 140538600934368 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30857] ppid=30791 vsize=13995836 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30857/stat : 30857 (java) S 30791 30794 13007 0 -1 1077944384 13 12708 0 0 0 0 5 3 20 0 15 0 89868253 14331736064 59574 18446744073709551615 4194304 4196468 140732893160512 140538599881136 140539129834114 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 13995836

[startup+6.30275 s]
/proc/loadavg: 1.84 1.55 1.56 6/214 30857
/proc/meminfo: memFree=30288204/32770624 swapFree=0/471612
[pid=30794] ppid=30791 vsize=14001980 CPUtime=15.99 cores=1,3,5,7
/proc/30794/stat : 30794 (java) S 30791 30794 13007 0 -1 1077944320 71749 12708 0 0 1567 24 5 3 20 0 15 0 89868221 14338027520 86912 18446744073709551615 4194304 4196468 140732893160512 140732893143056 140539129822967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
/proc/30794/statm: 3500495 86912 3475 1 0 3489109 0
[pid=30794/tid=30844] ppid=30791 vsize=14001980 CPUtime=5.92 cores=1,3,5,7
/proc/30794/task/30844/stat : 30844 (java) R 30791 30794 13007 0 -1 4202560 33426 12708 0 0 574 10 5 3 20 0 15 0 89868243 14338027520 86912 18446744073709551615 4194304 4196468 140732893160512 140539134053952 140538747912541 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30845] ppid=30791 vsize=14001980 CPUtime=0.15 cores=1,3,5,7
/proc/30794/task/30845/stat : 30845 (java) S 30791 30794 13007 0 -1 1077944384 176 12708 0 0 6 1 5 3 20 0 15 0 89868243 14338027520 86912 18446744073709551615 4194304 4196468 140732893160512 140539049237392 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30846] ppid=30791 vsize=14001980 CPUtime=0.17 cores=1,3,5,7
/proc/30794/task/30846/stat : 30846 (java) S 30791 30794 13007 0 -1 1077944384 1064 12708 0 0 8 1 5 3 20 0 15 0 89868243 14338027520 86912 18446744073709551615 4194304 4196468 140732893160512 140538728672016 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30847] ppid=30791 vsize=14001980 CPUtime=0.16 cores=1,3,5,7
/proc/30794/task/30847/stat : 30847 (java) S 30791 30794 13007 0 -1 1077944384 834 12708 0 0 7 1 5 3 20 0 15 0 89868243 14338027520 86912 18446744073709551615 4194304 4196468 140732893160512 140538727619728 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30848] ppid=30791 vsize=14001980 CPUtime=0.14 cores=1,3,5,7
/proc/30794/task/30848/stat : 30848 (java) S 30791 30794 13007 0 -1 1077944384 140 12708 0 0 5 1 5 3 20 0 15 0 89868243 14338027520 86912 18446744073709551615 4194304 4196468 140732893160512 140538726566928 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30849] ppid=30791 vsize=14001980 CPUtime=0.13 cores=1,3,5,7
/proc/30794/task/30849/stat : 30849 (java) S 30791 30794 13007 0 -1 1077944384 6351 12708 0 0 5 0 5 3 20 0 15 0 89868245 14338027520 86912 18446744073709551615 4194304 4196468 140732893160512 140538608302192 140539129834114 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30850] ppid=30791 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30850/stat : 30850 (java) S 30791 30794 13007 0 -1 1077944384 59 12708 0 0 0 0 5 3 20 0 15 0 89868245 14338027520 86912 18446744073709551615 4194304 4196468 140732893160512 140538607248224 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30851] ppid=30791 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30851/stat : 30851 (java) S 30791 30794 13007 0 -1 1077944384 46 12708 0 0 0 0 5 3 20 0 15 0 89868245 14338027520 86912 18446744073709551615 4194304 4196468 140732893160512 140538606195840 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30852] ppid=30791 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30852/stat : 30852 (java) S 30791 30794 13007 0 -1 1077944384 3 12708 0 0 0 0 5 3 20 0 15 0 89868248 14338027520 86912 18446744073709551615 4194304 4196468 140732893160512 140538605144144 140539129841563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30853] ppid=30791 vsize=14001980 CPUtime=3.88 cores=1,3,5,7
/proc/30794/task/30853/stat : 30853 (java) R 30791 30794 13007 0 -1 4202560 9106 12708 0 0 378 2 5 3 20 0 15 0 89868248 14338027520 86912 18446744073709551615 4194304 4196468 140732893160512 140538604077968 140539114210214 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30854] ppid=30791 vsize=14001980 CPUtime=3.91 cores=1,3,5,7
/proc/30794/task/30854/stat : 30854 (java) R 30791 30794 13007 0 -1 4202560 9040 12708 0 0 382 1 5 3 20 0 15 0 89868248 14338027520 86912 18446744073709551615 4194304 4196468 140732893160512 140538603022208 140539110304320 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30855] ppid=30791 vsize=14001980 CPUtime=2.06 cores=1,3,5,7
/proc/30794/task/30855/stat : 30855 (java) S 30791 30794 13007 0 -1 1077944384 9325 12708 0 0 196 2 5 3 20 0 15 0 89868248 14338027520 86912 18446744073709551615 4194304 4196468 140732893160512 140538601986928 140539129834114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30856] ppid=30791 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30856/stat : 30856 (java) S 30791 30794 13007 0 -1 1077944384 3 12708 0 0 0 0 5 3 20 0 15 0 89868248 14338027520 86912 18446744073709551615 4194304 4196468 140732893160512 140538600934368 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30857] ppid=30791 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30857/stat : 30857 (java) S 30791 30794 13007 0 -1 1077944384 24 12708 0 0 0 0 5 3 20 0 15 0 89868253 14338027520 86912 18446744073709551615 4194304 4196468 140732893160512 140538599881136 140539129834114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 14001980

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

[startup+6.40084 s]
/proc/loadavg: 1.84 1.55 1.56 6/214 30857
/proc/meminfo: memFree=30288204/32770624 swapFree=0/471612
[pid=30794] ppid=30791 vsize=14001980 CPUtime=16.3 cores=1,3,5,7
/proc/30794/stat : 30794 (java) S 30791 30794 13007 0 -1 1077944320 72602 12708 0 0 1598 24 5 3 20 0 15 0 89868221 14338027520 87329 18446744073709551615 4194304 4196468 140732893160512 140732893143056 140539129822967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
/proc/30794/statm: 3500495 87329 3476 1 0 3489109 0
[pid=30794/tid=30844] ppid=30791 vsize=14001980 CPUtime=6.02 cores=1,3,5,7
/proc/30794/task/30844/stat : 30844 (java) R 30791 30794 13007 0 -1 4202560 33533 12708 0 0 584 10 5 3 20 0 15 0 89868243 14338027520 87329 18446744073709551615 4194304 4196468 140732893160512 140539134051872 140538747817088 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30845] ppid=30791 vsize=14001980 CPUtime=0.15 cores=1,3,5,7
/proc/30794/task/30845/stat : 30845 (java) S 30791 30794 13007 0 -1 1077944384 176 12708 0 0 6 1 5 3 20 0 15 0 89868243 14338027520 87329 18446744073709551615 4194304 4196468 140732893160512 140539049237392 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30846] ppid=30791 vsize=14001980 CPUtime=0.17 cores=1,3,5,7
/proc/30794/task/30846/stat : 30846 (java) S 30791 30794 13007 0 -1 1077944384 1064 12708 0 0 8 1 5 3 20 0 15 0 89868243 14338027520 87329 18446744073709551615 4194304 4196468 140732893160512 140538728672016 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30847] ppid=30791 vsize=14001980 CPUtime=0.16 cores=1,3,5,7
/proc/30794/task/30847/stat : 30847 (java) S 30791 30794 13007 0 -1 1077944384 834 12708 0 0 7 1 5 3 20 0 15 0 89868243 14338027520 87329 18446744073709551615 4194304 4196468 140732893160512 140538727619728 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30848] ppid=30791 vsize=14001980 CPUtime=0.14 cores=1,3,5,7
/proc/30794/task/30848/stat : 30848 (java) S 30791 30794 13007 0 -1 1077944384 140 12708 0 0 5 1 5 3 20 0 15 0 89868243 14338027520 87329 18446744073709551615 4194304 4196468 140732893160512 140538726566928 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30849] ppid=30791 vsize=14001980 CPUtime=0.13 cores=1,3,5,7
/proc/30794/task/30849/stat : 30849 (java) S 30791 30794 13007 0 -1 1077944384 6351 12708 0 0 5 0 5 3 20 0 15 0 89868245 14338027520 87329 18446744073709551615 4194304 4196468 140732893160512 140538608302192 140539129834114 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30850] ppid=30791 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30850/stat : 30850 (java) S 30791 30794 13007 0 -1 1077944384 59 12708 0 0 0 0 5 3 20 0 15 0 89868245 14338027520 87329 18446744073709551615 4194304 4196468 140732893160512 140538607248224 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30851] ppid=30791 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30851/stat : 30851 (java) S 30791 30794 13007 0 -1 1077944384 46 12708 0 0 0 0 5 3 20 0 15 0 89868245 14338027520 87329 18446744073709551615 4194304 4196468 140732893160512 140538606195840 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30852] ppid=30791 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30852/stat : 30852 (java) S 30791 30794 13007 0 -1 1077944384 3 12708 0 0 0 0 5 3 20 0 15 0 89868248 14338027520 87329 18446744073709551615 4194304 4196468 140732893160512 140538605144144 140539129841563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30853] ppid=30791 vsize=14001980 CPUtime=3.97 cores=1,3,5,7
/proc/30794/task/30853/stat : 30853 (java) R 30791 30794 13007 0 -1 4202560 9124 12708 0 0 387 2 5 3 20 0 15 0 89868248 14338027520 87329 18446744073709551615 4194304 4196468 140732893160512 140538604092016 140539114111825 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30854] ppid=30791 vsize=14001980 CPUtime=3.99 cores=1,3,5,7
/proc/30794/task/30854/stat : 30854 (java) S 30791 30794 13007 0 -1 1077944384 9087 12708 0 0 390 1 5 3 20 0 15 0 89868248 14338027520 87329 18446744073709551615 4194304 4196468 140732893160512 140538603039216 140539129834114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30855] ppid=30791 vsize=14001980 CPUtime=2.11 cores=1,3,5,7
/proc/30794/task/30855/stat : 30855 (java) S 30791 30794 13007 0 -1 1077944384 10006 12708 0 0 201 2 5 3 20 0 15 0 89868248 14338027520 87329 18446744073709551615 4194304 4196468 140732893160512 140538601986928 140539129834114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30856] ppid=30791 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30856/stat : 30856 (java) S 30791 30794 13007 0 -1 1077944384 3 12708 0 0 0 0 5 3 20 0 15 0 89868248 14338027520 87329 18446744073709551615 4194304 4196468 140732893160512 140538600934368 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30857] ppid=30791 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30857/stat : 30857 (java) S 30791 30794 13007 0 -1 1077944384 24 12708 0 0 0 0 5 3 20 0 15 0 89868253 14338027520 87329 18446744073709551615 4194304 4196468 140732893160512 140538599881136 140539129834114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
Current children cumulated CPU time (s) 16.3
Current children cumulated vsize (KiB) 14001980

[startup+8.00152 s]
/proc/loadavg: 2.09 1.61 1.58 5/214 30857
/proc/meminfo: memFree=30196976/32770624 swapFree=0/471612
[pid=30794] ppid=30791 vsize=14069564 CPUtime=21.41 cores=1,3,5,7
/proc/30794/stat : 30794 (java) S 30791 30794 13007 0 -1 1077944320 96199 12708 0 0 2104 29 5 3 20 0 15 0 89868221 14407233536 107909 18446744073709551615 4194304 4196468 140732893160512 140732893143056 140539129822967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
/proc/30794/statm: 3517391 107909 3483 1 0 3506005 0
[pid=30794/tid=30844] ppid=30791 vsize=14069564 CPUtime=7.6 cores=1,3,5,7
/proc/30794/task/30844/stat : 30844 (java) R 30791 30794 13007 0 -1 4202560 48636 12708 0 0 740 12 5 3 20 0 15 0 89868243 14407233536 107909 18446744073709551615 4194304 4196468 140732893160512 140539134054520 140538737989059 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30845] ppid=30791 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/30794/task/30845/stat : 30845 (java) S 30791 30794 13007 0 -1 1077944384 209 12708 0 0 7 1 5 3 20 0 15 0 89868243 14407233536 107909 18446744073709551615 4194304 4196468 140732893160512 140539049237392 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30846] ppid=30791 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/30794/task/30846/stat : 30846 (java) S 30791 30794 13007 0 -1 1077944384 1084 12708 0 0 9 1 5 3 20 0 15 0 89868243 14407233536 107909 18446744073709551615 4194304 4196468 140732893160512 140538728672016 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30847] ppid=30791 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/30794/task/30847/stat : 30847 (java) S 30791 30794 13007 0 -1 1077944384 834 12708 0 0 7 1 5 3 20 0 15 0 89868243 14407233536 107909 18446744073709551615 4194304 4196468 140732893160512 140538727619728 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30848] ppid=30791 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/30794/task/30848/stat : 30848 (java) S 30791 30794 13007 0 -1 1077944384 164 12708 0 0 6 1 5 3 20 0 15 0 89868243 14407233536 107909 18446744073709551615 4194304 4196468 140732893160512 140538726566928 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30849] ppid=30791 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/30794/task/30849/stat : 30849 (java) S 30791 30794 13007 0 -1 1077944384 6381 12708 0 0 5 0 5 3 20 0 15 0 89868245 14407233536 107909 18446744073709551615 4194304 4196468 140732893160512 140538608302192 140539129834114 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30850] ppid=30791 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30850/stat : 30850 (java) S 30791 30794 13007 0 -1 1077944384 60 12708 0 0 0 0 5 3 20 0 15 0 89868245 14407233536 107909 18446744073709551615 4194304 4196468 140732893160512 140538607248288 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30851] ppid=30791 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30851/stat : 30851 (java) S 30791 30794 13007 0 -1 1077944384 47 12708 0 0 0 0 5 3 20 0 15 0 89868245 14407233536 107909 18446744073709551615 4194304 4196468 140732893160512 140538606195840 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30852] ppid=30791 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30852/stat : 30852 (java) S 30791 30794 13007 0 -1 1077944384 3 12708 0 0 0 0 5 3 20 0 15 0 89868248 14407233536 107909 18446744073709551615 4194304 4196468 140732893160512 140538605144144 140539129841563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30853] ppid=30791 vsize=14069564 CPUtime=5.52 cores=1,3,5,7
/proc/30794/task/30853/stat : 30853 (java) R 30791 30794 13007 0 -1 4202560 13579 12708 0 0 541 3 5 3 20 0 15 0 89868248 14407233536 107909 18446744073709551615 4194304 4196468 140732893160512 140538604083472 140539113319842 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30854] ppid=30791 vsize=14069564 CPUtime=5.49 cores=1,3,5,7
/proc/30794/task/30854/stat : 30854 (java) R 30791 30794 13007 0 -1 4202560 12209 12708 0 0 540 1 5 3 20 0 15 0 89868248 14407233536 107909 18446744073709551615 4194304 4196468 140732893160512 140538603020400 140539111367595 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30855] ppid=30791 vsize=14069564 CPUtime=2.55 cores=1,3,5,7
/proc/30794/task/30855/stat : 30855 (java) S 30791 30794 13007 0 -1 1077944384 10814 12708 0 0 244 3 5 3 20 0 15 0 89868248 14407233536 107909 18446744073709551615 4194304 4196468 140732893160512 140538601986928 140539129834114 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30856] ppid=30791 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30856/stat : 30856 (java) S 30791 30794 13007 0 -1 1077944384 3 12708 0 0 0 0 5 3 20 0 15 0 89868248 14407233536 107909 18446744073709551615 4194304 4196468 140732893160512 140538600934368 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30857] ppid=30791 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30857/stat : 30857 (java) S 30791 30794 13007 0 -1 1077944384 24 12708 0 0 0 0 5 3 20 0 15 0 89868253 14407233536 107909 18446744073709551615 4194304 4196468 140732893160512 140538599881136 140539129834114 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
Current children cumulated CPU time (s) 21.41
Current children cumulated vsize (KiB) 14069564

[startup+8.40067 s]
/proc/loadavg: 2.09 1.61 1.58 5/214 30857
/proc/meminfo: memFree=30196976/32770624 swapFree=0/471612
[pid=30794] ppid=30791 vsize=14069564 CPUtime=22.58 cores=1,3,5,7
/proc/30794/stat : 30794 (java) S 30791 30794 13007 0 -1 1077944320 98781 12708 0 0 2221 29 5 3 20 0 15 0 89868221 14407233536 108372 18446744073709551615 4194304 4196468 140732893160512 140732893143056 140539129822967 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
/proc/30794/statm: 3517391 108372 3484 1 0 3506005 0
[pid=30794/tid=30844] ppid=30791 vsize=14069564 CPUtime=8 cores=1,3,5,7
/proc/30794/task/30844/stat : 30844 (java) R 30791 30794 13007 0 -1 4202560 48920 12708 0 0 780 12 5 3 20 0 15 0 89868243 14407233536 108372 18446744073709551615 4194304 4196468 140732893160512 140539134054368 140538729795275 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30845] ppid=30791 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/30794/task/30845/stat : 30845 (java) S 30791 30794 13007 0 -1 1077944384 209 12708 0 0 7 1 5 3 20 0 15 0 89868243 14407233536 108372 18446744073709551615 4194304 4196468 140732893160512 140539049237392 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30846] ppid=30791 vsize=14069564 CPUtime=0.18 cores=1,3,5,7
/proc/30794/task/30846/stat : 30846 (java) S 30791 30794 13007 0 -1 1077944384 1084 12708 0 0 9 1 5 3 20 0 15 0 89868243 14407233536 108372 18446744073709551615 4194304 4196468 140732893160512 140538728672016 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30847] ppid=30791 vsize=14069564 CPUtime=0.16 cores=1,3,5,7
/proc/30794/task/30847/stat : 30847 (java) S 30791 30794 13007 0 -1 1077944384 834 12708 0 0 7 1 5 3 20 0 15 0 89868243 14407233536 108372 18446744073709551615 4194304 4196468 140732893160512 140538727619728 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30848] ppid=30791 vsize=14069564 CPUtime=0.15 cores=1,3,5,7
/proc/30794/task/30848/stat : 30848 (java) S 30791 30794 13007 0 -1 1077944384 164 12708 0 0 6 1 5 3 20 0 15 0 89868243 14407233536 108372 18446744073709551615 4194304 4196468 140732893160512 140538726566928 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30849] ppid=30791 vsize=14069564 CPUtime=0.13 cores=1,3,5,7
/proc/30794/task/30849/stat : 30849 (java) S 30791 30794 13007 0 -1 1077944384 6381 12708 0 0 5 0 5 3 20 0 15 0 89868245 14407233536 108372 18446744073709551615 4194304 4196468 140732893160512 140538608302192 140539129834114 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30850] ppid=30791 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30850/stat : 30850 (java) S 30791 30794 13007 0 -1 1077944384 60 12708 0 0 0 0 5 3 20 0 15 0 89868245 14407233536 108372 18446744073709551615 4194304 4196468 140732893160512 140538607248288 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30851] ppid=30791 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30851/stat : 30851 (java) S 30791 30794 13007 0 -1 1077944384 47 12708 0 0 0 0 5 3 20 0 15 0 89868245 14407233536 108372 18446744073709551615 4194304 4196468 140732893160512 140538606195840 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30852] ppid=30791 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30852/stat : 30852 (java) S 30791 30794 13007 0 -1 1077944384 3 12708 0 0 0 0 5 3 20 0 15 0 89868248 14407233536 108372 18446744073709551615 4194304 4196468 140732893160512 140538605144144 140539129841563 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30853] ppid=30791 vsize=14069564 CPUtime=5.9 cores=1,3,5,7
/proc/30794/task/30853/stat : 30853 (java) S 30791 30794 13007 0 -1 1077944384 14564 12708 0 0 579 3 5 3 20 0 15 0 89868248 14407233536 108372 18446744073709551615 4194304 4196468 140732893160512 140538604092016 140539129834114 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30854] ppid=30791 vsize=14069564 CPUtime=5.87 cores=1,3,5,7
/proc/30794/task/30854/stat : 30854 (java) S 30791 30794 13007 0 -1 1077944384 13371 12708 0 0 577 2 5 3 20 0 15 0 89868248 14407233536 108372 18446744073709551615 4194304 4196468 140732893160512 140538603039216 140539129834114 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30855] ppid=30791 vsize=14069564 CPUtime=2.58 cores=1,3,5,7
/proc/30794/task/30855/stat : 30855 (java) S 30791 30794 13007 0 -1 1077944384 10965 12708 0 0 247 3 5 3 20 0 15 0 89868248 14407233536 108372 18446744073709551615 4194304 4196468 140732893160512 140538601986928 140539129834114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30856] ppid=30791 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30856/stat : 30856 (java) S 30791 30794 13007 0 -1 1077944384 3 12708 0 0 0 0 5 3 20 0 15 0 89868248 14407233536 108372 18446744073709551615 4194304 4196468 140732893160512 140538600934368 140539129833173 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
[pid=30794/tid=30857] ppid=30791 vsize=14069564 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30857/stat : 30857 (java) S 30791 30794 13007 0 -1 1077944384 24 12708 0 0 0 0 5 3 20 0 15 0 89868253 14407233536 108372 18446744073709551615 4194304 4196468 140732893160512 140538599881136 140539129834114 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30068736 140732893161424 140732893164209 140732893164209 140732893167567 0
Current children cumulated CPU time (s) 22.58
Current children cumulated vsize (KiB) 14069564

[startup+8.80068 s]
/proc/loadavg: 2.09 1.61 1.58 3/201 30858
/proc/meminfo: memFree=30118968/32770624 swapFree=0/471612
[pid=30794] ppid=30791 vsize=0 CPUtime=23.53 cores=1,3,5,7
/proc/30794/stat : 30794 (java) Z 30791 30794 13007 0 -1 4227084 102146 12708 0 0 2313 32 5 3 20 0 2 0 89868221 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/30794/statm: 0 0 0 0 0 0 0
[pid=30794/tid=30852] ppid=30791 vsize=0 CPUtime=0.08 cores=1,3,5,7
/proc/30794/task/30852/stat : 30852 (java) R 30791 30794 13007 0 -1 4203588 6 12708 0 0 0 0 5 3 20 0 2 0 89868248 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 23.53
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 8.81332
CPU time (s): 23.5544
CPU user time (s): 23.191
CPU system time (s): 0.36341
CPU usage (%): 267.26
Max. virtual memory (cumulated for all children) (KiB): 14072200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.191
system time used= 0.36341
maximum resident set size= 487712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114854
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8883
involuntary context switches= 120

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.047972 second user time and 0.054153 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-11 21:12:15
IDJOB=4262309
IDBENCH=139204
IDSOLVER=2650
FILE ID=node135/4262309-1502479570
RUNJOBID= node135-1502411443-13072
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-05-03-fair.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262309-1502479570/watcher-4262309-1502479570 -o /tmp/evaluation-result-4262309-1502479570/solver-4262309-1502479570 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502411443-13072 --watchdog 2580  bin/concrete HOME/instance-4262309-1502479570.xml

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

MD5SUM BENCH= ebcae7fb870db8f75b7458b98ea920fc
RANDOM SEED=508804301

node135.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.21
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.21
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.21
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.21
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:        30594076 kB
MemAvailable:   31440700 kB
Buffers:          297312 kB
Cached:           840892 kB
SwapCached:            0 kB
Active:          1230772 kB
Inactive:         504480 kB
Active(anon):     597628 kB
Inactive(anon):    33140 kB
Active(file):     633144 kB
Inactive(file):   471340 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24172 kB
Writeback:             4 kB
AnonPages:        597080 kB
Mapped:            63716 kB
Shmem:             33464 kB
Slab:             143272 kB
SReclaimable:     115948 kB
SUnreclaim:        27324 kB
KernelStack:        3520 kB
PageTables:         6308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1504956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61984 MiB
End job on node135 at 2017-08-11 21:12:24