Trace number 4079226

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02? (MO) 213.531 213.573

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-zib01.opb
MD5SUM8f491d5bc2eb927e9b611fe56423c3ea
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12471400
Total number of constraints5887041
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3671487
Number of constraints which are nor clauses,nor cardinality constraints2215554
Minimum length of a constraint3
Maximum length of a constraint162
Number of terms in the objective function 12471400
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 12471400
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 56
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 12471400
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c 2016-06-07T08:04:11+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079226-1465279423.opb"]
0.00/0.01	c use --random-gen="2678034010 4128076530 712873849 1302977288 1490076035 4107075555 649173905 1582906366 640745939 1080316739 446786023 2409692189 364425596 231113848 1120476183 1922121614 2796045030 3643192700 2361691971 1188963840 421642040 913242551 2026562845 388183474 3877305696 1420686579 3829310957 3553611128 195065138 2927168607 2000894664 166153787 1223441861 2770081496 3793245249 187284555 2119040830 1621286368 2323670431 4271701235 572820495 4111067697 1661865048 2937914561 2883553101 2116551283 2630184450 3413282748 864180114 887393570 1158088596 810654311 2488942513 3844697817 2581003821 2373079748 3596347589 4203479503 293384318 2338498222 1478066448 2522487104 2709441602 2209119434 3575072710 3838657065 1166765298 4191103661 593545097 2004719649 3000964010 2083032417 1157437548 217176114 3681164510 3574348499 1483702604 2407084699 1670520477 3688759989 1257038259 23714302 3958132931 1035981523 3774034194 2194853885 3405471271 3803440523 1148452176 2553185156 495383224 3236623720 535753805 3247510557 1379461094 3994541880 2688423779 2853111392 1981904314 1148112418 142639606 2602479440 3467679585 2795120590 199594193 798295807 1285910165 1840882559 4179243357 567607772 2310080746 2730511009 1966283410 374484647 3053766965 3761576128 2763658257 1318049607 1486569565 2416181552 3410752834 1972608736 2163059749 454913248 3552362509 3764534760 3001906941 2810634014 217023481 426404535 3720967873 1878836469 147315099 2677532289 3864897065 3528237003 3793517926 2335717544 1411792119 525303457 3502901654 2138114016 1060589819 2737780959 188785108 826719748 2152787124 1710248291 3516131455 3726304861 816074088 1486601996 567208353 1706928561 4270315850 3118494780 646318169 1458531974 39331835 3580348320 1921073415 192593784 2002653427 4153722649 4240425737 35177896 2524301523 3498110000 1584373719 3069968457 3705293813 631968986 3829222606 249417080 3906551723 2566370487 3489037049 21599315 3310087969 2806513240 1481014229 2752344351 425466399 1562111492 2352634922 6593076 490738212 2151621251 166962684 225396825 2744923907 2930836275 2361010457 951193666 2448527079 524621208 157984364 2612101448 3213957255 3931309763 3405974239 1356220201 1407679952 3540420965 595444186 739399931 964030281 2855338349 530829334 2465955517 2934928710 2534868869 938536190 1059385867 2979930621 870253199 2258835212 591013724 2954676515 1368213222 2302512917 1685478290 430730673 2142682856 2919228488 402364375 137315379 1031861202 1434549300 731850977 755142766 1088837229 2953071492 3272131181 1946695085 1931278073 1396039907 1347470143 4111755959 3047371038 3979353876 1944267572 3132159945 421639434 3156430902 2931393842 754339805 2510370376 1941167586 3977075816 1364689293 380048272 4029303717 3000866418 4056410760 3058068235 255 362436" option to reproduce the execution
113.97/114.06	c #vars 12471400
113.97/114.06	c #constraints 5887041

Verifier Data

