Trace number 3483844

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-seq-industrial (fixed, 1200 s timeout)? (TO) 1200.1 1200.13

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand128.cnf
MD5SUMa551844fb6a7f35cf6025d0a525ca14e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark388.148
Satisfiable
(Un)Satisfiability was proved
Number of variables153834
Number of clauses459965
Sum of the clauses size1073249
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2306642
Number of clauses of size 3153321
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.63	c INFO: solving HOME/instance-3483844-1307747084.cnf
0.32/0.63	c INFO: computing task features
1.80/2.11	c INFO: computed variable-clause graph statistics
1.80/2.16	c INFO: computed clause balance statistics
9.20/9.50	c INFO: computed variable balance statistics
14.60/14.96	c INFO: computed small-clause counts
14.70/15.06	c INFO: computed Horn-clause counts
43.20/43.52	c INFO: computed variable graph statistics
43.20/43.52	c INFO: collected features for HOME/instance-3483844-1307747084.cnf in 42.84 s
43.20/43.53	c INFO: running lingeling-276@0 for 485 with 1157 remaining (b = 0.69)
533.84/534.10	c INFO: running cryptominisat-2.9.0@0 for 667 with 667 remaining (b = 0.65)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3483844-1307747084/watcher-3483844-1307747084 -o /tmp/evaluation-result-3483844-1307747084/solver-3483844-1307747084 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483844-1307747084.cnf -seed 1394102490 -budget 1200 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.87 0.89 0.31 4/195 15893
/proc/meminfo: memFree=29012848/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=15184 CPUtime=0 cores=0,2
/proc/15893/stat : 15893 (python) S 15891 15893 15748 0 -1 4202496 728 0 0 0 0 0 0 0 24 0 1 0 886307199 15548416 616 33554432000 4194304 5683644 140734774692624 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 0 0 0 0
/proc/15893/statm: 3797 617 322 364 0 284 0

[startup+0.10085 s]
/proc/loadavg: 2.87 0.89 0.31 4/195 15893
/proc/meminfo: memFree=29012848/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=91832 CPUtime=0.06 cores=0,2
/proc/15893/stat : 15893 (python) R 15891 15893 15748 0 -1 4202496 2680 0 0 0 4 2 0 0 24 0 1 0 886307199 94035968 2394 33554432000 4194304 5683644 140734774692624 18446744073709551615 235594862437 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15893/statm: 22958 2394 755 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91832

[startup+0.200839 s]
/proc/loadavg: 2.87 0.89 0.31 4/195 15893
/proc/meminfo: memFree=29012848/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=124236 CPUtime=0.12 cores=0,2
/proc/15893/stat : 15893 (python) R 15891 15893 15748 0 -1 4202496 4261 0 1 0 8 4 0 0 17 0 1 0 886307199 127217664 3868 33554432000 4194304 5683644 140734774692624 18446744073709551615 5114143 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15893/statm: 31059 3868 995 364 0 2870 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 124236

[startup+0.300788 s]
/proc/loadavg: 2.87 0.89 0.31 4/195 15893
/proc/meminfo: memFree=29012848/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=135752 CPUtime=0.18 cores=0,2
/proc/15893/stat : 15893 (python) S 15891 15893 15748 0 -1 4202496 5975 933 1 0 12 6 0 0 18 0 1 0 886307199 139010048 4148 33554432000 4194304 5683644 140734774692624 18446744073709551615 235594862597 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/15893/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.780679 s]
/proc/loadavg: 2.87 0.89 0.31 4/195 15893
/proc/meminfo: memFree=29012848/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=295160 CPUtime=0.47 cores=0,2
/proc/15893/stat : 15893 (python) R 15891 15893 15748 0 -1 4202496 13398 933 1 0 39 8 0 0 17 0 1 0 886307199 302243840 11065 33554432000 4194304 5683644 140734774692624 18446744073709551615 4302464 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15893/statm: 73790 11065 1761 364 0 9714 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 295160

