Trace number 3712079

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
toysat 2012-05-17? (TO) 1800.1 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-55-50--soft-33-100-0.wbo
MD5SUM7dae57beceb3170ed40c9307fdc88b85
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.791879
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2750
Total number of constraints105
Number of soft constraints69
Number of constraints which are clauses55
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint55
Top cost 3856
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3855
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 56
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.03	c 2012-05-28T06:45:19+0200
0.00/0.03	c arch = x86_64
0.00/0.03	c os = linux
0.00/0.03	c compiler = ghc 7.4
0.00/0.03	c packages:
0.00/0.03	c   OptDir-0.0.1
0.00/0.03	c   array-0.4.0.0
0.00/0.03	c   base-4.5.0.0
0.00/0.03	c   bytestring-0.9.2.1
0.00/0.03	c   containers-0.4.2.1
0.00/0.03	c   deepseq-1.3.0.0
0.00/0.03	c   mtl-2.1.1
0.00/0.03	c   old_locale-1.0.0.4
0.00/0.03	c   parse_dimacs-1.2
0.00/0.03	c   parsec-3.1.2
0.00/0.03	c   queue-0.1.2
0.00/0.03	c   stm-2.3
0.00/0.03	c   time-1.4
0.00/0.03	c command line = ["--wbo","HOME/instance-3712079-1338180319.wbo"]
0.00/0.03	c #vars 2750
0.00/0.03	c #constraints 105
0.00/0.03	c Solving starts ...
0.19/0.29	c solving time = 0.259s
0.19/0.29	c #decision = 2111
0.19/0.29	c #conflict = 102
0.19/0.29	c #restart = 1
0.19/0.29	o 41
0.19/0.29	c Solving starts ...
1.39/1.44	c solving time = 1.146s
1.39/1.44	c #decision = 6581
1.39/1.44	c #conflict = 366
1.39/1.44	c #restart = 3
1.39/1.44	o 14
1.39/1.44	c Solving starts ...
3.09/3.15	c solving time = 1.714s
3.09/3.15	c #decision = 12232
3.09/3.15	c #conflict = 856
3.09/3.15	c #restart = 6
3.09/3.15	o 1
3.09/3.15	c Solving starts ...
4.89/4.95	c learnt constraints deletion: 1322 -> 661
8.79/8.81	c learnt constraints deletion: 1504 -> 752
12.68/12.70	c learnt constraints deletion: 2261 -> 1133
21.79/21.84	c learnt constraints deletion: 3237 -> 1619
36.08/36.14	c learnt constraints deletion: 4188 -> 2094
49.88/49.90	c learnt constraints deletion: 5071 -> 2543
54.27/54.32	c learnt constraints deletion: 3420 -> 1710
69.78/69.88	c learnt constraints deletion: 5295 -> 2659
80.18/80.26	c learnt constraints deletion: 4856 -> 2428
95.07/95.16	c learnt constraints deletion: 5562 -> 2789
110.98/111.00	c learnt constraints deletion: 5547 -> 2782
128.17/128.21	c learnt constraints deletion: 5564 -> 2782
152.07/152.12	c learnt constraints deletion: 5771 -> 2894
188.84/188.98	c learnt constraints deletion: 5756 -> 2888
235.62/235.72	c learnt constraints deletion: 5760 -> 2890
279.72/279.84	c learnt constraints deletion: 5735 -> 2878
303.81/303.97	c learnt constraints deletion: 4322 -> 2161
370.40/370.57	c learnt constraints deletion: 6103 -> 3057
429.79/429.96	c learnt constraints deletion: 6096 -> 3055
482.19/482.30	c learnt constraints deletion: 6096 -> 3055
531.47/531.61	c learnt constraints deletion: 6100 -> 3057
587.17/587.39	c learnt constraints deletion: 6096 -> 3056
648.16/648.37	c learnt constraints deletion: 6410 -> 3214
689.06/689.22	c learnt constraints deletion: 6353 -> 3190
741.34/741.51	c learnt constraints deletion: 6341 -> 3202
791.84/792.01	c learnt constraints deletion: 6350 -> 3205
843.82/844.05	c learnt constraints deletion: 6374 -> 3218
895.82/896.06	c learnt constraints deletion: 6376 -> 3218
949.61/949.84	c learnt constraints deletion: 6326 -> 3194
1005.70/1005.96	c learnt constraints deletion: 6356 -> 3210
1063.50/1063.78	c learnt constraints deletion: 6354 -> 3209
1125.00/1125.29	c learnt constraints deletion: 6393 -> 3228
1139.88/1140.13	c learnt constraints deletion: 4203 -> 2102
1211.88/1212.12	c learnt constraints deletion: 6750 -> 3380
1281.86/1282.13	c learnt constraints deletion: 6776 -> 3392
1355.75/1356.04	c learnt constraints deletion: 6774 -> 3393
1441.03/1441.39	c learnt constraints deletion: 6772 -> 3394
1522.72/1523.02	c learnt constraints deletion: 6768 -> 3390
1597.81/1598.10	c learnt constraints deletion: 6776 -> 3394
1674.40/1674.75	c learnt constraints deletion: 6737 -> 3375
1754.59/1754.93	c learnt constraints deletion: 6777 -> 3396

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3712079-1338180319/watcher-3712079-1338180319 -o /tmp/evaluation-result-3712079-1338180319/solver-3712079-1338180319 -C 1800 -W 1900 -M 15500 HOME/toysat --wbo HOME/instance-3712079-1338180319.wbo 

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

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.00 2.00 2.00 3/172 19133
/proc/meminfo: memFree=31283728/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=6208 CPUtime=0 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 799 0 0 0 0 0 0 0 20 0 1 0 284160299 6356992 720 33554432000 4194304 8973514 140734682015376 140734546249912 7858672 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 1552 720 422 1167 0 333 0

