Trace number 3483948

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)UNSAT 468.333 468.651

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark152.179
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

Solver Data

0.34/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.62	c INFO: solving HOME/instance-3483948-1307749501.cnf
0.34/0.62	c INFO: computing task features
0.75/1.01	c INFO: computed variable-clause graph statistics
0.75/1.03	c INFO: computed clause balance statistics
2.54/2.89	c INFO: computed variable balance statistics
4.05/4.31	c INFO: computed small-clause counts
4.05/4.32	c INFO: computed Horn-clause counts
4.84/5.19	c INFO: computed variable graph statistics
4.84/5.19	c INFO: collected features for HOME/instance-3483948-1307749501.cnf in 4.56 s
4.94/5.20	c INFO: running lingeling-276@0 for 582 with 1195 remaining (b = 0.53)
468.25/468.62	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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

running on 2 cores: 4,6

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: 5.01 5.04 4.74 6/193 25395
/proc/meminfo: memFree=26373672/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=15184 CPUtime=0 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 725 0 0 0 0 0 0 0 25 0 1 0 886549922 15548416 615 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/25395/statm: 3796 615 321 364 0 283 0

[startup+0.0900641 s]
/proc/loadavg: 5.01 5.04 4.74 6/193 25395
/proc/meminfo: memFree=26373672/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=84608 CPUtime=0.05 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 2409 0 0 0 4 1 0 0 25 0 1 0 886549922 86638592 2136 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/25395/statm: 21152 2136 707 364 0 1369 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84608

[startup+0.101061 s]
/proc/loadavg: 5.01 5.04 4.74 6/193 25395
/proc/meminfo: memFree=26373672/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=93964 CPUtime=0.05 cores=4,6
/proc/25395/stat : 25395 (python) R 25393 25395 24692 0 -1 4202496 2696 0 0 0 4 1 0 0 25 0 1 0 886549922 96219136 2407 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089696256 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/25395/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93964

[startup+0.301026 s]
/proc/loadavg: 5.01 5.04 4.74 6/193 25395
/proc/meminfo: memFree=26373672/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=135752 CPUtime=0.18 cores=4,6
/proc/25395/stat : 25395 (python) R 25393 25395 24692 0 -1 4202496 5971 932 1 0 14 4 0 0 25 0 1 0 886549922 139010048 4148 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089694213 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25395/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700956 s]
/proc/loadavg: 5.01 5.04 4.74 6/193 25395
/proc/meminfo: memFree=26373672/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=284772 CPUtime=0.44 cores=4,6
/proc/25395/stat : 25395 (python) R 25393 25395 24692 0 -1 4202496 10849 932 1 0 35 9 0 0 25 0 1 0 886549922 291606528 8519 33554432000 4194304 5683644 140736285440304 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25395/statm: 71193 8519 1761 364 0 7117 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 284772

[startup+1.50086 s]
/proc/loadavg: 5.01 5.04 4.74 7/194 25400
/proc/meminfo: memFree=26325948/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=303680 CPUtime=1.24 cores=4,6
/proc/25395/stat : 25395 (python) R 25393 25395 24692 0 -1 4202496 20060 932 1 0 114 10 0 0 25 0 1 0 886549922 310968320 13304 33554432000 4194304 5683644 140736285440304 18446744073709551615 4272616 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25395/statm: 75920 13304 1826 364 0 11844 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 303680

[startup+3.10058 s]
/proc/loadavg: 5.01 5.04 4.74 7/194 25400
/proc/meminfo: memFree=26326444/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=303680 CPUtime=2.84 cores=4,6
/proc/25395/stat : 25395 (python) R 25393 25395 24692 0 -1 4202496 20061 932 1 0 274 10 0 0 25 0 1 0 886549922 310968320 13305 33554432000 4194304 5683644 140736285440304 18446744073709551615 46954750633889 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/25395/statm: 75920 13305 1827 364 0 11844 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 303680