[startup+1.50061 s]
/proc/loadavg: 2.96 0.94 0.33 5/196 15898
/proc/meminfo: memFree=28956848/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=339960 CPUtime=1.2 cores=0,2
/proc/15893/stat : 15893 (python) R 15891 15893 15748 0 -1 4202496 24255 933 1 0 110 10 0 0 18 0 1 0 886307199 348119040 21922 33554432000 4194304 5683644 140734774692624 18446744073709551615 235594527429 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15893/statm: 84990 21922 1761 364 0 20914 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 339960

[startup+3.10027 s]
/proc/loadavg: 2.96 0.94 0.33 5/196 15898
/proc/meminfo: memFree=28904768/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=364716 CPUtime=2.8 cores=0,2
/proc/15893/stat : 15893 (python) R 15891 15893 15748 0 -1 4202496 45686 933 1 0 268 12 0 0 21 0 1 0 886307199 373469184 28563 33554432000 4194304 5683644 140734774692624 18446744073709551615 4643489 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15893/statm: 91179 28563 1826 364 0 27103 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 364716

[startup+6.30071 s]
/proc/loadavg: 2.96 0.94 0.33 5/196 15898
/proc/meminfo: memFree=28904360/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=364716 CPUtime=6 cores=0,2
/proc/15893/stat : 15893 (python) R 15891 15893 15748 0 -1 4202496 45686 933 1 0 588 12 0 0 25 0 1 0 886307199 373469184 28563 33554432000 4194304 5683644 140734774692624 18446744073709551615 4943787 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15893/statm: 91179 28563 1826 364 0 27103 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 364716

[startup+12.7006 s]
/proc/loadavg: 3.12 1.04 0.37 5/196 15898
/proc/meminfo: memFree=28901568/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=364716 CPUtime=12.4 cores=0,2
/proc/15893/stat : 15893 (python) R 15891 15893 15748 0 -1 4202496 45687 933 1 0 1228 12 0 0 25 0 1 0 886307199 373469184 28564 33554432000 4194304 5683644 140734774692624 18446744073709551615 235594526117 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15893/statm: 91179 28564 1827 364 0 27103 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 364716

[startup+25.5004 s]
/proc/loadavg: 3.25 1.14 0.40 5/196 15898
/proc/meminfo: memFree=28901912/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=368312 CPUtime=25.2 cores=0,2
/proc/15893/stat : 15893 (python) R 15891 15893 15748 0 -1 4202496 46592 933 1 0 2508 12 0 0 25 0 1 0 886307199 377151488 29469 33554432000 4194304 5683644 140734774692624 18446744073709551615 47447644244096 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15893/statm: 92078 29469 1833 364 0 28002 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 368312

[startup+51.1008 s]
/proc/loadavg: 3.51 1.36 0.50 5/199 15902
/proc/meminfo: memFree=28849712/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=371532 CPUtime=43.23 cores=0,2
/proc/15893/stat : 15893 (python) S 15891 15893 15748 0 -1 4202496 46885 933 1 0 4310 13 0 0 25 0 2 0 886307199 380448768 27753 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15893/statm: 92883 27753 1875 364 0 28801 0
[pid=15900] ppid=15893 vsize=361288 CPUtime=0 cores=0,2
/proc/15900/stat : 15900 (python) S 15893 15893 15748 0 -1 4202560 887 0 0 0 0 0 0 0 18 0 1 0 886311552 369958912 26250 33554432000 4194304 5683644 140734774692624 18446744073709551615 235594886671 0 0 16781312 514 15966680152834801924 0 0 17 0 0 0 0
/proc/15900/statm: 90322 26250 376 364 0 26240 0
[pid=15902] ppid=15900 vsize=57444 CPUtime=7.54 cores=0,2
/proc/15902/stat : 15902 (lingeling) R 15900 15902 15902 0 -1 4202496 28399 0 0 0 751 3 0 0 25 0 1 0 886311552 58822656 13563 33554432000 4194304 4352236 140735369096288 18446744073709551615 4238671 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/15902/statm: 14361 13563 129 39 0 13441 0
[pid=15893/tid=15901] ppid=15891 vsize=371532 CPUtime=0 cores=0,2
/proc/15893/task/15901/stat : 15901 (python) S 15891 15893 15748 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 886311552 380448768 27753 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 790264

