Trace number 3322110

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
borg-sat 11.03.02-randomSAT 19.0991 3.61929

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S1335110382-066.SATISFIABLE.cnf
MD5SUMa5daafd605bd47234b7e5aaf0173eab8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.029995
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.32/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.32/0.45	c INFO: solving HOME/instance-3322110-1304374669.cnf
0.32/0.45	c INFO: computing task features
0.32/0.49	c INFO: computed variable-clause graph statistics
0.32/0.49	c INFO: computed clause balance statistics
0.60/0.72	c INFO: computed variable balance statistics
0.70/0.81	c INFO: computed small-clause counts
0.70/0.81	c INFO: computed Horn-clause counts
0.70/0.82	c INFO: computed variable graph statistics
0.70/0.82	c INFO: collected features for HOME/instance-3322110-1304374669.cnf in 0.37 s
0.70/0.85	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.52)
0.70/0.89	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.10)
0.80/0.93	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.05)
0.80/0.96	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.04)
0.80/1.00	c INFO: running adaptg2wsat2009++@0 for 97 with 39999 remaining (b = 0.03)
1.24/1.04	c INFO: running gnovelty+2@0 for 97 with 39999 remaining (b = 0.03)
1.24/1.08	c INFO: running FH@0 for 97 with 39999 remaining (b = 0.02)
1.72/1.12	c INFO: running march_hi@0 for 485 with 39999 remaining (b = 0.09)
18.37/3.59	s SATISFIABLE
18.37/3.59	v -1 2 -3 4 -5 -6 7 8 -9 -10 -11 12 -13 14 -15 16 17 18 -19 -20 -21 -22 23 24 -25 -26 -27 28 29 -30 31 -32 33 -34 -35 -36 -37 -38 -39 -40 41 -42 43 -44 -45 -46 47 48 49 50 51 52 53 54 55 -56 -57 58 59 -60 -61 62 63 64 -65 -66 -67 -68 -69 70 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3322110-1304374669/watcher-3322110-1304374669 -o /tmp/evaluation-result-3322110-1304374669/solver-3322110-1304374669 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322110-1304374669.cnf -seed 1580501665 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.96 8.42 8.50 3/273 12078
/proc/meminfo: memFree=14429668/32950928 swapFree=67111348/67111528
[pid=12078] ppid=12076 vsize=15780 CPUtime=0 cores=0-7
/proc/12078/stat : 12078 (python) R 12076 12078 10673 0 -1 4202496 903 0 0 0 0 0 0 0 25 0 1 0 549066577 16158720 783 33554432000 4194304 5683644 140735576094944 18446744073709551615 4426576 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12078/statm: 3945 783 345 364 0 432 0

[startup+0.047003 s]
/proc/loadavg: 7.96 8.42 8.50 3/273 12078
/proc/meminfo: memFree=14429668/32950928 swapFree=67111348/67111528
[pid=12078] ppid=12076 vsize=29792 CPUtime=0.02 cores=0-7
/proc/12078/stat : 12078 (python) S 12076 12078 10673 0 -1 4202496 1441 0 0 0 2 0 0 0 25 0 1 0 549066577 30507008 1283 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080230400 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/12078/statm: 7448 1283 443 364 0 818 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29792

[startup+0.100972 s]
/proc/loadavg: 7.96 8.42 8.50 3/273 12078
/proc/meminfo: memFree=14429668/32950928 swapFree=67111348/67111528
[pid=12078] ppid=12076 vsize=104620 CPUtime=0.07 cores=0-7
/proc/12078/stat : 12078 (python) R 12076 12078 10673 0 -1 4202496 3150 0 0 0 5 2 0 0 17 0 1 0 549066577 107130880 2826 33554432000 4194304 5683644 140735576094944 18446744073709551615 4701728 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12078/statm: 26155 2826 847 364 0 1903 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104620

[startup+0.300928 s]
/proc/loadavg: 7.96 8.42 8.50 3/273 12078
/proc/meminfo: memFree=14429668/32950928 swapFree=67111348/67111528
[pid=12078] ppid=12076 vsize=198920 CPUtime=0.23 cores=0-7
/proc/12078/stat : 12078 (python) R 12076 12078 10673 0 -1 4202496 7019 935 1 0 17 6 0 0 18 0 1 0 549066577 203694080 5053 33554432000 4194304 5683644 140735576094944 18446744073709551615 47011331123951 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12078/statm: 49730 5053 1466 364 0 3757 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 198920