[startup+6.30101 s]
/proc/loadavg: 5.01 5.04 4.75 7/197 25403
/proc/meminfo: memFree=26318296/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=312944 CPUtime=4.94 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 20629 932 1 0 484 10 0 0 25 0 2 0 886549922 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25395/statm: 78236 13098 1867 364 0 14154 0
[pid=25401] ppid=25395 vsize=302700 CPUtime=0 cores=4,6
/proc/25401/stat : 25401 (python) S 25395 25395 24692 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 886550443 309964800 11580 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089718287 0 0 16781312 514 4093069202766692351 0 0 17 4 0 0 0
/proc/25401/statm: 75675 11580 353 364 0 11593 0
[pid=25403] ppid=25401 vsize=10872 CPUtime=1.09 cores=4,6
/proc/25403/stat : 25403 (lingeling) R 25401 25403 25403 0 -1 4202496 3414 0 0 0 109 0 0 0 25 0 1 0 886550443 11132928 1886 33554432000 4194304 4352236 140736529787808 18446744073709551615 4208896 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25403/statm: 2718 1886 127 39 0 1798 0
[pid=25395/tid=25402] ppid=25393 vsize=312944 CPUtime=0 cores=4,6
/proc/25395/task/25402/stat : 25402 (python) S 25393 25395 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886550443 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 626516

[startup+12.7009 s]
/proc/loadavg: 5.01 5.04 4.75 7/197 25403
/proc/meminfo: memFree=26309448/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=312944 CPUtime=4.94 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 20629 932 1 0 484 10 0 0 25 0 2 0 886549922 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25395/statm: 78236 13098 1867 364 0 14154 0
[pid=25401] ppid=25395 vsize=302700 CPUtime=0 cores=4,6
/proc/25401/stat : 25401 (python) S 25395 25395 24692 0 -1 4202560 876 0 0 0 0 0 0 0 18 0 1 0 886550443 309964800 11603 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089718287 0 0 16781312 514 4093069202766659844 0 0 17 4 0 0 0
/proc/25401/statm: 75675 11603 376 364 0 11593 0
[pid=25403] ppid=25401 vsize=18440 CPUtime=7.47 cores=4,6
/proc/25403/stat : 25403 (lingeling) R 25401 25403 25403 0 -1 4202496 5316 0 0 0 747 0 0 0 25 0 1 0 886550443 18882560 3780 33554432000 4194304 4352236 140736529787808 18446744073709551615 4319040 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25403/statm: 4610 3780 129 39 0 3690 0
[pid=25395/tid=25402] ppid=25393 vsize=312944 CPUtime=0 cores=4,6
/proc/25395/task/25402/stat : 25402 (python) S 25393 25395 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886550443 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 634084

[startup+25.5006 s]
/proc/loadavg: 5.01 5.03 4.75 7/197 25403
/proc/meminfo: memFree=26305600/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=312944 CPUtime=4.94 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 20629 932 1 0 484 10 0 0 25 0 2 0 886549922 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25395/statm: 78236 13098 1867 364 0 14154 0
[pid=25401] ppid=25395 vsize=302700 CPUtime=0.01 cores=4,6
/proc/25401/stat : 25401 (python) S 25395 25395 24692 0 -1 4202560 883 0 0 0 1 0 0 0 18 0 1 0 886550443 309964800 11603 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089718287 0 0 16781312 514 9093013938265620740 0 0 17 4 0 0 0
/proc/25401/statm: 75675 11603 376 364 0 11593 0
[pid=25403] ppid=25401 vsize=22532 CPUtime=20.26 cores=4,6
/proc/25403/stat : 25403 (lingeling) R 25401 25403 25403 0 -1 4202496 6340 0 0 0 2026 0 0 0 25 0 1 0 886550443 23072768 4803 33554432000 4194304 4352236 140736529787808 18446744073709551615 4328059 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25403/statm: 5633 4803 129 39 0 4713 0
[pid=25395/tid=25402] ppid=25393 vsize=312944 CPUtime=0 cores=4,6
/proc/25395/task/25402/stat : 25402 (python) S 25393 25395 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886550443 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 638176