[startup+102.301 s]
/proc/loadavg: 3.80 1.81 0.70 5/199 15903
/proc/meminfo: memFree=28821120/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=371532 CPUtime=43.23 cores=0,2
/proc/15893/stat : 15893 (python) S 15891 15893 15748 0 -1 4202496 46885 933 1 0 4310 13 0 0 25 0 2 0 886307199 380448768 27753 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15893/statm: 92883 27753 1875 364 0 28801 0
[pid=15900] ppid=15893 vsize=361288 CPUtime=0.07 cores=0,2
/proc/15900/stat : 15900 (python) S 15893 15893 15748 0 -1 4202560 914 0 0 0 4 3 0 0 18 0 1 0 886311552 369958912 26250 33554432000 4194304 5683644 140734774692624 18446744073709551615 235594886671 0 0 16781312 514 4679679817489023236 0 0 17 0 0 0 0
/proc/15900/statm: 90322 26250 376 364 0 26240 0
[pid=15902] ppid=15900 vsize=76792 CPUtime=58.68 cores=0,2
/proc/15902/stat : 15902 (lingeling) R 15900 15902 15902 0 -1 4202496 62283 0 0 0 5863 5 0 0 25 0 1 0 886311552 78635008 18368 33554432000 4194304 4352236 140735369096288 18446744073709551615 4208769 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/15902/statm: 19198 18368 129 39 0 18278 0
[pid=15893/tid=15901] ppid=15891 vsize=371532 CPUtime=0 cores=0,2
/proc/15893/task/15901/stat : 15901 (python) S 15891 15893 15748 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 886311552 380448768 27753 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 809612

[startup+162.301 s]
/proc/loadavg: 3.92 2.20 0.90 5/199 15905
/proc/meminfo: memFree=28817224/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=371532 CPUtime=43.23 cores=0,2
/proc/15893/stat : 15893 (python) S 15891 15893 15748 0 -1 4202496 46885 933 1 0 4310 13 0 0 25 0 2 0 886307199 380448768 27753 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15893/statm: 92883 27753 1875 364 0 28801 0
[pid=15900] ppid=15893 vsize=361288 CPUtime=0.15 cores=0,2
/proc/15900/stat : 15900 (python) S 15893 15893 15748 0 -1 4202560 941 0 0 0 9 6 0 0 18 0 1 0 886311552 369958912 26250 33554432000 4194304 5683644 140734774692624 18446744073709551615 235594886671 0 0 16781312 514 4679679817489023236 0 0 17 0 0 0 0
/proc/15900/statm: 90322 26250 376 364 0 26240 0
[pid=15902] ppid=15900 vsize=79824 CPUtime=118.6 cores=0,2
/proc/15902/stat : 15902 (lingeling) R 15900 15902 15902 0 -1 4202496 75315 0 0 0 11853 7 0 0 25 0 1 0 886311552 81739776 19126 33554432000 4194304 4352236 140735369096288 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/15902/statm: 19956 19126 129 39 0 19036 0
[pid=15893/tid=15901] ppid=15891 vsize=371532 CPUtime=0 cores=0,2
/proc/15893/task/15901/stat : 15901 (python) S 15891 15893 15748 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 886311552 380448768 27753 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.98
Current children cumulated vsize (KiB) 812644

[startup+222.307 s]
/proc/loadavg: 4.11 2.56 1.10 5/199 15907
/proc/meminfo: memFree=28825960/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=371532 CPUtime=43.23 cores=0,2
/proc/15893/stat : 15893 (python) S 15891 15893 15748 0 -1 4202496 46885 933 1 0 4310 13 0 0 25 0 2 0 886307199 380448768 27753 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15893/statm: 92883 27753 1875 364 0 28801 0
[pid=15900] ppid=15893 vsize=361288 CPUtime=0.23 cores=0,2
/proc/15900/stat : 15900 (python) S 15893 15893 15748 0 -1 4202560 959 0 0 0 13 10 0 0 18 0 1 0 886311552 369958912 26250 33554432000 4194304 5683644 140734774692624 18446744073709551615 235594886671 0 0 16781312 514 4679679817489023236 0 0 17 0 0 0 0
/proc/15900/statm: 90322 26250 376 364 0 26240 0
[pid=15902] ppid=15900 vsize=64956 CPUtime=178.54 cores=0,2
/proc/15902/stat : 15902 (lingeling) R 15900 15902 15902 0 -1 4202496 75699 0 0 0 17847 7 0 0 25 0 1 0 886311552 66514944 15409 33554432000 4194304 4352236 140735369096288 18446744073709551615 4241300 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/15902/statm: 16239 15409 129 39 0 15319 0
[pid=15893/tid=15901] ppid=15891 vsize=371532 CPUtime=0 cores=0,2
/proc/15893/task/15901/stat : 15901 (python) S 15891 15893 15748 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 886311552 380448768 27753 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 222
Current children cumulated vsize (KiB) 797776

