Trace number 3712078

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.09 1800.41

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-51-50--soft-66-100-0.wbo
MD5SUMc9611a719411a0f5e82fa4122f33d8f1
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.264959
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2550
Total number of constraints101
Number of soft constraints30
Number of constraints which are clauses51
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 constraint51
Top cost 1659
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1658
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 52
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-28T07:45:24+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-3712078-1338183924.wbo"]
0.00/0.03	c #vars 2550
0.00/0.03	c #constraints 101
0.00/0.03	c Solving starts ...
1.29/1.33	c solving time = 1.300s
1.29/1.33	c #decision = 5538
1.29/1.33	c #conflict = 500
1.29/1.33	c #restart = 3
1.29/1.33	o 118
1.29/1.33	c Solving starts ...
1.29/1.33	c solving time = 0.005s
1.29/1.33	c #decision = 7031
1.29/1.33	c #conflict = 501
1.29/1.33	c #restart = 3
1.29/1.33	o 65
1.29/1.33	c Solving starts ...
1.29/1.34	c solving time = 0.004s
1.29/1.34	c #decision = 8453
1.29/1.34	c #conflict = 501
1.29/1.34	c #restart = 3
1.29/1.34	o 53
1.29/1.34	c Solving starts ...
1.29/1.35	c solving time = 0.005s
1.29/1.35	c #decision = 9807
1.29/1.35	c #conflict = 501
1.29/1.35	c #restart = 3
1.29/1.35	o 1
1.29/1.35	c Solving starts ...
2.99/3.00	c learnt constraints deletion: 1307 -> 654
5.49/5.55	c learnt constraints deletion: 1920 -> 960
8.79/8.80	c learnt constraints deletion: 2101 -> 1051
12.58/12.66	c learnt constraints deletion: 2763 -> 1382
21.08/21.10	c learnt constraints deletion: 3951 -> 1976
28.19/28.24	c learnt constraints deletion: 4665 -> 2343
31.48/31.51	c learnt constraints deletion: 3508 -> 1754
43.78/43.86	c learnt constraints deletion: 4856 -> 2437
52.57/52.64	c learnt constraints deletion: 4865 -> 2444
53.47/53.53	c learnt constraints deletion: 2696 -> 1348
65.57/65.64	c learnt constraints deletion: 5101 -> 2558
79.75/79.89	c learnt constraints deletion: 5104 -> 2567
96.25/96.38	c learnt constraints deletion: 4942 -> 2471
109.25/109.38	c learnt constraints deletion: 5380 -> 2706
125.25/125.30	c learnt constraints deletion: 5368 -> 2703
136.35/136.45	c learnt constraints deletion: 5363 -> 2702
147.74/147.86	c learnt constraints deletion: 5372 -> 2704
156.74/156.88	c learnt constraints deletion: 4815 -> 2408
169.54/169.62	c learnt constraints deletion: 5603 -> 2810
184.44/184.56	c learnt constraints deletion: 5613 -> 2818
203.03/203.16	c learnt constraints deletion: 5598 -> 2813
226.43/226.56	c learnt constraints deletion: 5605 -> 2817
246.81/246.93	c learnt constraints deletion: 5599 -> 2812
265.31/265.47	c learnt constraints deletion: 5619 -> 2822
284.31/284.42	c learnt constraints deletion: 5182 -> 2591
304.41/304.50	c learnt constraints deletion: 5895 -> 2954
323.31/323.46	c learnt constraints deletion: 5885 -> 2958
342.70/342.81	c learnt constraints deletion: 5852 -> 2943
363.91/364.09	c learnt constraints deletion: 5854 -> 2945
388.80/388.94	c learnt constraints deletion: 5852 -> 2944
410.49/410.67	c learnt constraints deletion: 5876 -> 2956
429.89/430.03	c learnt constraints deletion: 5860 -> 2946
448.78/448.92	c learnt constraints deletion: 5862 -> 2947
468.98/469.17	c learnt constraints deletion: 5848 -> 2940
488.18/488.34	c learnt constraints deletion: 5619 -> 2810
511.38/511.53	c learnt constraints deletion: 6224 -> 3120
535.17/535.32	c learnt constraints deletion: 6227 -> 3125
557.77/557.92	c learnt constraints deletion: 6210 -> 3115
587.56/587.70	c learnt constraints deletion: 6160 -> 3092
621.76/621.96	c learnt constraints deletion: 6164 -> 3094
653.45/653.61	c learnt constraints deletion: 6175 -> 3099
684.74/684.98	c learnt constraints deletion: 6160 -> 3091
713.24/713.41	c learnt constraints deletion: 6182 -> 3103
743.94/744.15	c learnt constraints deletion: 6201 -> 3113
774.83/775.08	c learnt constraints deletion: 6180 -> 3102
807.82/808.05	c learnt constraints deletion: 6177 -> 3100
838.53/838.75	c learnt constraints deletion: 6170 -> 3098
869.82/870.05	c learnt constraints deletion: 6174 -> 3099
899.51/899.71	c learnt constraints deletion: 6532 -> 3278
918.01/918.26	c learnt constraints deletion: 6572 -> 3289
938.51/938.72	c learnt constraints deletion: 6580 -> 3298
956.91/957.11	c learnt constraints deletion: 6572 -> 3293
975.10/975.33	c learnt constraints deletion: 6618 -> 3315
991.80/992.03	c learnt constraints deletion: 6536 -> 3275
1008.90/1009.17	c learnt constraints deletion: 6574 -> 3294
1026.00/1026.27	c learnt constraints deletion: 6594 -> 3305
1044.89/1045.19	c learnt constraints deletion: 6504 -> 3259
1072.79/1073.07	c learnt constraints deletion: 6536 -> 3275
1102.09/1102.31	c learnt constraints deletion: 6554 -> 3284
1130.48/1130.71	c learnt constraints deletion: 6548 -> 3282
1156.77/1157.06	c learnt constraints deletion: 6532 -> 3273
1181.67/1181.92	c learnt constraints deletion: 6532 -> 3273
1205.67/1205.98	c learnt constraints deletion: 6553 -> 3286
1232.66/1232.95	c learnt constraints deletion: 6503 -> 3259
1253.77/1254.02	c learnt constraints deletion: 6517 -> 3268
1279.86/1280.14	c learnt constraints deletion: 6548 -> 3281
1302.65/1302.94	c learnt constraints deletion: 6514 -> 3265
1324.25/1324.52	c learnt constraints deletion: 6566 -> 3291
1349.45/1349.70	c learnt constraints deletion: 6974 -> 3494
1370.14/1370.48	c learnt constraints deletion: 7002 -> 3506
1391.94/1392.27	c learnt constraints deletion: 7012 -> 3525
1415.44/1415.76	c learnt constraints deletion: 7004 -> 3522
1441.33/1441.69	c learnt constraints deletion: 6995 -> 3519
1470.13/1470.42	c learnt constraints deletion: 6977 -> 3511
1497.72/1498.04	c learnt constraints deletion: 6986 -> 3514
1523.13/1523.48	c learnt constraints deletion: 7005 -> 3524
1548.82/1549.12	c learnt constraints deletion: 6998 -> 3520
1575.21/1575.54	c learnt constraints deletion: 7000 -> 3519
1600.81/1601.14	c learnt constraints deletion: 6961 -> 3501
1628.30/1628.67	c learnt constraints deletion: 6967 -> 3505
1660.29/1660.66	c learnt constraints deletion: 6992 -> 3516
1691.50/1691.86	c learnt constraints deletion: 6961 -> 3502
1720.59/1720.90	c learnt constraints deletion: 7001 -> 3524
1747.08/1747.47	c learnt constraints deletion: 6981 -> 3511
1773.38/1773.71	c learnt constraints deletion: 6965 -> 3505

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

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.00 2.00 2.00 2/174 19347
/proc/meminfo: memFree=31279256/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=6208 CPUtime=0 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 806 0 0 0 0 0 0 0 20 0 1 0 284520818 6356992 726 33554432000 4194304 8973514 140736761127632 140733489512120 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 1552 726 422 1167 0 333 0