[startup+51.1011 s]
/proc/loadavg: 5.00 5.03 4.75 7/197 25404
/proc/meminfo: memFree=26297256/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=312944 CPUtime=4.94 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 20629 932 1 0 484 10 0 0 25 0 2 0 886549922 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25395/statm: 78236 13098 1867 364 0 14154 0
[pid=25401] ppid=25395 vsize=302700 CPUtime=0.04 cores=4,6
/proc/25401/stat : 25401 (python) S 25395 25395 24692 0 -1 4202560 894 0 0 0 3 1 0 0 18 0 1 0 886550443 309964800 11603 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089718287 0 0 16781312 514 9093013938265620740 0 0 17 4 0 0 0
/proc/25401/statm: 75675 11603 376 364 0 11593 0
[pid=25403] ppid=25401 vsize=30724 CPUtime=45.83 cores=4,6
/proc/25403/stat : 25403 (lingeling) R 25401 25403 25403 0 -1 4202496 8388 0 0 0 4583 0 0 0 25 0 1 0 886550443 31461376 6851 33554432000 4194304 4352236 140736529787808 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25403/statm: 7681 6851 129 39 0 6761 0
[pid=25395/tid=25402] ppid=25393 vsize=312944 CPUtime=0 cores=4,6
/proc/25395/task/25402/stat : 25402 (python) S 25393 25395 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886550443 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 646368

[startup+102.307 s]
/proc/loadavg: 5.00 5.02 4.76 7/201 25409
/proc/meminfo: memFree=25028748/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=312944 CPUtime=4.94 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 20629 932 1 0 484 10 0 0 25 0 2 0 886549922 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25395/statm: 78236 13098 1867 364 0 14154 0
[pid=25401] ppid=25395 vsize=302700 CPUtime=0.11 cores=4,6
/proc/25401/stat : 25401 (python) S 25395 25395 24692 0 -1 4202560 919 0 0 0 7 4 0 0 18 0 1 0 886550443 309964800 11603 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089718287 0 0 16781312 514 9093013938265620740 0 0 17 4 0 0 0
/proc/25401/statm: 75675 11603 376 364 0 11593 0
[pid=25403] ppid=25401 vsize=39936 CPUtime=96.98 cores=4,6
/proc/25403/stat : 25403 (lingeling) R 25401 25403 25403 0 -1 4202496 12740 0 0 0 9697 1 0 0 25 0 1 0 886550443 40894464 9154 33554432000 4194304 4352236 140736529787808 18446744073709551615 4328832 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25403/statm: 9984 9154 129 39 0 9064 0
[pid=25395/tid=25402] ppid=25393 vsize=312944 CPUtime=0 cores=4,6
/proc/25395/task/25402/stat : 25402 (python) S 25393 25395 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886550443 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 655580

[startup+162.3 s]
/proc/loadavg: 5.04 5.03 4.78 6/201 25411
/proc/meminfo: memFree=24825364/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=312944 CPUtime=4.94 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 20629 932 1 0 484 10 0 0 25 0 2 0 886549922 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25395/statm: 78236 13098 1867 364 0 14154 0
[pid=25401] ppid=25395 vsize=302700 CPUtime=0.17 cores=4,6
/proc/25401/stat : 25401 (python) S 25395 25395 24692 0 -1 4202560 938 0 0 0 11 6 0 0 18 0 1 0 886550443 309964800 11603 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089718287 0 0 16781312 514 9093013938265620740 0 0 17 4 0 0 0
/proc/25401/statm: 75675 11603 376 364 0 11593 0
[pid=25403] ppid=25401 vsize=39936 CPUtime=156.91 cores=4,6
/proc/25403/stat : 25403 (lingeling) R 25401 25403 25403 0 -1 4202496 13764 0 0 0 15690 1 0 0 25 0 1 0 886550443 40894464 9154 33554432000 4194304 4352236 140736529787808 18446744073709551615 4329024 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25403/statm: 9984 9154 129 39 0 9064 0
[pid=25395/tid=25402] ppid=25393 vsize=312944 CPUtime=0 cores=4,6
/proc/25395/task/25402/stat : 25402 (python) S 25393 25395 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886550443 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 655580