[startup+0.700793 s]
/proc/loadavg: 7.96 8.42 8.50 3/273 12078
/proc/meminfo: memFree=14429668/32950928 swapFree=67111348/67111528
[pid=12078] ppid=12076 vsize=279752 CPUtime=0.6 cores=0-7
/proc/12078/stat : 12078 (python) R 12076 12078 10673 0 -1 4202496 10028 935 1 0 51 9 0 0 18 0 1 0 549066577 286466048 7322 33554432000 4194304 5683644 140735576094944 18446744073709551615 47011331219480 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/12078/statm: 69938 7322 1826 364 0 5862 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 279752

[startup+1.50064 s]
/proc/loadavg: 7.96 8.42 8.50 8/286 12095
/proc/meminfo: memFree=14389452/32950928 swapFree=67111348/67111528
[pid=12078] ppid=12076 vsize=426696 CPUtime=1.01 cores=0-7
/proc/12078/stat : 12078 (python) S 12076 12078 10673 0 -1 4202496 15979 935 1 0 90 11 0 0 25 0 9 0 549066577 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12078/statm: 106674 7438 1891 364 0 42571 0
[pid=12084] ppid=12078 vsize=278752 CPUtime=0 cores=0-7
/proc/12084/stat : 12084 (python) S 12078 12078 10673 0 -1 4202560 732 0 0 0 0 0 0 0 19 0 1 0 549066663 285442048 5626 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252431 0 0 16781312 514 4073500919449255935 0 0 17 1 0 0 0
/proc/12084/statm: 69688 5626 354 364 0 5606 0
[pid=12086] ppid=12084 vsize=1018076 CPUtime=0.63 cores=0-7
/proc/12086/stat : 12086 (gnovelty+2) R 12084 12086 12086 0 -1 4202496 531 0 0 0 63 0 0 0 22 0 1 0 549066663 1042509824 266 33554432000 134512640 135663704 4290621264 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/12086/statm: 254519 266 113 282 0 254235 0
[pid=12087] ppid=12078 vsize=289380 CPUtime=0 cores=0-7
/proc/12087/stat : 12087 (python) S 12078 12078 10673 0 -1 4202560 740 0 0 0 0 0 0 0 21 0 1 0 549066667 296325120 5701 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252486 0 0 16781312 514 4044023012708581375 0 0 17 1 0 0 0
/proc/12087/statm: 72345 5701 348 364 0 8260 0
[pid=12089] ppid=12087 vsize=1018076 CPUtime=0.6 cores=0-7
/proc/12089/stat : 12089 (gnovelty+2) R 12087 12089 12089 0 -1 4202496 530 0 0 0 60 0 0 0 25 0 1 0 549066667 1042509824 267 33554432000 134512640 135663704 4291002160 18446744073709551615 134524923 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12089/statm: 254519 267 113 282 0 254235 0
[pid=12090] ppid=12078 vsize=365172 CPUtime=0 cores=0-7
/proc/12090/stat : 12090 (python) S 12078 12078 10673 0 -1 4202560 694 0 0 0 0 0 0 0 21 0 1 0 549066670 373936128 5874 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252486 0 0 16781312 514 16362317696735379455 0 0 17 1 0 0 0
/proc/12090/statm: 91293 5874 344 364 0 27205 0
[pid=12092] ppid=12090 vsize=416784 CPUtime=0.55 cores=0-7
/proc/12092/stat : 12092 (adaptg2wsat2009) R 12090 12092 12092 0 -1 4202496 595 0 0 0 55 0 0 0 25 0 1 0 549066671 426786816 341 33554432000 134512640 135107411 4288553968 18446744073709551615 134523302 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12092/statm: 104196 341 49 146 0 103072 0
[pid=12093] ppid=12078 vsize=375428 CPUtime=0 cores=0-7
/proc/12093/stat : 12093 (python) S 12078 12078 10673 0 -1 4202560 701 0 0 0 0 0 0 0 24 0 1 0 549066674 384438272 5832 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252486 0 0 16781312 514 16139374946651471871 0 0 17 1 0 0 0
/proc/12093/statm: 93857 5832 344 364 0 29766 0
[pid=12095] ppid=12093 vsize=416784 CPUtime=0.25 cores=0-7
/proc/12095/stat : 12095 (adaptg2wsat2009) R 12093 12095 12095 0 -1 4202496 599 0 0 0 25 0 0 0 25 0 1 0 549066674 426786816 342 33554432000 134512640 135107411 4293607680 18446744073709551615 134523424 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12095/statm: 104196 342 49 146 0 103072 0
[pid=12078/tid=12085] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12085/stat : 12085 (python) S 12076 12078 10673 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 9 0 549066663 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 0 0 0 0
[pid=12078/tid=12088] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12088/stat : 12088 (python) S 12076 12078 10673 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 549066667 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 5 0 0 0
[pid=12078/tid=12091] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12091/stat : 12091 (python) S 12076 12078 10673 0 -1 4202560 75 935 0 0 0 0 0 0 21 0 9 0 549066670 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 0 0 0 0
[pid=12078/tid=12094] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12094/stat : 12094 (python) S 12076 12078 10673 0 -1 4202560 34 935 0 0 0 0 0 0 22 0 9 0 549066674 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 7 0 0 0
[pid=12078/tid=12097] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12097/stat : 12097 (python) S 12076 12078 10673 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 549066678 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 4605148