ERROR: no interpretation found !

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-4079226-1465279423/watcher-4079226-1465279423 -o /tmp/evaluation-result-4079226-1465279423/solver-4079226-1465279423 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1465256721-4331 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079226-1465279423.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.90 2.37 2.20 4/179 7582
/proc/meminfo: memFree=27730468/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=655804 CPUtime=0 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) R 7579 7582 4315 0 -1 4202496 2434 0 0 0 0 0 0 0 20 0 4 0 109878632 671543296 2794 33554432000 4194304 16246674 140737242131632 140737242130728 13880264 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 164719 2804 441 2943 0 161613 0
[pid=7582/tid=7583] ppid=7579 vsize=673212 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7583/stat : 7583 (toysat) S 7579 7582 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109878632 689369088 2864 33554432000 4194304 16246674 140737242131632 140155143826672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=678332 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) S 7579 7582 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109878632 694611968 2883 33554432000 4194304 16246674 140737242131632 140155133336816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7582/tid=7585] ppid=7579 vsize=683452 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7585/stat : 7585 (toysat) S 7579 7582 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109878632 699854848 2901 33554432000 4194304 16246674 140737242131632 140155050519728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.100181 s]
/proc/loadavg: 2.90 2.37 2.20 4/179 7582
/proc/meminfo: memFree=27730468/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=1301060 CPUtime=0.08 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) R 7579 7582 4315 0 -1 4202496 27524 0 0 0 4 4 0 0 20 0 4 0 109878632 1332285440 27822 33554432000 4194304 16246674 140737242131632 140737242130944 8056990 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 325265 27839 798 2943 0 322159 0
[pid=7582/tid=7583] ppid=7579 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7583/stat : 7583 (toysat) S 7579 7582 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109878632 1332285440 27850 33554432000 4194304 16246674 140737242131632 140155143826672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) S 7579 7582 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109878632 1332285440 27861 33554432000 4194304 16246674 140737242131632 140155133336816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7582/tid=7585] ppid=7579 vsize=1301060 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7585/stat : 7585 (toysat) S 7579 7582 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109878632 1332285440 27873 33554432000 4194304 16246674 140737242131632 140155050519728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1301060

[startup+0.200528 s]
/proc/loadavg: 2.90 2.37 2.20 4/179 7582
/proc/meminfo: memFree=27730468/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=1314372 CPUtime=0.19 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) R 7579 7582 4315 0 -1 4202496 43764 0 0 0 13 6 0 0 20 0 4 0 109878632 1345916928 44573 33554432000 4194304 16246674 140737242131632 140737242130944 7376592 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 328593 44573 799 2943 0 325487 0
[pid=7582/tid=7583] ppid=7579 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7583/stat : 7583 (toysat) S 7579 7582 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109878632 1345916928 44573 33554432000 4194304 16246674 140737242131632 140155143826672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) S 7579 7582 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109878632 1345916928 44573 33554432000 4194304 16246674 140737242131632 140155133336816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7582/tid=7585] ppid=7579 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7585/stat : 7585 (toysat) S 7579 7582 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109878632 1345916928 44573 33554432000 4194304 16246674 140737242131632 140155050519728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1314372

[startup+0.30051 s]
/proc/loadavg: 2.90 2.37 2.20 4/179 7582
/proc/meminfo: memFree=27730468/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=1314372 CPUtime=0.29 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) R 7579 7582 4315 0 -1 4202496 54607 0 0 0 21 8 0 0 20 0 4 0 109878632 1345916928 55416 33554432000 4194304 16246674 140737242131632 140737242130944 13892795 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 328593 55416 799 2943 0 325487 0
[pid=7582/tid=7583] ppid=7579 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7583/stat : 7583 (toysat) S 7579 7582 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109878632 1345916928 55416 33554432000 4194304 16246674 140737242131632 140155143826672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) S 7579 7582 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109878632 1345916928 55416 33554432000 4194304 16246674 140737242131632 140155133336816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7582/tid=7585] ppid=7579 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7585/stat : 7585 (toysat) S 7579 7582 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109878632 1345916928 55416 33554432000 4194304 16246674 140737242131632 140155050519728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1314372