[startup+222.301 s]
/proc/loadavg: 5.06 5.04 4.80 7/202 25414
/proc/meminfo: memFree=24819232/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=312944 CPUtime=4.94 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 20629 932 1 0 484 10 0 0 25 0 2 0 886549922 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25395/statm: 78236 13098 1867 364 0 14154 0
[pid=25401] ppid=25395 vsize=302700 CPUtime=0.25 cores=4,6
/proc/25401/stat : 25401 (python) S 25395 25395 24692 0 -1 4202560 957 0 0 0 15 10 0 0 18 0 1 0 886550443 309964800 11603 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089718287 0 0 16781312 514 9093013938265620740 0 0 17 4 0 0 0
/proc/25401/statm: 75675 11603 376 364 0 11593 0
[pid=25403] ppid=25401 vsize=44036 CPUtime=216.83 cores=4,6
/proc/25403/stat : 25403 (lingeling) R 25401 25403 25403 0 -1 4202496 14789 0 0 0 21682 1 0 0 25 0 1 0 886550443 45092864 10179 33554432000 4194304 4352236 140736529787808 18446744073709551615 4276518 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/25403/statm: 11009 10179 129 39 0 10089 0
[pid=25395/tid=25402] ppid=25393 vsize=312944 CPUtime=0 cores=4,6
/proc/25395/task/25402/stat : 25402 (python) S 25393 25395 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886550443 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 222.02
Current children cumulated vsize (KiB) 659680

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

/proc/loadavg: 5.05 5.04 4.82 6/194 25457
/proc/meminfo: memFree=27792116/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=312944 CPUtime=4.94 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 20629 932 1 0 484 10 0 0 25 0 2 0 886549922 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25395/statm: 78236 13098 1867 364 0 14154 0
[pid=25401] ppid=25395 vsize=302700 CPUtime=0.32 cores=4,6
/proc/25401/stat : 25401 (python) S 25395 25395 24692 0 -1 4202560 964 0 0 0 19 13 0 0 18 0 1 0 886550443 309964800 11603 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089718287 0 0 16781312 514 9093013938265620740 0 0 17 4 0 0 0
/proc/25401/statm: 75675 11603 376 364 0 11593 0
[pid=25403] ppid=25401 vsize=54280 CPUtime=276.64 cores=4,6
/proc/25403/stat : 25403 (lingeling) R 25401 25403 25403 0 -1 4202496 17862 0 0 0 27660 4 0 0 25 0 1 0 886550443 55582720 12740 33554432000 4194304 4352236 140736529787808 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25403/statm: 13570 12740 129 39 0 12650 0
[pid=25395/tid=25402] ppid=25393 vsize=312944 CPUtime=0 cores=4,6
/proc/25395/task/25402/stat : 25402 (python) S 25393 25395 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886550443 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 281.9
Current children cumulated vsize (KiB) 669924

[startup+342.301 s]
/proc/loadavg: 5.02 5.03 4.82 6/197 25462
/proc/meminfo: memFree=27771640/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=312944 CPUtime=4.94 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 20629 932 1 0 484 10 0 0 25 0 2 0 886549922 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25395/statm: 78236 13098 1867 364 0 14154 0
[pid=25401] ppid=25395 vsize=302700 CPUtime=0.39 cores=4,6
/proc/25401/stat : 25401 (python) S 25395 25395 24692 0 -1 4202560 964 0 0 0 24 15 0 0 18 0 1 0 886550443 309964800 11603 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089718287 0 0 16781312 514 9093013938265620740 0 0 17 4 0 0 0
/proc/25401/statm: 75675 11603 376 364 0 11593 0
[pid=25403] ppid=25401 vsize=48136 CPUtime=336.58 cores=4,6
/proc/25403/stat : 25403 (lingeling) R 25401 25403 25403 0 -1 4202496 21447 0 0 0 33653 5 0 0 25 0 1 0 886550443 49291264 11204 33554432000 4194304 4352236 140736529787808 18446744073709551615 4328550 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25403/statm: 12034 11204 129 39 0 11114 0
[pid=25395/tid=25402] ppid=25393 vsize=312944 CPUtime=0 cores=4,6
/proc/25395/task/25402/stat : 25402 (python) S 25393 25395 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886550443 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 341.91
Current children cumulated vsize (KiB) 663780