[startup+3.10134 s]
/proc/loadavg: 8.13 8.44 8.51 11/298 12107
/proc/meminfo: memFree=14369508/32950928 swapFree=67111348/67111528
[pid=12078] ppid=12076 vsize=426696 CPUtime=1.01 cores=0-7
/proc/12078/stat : 12078 (python) S 12076 12078 10673 0 -1 4202496 15979 935 1 0 90 11 0 0 25 0 9 0 549066577 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12078/statm: 106674 7438 1891 364 0 42571 0
[pid=12084] ppid=12078 vsize=278752 CPUtime=0 cores=0-7
/proc/12084/stat : 12084 (python) S 12078 12078 10673 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 549066663 285442048 5626 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252431 0 0 16781312 514 4073500919449223428 0 0 17 1 0 0 0
/proc/12084/statm: 69688 5626 354 364 0 5606 0
[pid=12086] ppid=12084 vsize=1018076 CPUtime=2.23 cores=0-7
/proc/12086/stat : 12086 (gnovelty+2) R 12084 12086 12086 0 -1 4202496 531 0 0 0 223 0 0 0 25 0 1 0 549066663 1042509824 266 33554432000 134512640 135663704 4290621264 18446744073709551615 134544161 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/12086/statm: 254519 266 113 282 0 254235 0
[pid=12087] ppid=12078 vsize=289380 CPUtime=0 cores=0-7
/proc/12087/stat : 12087 (python) S 12078 12078 10673 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 549066667 296325120 5701 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252486 0 0 16781312 514 4044023012708548865 0 0 17 1 0 0 0
/proc/12087/statm: 72345 5701 348 364 0 8260 0
[pid=12089] ppid=12087 vsize=1018076 CPUtime=2.2 cores=0-7
/proc/12089/stat : 12089 (gnovelty+2) R 12087 12089 12089 0 -1 4202496 530 0 0 0 220 0 0 0 25 0 1 0 549066667 1042509824 267 33554432000 134512640 135663704 4291002160 18446744073709551615 134525402 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12089/statm: 254519 267 113 282 0 254235 0
[pid=12090] ppid=12078 vsize=365172 CPUtime=0 cores=0-7
/proc/12090/stat : 12090 (python) S 12078 12078 10673 0 -1 4202560 710 0 0 0 0 0 0 0 18 0 1 0 549066670 373936128 5878 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252486 0 0 16781312 514 16362317696735346945 0 0 17 1 0 0 0
/proc/12090/statm: 91293 5878 348 364 0 27205 0
[pid=12092] ppid=12090 vsize=416920 CPUtime=2.15 cores=0-7
/proc/12092/stat : 12092 (adaptg2wsat2009) R 12090 12092 12092 0 -1 4202496 660 0 0 0 215 0 0 0 25 0 1 0 549066671 426926080 406 33554432000 134512640 135107411 4288553968 18446744073709551615 134532302 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12092/statm: 104230 406 59 146 0 103106 0
[pid=12093] ppid=12078 vsize=375428 CPUtime=0 cores=0-7
/proc/12093/stat : 12093 (python) S 12078 12078 10673 0 -1 4202560 717 0 0 0 0 0 0 0 18 0 1 0 549066674 384438272 5836 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252486 0 0 16781312 514 16139374946651439362 0 0 17 1 0 0 0
/proc/12093/statm: 93857 5836 348 364 0 29766 0
[pid=12095] ppid=12093 vsize=416920 CPUtime=1.05 cores=0-7
/proc/12095/stat : 12095 (adaptg2wsat2009) R 12093 12095 12095 0 -1 4202496 665 0 0 0 105 0 0 0 25 0 1 0 549066674 426926080 408 33554432000 134512640 135107411 4293607680 18446744073709551615 134532376 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12095/statm: 104230 408 59 146 0 103106 0
[pid=12096] ppid=12078 vsize=385684 CPUtime=0 cores=0-7
/proc/12096/stat : 12096 (python) S 12078 12078 10673 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 549066678 394940416 5959 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252486 0 0 16781312 514 4168507795059998980 0 0 17 4 0 0 0
/proc/12096/statm: 96421 5959 348 364 0 32327 0
[pid=12098] ppid=12096 vsize=416920 CPUtime=2.06 cores=0-7
/proc/12098/stat : 12098 (adaptg2wsat2009) R 12096 12098 12098 0 -1 4202496 665 0 0 0 206 0 0 0 25 0 1 0 549066680 426926080 406 33554432000 134512640 135107411 4292840400 18446744073709551615 134531741 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12098/statm: 104230 406 59 146 0 103106 0
[pid=12099] ppid=12078 vsize=395940 CPUtime=0 cores=0-7
/proc/12099/stat : 12099 (python) S 12078 12078 10673 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 549066681 405442560 5963 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252486 0 0 16781312 514 13897136486081331459 0 0 17 1 0 0 0
/proc/12099/statm: 98985 5963 348 364 0 34888 0
[pid=12101] ppid=12099 vsize=1018076 CPUtime=1.9 cores=0-7
/proc/12101/stat : 12101 (gnovelty+2) R 12099 12101 12101 0 -1 4202496 525 0 0 0 190 0 0 0 25 0 1 0 549066684 1042509824 267 33554432000 134512640 135663704 4294427296 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12101/statm: 254519 267 113 282 0 254235 0
[pid=12102] ppid=12078 vsize=406196 CPUtime=0 cores=0-7
/proc/12102/stat : 12102 (python) S 12078 12078 10673 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 549066685 415944704 5870 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252486 0 0 16781312 514 12489872103446675455 0 0 17 4 0 0 0
/proc/12102/statm: 101549 5870 348 364 0 37449 0
[pid=12104] ppid=12102 vsize=245580 CPUtime=1.01 cores=0-7
/proc/12104/stat : 12104 (FH) R 12102 12104 12104 0 -1 4202496 548 0 0 0 101 0 0 0 25 0 1 0 549066687 251473920 287 33554432000 134512640 134936988 4289117056 18446744073709551615 134523490 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12104/statm: 61395 287 37 104 0 60899 0
[pid=12105] ppid=12078 vsize=416452 CPUtime=0 cores=0-7
/proc/12105/stat : 12105 (python) S 12078 12078 10673 0 -1 4202560 784 0 0 0 0 0 0 0 15 0 1 0 549066689 426446848 5897 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252486 0 0 16781312 514 14976192799534186756 0 0 17 4 0 0 0
/proc/12105/statm: 104113 5897 354 364 0 40010 0
[pid=12107] ppid=12105 vsize=2592 CPUtime=1.97 cores=0-7
/proc/12107/stat : 12107 (march_hi) R 12105 12107 12107 0 -1 4202496 1476 0 0 0 197 0 0 0 25 0 1 0 549066690 2654208 447 33554432000 4194304 4955518 140735934195520 18446744073709551615 4297550 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12107/statm: 648 447 106 186 0 461 0
[pid=12078/tid=12085] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12085/stat : 12085 (python) S 12076 12078 10673 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 9 0 549066663 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 0 0 0 0
[pid=12078/tid=12088] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12088/stat : 12088 (python) S 12076 12078 10673 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 549066667 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 5 0 0 0
[pid=12078/tid=12091] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12091/stat : 12091 (python) S 12076 12078 10673 0 -1 4202560 75 935 0 0 0 0 0 0 21 0 9 0 549066670 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 0 0 0 0
[pid=12078/tid=12094] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12094/stat : 12094 (python) S 12076 12078 10673 0 -1 4202560 34 935 0 0 0 0 0 0 22 0 9 0 549066674 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 7 0 0 0
[pid=12078/tid=12097] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12097/stat : 12097 (python) S 12076 12078 10673 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 549066678 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 4 0 0 0
[pid=12078/tid=12100] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12100/stat : 12100 (python) S 12076 12078 10673 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 9 0 549066682 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 4 0 0 0
[pid=12078/tid=12103] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12103/stat : 12103 (python) S 12076 12078 10673 0 -1 4202560 33 935 0 0 0 0 0 0 23 0 9 0 549066685 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 4 0 0 0
[pid=12078/tid=12106] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12106/stat : 12106 (python) S 12076 12078 10673 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 9 0 549066689 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 15.58
Current children cumulated vsize (KiB) 7892860

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