[startup+0.00641793 s]
/proc/loadavg: 2.00 2.00 2.00 3/172 19133
/proc/meminfo: memFree=31283728/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=6208 CPUtime=0 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 814 0 0 0 0 0 0 0 20 0 1 0 284160299 6356992 735 33554432000 4194304 8973514 140734682015376 140734546249912 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 1552 735 422 1167 0 333 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6208

[startup+0.100208 s]
/proc/loadavg: 2.00 2.00 2.00 3/172 19133
/proc/meminfo: memFree=31283728/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=10304 CPUtime=0.09 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 1752 0 0 0 9 0 0 0 20 0 1 0 284160299 10551296 1673 33554432000 4194304 8973514 140734682015376 140734546249912 7716779 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 2576 1673 454 1167 0 1357 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10304

[startup+0.30019 s]
/proc/loadavg: 2.00 2.00 2.00 3/172 19133
/proc/meminfo: memFree=31283728/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=10304 CPUtime=0.29 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 1896 0 0 0 29 0 0 0 20 0 1 0 284160299 10551296 1817 33554432000 4194304 8973514 140734682015376 140734546249912 4415744 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 2576 1817 464 1167 0 1357 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10304

[startup+0.700215 s]
/proc/loadavg: 2.00 2.00 2.00 3/172 19133
/proc/meminfo: memFree=31283728/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=12352 CPUtime=0.69 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 2218 0 0 0 69 0 0 0 20 0 1 0 284160299 12648448 2139 33554432000 4194304 8973514 140734682015376 140734682014872 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 3088 2139 464 1167 0 1869 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12352