[startup+402.301 s]
/proc/loadavg: 5.04 5.04 4.83 6/194 25506
/proc/meminfo: memFree=27622632/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=312944 CPUtime=4.94 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 20629 932 1 0 484 10 0 0 25 0 2 0 886549922 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25395/statm: 78236 13098 1867 364 0 14154 0
[pid=25401] ppid=25395 vsize=302700 CPUtime=0.46 cores=4,6
/proc/25401/stat : 25401 (python) S 25395 25395 24692 0 -1 4202560 964 0 0 0 28 18 0 0 18 0 1 0 886550443 309964800 11603 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089718287 0 0 16781312 514 9093013938265620740 0 0 17 4 0 0 0
/proc/25401/statm: 75675 11603 376 364 0 11593 0
[pid=25403] ppid=25401 vsize=54280 CPUtime=396.53 cores=4,6
/proc/25403/stat : 25403 (lingeling) R 25401 25403 25403 0 -1 4202496 25799 0 0 0 39647 6 0 0 25 0 1 0 886550443 55582720 12740 33554432000 4194304 4352236 140736529787808 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25403/statm: 13570 12740 129 39 0 12650 0
[pid=25395/tid=25402] ppid=25393 vsize=312944 CPUtime=0 cores=4,6
/proc/25395/task/25402/stat : 25402 (python) S 25393 25395 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886550443 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 401.93
Current children cumulated vsize (KiB) 669924

[startup+462.3 s]
/proc/loadavg: 5.12 5.06 4.85 6/200 25514
/proc/meminfo: memFree=28020464/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=312944 CPUtime=4.94 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 20629 932 1 0 484 10 0 0 25 0 2 0 886549922 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25395/statm: 78236 13098 1867 364 0 14154 0
[pid=25401] ppid=25395 vsize=302700 CPUtime=0.53 cores=4,6
/proc/25401/stat : 25401 (python) S 25395 25395 24692 0 -1 4202560 964 0 0 0 32 21 0 0 18 0 1 0 886550443 309964800 11603 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089718287 0 0 16781312 514 9093013938265620740 0 0 17 4 0 0 0
/proc/25401/statm: 75675 11603 376 364 0 11593 0
[pid=25403] ppid=25401 vsize=55308 CPUtime=456.47 cores=4,6
/proc/25403/stat : 25403 (lingeling) R 25401 25403 25403 0 -1 4202496 30152 0 0 0 45641 6 0 0 25 0 1 0 886550443 56635392 12997 33554432000 4194304 4352236 140736529787808 18446744073709551615 4328368 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25403/statm: 13827 12997 129 39 0 12907 0
[pid=25395/tid=25402] ppid=25393 vsize=312944 CPUtime=0 cores=4,6
/proc/25395/task/25402/stat : 25402 (python) S 25393 25395 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886550443 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 461.94
Current children cumulated vsize (KiB) 670952

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

[startup+463.901 s]
/proc/loadavg: 5.12 5.06 4.85 6/200 25514
/proc/meminfo: memFree=28020116/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=312944 CPUtime=4.94 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 20629 932 1 0 484 10 0 0 25 0 2 0 886549922 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25395/statm: 78236 13098 1867 364 0 14154 0
[pid=25401] ppid=25395 vsize=302700 CPUtime=0.53 cores=4,6
/proc/25401/stat : 25401 (python) S 25395 25395 24692 0 -1 4202560 964 0 0 0 32 21 0 0 18 0 1 0 886550443 309964800 11603 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089718287 0 0 16781312 514 9093013938265620740 0 0 17 4 0 0 0
/proc/25401/statm: 75675 11603 376 364 0 11593 0
[pid=25403] ppid=25401 vsize=57356 CPUtime=458.07 cores=4,6
/proc/25403/stat : 25403 (lingeling) R 25401 25403 25403 0 -1 4202496 30664 0 0 0 45801 6 0 0 25 0 1 0 886550443 58732544 13509 33554432000 4194304 4352236 140736529787808 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25403/statm: 14339 13509 129 39 0 13419 0
[pid=25395/tid=25402] ppid=25393 vsize=312944 CPUtime=0 cores=4,6
/proc/25395/task/25402/stat : 25402 (python) S 25393 25395 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886550443 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 463.54
Current children cumulated vsize (KiB) 673000