[startup+282.301 s]
/proc/loadavg: 4.16 2.85 1.29 5/199 15908
/proc/meminfo: memFree=28811656/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=371532 CPUtime=43.23 cores=0,2
/proc/15893/stat : 15893 (python) S 15891 15893 15748 0 -1 4202496 46885 933 1 0 4310 13 0 0 25 0 2 0 886307199 380448768 27753 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15893/statm: 92883 27753 1875 364 0 28801 0
[pid=15900] ppid=15893 vsize=361288 CPUtime=0.3 cores=0,2
/proc/15900/stat : 15900 (python) S 15893 15893 15748 0 -1 4202560 970 0 0 0 17 13 0 0 18 0 1 0 886311552 369958912 26250 33554432000 4194304 5683644 140734774692624 18446744073709551615 235594886671 0 0 16781312 514 4679679817489023236 0 0 17 0 0 0 0
/proc/15900/statm: 90322 26250 376 364 0 26240 0
[pid=15902] ppid=15900 vsize=81316 CPUtime=238.48 cores=0,2
/proc/15902/stat : 15902 (lingeling) R 15900 15902 15902 0 -1 4202496 85939 0 0 0 23840 8 0 0 25 0 1 0 886311552 83267584 19499 33554432000 4194304 4352236 140735369096288 18446744073709551615 4267929 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/15902/statm: 20329 19499 129 39 0 19409 0
[pid=15893/tid=15901] ppid=15891 vsize=371532 CPUtime=0 cores=0,2
/proc/15893/task/15901/stat : 15901 (python) S 15891 15893 15748 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 2 0 886311552 380448768 27753 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 282.01
Current children cumulated vsize (KiB) 814136

[startup+342.3 s]
/proc/loadavg: 4.06 3.06 1.46 5/199 15910
/proc/meminfo: memFree=28826480/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=371532 CPUtime=43.23 cores=0,2
/proc/15893/stat : 15893 (python) S 15891 15893 15748 0 -1 4202496 46885 933 1 0 4310 13 0 0 25 0 2 0 886307199 380448768 27753 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15893/statm: 92883 27753 1875 364 0 28801 0

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

[pid=15925] ppid=15893 vsize=371544 CPUtime=0.61 cores=0,2
/proc/15925/stat : 15925 (python) S 15893 15893 15748 0 -1 4202560 1002 0 0 0 35 26 0 0 15 0 1 0 886360609 380461056 26248 33554432000 4194304 5683644 140734774692624 18446744073709551615 235594886726 0 0 16781312 514 4679679817489023236 0 0 17 0 0 0 0
/proc/15925/statm: 92886 26248 370 364 0 28801 0
[pid=15927] ppid=15925 vsize=613048 CPUtime=407.78 cores=0,2
/proc/15927/stat : 15927 (cryptominisat-2) R 15925 15927 15927 0 -1 4202496 284612 0 0 0 40723 55 0 0 25 0 1 0 886360609 627761152 126244 33554432000 4194304 4677096 140734291585424 18446744073709551615 235594563339 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15927/statm: 153262 126244 392 118 0 148221 0
[pid=15893/tid=15901] ppid=15891 vsize=381788 CPUtime=0 cores=0,2
/proc/15893/task/15901/stat : 15901 (python) S 15891 15893 15748 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 3 0 886311552 390950912 27760 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 0 0 0 0
[pid=15893/tid=15926] ppid=15891 vsize=381788 CPUtime=0 cores=0,2
/proc/15893/task/15926/stat : 15926 (python) S 15891 15893 15748 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886360609 390950912 27760 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 1823248