[startup+0.700431 s]
/proc/loadavg: 2.90 2.37 2.20 4/179 7582
/proc/meminfo: memFree=27730468/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=1314372 CPUtime=0.69 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) R 7579 7582 4315 0 -1 4202496 63117 0 0 0 60 9 0 0 20 0 4 0 109878632 1345916928 63926 33554432000 4194304 16246674 140737242131632 140737242130728 4220897 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 328593 63926 800 2943 0 325487 0
[pid=7582/tid=7583] ppid=7579 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7583/stat : 7583 (toysat) S 7579 7582 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109878632 1345916928 63926 33554432000 4194304 16246674 140737242131632 140155143826672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) S 7579 7582 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109878632 1345916928 63926 33554432000 4194304 16246674 140737242131632 140155133336816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7582/tid=7585] ppid=7579 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7585/stat : 7585 (toysat) S 7579 7582 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109878632 1345916928 63926 33554432000 4194304 16246674 140737242131632 140155050519728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1314372

[startup+1.50042 s]
/proc/loadavg: 2.90 2.37 2.20 4/183 7586
/proc/meminfo: memFree=27442016/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=1314372 CPUtime=1.48 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) R 7579 7582 4315 0 -1 4202496 88364 0 0 0 136 12 0 0 20 0 4 0 109878632 1345916928 89173 33554432000 4194304 16246674 140737242131632 140737242130728 14073329 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 328593 89173 800 2943 0 325487 0
[pid=7582/tid=7583] ppid=7579 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7583/stat : 7583 (toysat) S 7579 7582 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109878632 1345916928 89173 33554432000 4194304 16246674 140737242131632 140155143826672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) S 7579 7582 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109878632 1345916928 89173 33554432000 4194304 16246674 140737242131632 140155133336816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7582/tid=7585] ppid=7579 vsize=1314372 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7585/stat : 7585 (toysat) S 7579 7582 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109878632 1345916928 89173 33554432000 4194304 16246674 140737242131632 140155050519728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1314372

[startup+3.10041 s]
/proc/loadavg: 2.90 2.37 2.20 4/183 7586
/proc/meminfo: memFree=27321736/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=1322564 CPUtime=3.08 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) R 7579 7582 4315 0 -1 4202496 125798 0 0 0 291 17 0 0 20 0 4 0 109878632 1354305536 126607 33554432000 4194304 16246674 140737242131632 140737242114624 7918818 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 330641 126607 800 2943 0 327535 0
[pid=7582/tid=7583] ppid=7579 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7583/stat : 7583 (toysat) S 7579 7582 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109878632 1354305536 126607 33554432000 4194304 16246674 140737242131632 140155143826672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) S 7579 7582 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109878632 1354305536 126607 33554432000 4194304 16246674 140737242131632 140155133336816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7582/tid=7585] ppid=7579 vsize=1322564 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7585/stat : 7585 (toysat) S 7579 7582 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109878632 1354305536 126607 33554432000 4194304 16246674 140737242131632 140155050519728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1322564

[startup+6.30043 s]
/proc/loadavg: 2.91 2.38 2.20 4/183 7586
/proc/meminfo: memFree=26818188/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=1371716 CPUtime=6.29 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) R 7579 7582 4315 0 -1 4202496 220387 0 0 0 598 31 0 0 20 0 4 0 109878632 1404637184 231416 33554432000 4194304 16246674 140737242131632 140737242114624 4220495 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 342929 231416 800 2943 0 339823 0
[pid=7582/tid=7583] ppid=7579 vsize=1371716 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7583/stat : 7583 (toysat) S 7579 7582 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109878632 1404637184 231416 33554432000 4194304 16246674 140737242131632 140155143826672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=1371716 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) S 7579 7582 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109878632 1404637184 231416 33554432000 4194304 16246674 140737242131632 140155133336816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7582/tid=7585] ppid=7579 vsize=1371716 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7585/stat : 7585 (toysat) S 7579 7582 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109878632 1404637184 231416 33554432000 4194304 16246674 140737242131632 140155050519728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1371716