[startup+467.101 s]
/proc/loadavg: 5.19 5.07 4.86 6/200 25514
/proc/meminfo: memFree=28018008/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=312944 CPUtime=4.94 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 20629 932 1 0 484 10 0 0 25 0 2 0 886549922 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25395/statm: 78236 13098 1867 364 0 14154 0
[pid=25401] ppid=25395 vsize=302700 CPUtime=0.54 cores=4,6
/proc/25401/stat : 25401 (python) S 25395 25395 24692 0 -1 4202560 964 0 0 0 33 21 0 0 18 0 1 0 886550443 309964800 11603 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089718287 0 0 16781312 514 9093013938265620740 0 0 17 4 0 0 0
/proc/25401/statm: 75675 11603 376 364 0 11593 0
[pid=25403] ppid=25401 vsize=58380 CPUtime=461.26 cores=4,6
/proc/25403/stat : 25403 (lingeling) R 25401 25403 25403 0 -1 4202496 30920 0 0 0 46120 6 0 0 25 0 1 0 886550443 59781120 13765 33554432000 4194304 4352236 140736529787808 18446744073709551615 4328345 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25403/statm: 14595 13765 129 39 0 13675 0
[pid=25395/tid=25402] ppid=25393 vsize=312944 CPUtime=0 cores=4,6
/proc/25395/task/25402/stat : 25402 (python) S 25393 25395 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886550443 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 466.74
Current children cumulated vsize (KiB) 674024

[startup+467.9 s]
/proc/loadavg: 5.19 5.07 4.86 6/200 25514
/proc/meminfo: memFree=28018044/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=312944 CPUtime=4.94 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 20629 932 1 0 484 10 0 0 25 0 2 0 886549922 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25395/statm: 78236 13098 1867 364 0 14154 0
[pid=25401] ppid=25395 vsize=302700 CPUtime=0.54 cores=4,6
/proc/25401/stat : 25401 (python) S 25395 25395 24692 0 -1 4202560 964 0 0 0 33 21 0 0 18 0 1 0 886550443 309964800 11603 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089718287 0 0 16781312 514 9093013938265620740 0 0 17 4 0 0 0
/proc/25401/statm: 75675 11603 376 364 0 11593 0
[pid=25403] ppid=25401 vsize=58380 CPUtime=462.06 cores=4,6
/proc/25403/stat : 25403 (lingeling) R 25401 25403 25403 0 -1 4202496 30920 0 0 0 46200 6 0 0 25 0 1 0 886550443 59781120 13765 33554432000 4194304 4352236 140736529787808 18446744073709551615 4329024 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25403/statm: 14595 13765 129 39 0 13675 0
[pid=25395/tid=25402] ppid=25393 vsize=312944 CPUtime=0 cores=4,6
/proc/25395/task/25402/stat : 25402 (python) S 25393 25395 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886550443 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 467.54
Current children cumulated vsize (KiB) 674024

[startup+468.3 s]
/proc/loadavg: 5.19 5.07 4.86 6/200 25514
/proc/meminfo: memFree=28018044/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=312944 CPUtime=4.94 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 20629 932 1 0 484 10 0 0 25 0 2 0 886549922 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25395/statm: 78236 13098 1867 364 0 14154 0
[pid=25401] ppid=25395 vsize=302700 CPUtime=0.54 cores=4,6
/proc/25401/stat : 25401 (python) S 25395 25395 24692 0 -1 4202560 964 0 0 0 33 21 0 0 18 0 1 0 886550443 309964800 11603 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089718287 0 0 16781312 514 9093013938265620740 0 0 17 4 0 0 0
/proc/25401/statm: 75675 11603 376 364 0 11593 0
[pid=25403] ppid=25401 vsize=58380 CPUtime=462.46 cores=4,6
/proc/25403/stat : 25403 (lingeling) R 25401 25403 25403 0 -1 4202496 30920 0 0 0 46240 6 0 0 25 0 1 0 886550443 59781120 13765 33554432000 4194304 4352236 140736529787808 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25403/statm: 14595 13765 129 39 0 13675 0
[pid=25395/tid=25402] ppid=25393 vsize=312944 CPUtime=0 cores=4,6
/proc/25395/task/25402/stat : 25402 (python) S 25393 25395 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886550443 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 467.94
Current children cumulated vsize (KiB) 674024