[startup+3.50126 s]
/proc/loadavg: 8.13 8.44 8.51 11/298 12107
/proc/meminfo: memFree=14369136/32950928 swapFree=67111348/67111528
[pid=12078] ppid=12076 vsize=426696 CPUtime=1.01 cores=0-7
/proc/12078/stat : 12078 (python) S 12076 12078 10673 0 -1 4202496 15979 935 1 0 90 11 0 0 25 0 9 0 549066577 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/12078/statm: 106674 7438 1891 364 0 42571 0
[pid=12084] ppid=12078 vsize=278752 CPUtime=0 cores=0-7
/proc/12084/stat : 12084 (python) S 12078 12078 10673 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 549066663 285442048 5626 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252431 0 0 16781312 514 4073500919449223428 0 0 17 1 0 0 0
/proc/12084/statm: 69688 5626 354 364 0 5606 0
[pid=12086] ppid=12084 vsize=1018076 CPUtime=2.63 cores=0-7
/proc/12086/stat : 12086 (gnovelty+2) R 12084 12086 12086 0 -1 4202496 531 0 0 0 263 0 0 0 25 0 1 0 549066663 1042509824 266 33554432000 134512640 135663704 4290621264 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/12086/statm: 254519 266 113 282 0 254235 0
[pid=12087] ppid=12078 vsize=289380 CPUtime=0 cores=0-7
/proc/12087/stat : 12087 (python) S 12078 12078 10673 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 549066667 296325120 5701 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252486 0 0 16781312 514 4044023012708548865 0 0 17 1 0 0 0
/proc/12087/statm: 72345 5701 348 364 0 8260 0
[pid=12089] ppid=12087 vsize=1018076 CPUtime=2.6 cores=0-7
/proc/12089/stat : 12089 (gnovelty+2) R 12087 12089 12089 0 -1 4202496 530 0 0 0 260 0 0 0 25 0 1 0 549066667 1042509824 267 33554432000 134512640 135663704 4291002160 18446744073709551615 134524888 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/12089/statm: 254519 267 113 282 0 254235 0
[pid=12090] ppid=12078 vsize=365172 CPUtime=0 cores=0-7
/proc/12090/stat : 12090 (python) S 12078 12078 10673 0 -1 4202560 710 0 0 0 0 0 0 0 18 0 1 0 549066670 373936128 5878 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252486 0 0 16781312 514 16362317696735346945 0 0 17 1 0 0 0
/proc/12090/statm: 91293 5878 348 364 0 27205 0
[pid=12092] ppid=12090 vsize=416920 CPUtime=2.55 cores=0-7
/proc/12092/stat : 12092 (adaptg2wsat2009) R 12090 12092 12092 0 -1 4202496 660 0 0 0 255 0 0 0 25 0 1 0 549066671 426926080 406 33554432000 134512640 135107411 4288553968 18446744073709551615 134531328 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/12092/statm: 104230 406 59 146 0 103106 0
[pid=12093] ppid=12078 vsize=375428 CPUtime=0 cores=0-7
/proc/12093/stat : 12093 (python) S 12078 12078 10673 0 -1 4202560 717 0 0 0 0 0 0 0 18 0 1 0 549066674 384438272 5836 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252486 0 0 16781312 514 16139374946651439362 0 0 17 1 0 0 0
/proc/12093/statm: 93857 5836 348 364 0 29766 0
[pid=12095] ppid=12093 vsize=416920 CPUtime=1.25 cores=0-7
/proc/12095/stat : 12095 (adaptg2wsat2009) R 12093 12095 12095 0 -1 4202496 665 0 0 0 125 0 0 0 25 0 1 0 549066674 426926080 408 33554432000 134512640 135107411 4293607680 18446744073709551615 134532135 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/12095/statm: 104230 408 59 146 0 103106 0
[pid=12096] ppid=12078 vsize=385684 CPUtime=0 cores=0-7
/proc/12096/stat : 12096 (python) S 12078 12078 10673 0 -1 4202560 726 0 0 0 0 0 0 0 18 0 1 0 549066678 394940416 5959 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252486 0 0 16781312 514 4168507795059998980 0 0 17 4 0 0 0
/proc/12096/statm: 96421 5959 348 364 0 32327 0
[pid=12098] ppid=12096 vsize=416920 CPUtime=2.45 cores=0-7
/proc/12098/stat : 12098 (adaptg2wsat2009) R 12096 12098 12098 0 -1 4202496 665 0 0 0 245 0 0 0 25 0 1 0 549066680 426926080 406 33554432000 134512640 135107411 4292840400 18446744073709551615 134531856 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/12098/statm: 104230 406 59 146 0 103106 0
[pid=12099] ppid=12078 vsize=395940 CPUtime=0 cores=0-7
/proc/12099/stat : 12099 (python) S 12078 12078 10673 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 549066681 405442560 5963 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252486 0 0 16781312 514 13897136486081331459 0 0 17 1 0 0 0
/proc/12099/statm: 98985 5963 348 364 0 34888 0
[pid=12101] ppid=12099 vsize=1018076 CPUtime=2.3 cores=0-7
/proc/12101/stat : 12101 (gnovelty+2) R 12099 12101 12101 0 -1 4202496 525 0 0 0 230 0 0 0 25 0 1 0 549066684 1042509824 267 33554432000 134512640 135663704 4294427296 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/12101/statm: 254519 267 113 282 0 254235 0
[pid=12102] ppid=12078 vsize=406196 CPUtime=0 cores=0-7
/proc/12102/stat : 12102 (python) S 12078 12078 10673 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 549066685 415944704 5870 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252486 0 0 16781312 514 12489872103446642945 0 0 17 4 0 0 0
/proc/12102/statm: 101549 5870 348 364 0 37449 0
[pid=12104] ppid=12102 vsize=247068 CPUtime=1.21 cores=0-7
/proc/12104/stat : 12104 (FH) R 12102 12104 12104 0 -1 4202496 628 0 0 0 121 0 0 0 25 0 1 0 549066687 252997632 365 33554432000 134512640 134936988 4289117056 18446744073709551615 134552375 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/12104/statm: 61767 365 41 104 0 61271 0
[pid=12105] ppid=12078 vsize=416452 CPUtime=0 cores=0-7
/proc/12105/stat : 12105 (python) S 12078 12078 10673 0 -1 4202560 784 0 0 0 0 0 0 0 15 0 1 0 549066689 426446848 5897 33554432000 4194304 5683644 140735576094944 18446744073709551615 208080252486 0 0 16781312 514 14976192799534186756 0 0 17 4 0 0 0
/proc/12105/statm: 104113 5897 354 364 0 40010 0
[pid=12107] ppid=12105 vsize=2592 CPUtime=2.37 cores=0-7
/proc/12107/stat : 12107 (march_hi) R 12105 12107 12107 0 -1 4202496 1476 0 0 0 237 0 0 0 25 0 1 0 549066690 2654208 447 33554432000 4194304 4955518 140735934195520 18446744073709551615 4208626 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/12107/statm: 648 447 106 186 0 461 0
[pid=12078/tid=12085] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12085/stat : 12085 (python) S 12076 12078 10673 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 9 0 549066663 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 0 0 0 0
[pid=12078/tid=12088] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12088/stat : 12088 (python) S 12076 12078 10673 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 9 0 549066667 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 5 0 0 0
[pid=12078/tid=12091] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12091/stat : 12091 (python) S 12076 12078 10673 0 -1 4202560 75 935 0 0 0 0 0 0 21 0 9 0 549066670 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 0 0 0 0
[pid=12078/tid=12094] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12094/stat : 12094 (python) S 12076 12078 10673 0 -1 4202560 34 935 0 0 0 0 0 0 22 0 9 0 549066674 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 7 0 0 0
[pid=12078/tid=12097] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12097/stat : 12097 (python) S 12076 12078 10673 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 9 0 549066678 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 4 0 0 0
[pid=12078/tid=12100] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12100/stat : 12100 (python) S 12076 12078 10673 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 9 0 549066682 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 4 0 0 0
[pid=12078/tid=12103] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12103/stat : 12103 (python) S 12076 12078 10673 0 -1 4202560 33 935 0 0 0 0 0 0 23 0 9 0 549066685 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 4 0 0 0
[pid=12078/tid=12106] ppid=12076 vsize=426696 CPUtime=0 cores=0-7
/proc/12078/task/12106/stat : 12106 (python) S 12076 12078 10673 0 -1 4202560 30 935 0 0 0 0 0 0 25 0 9 0 549066689 436936704 7438 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 2 18446604453896962176 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 18.37
Current children cumulated vsize (KiB) 7894348