[startup+12.7004 s]
/proc/loadavg: 2.91 2.39 2.21 3/183 7586
/proc/meminfo: memFree=26422180/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=1820228 CPUtime=12.68 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) R 7579 7582 4315 0 -1 4202496 383175 0 0 0 1211 57 0 0 20 0 4 0 109878632 1863913472 396249 33554432000 4194304 16246674 140737242131632 140737242130296 4221016 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 455057 396257 800 2943 0 451951 0
[pid=7582/tid=7583] ppid=7579 vsize=1820228 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7583/stat : 7583 (toysat) S 7579 7582 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109878632 1863913472 396262 33554432000 4194304 16246674 140737242131632 140155143826672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=1820228 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) S 7579 7582 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109878632 1863913472 396266 33554432000 4194304 16246674 140737242131632 140155133336592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7582/tid=7585] ppid=7579 vsize=1820228 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7585/stat : 7585 (toysat) S 7579 7582 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109878632 1863913472 396271 33554432000 4194304 16246674 140737242131632 140155050519728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1820228

[startup+25.5005 s]
/proc/loadavg: 2.79 2.38 2.21 3/183 7586
/proc/meminfo: memFree=24054368/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=3913284 CPUtime=25.48 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) R 7579 7582 4315 0 -1 4202496 906636 0 0 0 2418 130 0 0 20 0 4 0 109878632 4007202816 919709 33554432000 4194304 16246674 140737242131632 140737242130728 15015658 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 978321 919709 802 2943 0 975215 0
[pid=7582/tid=7583] ppid=7579 vsize=3913284 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7583/stat : 7583 (toysat) S 7579 7582 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109878632 4007202816 919709 33554432000 4194304 16246674 140737242131632 140155143826672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=3913284 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) S 7579 7582 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109878632 4007202816 919709 33554432000 4194304 16246674 140737242131632 140155133336816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7582/tid=7585] ppid=7579 vsize=3913284 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7585/stat : 7585 (toysat) S 7579 7582 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109878632 4007202816 919709 33554432000 4194304 16246674 140737242131632 140155050519728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3913284

[startup+51.1005 s]
/proc/loadavg: 2.66 2.39 2.21 3/183 7587
/proc/meminfo: memFree=22689420/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=5276228 CPUtime=51.08 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) R 7579 7582 4315 0 -1 4202496 1247372 0 0 0 4903 205 0 0 20 0 4 0 109878632 5402857472 1260445 33554432000 4194304 16246674 140737242131632 140737242130728 7371373 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 1319057 1260445 803 2943 0 1315951 0
[pid=7582/tid=7583] ppid=7579 vsize=5276228 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7583/stat : 7583 (toysat) S 7579 7582 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109878632 5402857472 1260445 33554432000 4194304 16246674 140737242131632 140155143826672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=5276228 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) S 7579 7582 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109878632 5402857472 1260445 33554432000 4194304 16246674 140737242131632 140155133336816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7582/tid=7585] ppid=7579 vsize=5276228 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7585/stat : 7585 (toysat) S 7579 7582 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109878632 5402857472 1260445 33554432000 4194304 16246674 140737242131632 140155050519728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5276228