[startup+468.5 s]
/proc/loadavg: 5.19 5.07 4.86 6/200 25514
/proc/meminfo: memFree=28018044/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=312944 CPUtime=4.94 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 20629 932 1 0 484 10 0 0 25 0 2 0 886549922 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25395/statm: 78236 13098 1867 364 0 14154 0
[pid=25401] ppid=25395 vsize=302700 CPUtime=0.54 cores=4,6
/proc/25401/stat : 25401 (python) S 25395 25395 24692 0 -1 4202560 964 0 0 0 33 21 0 0 18 0 1 0 886550443 309964800 11603 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089718287 0 0 16781312 514 9093013938265620740 0 0 17 4 0 0 0
/proc/25401/statm: 75675 11603 376 364 0 11593 0
[pid=25403] ppid=25401 vsize=58380 CPUtime=462.67 cores=4,6
/proc/25403/stat : 25403 (lingeling) R 25401 25403 25403 0 -1 4202496 30920 0 0 0 46261 6 0 0 25 0 1 0 886550443 59781120 13765 33554432000 4194304 4352236 140736529787808 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25403/statm: 14595 13765 129 39 0 13675 0
[pid=25395/tid=25402] ppid=25393 vsize=312944 CPUtime=0 cores=4,6
/proc/25395/task/25402/stat : 25402 (python) S 25393 25395 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886550443 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 468.15
Current children cumulated vsize (KiB) 674024

[startup+468.607 s]
/proc/loadavg: 5.19 5.07 4.86 6/200 25514
/proc/meminfo: memFree=28018044/32950928 swapFree=67055156/67111528
[pid=25395] ppid=25393 vsize=312944 CPUtime=4.94 cores=4,6
/proc/25395/stat : 25395 (python) S 25393 25395 24692 0 -1 4202496 20629 932 1 0 484 10 0 0 25 0 2 0 886549922 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/25395/statm: 78236 13098 1867 364 0 14154 0
[pid=25401] ppid=25395 vsize=302700 CPUtime=0.54 cores=4,6
/proc/25401/stat : 25401 (python) S 25395 25395 24692 0 -1 4202560 964 0 0 0 33 21 0 0 18 0 1 0 886550443 309964800 11603 33554432000 4194304 5683644 140736285440304 18446744073709551615 248089718287 0 0 16781312 514 9093013938265620740 0 0 17 4 0 0 0
/proc/25401/statm: 75675 11603 376 364 0 11593 0
[pid=25403] ppid=25401 vsize=58380 CPUtime=462.77 cores=4,6
/proc/25403/stat : 25403 (lingeling) R 25401 25403 25403 0 -1 4202496 30920 0 0 0 46271 6 0 0 25 0 1 0 886550443 59781120 13765 33554432000 4194304 4352236 140736529787808 18446744073709551615 4329024 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25403/statm: 14595 13765 129 39 0 13675 0
[pid=25395/tid=25402] ppid=25393 vsize=312944 CPUtime=0 cores=4,6
/proc/25395/task/25402/stat : 25402 (python) S 25393 25395 24692 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 886550443 320454656 13098 33554432000 4194304 5683644 140736285440304 18446744073709551615 248101521841 0 0 16781312 2 18446604453871520704 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 468.25
Current children cumulated vsize (KiB) 674024

Child status: 0
Real time (s): 468.651
CPU time (s): 468.333
CPU user time (s): 467.933
CPU system time (s): 0.399939
CPU usage (%): 99.932
Max. virtual memory (cumulated for all children) (KiB): 680168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 467.933
system time used= 0.399939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60817
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= 3348
involuntary context switches= 2272

runsolver used 0.834873 second user time and 1.72274 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-11 01:45:01
IDJOB=3483948
IDBENCH=82433
IDSOLVER=1976
FILE ID=node123/3483948-1307749501
RUNJOBID= node123-1307747010-24711
PBS_JOBID= 13550834
Free space on /tmp= 73488 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.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-3483948-1307749501/watcher-3483948-1307749501 -o /tmp/evaluation-result-3483948-1307749501/solver-3483948-1307749501 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483948-1307749501.cnf -seed 1688675412 -budget 1200

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=1688675412

node123.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.838
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.67
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.838
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.15
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.838
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.75
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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:      26374224 kB
Buffers:        242804 kB
Cached:        1569464 kB
SwapCached:      10356 kB
Active:        5679720 kB
Inactive:       685064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26374224 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:           33976 kB
Writeback:           0 kB
AnonPages:     4549712 kB
Mapped:          19208 kB
Slab:           132704 kB
PageTables:      18520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  6249364 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= 73656 MiB
End job on node123 at 2011-06-11 01:52:50