[startup+1002.3 s]
/proc/loadavg: 4.03 3.91 2.74 5/214 15988
/proc/meminfo: memFree=30538620/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=381788 CPUtime=43.24 cores=0,2
/proc/15893/stat : 15893 (python) S 15891 15893 15748 0 -1 4202496 47692 933 1 0 4310 14 0 0 20 0 3 0 886307199 390950912 27760 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15893/statm: 95447 27760 1878 364 0 31362 0
[pid=15900] ppid=15893 vsize=371532 CPUtime=0.63 cores=0,2
/proc/15900/stat : 15900 (python) S 15893 15893 15748 0 -1 4202560 1199 0 0 0 36 27 0 0 19 0 2 0 886311552 380448768 26293 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15900/statm: 92883 26293 414 364 0 28801 0
[pid=15902] ppid=15900 vsize=85336 CPUtime=489.98 cores=0,2
/proc/15902/stat : 15902 (lingeling) T 15900 15902 15902 0 -1 4202496 99251 0 0 0 48988 10 0 0 25 0 1 0 886311552 87384064 20504 33554432000 4194304 4352236 140735369096288 18446744073709551615 4328146 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15902/statm: 21334 20504 129 39 0 20414 0
[pid=15900/tid=15924] ppid=15893 vsize=371532 CPUtime=0 cores=0,2
/proc/15900/task/15924/stat : 15924 (python) S 15893 15893 15748 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886360608 380448768 26293 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 514 18446604452335258368 0 0 -1 2 0 0 0
[pid=15925] ppid=15893 vsize=371544 CPUtime=0.7 cores=0,2
/proc/15925/stat : 15925 (python) S 15893 15893 15748 0 -1 4202560 1003 0 0 0 41 29 0 0 15 0 1 0 886360609 380461056 26248 33554432000 4194304 5683644 140734774692624 18446744073709551615 235594886726 0 0 16781312 514 4679679817489023236 0 0 17 0 0 0 0
/proc/15925/statm: 92886 26248 370 364 0 28801 0
[pid=15927] ppid=15925 vsize=636384 CPUtime=467.71 cores=0,2
/proc/15927/stat : 15927 (cryptominisat-2) R 15925 15927 15927 0 -1 4202496 312537 0 0 0 46707 64 0 0 25 0 1 0 886360609 651657216 131247 33554432000 4194304 4677096 140734291585424 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/15927/statm: 159096 131247 392 118 0 154055 0
[pid=15893/tid=15901] ppid=15891 vsize=381788 CPUtime=0 cores=0,2
/proc/15893/task/15901/stat : 15901 (python) S 15891 15893 15748 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 3 0 886311552 390950912 27760 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 0 0 0 0
[pid=15893/tid=15926] ppid=15891 vsize=381788 CPUtime=0 cores=0,2
/proc/15893/task/15926/stat : 15926 (python) S 15891 15893 15748 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886360609 390950912 27760 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 1846584