[startup+102.3 s]
/proc/loadavg: 2.43 2.37 2.21 3/183 7588
/proc/meminfo: memFree=14065152/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=14930500 CPUtime=102.28 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) R 7579 7582 4315 0 -1 4202496 3464666 0 0 0 9653 575 0 0 20 0 4 0 109878632 15288832000 3647391 33554432000 4194304 16246674 140737242131632 140737242130944 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 3732625 3647391 804 2943 0 3729519 0
[pid=7582/tid=7583] ppid=7579 vsize=14930500 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7583/stat : 7583 (toysat) S 7579 7582 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109878632 15288832000 3647391 33554432000 4194304 16246674 140737242131632 140155143826672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=14930500 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) S 7579 7582 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109878632 15288832000 3647391 33554432000 4194304 16246674 140737242131632 140155133336816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7582/tid=7585] ppid=7579 vsize=14930500 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7585/stat : 7585 (toysat) S 7579 7582 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109878632 15288832000 3647391 33554432000 4194304 16246674 140737242131632 140155050519728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 14930500

[startup+162.3 s]
/proc/loadavg: 2.38 2.36 2.22 3/183 7590
/proc/meminfo: memFree=13260984/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=15632964 CPUtime=162.26 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) R 7579 7582 4315 0 -1 4202496 3587046 0 0 0 15607 619 0 0 20 0 4 0 109878632 16008155136 3847954 33554432000 4194304 16246674 140737242131632 140737242129600 14003176 0 2 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 3908241 3847954 816 2943 0 3905135 0
[pid=7582/tid=7583] ppid=7579 vsize=15632964 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7583/stat : 7583 (toysat) S 7579 7582 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109878632 16008155136 3847954 33554432000 4194304 16246674 140737242131632 140155143826672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=15632964 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) S 7579 7582 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109878632 16008155136 3847954 33554432000 4194304 16246674 140737242131632 140155133336592 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7582/tid=7585] ppid=7579 vsize=15632964 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7585/stat : 7585 (toysat) S 7579 7582 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109878632 16008155136 3847954 33554432000 4194304 16246674 140737242131632 140155050519728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 15632964



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+212.7 s]
/proc/loadavg: 2.29 2.33 2.21 3/183 7590
/proc/meminfo: memFree=13031412/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=15876676 CPUtime=212.66 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) R 7579 7582 4315 0 -1 4202496 3647917 0 0 0 20619 647 0 0 20 0 4 0 109878632 16257716224 3910358 33554432000 4194304 16246674 140737242131632 140737242130808 14628944 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 3969169 3910358 844 2943 0 3966063 0
[pid=7582/tid=7583] ppid=7579 vsize=15876676 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7583/stat : 7583 (toysat) S 7579 7582 4315 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109878632 16257716224 3910358 33554432000 4194304 16246674 140737242131632 140155143826672 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=15876676 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) S 7579 7582 4315 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109878632 16257716224 3910358 33554432000 4194304 16246674 140737242131632 140155133336816 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=7582/tid=7585] ppid=7579 vsize=15876676 CPUtime=0 cores=0,2,4,6
/proc/7582/task/7585/stat : 7585 (toysat) S 7579 7582 4315 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109878632 16257716224 3910358 33554432000 4194304 16246674 140737242131632 140155050519728 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 212.66
Current children cumulated vsize (KiB) 15876676

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+212.805 s]
/proc/loadavg: 2.29 2.33 2.21 3/183 7590
/proc/meminfo: memFree=13031412/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=0 CPUtime=212.76 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) Z 7579 7582 4315 0 -1 4203532 3647975 0 0 0 20619 657 0 0 20 0 2 0 109878632 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 0 0 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=0 CPUtime=0.08 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) R 7579 7582 4315 0 -1 4203588 8 0 0 0 0 8 0 0 20 0 2 0 109878632 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 212.76
Current children cumulated vsize (KiB) 0

[startup+213.2 s]
/proc/loadavg: 2.29 2.33 2.21 3/183 7590
/proc/meminfo: memFree=13031412/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=0 CPUtime=213.15 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) Z 7579 7582 4315 0 -1 4203532 3647975 0 0 0 20619 696 0 0 20 0 2 0 109878632 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 0 0 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=0 CPUtime=0.48 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) R 7579 7582 4315 0 -1 4203588 8 0 0 0 0 48 0 0 20 0 2 0 109878632 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 213.15
Current children cumulated vsize (KiB) 0