[startup+0.0991419 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 19347
/proc/meminfo: memFree=31279256/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=10304 CPUtime=0.09 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 1664 0 0 0 9 0 0 0 20 0 1 0 284520818 10551296 1584 33554432000 4194304 8973514 140736761127632 140733489512120 4544336 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 2576 1584 454 1167 0 1357 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10304

[startup+0.10029 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 19347
/proc/meminfo: memFree=31279256/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=10304 CPUtime=0.09 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 1664 0 0 0 9 0 0 0 20 0 1 0 284520818 10551296 1584 33554432000 4194304 8973514 140736761127632 140733489512120 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 2576 1584 454 1167 0 1357 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10304

[startup+0.300235 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 19347
/proc/meminfo: memFree=31279256/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=10304 CPUtime=0.29 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 1887 0 0 0 29 0 0 0 20 0 1 0 284520818 10551296 1807 33554432000 4194304 8973514 140736761127632 140733489512120 4459352 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 2576 1807 454 1167 0 1357 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10304

[startup+0.700255 s]
/proc/loadavg: 2.00 2.00 2.00 2/174 19347
/proc/meminfo: memFree=31279256/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=12352 CPUtime=0.69 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 2399 0 0 0 69 0 0 0 20 0 1 0 284520818 12648448 2319 33554432000 4194304 8973514 140736761127632 140736761127128 7688800 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 3088 2319 454 1167 0 1869 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12352

[startup+1.50025 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19348
/proc/meminfo: memFree=31263988/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=14400 CPUtime=1.49 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 2922 0 0 0 149 0 0 0 20 0 1 0 284520818 14745600 2842 33554432000 4194304 8973514 140736761127632 140736761127128 6842469 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 3600 2842 465 1167 0 2381 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14400

[startup+3.10024 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19348
/proc/meminfo: memFree=31259152/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=19520 CPUtime=3.09 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 4203 0 0 0 308 1 0 0 20 0 1 0 284520818 19988480 4123 33554432000 4194304 8973514 140736761127632 140736761127128 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 4880 4123 466 1167 0 3661 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19520

[startup+6.30024 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19348
/proc/meminfo: memFree=31247852/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=23616 CPUtime=6.29 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 5227 0 0 0 627 2 0 0 20 0 1 0 284520818 24182784 5147 33554432000 4194304 8973514 140736761127632 140736761127128 7716760 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 5904 5147 466 1167 0 4685 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23616

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19348
/proc/meminfo: memFree=31226712/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=38976 CPUtime=12.68 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 9067 0 0 0 1263 5 0 0 20 0 1 0 284520818 39911424 8987 33554432000 4194304 8973514 140736761127632 140736761127128 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 9744 8987 466 1167 0 8525 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38976

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19349
/proc/meminfo: memFree=31193368/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=57408 CPUtime=25.48 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 13560 0 0 0 2539 9 0 0 20 0 1 0 284520818 58785792 13480 33554432000 4194304 8973514 140736761127632 140736761127128 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 14352 13480 466 1167 0 13133 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 57408

[startup+51.1002 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19349
/proc/meminfo: memFree=31155884/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=75840 CPUtime=51.07 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 19647 0 0 0 5089 18 0 0 20 0 1 0 284520818 77660160 18018 33554432000 4194304 8973514 140736761127632 140736761127128 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 18960 18018 466 1167 0 17741 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 75840

[startup+102.306 s]
/proc/loadavg: 2.05 2.01 2.00 3/175 19349
/proc/meminfo: memFree=31110088/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=89152 CPUtime=102.26 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 23182 0 0 0 10189 37 0 0 20 0 1 0 284520818 91291648 21536 33554432000 4194304 8973514 140736761127632 140736761127128 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 22288 21536 466 1167 0 21069 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 89152

[startup+162.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/175 19349
/proc/meminfo: memFree=31084172/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=100416 CPUtime=162.25 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 25998 0 0 0 16170 55 0 0 20 0 1 0 284520818 102825984 24352 33554432000 4194304 8973514 140736761127632 140736761127128 7688856 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 25104 24352 466 1167 0 23885 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 100416

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19349
/proc/meminfo: memFree=31032132/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=135232 CPUtime=222.23 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 34615 0 0 0 22150 73 0 0 20 0 1 0 284520818 138477568 32959 33554432000 4194304 8973514 140736761127632 140736761127128 7681396 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 33808 32959 466 1167 0 32589 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 135232

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19352
/proc/meminfo: memFree=31018748/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=139328 CPUtime=282.21 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 35745 0 0 0 28133 88 0 0 20 0 1 0 284520818 142671872 34080 33554432000 4194304 8973514 140736761127632 140736761126896 7681396 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 34832 34080 466 1167 0 33613 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 139328

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19353
/proc/meminfo: memFree=31000072/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=139328 CPUtime=342.2 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 35745 0 0 0 34119 101 0 0 20 0 1 0 284520818 142671872 34080 33554432000 4194304 8973514 140736761127632 140736761127128 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 34832 34080 466 1167 0 33613 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 139328

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19353
/proc/meminfo: memFree=30983512/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=139328 CPUtime=402.2 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 35745 0 0 0 40105 115 0 0 20 0 1 0 284520818 142671872 34080 33554432000 4194304 8973514 140736761127632 140736761127128 7681396 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 34832 34080 466 1167 0 33613 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 139328

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19353
/proc/meminfo: memFree=30982644/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=139328 CPUtime=462.18 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 35745 0 0 0 46089 129 0 0 20 0 1 0 284520818 142671872 34080 33554432000 4194304 8973514 140736761127632 140736761127128 4414872 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 34832 34080 466 1167 0 33613 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 139328

[startup+522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19353
/proc/meminfo: memFree=30982644/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=139328 CPUtime=522.17 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 35745 0 0 0 52073 144 0 0 20 0 1 0 284520818 142671872 34080 33554432000 4194304 8973514 140736761127632 140736761127128 4357076 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 34832 34080 466 1167 0 33613 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 139328

[startup+582.3 s]
/proc/loadavg: 2.06 2.01 2.00 3/175 19353
/proc/meminfo: memFree=30978040/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=139328 CPUtime=582.17 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 35745 0 0 0 58058 159 0 0 20 0 1 0 284520818 142671872 34080 33554432000 4194304 8973514 140736761127632 140736761127128 7681396 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 34832 34080 466 1167 0 33613 0
Current children cumulated CPU time (s) 582.17
Current children cumulated vsize (KiB) 139328

[startup+642.3 s]

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

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19354
/proc/meminfo: memFree=30938256/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=154688 CPUtime=822.12 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 39589 0 0 0 82003 209 0 0 20 0 1 0 284520818 158400512 37920 33554432000 4194304 8973514 140736761127632 140736761126896 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 38672 37920 466 1167 0 37453 0
Current children cumulated CPU time (s) 822.12
Current children cumulated vsize (KiB) 154688

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19357
/proc/meminfo: memFree=30930644/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=154688 CPUtime=882.11 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 39589 0 0 0 87990 221 0 0 20 0 1 0 284520818 158400512 37920 33554432000 4194304 8973514 140736761127632 140736761126896 4209187 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 38672 37920 466 1167 0 37453 0
Current children cumulated CPU time (s) 882.11
Current children cumulated vsize (KiB) 154688

[startup+942.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19380
/proc/meminfo: memFree=30916624/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=154688 CPUtime=942.11 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 39589 0 0 0 93979 232 0 0 20 0 1 0 284520818 158400512 37920 33554432000 4194304 8973514 140736761127632 140736761127128 7681396 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 38672 37920 466 1167 0 37453 0
Current children cumulated CPU time (s) 942.11
Current children cumulated vsize (KiB) 154688

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19381
/proc/meminfo: memFree=30901064/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=154688 CPUtime=1002.1 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 39589 0 0 0 99963 247 0 0 20 0 1 0 284520818 158400512 37920 33554432000 4194304 8973514 140736761127632 140736761126896 7681396 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 38672 37920 466 1167 0 37453 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 154688

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19381
/proc/meminfo: memFree=30900656/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=154688 CPUtime=1062.09 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 39589 0 0 0 105945 264 0 0 20 0 1 0 284520818 158400512 37920 33554432000 4194304 8973514 140736761127632 140736761126896 4459177 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 38672 37920 466 1167 0 37453 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 154688

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19381
/proc/meminfo: memFree=30900656/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=154688 CPUtime=1122.08 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 39589 0 0 0 111932 276 0 0 20 0 1 0 284520818 158400512 37920 33554432000 4194304 8973514 140736761127632 140736761126896 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 38672 37920 466 1167 0 37453 0
Current children cumulated CPU time (s) 1122.08
Current children cumulated vsize (KiB) 154688

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19381
/proc/meminfo: memFree=30900656/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=154688 CPUtime=1182.07 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 39589 0 0 0 117918 289 0 0 20 0 1 0 284520818 158400512 37920 33554432000 4194304 8973514 140736761127632 140736761126896 7716229 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 38672 37920 466 1167 0 37453 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 154688

[startup+1242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19381
/proc/meminfo: memFree=30895200/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=154688 CPUtime=1242.06 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 39589 0 0 0 123905 301 0 0 20 0 1 0 284520818 158400512 37920 33554432000 4194304 8973514 140736761127632 140736761127128 4441393 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 38672 37920 466 1167 0 37453 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 154688

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19382
/proc/meminfo: memFree=30882356/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=154688 CPUtime=1302.05 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 39589 0 0 0 129892 313 0 0 20 0 1 0 284520818 158400512 37920 33554432000 4194304 8973514 140736761127632 140736761126896 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 38672 37920 466 1167 0 37453 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 154688

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19382
/proc/meminfo: memFree=30881480/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=154688 CPUtime=1362.04 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 39589 0 0 0 135874 330 0 0 20 0 1 0 284520818 158400512 37920 33554432000 4194304 8973514 140736761127632 140736761126896 4208818 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 38672 37920 466 1167 0 37453 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 154688

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19382
/proc/meminfo: memFree=30876576/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=159808 CPUtime=1422.04 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 40871 0 0 0 141859 345 0 0 20 0 1 0 284520818 163643392 39200 33554432000 4194304 8973514 140736761127632 140736761126896 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 39952 39200 466 1167 0 38733 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 159808

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 19385
/proc/meminfo: memFree=30875776/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=160832 CPUtime=1482.03 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 41127 0 0 0 147845 358 0 0 20 0 1 0 284520818 164691968 39456 33554432000 4194304 8973514 140736761127632 140736761126896 7841851 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 40208 39456 466 1167 0 38989 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 160832

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19385
/proc/meminfo: memFree=30876080/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=160832 CPUtime=1542.01 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 41127 0 0 0 153829 372 0 0 20 0 1 0 284520818 164691968 39456 33554432000 4194304 8973514 140736761127632 140736761126896 4209198 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 40208 39456 466 1167 0 38989 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 160832

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19386
/proc/meminfo: memFree=30876204/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=160832 CPUtime=1602.01 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 41127 0 0 0 159816 385 0 0 20 0 1 0 284520818 164691968 39456 33554432000 4194304 8973514 140736761127632 140736761126896 7716799 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 40208 39456 466 1167 0 38989 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 160832

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19386
/proc/meminfo: memFree=30870128/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=160832 CPUtime=1662 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 41127 0 0 0 165801 399 0 0 20 0 1 0 284520818 164691968 39456 33554432000 4194304 8973514 140736761127632 140736761127128 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 40208 39456 466 1167 0 38989 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 160832

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/175 19386
/proc/meminfo: memFree=30859092/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=162880 CPUtime=1721.98 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 41408 0 0 0 171789 409 0 0 20 0 1 0 284520818 166789120 39737 33554432000 4194304 8973514 140736761127632 140736761127128 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 40720 39737 466 1167 0 39501 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 162880

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/175 19386
/proc/meminfo: memFree=30852272/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=162880 CPUtime=1781.98 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 41408 0 0 0 177774 424 0 0 20 0 1 0 284520818 166789120 39737 33554432000 4194304 8973514 140736761127632 140736761127128 7670760 0 2 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 40720 39737 466 1167 0 39501 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 162880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.01 2.00 2/174 19387
/proc/meminfo: memFree=31122584/32873844 swapFree=6088/6088
[pid=19347] ppid=19345 vsize=162880 CPUtime=1800.08 cores=0,2,4,6
/proc/19347/stat : 19347 (toysat) R 19345 19347 15656 0 -1 4202496 41408 0 0 0 179581 427 0 0 20 0 1 0 284520818 166789120 39737 33554432000 4194304 8973514 140736761127632 140736761126896 7937344 0 0 0 34082818 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 40720 39737 466 1167 0 39501 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 162880

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.09
CPU user time (s): 1795.82
CPU system time (s): 4.27635
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 162880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.82
system time used= 4.27635
maximum resident set size= 158948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41408
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= 63
involuntary context switches= 1850

runsolver used 3.12052 second user time and 7.83381 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-28 07:45:24
IDJOB=3712078
IDBENCH=78743
IDSOLVER=2291
FILE ID=node110/3712078-1338183924
RUNJOBID= node110-1338174910-18807
PBS_JOBID= 14624525
Free space on /tmp= 71672 MiB

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

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

MD5SUM BENCH= c9611a719411a0f5e82fa4122f33d8f1
RANDOM SEED=1310600186

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:        31280264 kB
Buffers:          301472 kB
Cached:           461504 kB
SwapCached:          148 kB
Active:           533620 kB
Inactive:         245196 kB
Active(anon):       5316 kB
Inactive(anon):    12496 kB
Active(file):     528304 kB
Inactive(file):   232700 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108004 kB
Dirty:             14792 kB
Writeback:             0 kB
AnonPages:         20776 kB
Mapped:            15460 kB
Shmem:               196 kB
Slab:             675248 kB
SReclaimable:     117728 kB
SUnreclaim:       557520 kB
KernelStack:        1432 kB
PageTables:         3884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     116600 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 08:15:26