[startup+1062.3 s]
/proc/loadavg: 4.01 3.92 2.82 5/214 15990
/proc/meminfo: memFree=30493688/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=381788 CPUtime=43.24 cores=0,2
/proc/15893/stat : 15893 (python) S 15891 15893 15748 0 -1 4202496 47692 933 1 0 4310 14 0 0 20 0 3 0 886307199 390950912 27760 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15893/statm: 95447 27760 1878 364 0 31362 0
[pid=15900] ppid=15893 vsize=371532 CPUtime=0.63 cores=0,2
/proc/15900/stat : 15900 (python) S 15893 15893 15748 0 -1 4202560 1199 0 0 0 36 27 0 0 19 0 2 0 886311552 380448768 26293 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15900/statm: 92883 26293 414 364 0 28801 0
[pid=15902] ppid=15900 vsize=85336 CPUtime=489.98 cores=0,2
/proc/15902/stat : 15902 (lingeling) T 15900 15902 15902 0 -1 4202496 99251 0 0 0 48988 10 0 0 25 0 1 0 886311552 87384064 20504 33554432000 4194304 4352236 140735369096288 18446744073709551615 4328146 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15902/statm: 21334 20504 129 39 0 20414 0
[pid=15900/tid=15924] ppid=15893 vsize=371532 CPUtime=0 cores=0,2
/proc/15900/task/15924/stat : 15924 (python) S 15893 15893 15748 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886360608 380448768 26293 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 514 18446604452335258368 0 0 -1 2 0 0 0
[pid=15925] ppid=15893 vsize=371544 CPUtime=0.8 cores=0,2
/proc/15925/stat : 15925 (python) S 15893 15893 15748 0 -1 4202560 1003 0 0 0 47 33 0 0 15 0 1 0 886360609 380461056 26248 33554432000 4194304 5683644 140734774692624 18446744073709551615 235594886726 0 0 16781312 514 4679679817489023236 0 0 17 0 0 0 0
/proc/15925/statm: 92886 26248 370 364 0 28801 0
[pid=15927] ppid=15925 vsize=654108 CPUtime=527.63 cores=0,2
/proc/15927/stat : 15927 (cryptominisat-2) R 15925 15927 15927 0 -1 4202496 338145 0 0 0 52689 74 0 0 25 0 1 0 886360609 669806592 134098 33554432000 4194304 4677096 140734291585424 18446744073709551615 235594563339 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15927/statm: 163527 134098 392 118 0 158486 0
[pid=15893/tid=15901] ppid=15891 vsize=381788 CPUtime=0 cores=0,2
/proc/15893/task/15901/stat : 15901 (python) S 15891 15893 15748 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 3 0 886311552 390950912 27760 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 0 0 0 0
[pid=15893/tid=15926] ppid=15891 vsize=381788 CPUtime=0 cores=0,2
/proc/15893/task/15926/stat : 15926 (python) S 15891 15893 15748 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886360609 390950912 27760 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 1864308

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 2.89 5/214 15992
/proc/meminfo: memFree=30489284/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=381788 CPUtime=43.24 cores=0,2
/proc/15893/stat : 15893 (python) S 15891 15893 15748 0 -1 4202496 47692 933 1 0 4310 14 0 0 20 0 3 0 886307199 390950912 27760 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15893/statm: 95447 27760 1878 364 0 31362 0
[pid=15900] ppid=15893 vsize=371532 CPUtime=0.63 cores=0,2
/proc/15900/stat : 15900 (python) S 15893 15893 15748 0 -1 4202560 1199 0 0 0 36 27 0 0 19 0 2 0 886311552 380448768 26293 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15900/statm: 92883 26293 414 364 0 28801 0
[pid=15902] ppid=15900 vsize=85336 CPUtime=489.98 cores=0,2
/proc/15902/stat : 15902 (lingeling) T 15900 15902 15902 0 -1 4202496 99251 0 0 0 48988 10 0 0 25 0 1 0 886311552 87384064 20504 33554432000 4194304 4352236 140735369096288 18446744073709551615 4328146 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15902/statm: 21334 20504 129 39 0 20414 0
[pid=15900/tid=15924] ppid=15893 vsize=371532 CPUtime=0 cores=0,2
/proc/15900/task/15924/stat : 15924 (python) S 15893 15893 15748 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886360608 380448768 26293 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 514 18446604452335258368 0 0 -1 2 0 0 0
[pid=15925] ppid=15893 vsize=371544 CPUtime=0.88 cores=0,2
/proc/15925/stat : 15925 (python) S 15893 15893 15748 0 -1 4202560 1003 0 0 0 51 37 0 0 15 0 1 0 886360609 380461056 26248 33554432000 4194304 5683644 140734774692624 18446744073709551615 235594886726 0 0 16781312 514 4679679817489023236 0 0 17 0 0 0 0
/proc/15925/statm: 92886 26248 370 364 0 28801 0
[pid=15927] ppid=15925 vsize=561940 CPUtime=587.57 cores=0,2
/proc/15927/stat : 15927 (cryptominisat-2) R 15925 15927 15927 0 -1 4202496 359084 0 0 0 58674 83 0 0 25 0 1 0 886360609 575426560 130687 33554432000 4194304 4677096 140734291585424 18446744073709551615 4334804 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15927/statm: 140485 130687 392 118 0 135444 0
[pid=15893/tid=15901] ppid=15891 vsize=381788 CPUtime=0 cores=0,2
/proc/15893/task/15901/stat : 15901 (python) S 15891 15893 15748 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 3 0 886311552 390950912 27760 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 0 0 0 0
[pid=15893/tid=15926] ppid=15891 vsize=381788 CPUtime=0 cores=0,2
/proc/15893/task/15926/stat : 15926 (python) S 15891 15893 15748 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886360609 390950912 27760 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 1772140