[startup+3.60124 s]
/proc/loadavg: 8.13 8.44 8.51 11/298 12107
/proc/meminfo: memFree=14369136/32950928 swapFree=67111348/67111528
[pid=12078] ppid=12076 vsize=385616 CPUtime=19.05 cores=0-7
/proc/12078/stat : 12078 (python) R 12076 12078 10673 0 -1 4202496 17999 13235 1 0 90 11 1801 3 17 0 2 0 549066577 394870784 7339 33554432000 4194304 5683644 140735576094944 18446744073709551615 5116756 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/12078/statm: 96404 7339 1876 364 0 32327 0
[pid=12078/tid=12097] ppid=12076 vsize=385616 CPUtime=18.04 cores=0-7
/proc/12078/task/12097/stat : 12097 (python) S 12076 12078 10673 0 -1 4202560 33 13235 0 0 0 0 1801 3 18 0 2 0 549066678 394870784 7339 33554432000 4194304 5683644 140735576094944 18446744073709551615 208092055985 0 0 16781312 0 18446604453896962176 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 19.05
Current children cumulated vsize (KiB) 385616

Child status: 0
Real time (s): 3.61929
CPU time (s): 19.0991
CPU user time (s): 18.9361
CPU system time (s): 0.162975
CPU usage (%): 527.703
Max. virtual memory (cumulated for all children) (KiB): 7894348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.9361
system time used= 0.162975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33646
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1276
involuntary context switches= 280

runsolver used 0.010998 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-03 00:17:49
IDJOB=3322110
IDBENCH=82888
IDSOLVER=1712
FILE ID=node127/3322110-1304374669
RUNJOBID= node127-1304366466-10687
PBS_JOBID= 13181744
Free space on /tmp= 73324 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S1335110382-066.SATISFIABLE.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3322110-1304374669/watcher-3322110-1304374669 -o /tmp/evaluation-result-3322110-1304374669/solver-3322110-1304374669 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3322110-1304374669.cnf -seed 1580501665 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= a5daafd605bd47234b7e5aaf0173eab8
RANDOM SEED=1580501665

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14430072 kB
Buffers:        826032 kB
Cached:        3604828 kB
SwapCached:          8 kB
Active:       13909380 kB
Inactive:      4115156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14430072 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           32908 kB
Writeback:           0 kB
AnonPages:    13593776 kB
Mapped:          26132 kB
Slab:           387352 kB
PageTables:      40616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 37095620 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73292 MiB
End job on node127 at 2011-05-03 00:17:53