[startup+213.4 s]
/proc/loadavg: 2.29 2.33 2.21 3/181 7591
/proc/meminfo: memFree=25555108/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=0 CPUtime=213.36 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) Z 7579 7582 4315 0 -1 4203532 3647975 0 0 0 20619 717 0 0 20 0 2 0 109878632 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 0 0 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=0 CPUtime=0.69 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) R 7579 7582 4315 0 -1 4203588 8 0 0 0 0 69 0 0 20 0 2 0 109878632 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 213.36
Current children cumulated vsize (KiB) 0

[startup+213.507 s]
/proc/loadavg: 2.29 2.33 2.21 3/181 7591
/proc/meminfo: memFree=25555108/32872528 swapFree=15644/1722384
[pid=7582] ppid=7579 vsize=0 CPUtime=213.46 cores=0,2,4,6
/proc/7582/stat : 7582 (toysat) Z 7579 7582 4315 0 -1 4203532 3647975 0 0 0 20619 727 0 0 20 0 2 0 109878632 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/7582/statm: 0 0 0 0 0 0 0
[pid=7582/tid=7584] ppid=7579 vsize=0 CPUtime=0.79 cores=0,2,4,6
/proc/7582/task/7584/stat : 7584 (toysat) R 7579 7582 4315 0 -1 4203588 8 0 0 0 0 79 0 0 20 0 2 0 109878632 0 0 33554432000 0 0 0 0 0 0 0 0 34082818 18446744073709551615 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 213.46
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 213.573
CPU time (s): 213.531
CPU user time (s): 206.2
CPU system time (s): 7.33088
CPU usage (%): 99.9802
Max. virtual memory (cumulated for all children) (KiB): 15876676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 206.2
system time used= 7.33089
maximum resident set size= 15641664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3647975
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39
involuntary context switches= 243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.904862 second user time and 0.994848 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-07 08:04:10
IDJOB=4079226
IDBENCH=89882
IDSOLVER=2542
FILE ID=node120/4079226-1465279423
RUNJOBID= node120-1465256721-4331
PBS_JOBID= 19843284
Free space on /tmp= 70960 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-zib01.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079226-1465279423/watcher-4079226-1465279423 -o /tmp/evaluation-result-4079226-1465279423/solver-4079226-1465279423 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1465256721-4331 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079226-1465279423.opb

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

MD5SUM BENCH= 8f491d5bc2eb927e9b611fe56423c3ea
RANDOM SEED=701302010

node120.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.425
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.85
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
cpu MHz		: 2666.425
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 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 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 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
cpu MHz		: 2666.425
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 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 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 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	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.425
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 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 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 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
cpu MHz		: 2666.425
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.425
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 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 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 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
cpu MHz		: 2666.425
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 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 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 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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.425
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 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 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 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:       32872528 kB
MemFree:        27731524 kB
Buffers:          114288 kB
Cached:          1044176 kB
SwapCached:         1476 kB
Active:          2373296 kB
Inactive:         261228 kB
Active(anon):    1475112 kB
Inactive(anon):     3248 kB
Active(file):     898184 kB
Inactive(file):   257980 kB
Unevictable:     1722384 kB
Mlocked:           15644 kB
SwapTotal:      67108856 kB
SwapFree:       67099668 kB
Dirty:            795272 kB
Writeback:            96 kB
AnonPages:       3199476 kB
Mapped:            11756 kB
Shmem:                 0 kB
Slab:             645724 kB
SReclaimable:      87132 kB
SUnreclaim:       558592 kB
KernelStack:        1448 kB
PageTables:        10216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3344408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2639872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70944 MiB
End job on node120 at 2016-06-07 08:07:44