[startup+1.50023 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19139
/proc/meminfo: memFree=31269536/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=13376 CPUtime=1.49 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 2551 0 0 0 149 0 0 0 20 0 1 0 284160299 13697024 2472 33554432000 4194304 8973514 140734682015376 140734682014872 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 3344 2472 464 1167 0 2125 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13376

[startup+3.10019 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19139
/proc/meminfo: memFree=31265180/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=15424 CPUtime=3.09 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 3177 0 0 0 308 1 0 0 20 0 1 0 284160299 15794176 3098 33554432000 4194304 8973514 140734682015376 140734682014872 4415843 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 3856 3098 464 1167 0 2637 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15424

[startup+6.30023 s]
/proc/loadavg: 2.08 2.02 2.00 3/175 19139
/proc/meminfo: memFree=31255508/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=19520 CPUtime=6.29 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 4202 0 0 0 625 4 0 0 20 0 1 0 284160299 19988480 4123 33554432000 4194304 8973514 140734682015376 140734682014872 7732784 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 4880 4123 465 1167 0 3661 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19520

[startup+12.7002 s]
/proc/loadavg: 2.07 2.02 2.00 3/175 19139
/proc/meminfo: memFree=31241336/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=29760 CPUtime=12.68 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 6516 0 0 0 1262 6 0 0 20 0 1 0 284160299 30474240 6437 33554432000 4194304 8973514 140734682015376 140734682014872 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 7440 6437 465 1167 0 6221 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29760

[startup+25.5002 s]
/proc/loadavg: 2.06 2.02 2.00 3/175 19139
/proc/meminfo: memFree=31212964/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=42048 CPUtime=25.49 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 9842 0 0 0 2536 13 0 0 20 0 1 0 284160299 43057152 9755 33554432000 4194304 8973514 140734682015376 140734682014640 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 10512 9755 465 1167 0 9293 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 42048

[startup+51.1002 s]
/proc/loadavg: 2.04 2.01 2.00 3/175 19139
/proc/meminfo: memFree=31168912/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=61504 CPUtime=51.08 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 14719 0 0 0 5083 25 0 0 20 0 1 0 284160299 62980096 14619 33554432000 4194304 8973514 140734682015376 140734682014640 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 15376 14619 465 1167 0 14157 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 61504

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/175 19139
/proc/meminfo: memFree=31117192/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=90176 CPUtime=102.28 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 21679 0 0 0 10177 51 0 0 20 0 1 0 284160299 92340224 21579 33554432000 4194304 8973514 140734682015376 140734682014872 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 22544 21579 465 1167 0 21325 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 90176

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19139
/proc/meminfo: memFree=31084084/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=113728 CPUtime=162.26 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 27833 0 0 0 16155 71 0 0 20 0 1 0 284160299 116457472 27477 33554432000 4194304 8973514 140734682015376 140734682014640 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 28432 27477 465 1167 0 27213 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 113728

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19139
/proc/meminfo: memFree=31048664/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=136256 CPUtime=222.22 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 33698 0 0 0 22131 91 0 0 20 0 1 0 284160299 139526144 33307 33554432000 4194304 8973514 140734682015376 140734682014640 4463496 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 34064 33307 465 1167 0 32845 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 136256

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19140
/proc/meminfo: memFree=31029348/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=136256 CPUtime=282.22 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 33698 0 0 0 28119 103 0 0 20 0 1 0 284160299 139526144 33307 33554432000 4194304 8973514 140734682015376 140734682014872 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 34064 33307 465 1167 0 32845 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 136256

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19143
/proc/meminfo: memFree=31029396/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=136256 CPUtime=342.21 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 33698 0 0 0 34102 119 0 0 20 0 1 0 284160299 139526144 33307 33554432000 4194304 8973514 140734682015376 140734682014640 4415701 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 34064 33307 465 1167 0 32845 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 136256

[startup+402.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/175 19143
/proc/meminfo: memFree=31011300/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=136256 CPUtime=402.2 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 33698 0 0 0 40088 132 0 0 20 0 1 0 284160299 139526144 33307 33554432000 4194304 8973514 140734682015376 140734682014640 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 34064 33307 465 1167 0 32845 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 136256

[startup+462.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/175 19143
/proc/meminfo: memFree=31011300/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=136256 CPUtime=462.19 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 33698 0 0 0 46077 142 0 0 20 0 1 0 284160299 139526144 33307 33554432000 4194304 8973514 140734682015376 140734682014872 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 34064 33307 465 1167 0 32845 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 136256

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/175 19143
/proc/meminfo: memFree=31011228/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=136256 CPUtime=522.18 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 33698 0 0 0 52063 155 0 0 20 0 1 0 284160299 139526144 33307 33554432000 4194304 8973514 140734682015376 140734682014640 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 34064 33307 465 1167 0 32845 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 136256

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19144
/proc/meminfo: memFree=31011352/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=136256 CPUtime=582.17 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 33698 0 0 0 58048 169 0 0 20 0 1 0 284160299 139526144 33307 33554432000 4194304 8973514 140734682015376 140734682014640 4414896 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 34064 33307 465 1167 0 32845 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 136256

[startup+642.3 s]

################
# More data... #
################

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19144
/proc/meminfo: memFree=31009232/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=129088 CPUtime=822.14 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 34979 0 0 0 81999 215 0 0 20 0 1 0 284160299 132186112 31515 33554432000 4194304 8973514 140734682015376 140734682014640 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 32272 31515 465 1167 0 31053 0
Current children cumulated CPU time (s) 822.14
Current children cumulated vsize (KiB) 129088

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19145
/proc/meminfo: memFree=31008984/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=129088 CPUtime=882.12 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 34979 0 0 0 87986 226 0 0 20 0 1 0 284160299 132186112 31515 33554432000 4194304 8973514 140734682015376 140734682014640 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 32272 31515 465 1167 0 31053 0
Current children cumulated CPU time (s) 882.12
Current children cumulated vsize (KiB) 129088

[startup+942.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/176 19148
/proc/meminfo: memFree=31008976/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=129088 CPUtime=942.11 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 34979 0 0 0 93974 237 0 0 20 0 1 0 284160299 132186112 31515 33554432000 4194304 8973514 140734682015376 140734682014872 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 32272 31515 465 1167 0 31053 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 129088

[startup+1002.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/176 19171
/proc/meminfo: memFree=31008984/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=129088 CPUtime=1002.1 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 34979 0 0 0 99962 248 0 0 20 0 1 0 284160299 132186112 31515 33554432000 4194304 8973514 140734682015376 140734682014872 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 32272 31515 465 1167 0 31053 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 129088

[startup+1062.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/175 19171
/proc/meminfo: memFree=31008992/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=129088 CPUtime=1062.09 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 34979 0 0 0 105951 258 0 0 20 0 1 0 284160299 132186112 31515 33554432000 4194304 8973514 140734682015376 140734682014640 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 32272 31515 465 1167 0 31053 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 129088

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/175 19171
/proc/meminfo: memFree=31008992/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=129088 CPUtime=1122.08 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 34979 0 0 0 111940 268 0 0 20 0 1 0 284160299 132186112 31515 33554432000 4194304 8973514 140734682015376 140734682014640 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 32272 31515 465 1167 0 31053 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 129088

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19172
/proc/meminfo: memFree=31017672/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=119872 CPUtime=1182.08 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 34979 0 0 0 117928 280 0 0 20 0 1 0 284160299 122748928 29211 33554432000 4194304 8973514 140734682015376 140734682014640 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 29968 29211 465 1167 0 28749 0
Current children cumulated CPU time (s) 1182.08
Current children cumulated vsize (KiB) 119872

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19172
/proc/meminfo: memFree=31017548/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=119872 CPUtime=1242.07 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 34979 0 0 0 123916 291 0 0 20 0 1 0 284160299 122748928 29211 33554432000 4194304 8973514 140734682015376 140734682014640 6577040 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 29968 29211 465 1167 0 28749 0
Current children cumulated CPU time (s) 1242.07
Current children cumulated vsize (KiB) 119872

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19172
/proc/meminfo: memFree=31009488/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=128064 CPUtime=1302.07 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 37027 0 0 0 129905 302 0 0 20 0 1 0 284160299 131137536 31259 33554432000 4194304 8973514 140734682015376 140734682014640 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 32016 31259 465 1167 0 30797 0
Current children cumulated CPU time (s) 1302.07
Current children cumulated vsize (KiB) 128064

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19172
/proc/meminfo: memFree=31009356/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=128064 CPUtime=1362.05 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 37030 0 0 0 135893 312 0 0 20 0 1 0 284160299 131137536 31259 33554432000 4194304 8973514 140734682015376 140734682014640 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 32016 31259 465 1167 0 30797 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 128064

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19172
/proc/meminfo: memFree=31004024/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=134208 CPUtime=1422.05 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 38395 0 0 0 141882 323 0 0 20 0 1 0 284160299 137428992 32624 33554432000 4194304 8973514 140734682015376 140734682014872 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 33552 32624 465 1167 0 32333 0
Current children cumulated CPU time (s) 1422.05
Current children cumulated vsize (KiB) 134208

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/174 19172
/proc/meminfo: memFree=30996096/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=141376 CPUtime=1482.03 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 40358 0 0 0 147873 330 0 0 20 0 1 0 284160299 144769024 34587 33554432000 4194304 8973514 140734682015376 140734682014640 4209198 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 35344 34587 465 1167 0 34125 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 141376

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/176 19176
/proc/meminfo: memFree=30996080/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=141376 CPUtime=1542.03 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 40358 0 0 0 153863 340 0 0 20 0 1 0 284160299 144769024 34587 33554432000 4194304 8973514 140734682015376 140734682014872 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 35344 34587 465 1167 0 34125 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 141376

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19176
/proc/meminfo: memFree=30996136/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=141376 CPUtime=1602.01 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 40360 0 0 0 159852 349 0 0 20 0 1 0 284160299 144769024 34587 33554432000 4194304 8973514 140734682015376 140734682014640 7681396 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 35344 34587 465 1167 0 34125 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 141376

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19176
/proc/meminfo: memFree=30996384/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=141376 CPUtime=1662 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 40360 0 0 0 165841 359 0 0 20 0 1 0 284160299 144769024 34587 33554432000 4194304 8973514 140734682015376 140734682014640 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 35344 34587 465 1167 0 34125 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 141376

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19176
/proc/meminfo: memFree=30996632/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=141376 CPUtime=1721.99 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 40360 0 0 0 171829 370 0 0 20 0 1 0 284160299 144769024 34587 33554432000 4194304 8973514 140734682015376 140734682014640 7937344 0 0 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 35344 34587 465 1167 0 34125 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 141376

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19176
/proc/meminfo: memFree=30995888/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=141376 CPUtime=1781.98 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 40360 0 0 0 177818 380 0 0 20 0 1 0 284160299 144769024 34587 33554432000 4194304 8973514 140734682015376 140734682014640 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 35344 34587 465 1167 0 34125 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 141376



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19177
/proc/meminfo: memFree=30992788/32873844 swapFree=6088/6088
[pid=19133] ppid=19131 vsize=141376 CPUtime=1800.09 cores=1,3,5,7
/proc/19133/stat : 19133 (toysat) R 19131 19133 15656 0 -1 4202496 40360 0 0 0 179625 384 0 0 20 0 1 0 284160299 144769024 34587 33554432000 4194304 8973514 140734682015376 140734682014640 7841851 0 2 0 34082818 0 0 0 17 5 0 0 0 0 0
/proc/19133/statm: 35344 34587 465 1167 0 34125 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 141376

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

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1796.25
CPU system time (s): 3.84642
CPU usage (%): 99.9828
Max. virtual memory (cumulated for all children) (KiB): 141376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.25
system time used= 3.84641
maximum resident set size= 138348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40360
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= 65
involuntary context switches= 1850

runsolver used 3.46947 second user time and 8.13476 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-28 06:45:19
IDJOB=3712079
IDBENCH=78719
IDSOLVER=2291
FILE ID=node110/3712079-1338180319
RUNJOBID= node110-1338174910-18808
PBS_JOBID= 14624525
Free space on /tmp= 71680 MiB

SOLVER NAME= toysat 2012-05-17
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-55-50--soft-33-100-0.wbo
COMMAND LINE= HOME/toysat --wbo BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3712079-1338180319/watcher-3712079-1338180319 -o /tmp/evaluation-result-3712079-1338180319/solver-3712079-1338180319 -C 1800 -W 1900 -M 15500  HOME/toysat --wbo HOME/instance-3712079-1338180319.wbo

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

MD5SUM BENCH= 7dae57beceb3170ed40c9307fdc88b85
RANDOM SEED=827327166

node110.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.893
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	: 5333.78
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.893
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	: 5331.91
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.893
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	: 5331.92
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.893
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	: 5331.91
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.893
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	: 5331.92
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.893
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	: 5331.90
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.893
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	: 5331.91
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.893
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31284264 kB
Buffers:          300364 kB
Cached:           461800 kB
SwapCached:          148 kB
Active:           527236 kB
Inactive:         247692 kB
Active(anon):       2680 kB
Inactive(anon):    12496 kB
Active(file):     524556 kB
Inactive(file):   235196 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108004 kB
Dirty:             14776 kB
Writeback:             0 kB
AnonPages:         17816 kB
Mapped:            13372 kB
Shmem:               196 kB
Slab:             675212 kB
SReclaimable:     117680 kB
SUnreclaim:       557532 kB
KernelStack:        1424 kB
PageTables:         3540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:      92488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node110 at 2012-05-28 07:15:21