[startup+1182.3 s]
/proc/loadavg: 3.89 3.90 2.94 5/200 16079
/proc/meminfo: memFree=30092968/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=381788 CPUtime=43.24 cores=0,2
/proc/15893/stat : 15893 (python) S 15891 15893 15748 0 -1 4202496 47692 933 1 0 4310 14 0 0 20 0 3 0 886307199 390950912 27760 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15893/statm: 95447 27760 1878 364 0 31362 0
[pid=15900] ppid=15893 vsize=371532 CPUtime=0.63 cores=0,2
/proc/15900/stat : 15900 (python) S 15893 15893 15748 0 -1 4202560 1199 0 0 0 36 27 0 0 19 0 2 0 886311552 380448768 26293 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15900/statm: 92883 26293 414 364 0 28801 0
[pid=15902] ppid=15900 vsize=85336 CPUtime=489.98 cores=0,2
/proc/15902/stat : 15902 (lingeling) T 15900 15902 15902 0 -1 4202496 99251 0 0 0 48988 10 0 0 25 0 1 0 886311552 87384064 20504 33554432000 4194304 4352236 140735369096288 18446744073709551615 4328146 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15902/statm: 21334 20504 129 39 0 20414 0
[pid=15900/tid=15924] ppid=15893 vsize=371532 CPUtime=0 cores=0,2
/proc/15900/task/15924/stat : 15924 (python) S 15893 15893 15748 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886360608 380448768 26293 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 514 18446604452335258368 0 0 -1 2 0 0 0
[pid=15925] ppid=15893 vsize=371544 CPUtime=0.96 cores=0,2
/proc/15925/stat : 15925 (python) S 15893 15893 15748 0 -1 4202560 1003 0 0 0 55 41 0 0 15 0 1 0 886360609 380461056 26248 33554432000 4194304 5683644 140734774692624 18446744073709551615 235594886726 0 0 16781312 514 4604486420583645444 0 0 17 0 0 0 0
/proc/15925/statm: 92886 26248 370 364 0 28801 0
[pid=15927] ppid=15925 vsize=833172 CPUtime=647.48 cores=0,2
/proc/15927/stat : 15927 (cryptominisat-2) R 15925 15927 15927 0 -1 4202496 418447 0 0 0 64657 91 0 0 25 0 1 0 886360609 853168128 179947 33554432000 4194304 4677096 140734291585424 18446744073709551615 4454535 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15927/statm: 208293 179947 392 118 0 203252 0
[pid=15893/tid=15901] ppid=15891 vsize=381788 CPUtime=0 cores=0,2
/proc/15893/task/15901/stat : 15901 (python) S 15891 15893 15748 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 3 0 886311552 390950912 27760 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 0 0 0 0
[pid=15893/tid=15926] ppid=15891 vsize=381788 CPUtime=0 cores=0,2
/proc/15893/task/15926/stat : 15926 (python) S 15891 15893 15748 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886360609 390950912 27760 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 2043372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.1 s]
/proc/loadavg: 3.92 3.91 2.96 5/200 16080
/proc/meminfo: memFree=30044008/32950928 swapFree=67052112/67111528
[pid=15893] ppid=15891 vsize=381788 CPUtime=43.24 cores=0,2
/proc/15893/stat : 15893 (python) S 15891 15893 15748 0 -1 4202496 47692 933 1 0 4310 14 0 0 20 0 3 0 886307199 390950912 27760 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/15893/statm: 95447 27760 1878 364 0 31362 0
[pid=15900] ppid=15893 vsize=371532 CPUtime=0.63 cores=0,2
/proc/15900/stat : 15900 (python) S 15893 15893 15748 0 -1 4202560 1199 0 0 0 36 27 0 0 19 0 2 0 886311552 380448768 26293 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/15900/statm: 92883 26293 414 364 0 28801 0
[pid=15902] ppid=15900 vsize=85336 CPUtime=489.98 cores=0,2
/proc/15902/stat : 15902 (lingeling) T 15900 15902 15902 0 -1 4202496 99251 0 0 0 48988 10 0 0 25 0 1 0 886311552 87384064 20504 33554432000 4194304 4352236 140735369096288 18446744073709551615 4328146 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/15902/statm: 21334 20504 129 39 0 20414 0
[pid=15900/tid=15924] ppid=15893 vsize=371532 CPUtime=0 cores=0,2
/proc/15900/task/15924/stat : 15924 (python) S 15893 15893 15748 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886360608 380448768 26293 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 514 18446604452335258368 0 0 -1 2 0 0 0
[pid=15925] ppid=15893 vsize=371544 CPUtime=0.99 cores=0,2
/proc/15925/stat : 15925 (python) S 15893 15893 15748 0 -1 4202560 1003 0 0 0 56 43 0 0 15 0 1 0 886360609 380461056 26248 33554432000 4194304 5683644 140734774692624 18446744073709551615 235594886726 0 0 16781312 514 4679679817489023236 0 0 17 0 0 0 0
/proc/15925/statm: 92886 26248 370 364 0 28801 0
[pid=15927] ppid=15925 vsize=833172 CPUtime=665.26 cores=0,2
/proc/15927/stat : 15927 (cryptominisat-2) R 15925 15927 15927 0 -1 4202496 428621 0 0 0 66433 93 0 0 25 0 1 0 886360609 853168128 190121 33554432000 4194304 4677096 140734291585424 18446744073709551615 4336210 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/15927/statm: 208293 190121 392 118 0 203252 0
[pid=15893/tid=15901] ppid=15891 vsize=381788 CPUtime=0 cores=0,2
/proc/15893/task/15901/stat : 15901 (python) S 15891 15893 15748 0 -1 4202560 31 933 0 0 0 0 0 0 25 0 3 0 886311552 390950912 27760 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 0 0 0 0
[pid=15893/tid=15926] ppid=15891 vsize=381788 CPUtime=0 cores=0,2
/proc/15893/task/15926/stat : 15926 (python) S 15891 15893 15748 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886360609 390950912 27760 33554432000 4194304 5683644 140734774692624 18446744073709551615 235606690225 0 0 16781312 2 18446604453906915520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 2043372

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15893 and gives
#  childrusage.ru_utime.tv_sec=43
#  childrusage.ru_utime.tv_usec=110446
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=146977
# CPU time returned by wait4() is 43.2574
# while last known CPU time is 1200.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.13
CPU time (s): 1200.1
CPU user time (s): 1198.23
CPU system time (s): 1.87
CPU usage (%): 99.9972
Max. virtual memory (cumulated for all children) (KiB): 2043372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.1104
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48625
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= 2828
involuntary context switches= 116

runsolver used 1.9967 second user time and 4.72728 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-11 01:04:44
IDJOB=3483844
IDBENCH=70760
IDSOLVER=1976
FILE ID=node120/3483844-1307747084
RUNJOBID= node120-1307747010-15766
PBS_JOBID= 13550837
Free space on /tmp= 73528 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand128.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3483844-1307747084/watcher-3483844-1307747084 -o /tmp/evaluation-result-3483844-1307747084/solver-3483844-1307747084 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483844-1307747084.cnf -seed 1394102490 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED=1394102490

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.82
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.809
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.75
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.809
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.78
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.809
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.809
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.82
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.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29013400 kB
Buffers:         94080 kB
Cached:        1050656 kB
SwapCached:      11420 kB
Active:        3321592 kB
Inactive:       443172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29013400 kB
SwapTotal:    67111528 kB
SwapFree:     67052112 kB
Dirty:          331708 kB
Writeback:           0 kB
AnonPages:     2617188 kB
Mapped:          15716 kB
Slab:            99368 kB
PageTables:      13104 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2965948 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= 73724 MiB
End job on node120 at 2011-06-11 01:24:47