Trace number 3378029

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)? (TO) 1303.11 1300.03

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark978.31
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

Solver Data

0.36/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.68	c INFO: solving HOME/instance-3378029-1305457560.cnf
0.36/0.68	c INFO: computing task features
1.02/1.36	c INFO: computed variable-clause graph statistics
1.02/1.39	c INFO: computed clause balance statistics
4.02/4.36	c INFO: computed variable balance statistics
6.81/7.12	c INFO: computed small-clause counts
6.81/7.13	c INFO: computed Horn-clause counts
6.81/7.18	c INFO: computed variable graph statistics
6.81/7.18	c INFO: collected features for HOME/instance-3378029-1305457560.cnf in 6.48 s
6.81/7.19	c INFO: running lingeling-276@0 for 582 with 2393 remaining (b = 0.44)
591.82/590.68	c INFO: running lingeling-276@583 for 291 with 1810 remaining (b = 0.14)
883.40/881.44	c INFO: running lingeling-276@0 for 485 with 1519 remaining (b = 0.35)
1303.11/1300.02	c INFO: running cryptominisat-2.9.0@0 for 485 with 1105 remaining (b = 0.31)

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.0 (svn: 961)

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

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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: 0.92 1.59 2.76 1/356 1407
/proc/meminfo: memFree=27036688/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=15184 CPUtime=0 cores=1,3
/proc/1407/stat : 1407 (python) R 1405 1407 24378 0 -1 4202496 689 0 0 0 0 0 0 0 25 0 1 0 657354789 15548416 584 33554432000 4194304 5683644 140734395795056 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1407/statm: 3796 585 321 364 0 283 0

[startup+0.0947151 s]
/proc/loadavg: 0.92 1.59 2.76 1/356 1407
/proc/meminfo: memFree=27036688/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=84608 CPUtime=0.05 cores=1,3
/proc/1407/stat : 1407 (python) R 1405 1407 24378 0 -1 4202496 2409 0 0 0 4 1 0 0 17 0 1 0 657354789 86638592 2136 33554432000 4194304 5683644 140734395795056 18446744073709551615 268272687104 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1407/statm: 21152 2136 707 364 0 1369 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84608

[startup+0.100636 s]
/proc/loadavg: 0.92 1.59 2.76 1/356 1407
/proc/meminfo: memFree=27036688/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=85624 CPUtime=0.06 cores=1,3
/proc/1407/stat : 1407 (python) R 1405 1407 24378 0 -1 4202496 2630 0 0 0 4 2 0 0 17 0 1 0 657354789 87678976 2348 33554432000 4194304 5683644 140734395795056 18446744073709551615 268267765383 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/1407/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.300616 s]
/proc/loadavg: 0.92 1.59 2.76 1/356 1407
/proc/meminfo: memFree=27036688/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=135752 CPUtime=0.18 cores=1,3
/proc/1407/stat : 1407 (python) S 1405 1407 24378 0 -1 4202496 5972 932 1 0 13 5 0 0 17 0 1 0 657354789 139010048 4148 33554432000 4194304 5683644 140734395795056 18446744073709551615 268272685061 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/1407/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700529 s]
/proc/loadavg: 0.92 1.59 2.76 1/356 1407
/proc/meminfo: memFree=27036688/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=282304 CPUtime=0.42 cores=1,3
/proc/1407/stat : 1407 (python) R 1405 1407 24378 0 -1 4202496 10234 932 1 0 29 13 0 0 15 0 1 0 657354789 289079296 7904 33554432000 4194304 5683644 140734395795056 18446744073709551615 4539735 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1407/statm: 70576 7904 1761 364 0 6500 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282304

[startup+1.50038 s]
/proc/loadavg: 0.92 1.59 2.76 2/357 1412
/proc/meminfo: memFree=26992660/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=324536 CPUtime=1.21 cores=1,3
/proc/1407/stat : 1407 (python) R 1405 1407 24378 0 -1 4202496 26285 932 1 0 107 14 0 0 16 0 1 0 657354789 332324864 18518 33554432000 4194304 5683644 140734395795056 18446744073709551615 268272344239 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1407/statm: 81134 18518 1826 364 0 17058 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 324536

[startup+3.1001 s]
/proc/loadavg: 0.92 1.59 2.76 2/357 1412
/proc/meminfo: memFree=26967612/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=324536 CPUtime=2.81 cores=1,3
/proc/1407/stat : 1407 (python) R 1405 1407 24378 0 -1 4202496 26285 932 1 0 267 14 0 0 18 0 1 0 657354789 332324864 18518 33554432000 4194304 5683644 140734395795056 18446744073709551615 268272348850 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1407/statm: 81134 18518 1826 364 0 17058 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 324536

[startup+6.30059 s]
/proc/loadavg: 0.93 1.58 2.75 2/357 1412
/proc/meminfo: memFree=26967116/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=324536 CPUtime=6.01 cores=1,3
/proc/1407/stat : 1407 (python) R 1405 1407 24378 0 -1 4202496 26286 932 1 0 587 14 0 0 25 0 1 0 657354789 332324864 18519 33554432000 4194304 5683644 140734395795056 18446744073709551615 4620223 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/1407/statm: 81134 18519 1827 364 0 17058 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 324536

[startup+12.7004 s]
/proc/loadavg: 0.93 1.57 2.74 2/360 1416
/proc/meminfo: memFree=26951028/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=330948 CPUtime=6.91 cores=1,3
/proc/1407/stat : 1407 (python) S 1405 1407 24378 0 -1 4202496 26577 932 1 0 676 15 0 0 25 0 2 0 657354789 338890752 17599 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1407/statm: 82737 17599 1867 364 0 18655 0
[pid=1413] ppid=1407 vsize=320704 CPUtime=0 cores=1,3
/proc/1413/stat : 1413 (python) S 1407 1407 24378 0 -1 4202560 900 0 0 0 0 0 0 0 18 0 1 0 657355508 328400896 16104 33554432000 4194304 5683644 140734395795056 18446744073709551615 268272709135 0 0 16781312 514 11429204572212527368 0 0 17 3 0 0 0
/proc/1413/statm: 80176 16104 376 364 0 16094 0
[pid=1415] ppid=1413 vsize=20424 CPUtime=5.5 cores=1,3
/proc/1415/stat : 1415 (lingeling) R 1413 1415 1415 0 -1 4202496 8363 0 0 0 549 1 0 0 25 0 1 0 657355509 20914176 4270 33554432000 4194304 4352236 140736534603600 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1415/statm: 5106 4270 129 39 0 4186 0
[pid=1407/tid=1414] ppid=1405 vsize=330948 CPUtime=0 cores=1,3
/proc/1407/task/1414/stat : 1414 (python) S 1405 1407 24378 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 657355509 338890752 17599 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 672076

[startup+25.5011 s]
/proc/loadavg: 1.08 1.57 2.72 2/360 1416
/proc/meminfo: memFree=26951416/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=330948 CPUtime=6.91 cores=1,3
/proc/1407/stat : 1407 (python) S 1405 1407 24378 0 -1 4202496 26577 932 1 0 676 15 0 0 25 0 2 0 657354789 338890752 17599 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1407/statm: 82737 17599 1867 364 0 18655 0
[pid=1413] ppid=1407 vsize=320704 CPUtime=0.04 cores=1,3
/proc/1413/stat : 1413 (python) S 1407 1407 24378 0 -1 4202560 907 0 0 0 2 2 0 0 18 0 1 0 657355508 328400896 16104 33554432000 4194304 5683644 140734395795056 18446744073709551615 268272709135 0 0 16781312 514 17800829370902741256 0 0 17 3 0 0 0
/proc/1413/statm: 80176 16104 376 364 0 16094 0
[pid=1415] ppid=1413 vsize=21032 CPUtime=18.3 cores=1,3
/proc/1415/stat : 1415 (lingeling) R 1413 1415 1415 0 -1 4202496 8515 0 0 0 1829 1 0 0 25 0 1 0 657355509 21536768 4422 33554432000 4194304 4352236 140736534603600 18446744073709551615 4241442 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1415/statm: 5258 4422 129 39 0 4338 0
[pid=1407/tid=1414] ppid=1405 vsize=330948 CPUtime=0 cores=1,3
/proc/1407/task/1414/stat : 1414 (python) S 1405 1407 24378 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 657355509 338890752 17599 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 672684

[startup+51.1005 s]
/proc/loadavg: 1.05 1.53 2.68 2/360 1417
/proc/meminfo: memFree=26950836/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=330948 CPUtime=6.91 cores=1,3
/proc/1407/stat : 1407 (python) S 1405 1407 24378 0 -1 4202496 26577 932 1 0 676 15 0 0 25 0 2 0 657354789 338890752 17599 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1407/statm: 82737 17599 1867 364 0 18655 0
[pid=1413] ppid=1407 vsize=320704 CPUtime=0.1 cores=1,3
/proc/1413/stat : 1413 (python) S 1407 1407 24378 0 -1 4202560 917 0 0 0 5 5 0 0 18 0 1 0 657355508 328400896 16104 33554432000 4194304 5683644 140734395795056 18446744073709551615 268272709135 0 0 16781312 514 17800829370902741256 0 0 17 3 0 0 0
/proc/1413/statm: 80176 16104 376 364 0 16094 0
[pid=1415] ppid=1413 vsize=21724 CPUtime=43.9 cores=1,3
/proc/1415/stat : 1415 (lingeling) R 1413 1415 1415 0 -1 4202496 8688 0 0 0 4389 1 0 0 25 0 1 0 657355509 22245376 4595 33554432000 4194304 4352236 140736534603600 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1415/statm: 5431 4595 129 39 0 4511 0
[pid=1407/tid=1414] ppid=1405 vsize=330948 CPUtime=0 cores=1,3
/proc/1407/task/1414/stat : 1414 (python) S 1405 1407 24378 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 657355509 338890752 17599 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 673376

[startup+102.313 s]
/proc/loadavg: 1.07 1.46 2.59 2/360 1418
/proc/meminfo: memFree=26948412/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=330948 CPUtime=6.91 cores=1,3
/proc/1407/stat : 1407 (python) S 1405 1407 24378 0 -1 4202496 26577 932 1 0 676 15 0 0 25 0 2 0 657354789 338890752 17599 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1407/statm: 82737 17599 1867 364 0 18655 0
[pid=1413] ppid=1407 vsize=320704 CPUtime=0.24 cores=1,3
/proc/1413/stat : 1413 (python) S 1407 1407 24378 0 -1 4202560 942 0 0 0 12 12 0 0 18 0 1 0 657355508 328400896 16104 33554432000 4194304 5683644 140734395795056 18446744073709551615 268272709135 0 0 16781312 514 17800829370902741256 0 0 17 3 0 0 0
/proc/1413/statm: 80176 16104 376 364 0 16094 0
[pid=1415] ppid=1413 vsize=23904 CPUtime=95.11 cores=1,3
/proc/1415/stat : 1415 (lingeling) R 1413 1415 1415 0 -1 4202496 9233 0 0 0 9510 1 0 0 25 0 1 0 657355509 24477696 5140 33554432000 4194304 4352236 140736534603600 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1415/statm: 5976 5140 129 39 0 5056 0
[pid=1407/tid=1414] ppid=1405 vsize=330948 CPUtime=0 cores=1,3
/proc/1407/task/1414/stat : 1414 (python) S 1405 1407 24378 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 657355509 338890752 17599 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 675556

[startup+162.301 s]
/proc/loadavg: 1.02 1.37 2.49 2/360 1420
/proc/meminfo: memFree=26939444/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=330948 CPUtime=6.91 cores=1,3
/proc/1407/stat : 1407 (python) S 1405 1407 24378 0 -1 4202496 26577 932 1 0 676 15 0 0 25 0 2 0 657354789 338890752 17599 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1407/statm: 82737 17599 1867 364 0 18655 0
[pid=1413] ppid=1407 vsize=320704 CPUtime=0.39 cores=1,3
/proc/1413/stat : 1413 (python) S 1407 1407 24378 0 -1 4202560 961 0 0 0 19 20 0 0 18 0 1 0 657355508 328400896 16104 33554432000 4194304 5683644 140734395795056 18446744073709551615 268272709135 0 0 16781312 514 17800829370902741256 0 0 17 3 0 0 0
/proc/1413/statm: 80176 16104 376 364 0 16094 0
[pid=1415] ppid=1413 vsize=32764 CPUtime=155.1 cores=1,3
/proc/1415/stat : 1415 (lingeling) R 1413 1415 1415 0 -1 4202496 11448 0 0 0 15509 1 0 0 25 0 1 0 657355509 33550336 7355 33554432000 4194304 4352236 140736534603600 18446744073709551615 4241523 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1415/statm: 8191 7355 129 39 0 7271 0
[pid=1407/tid=1414] ppid=1405 vsize=330948 CPUtime=0 cores=1,3
/proc/1407/task/1414/stat : 1414 (python) S 1405 1407 24378 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 657355509 338890752 17599 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.4
Current children cumulated vsize (KiB) 684416

[startup+222.301 s]
/proc/loadavg: 1.01 1.30 2.39 2/360 1421
/proc/meminfo: memFree=26934084/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=330948 CPUtime=6.91 cores=1,3
/proc/1407/stat : 1407 (python) S 1405 1407 24378 0 -1 4202496 26577 932 1 0 676 15 0 0 25 0 2 0 657354789 338890752 17599 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1407/statm: 82737 17599 1867 364 0 18655 0
[pid=1413] ppid=1407 vsize=320704 CPUtime=0.55 cores=1,3
/proc/1413/stat : 1413 (python) S 1407 1407 24378 0 -1 4202560 979 0 0 0 26 29 0 0 18 0 1 0 657355508 328400896 16104 33554432000 4194304 5683644 140734395795056 18446744073709551615 268272709135 0 0 16781312 514 17800829370902741256 0 0 17 3 0 0 0
/proc/1413/statm: 80176 16104 376 364 0 16094 0
[pid=1415] ppid=1413 vsize=37772 CPUtime=215.1 cores=1,3
/proc/1415/stat : 1415 (lingeling) R 1413 1415 1415 0 -1 4202496 12700 0 0 0 21509 1 0 0 25 0 1 0 657355509 38678528 8607 33554432000 4194304 4352236 140736534603600 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1415/statm: 9443 8607 129 39 0 8523 0
[pid=1407/tid=1414] ppid=1405 vsize=330948 CPUtime=0 cores=1,3
/proc/1407/task/1414/stat : 1414 (python) S 1405 1407 24378 0 -1 4202560 31 932 0 0 0 0 0 0 25 0 2 0 657355509 338890752 17599 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222.56
Current children cumulated vsize (KiB) 689424

[startup+282.3 s]
/proc/loadavg: 1.00 1.24 2.30 2/360 1423
/proc/meminfo: memFree=26934156/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=330948 CPUtime=6.91 cores=1,3
/proc/1407/stat : 1407 (python) S 1405 1407 24378 0 -1 4202496 26577 932 1 0 676 15 0 0 25 0 2 0 657354789 338890752 17599 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1407/statm: 82737 17599 1867 364 0 18655 0
[pid=1413] ppid=1407 vsize=320704 CPUtime=0.7 cores=1,3

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

[pid=1441] ppid=1407 vsize=330960 CPUtime=0.31 cores=1,3
/proc/1441/stat : 1441 (python) S 1407 1407 24378 0 -1 4202560 934 0 0 0 16 15 0 0 18 0 1 0 657442934 338903040 16102 33554432000 4194304 5683644 140734395795056 18446744073709551615 268272709190 0 0 16781312 514 17800829370902741255 0 0 17 3 0 0 0
/proc/1441/statm: 82740 16102 370 364 0 18655 0
[pid=1443] ppid=1441 vsize=24512 CPUtime=120.83 cores=1,3
/proc/1443/stat : 1443 (lingeling) R 1441 1443 1443 0 -1 4202496 9387 0 0 0 12082 1 0 0 25 0 1 0 657442934 25100288 5292 33554432000 4194304 4352236 140737198337424 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1443/statm: 6128 5292 129 39 0 5208 0
[pid=1407/tid=1414] ppid=1405 vsize=341204 CPUtime=0 cores=1,3
/proc/1407/task/1414/stat : 1414 (python) S 1405 1407 24378 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 3 0 657355509 349392896 17614 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
[pid=1407/tid=1442] ppid=1405 vsize=341204 CPUtime=0 cores=1,3
/proc/1407/task/1442/stat : 1442 (python) S 1405 1407 24378 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 657442934 349392896 17614 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1004.61
Current children cumulated vsize (KiB) 1076412

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.55 2/364 1448
/proc/meminfo: memFree=26889712/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=341204 CPUtime=6.93 cores=1,3
/proc/1407/stat : 1407 (python) S 1405 1407 24378 0 -1 4202496 27422 932 1 0 678 15 0 0 20 0 3 0 657354789 349392896 17614 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1407/statm: 85301 17614 1878 364 0 21216 0
[pid=1413] ppid=1407 vsize=330948 CPUtime=2.29 cores=1,3
/proc/1413/stat : 1413 (python) S 1407 1407 24378 0 -1 4202560 1221 0 0 0 116 113 0 0 18 0 2 0 657355508 338890752 16149 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1413/statm: 82737 16149 416 364 0 18655 0
[pid=1415] ppid=1413 vsize=48788 CPUtime=874.25 cores=1,3
/proc/1415/stat : 1415 (lingeling) T 1413 1415 1415 0 -1 4202496 15454 0 0 0 87423 2 0 0 25 0 1 0 657355509 49958912 11361 33554432000 4194304 4352236 140736534603600 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/1415/statm: 12197 11361 129 39 0 11277 0
[pid=1413/tid=1432] ppid=1407 vsize=330948 CPUtime=0 cores=1,3
/proc/1413/task/1432/stat : 1432 (python) S 1407 1407 24378 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 657413856 338890752 16149 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 514 18446604464163696896 0 0 -1 3 0 0 0
[pid=1441] ppid=1407 vsize=330960 CPUtime=0.46 cores=1,3
/proc/1441/stat : 1441 (python) S 1407 1407 24378 0 -1 4202560 954 0 0 0 23 23 0 0 18 0 1 0 657442934 338903040 16102 33554432000 4194304 5683644 140734395795056 18446744073709551615 268272709190 0 0 16781312 514 17800829370902741255 0 0 17 3 0 0 0
/proc/1441/statm: 82740 16102 370 364 0 18655 0
[pid=1443] ppid=1441 vsize=33116 CPUtime=180.83 cores=1,3
/proc/1443/stat : 1443 (lingeling) R 1441 1443 1443 0 -1 4202496 11538 0 0 0 18082 1 0 0 25 0 1 0 657442934 33910784 7443 33554432000 4194304 4352236 140737198337424 18446744073709551615 4328085 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1443/statm: 8279 7443 129 39 0 7359 0
[pid=1407/tid=1414] ppid=1405 vsize=341204 CPUtime=0 cores=1,3
/proc/1407/task/1414/stat : 1414 (python) S 1405 1407 24378 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 3 0 657355509 349392896 17614 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
[pid=1407/tid=1442] ppid=1405 vsize=341204 CPUtime=0 cores=1,3
/proc/1407/task/1442/stat : 1442 (python) S 1405 1407 24378 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 657442934 349392896 17614 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1064.76
Current children cumulated vsize (KiB) 1085016

[startup+1122.3 s]
/proc/loadavg: 1.05 1.03 1.52 2/364 1449
/proc/meminfo: memFree=26886340/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=341204 CPUtime=6.93 cores=1,3
/proc/1407/stat : 1407 (python) S 1405 1407 24378 0 -1 4202496 27422 932 1 0 678 15 0 0 20 0 3 0 657354789 349392896 17614 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1407/statm: 85301 17614 1878 364 0 21216 0
[pid=1413] ppid=1407 vsize=330948 CPUtime=2.29 cores=1,3
/proc/1413/stat : 1413 (python) S 1407 1407 24378 0 -1 4202560 1221 0 0 0 116 113 0 0 18 0 2 0 657355508 338890752 16149 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1413/statm: 82737 16149 416 364 0 18655 0
[pid=1415] ppid=1413 vsize=48788 CPUtime=874.25 cores=1,3
/proc/1415/stat : 1415 (lingeling) T 1413 1415 1415 0 -1 4202496 15454 0 0 0 87423 2 0 0 25 0 1 0 657355509 49958912 11361 33554432000 4194304 4352236 140736534603600 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/1415/statm: 12197 11361 129 39 0 11277 0
[pid=1413/tid=1432] ppid=1407 vsize=330948 CPUtime=0 cores=1,3
/proc/1413/task/1432/stat : 1432 (python) S 1407 1407 24378 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 657413856 338890752 16149 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 514 18446604464163696896 0 0 -1 3 0 0 0
[pid=1441] ppid=1407 vsize=330960 CPUtime=0.62 cores=1,3
/proc/1441/stat : 1441 (python) S 1407 1407 24378 0 -1 4202560 973 0 0 0 31 31 0 0 18 0 1 0 657442934 338903040 16102 33554432000 4194304 5683644 140734395795056 18446744073709551615 268272709190 0 0 16781312 514 17800829370902741255 0 0 17 3 0 0 0
/proc/1441/statm: 82740 16102 370 364 0 18655 0
[pid=1443] ppid=1441 vsize=36336 CPUtime=240.83 cores=1,3
/proc/1443/stat : 1443 (lingeling) R 1441 1443 1443 0 -1 4202496 12343 0 0 0 24082 1 0 0 25 0 1 0 657442934 37208064 8248 33554432000 4194304 4352236 140737198337424 18446744073709551615 4328032 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1443/statm: 9084 8248 129 39 0 8164 0
[pid=1407/tid=1414] ppid=1405 vsize=341204 CPUtime=0 cores=1,3
/proc/1407/task/1414/stat : 1414 (python) S 1405 1407 24378 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 3 0 657355509 349392896 17614 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
[pid=1407/tid=1442] ppid=1405 vsize=341204 CPUtime=0 cores=1,3
/proc/1407/task/1442/stat : 1442 (python) S 1405 1407 24378 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 657442934 349392896 17614 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1124.92
Current children cumulated vsize (KiB) 1088236

[startup+1182.3 s]
/proc/loadavg: 1.09 1.05 1.49 2/364 1451
/proc/meminfo: memFree=26885540/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=341204 CPUtime=6.93 cores=1,3
/proc/1407/stat : 1407 (python) S 1405 1407 24378 0 -1 4202496 27422 932 1 0 678 15 0 0 20 0 3 0 657354789 349392896 17614 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1407/statm: 85301 17614 1878 364 0 21216 0
[pid=1413] ppid=1407 vsize=330948 CPUtime=2.29 cores=1,3
/proc/1413/stat : 1413 (python) S 1407 1407 24378 0 -1 4202560 1221 0 0 0 116 113 0 0 18 0 2 0 657355508 338890752 16149 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1413/statm: 82737 16149 416 364 0 18655 0
[pid=1415] ppid=1413 vsize=48788 CPUtime=874.25 cores=1,3
/proc/1415/stat : 1415 (lingeling) T 1413 1415 1415 0 -1 4202496 15454 0 0 0 87423 2 0 0 25 0 1 0 657355509 49958912 11361 33554432000 4194304 4352236 140736534603600 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/1415/statm: 12197 11361 129 39 0 11277 0
[pid=1413/tid=1432] ppid=1407 vsize=330948 CPUtime=0 cores=1,3
/proc/1413/task/1432/stat : 1432 (python) S 1407 1407 24378 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 657413856 338890752 16149 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 514 18446604464163696896 0 0 -1 3 0 0 0
[pid=1441] ppid=1407 vsize=330960 CPUtime=0.77 cores=1,3
/proc/1441/stat : 1441 (python) S 1407 1407 24378 0 -1 4202560 973 0 0 0 39 38 0 0 18 0 1 0 657442934 338903040 16102 33554432000 4194304 5683644 140734395795056 18446744073709551615 268272709190 0 0 16781312 514 17800829370902741255 0 0 17 3 0 0 0
/proc/1441/statm: 82740 16102 370 364 0 18655 0
[pid=1443] ppid=1441 vsize=37072 CPUtime=300.84 cores=1,3
/proc/1443/stat : 1443 (lingeling) R 1441 1443 1443 0 -1 4202496 12527 0 0 0 30083 1 0 0 25 0 1 0 657442934 37961728 8432 33554432000 4194304 4352236 140737198337424 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1443/statm: 9268 8432 129 39 0 8348 0
[pid=1407/tid=1414] ppid=1405 vsize=341204 CPUtime=0 cores=1,3
/proc/1407/task/1414/stat : 1414 (python) S 1405 1407 24378 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 3 0 657355509 349392896 17614 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
[pid=1407/tid=1442] ppid=1405 vsize=341204 CPUtime=0 cores=1,3
/proc/1407/task/1442/stat : 1442 (python) S 1405 1407 24378 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 657442934 349392896 17614 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1185.08
Current children cumulated vsize (KiB) 1088972

[startup+1242.3 s]
/proc/loadavg: 1.07 1.05 1.46 2/364 1452
/proc/meminfo: memFree=26884872/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=341204 CPUtime=6.93 cores=1,3
/proc/1407/stat : 1407 (python) S 1405 1407 24378 0 -1 4202496 27422 932 1 0 678 15 0 0 20 0 3 0 657354789 349392896 17614 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1407/statm: 85301 17614 1878 364 0 21216 0
[pid=1413] ppid=1407 vsize=330948 CPUtime=2.29 cores=1,3
/proc/1413/stat : 1413 (python) S 1407 1407 24378 0 -1 4202560 1221 0 0 0 116 113 0 0 18 0 2 0 657355508 338890752 16149 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1413/statm: 82737 16149 416 364 0 18655 0
[pid=1415] ppid=1413 vsize=48788 CPUtime=874.25 cores=1,3
/proc/1415/stat : 1415 (lingeling) T 1413 1415 1415 0 -1 4202496 15454 0 0 0 87423 2 0 0 25 0 1 0 657355509 49958912 11361 33554432000 4194304 4352236 140736534603600 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/1415/statm: 12197 11361 129 39 0 11277 0
[pid=1413/tid=1432] ppid=1407 vsize=330948 CPUtime=0 cores=1,3
/proc/1413/task/1432/stat : 1432 (python) S 1407 1407 24378 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 657413856 338890752 16149 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 514 18446604464163696896 0 0 -1 3 0 0 0
[pid=1441] ppid=1407 vsize=330960 CPUtime=0.95 cores=1,3
/proc/1441/stat : 1441 (python) S 1407 1407 24378 0 -1 4202560 973 0 0 0 48 47 0 0 18 0 1 0 657442934 338903040 16102 33554432000 4194304 5683644 140734395795056 18446744073709551615 268272709190 0 0 16781312 514 17800829370902741255 0 0 17 3 0 0 0
/proc/1441/statm: 82740 16102 370 364 0 18655 0
[pid=1443] ppid=1441 vsize=37072 CPUtime=360.84 cores=1,3
/proc/1443/stat : 1443 (lingeling) R 1441 1443 1443 0 -1 4202496 12527 0 0 0 36083 1 0 0 25 0 1 0 657442934 37961728 8432 33554432000 4194304 4352236 140737198337424 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1443/statm: 9268 8432 129 39 0 8348 0
[pid=1407/tid=1414] ppid=1405 vsize=341204 CPUtime=0 cores=1,3
/proc/1407/task/1414/stat : 1414 (python) S 1405 1407 24378 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 3 0 657355509 349392896 17614 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
[pid=1407/tid=1442] ppid=1405 vsize=341204 CPUtime=0 cores=1,3
/proc/1407/task/1442/stat : 1442 (python) S 1405 1407 24378 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 657442934 349392896 17614 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1245.26
Current children cumulated vsize (KiB) 1088972



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.02 1.04 1.43 2/364 1454
/proc/meminfo: memFree=26884208/32950928 swapFree=60199044/67111528
[pid=1407] ppid=1405 vsize=341204 CPUtime=6.93 cores=1,3
/proc/1407/stat : 1407 (python) S 1405 1407 24378 0 -1 4202496 27422 932 1 0 678 15 0 0 20 0 3 0 657354789 349392896 17614 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1407/statm: 85301 17614 1878 364 0 21216 0
[pid=1413] ppid=1407 vsize=330948 CPUtime=2.29 cores=1,3
/proc/1413/stat : 1413 (python) S 1407 1407 24378 0 -1 4202560 1221 0 0 0 116 113 0 0 18 0 2 0 657355508 338890752 16149 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/1413/statm: 82737 16149 416 364 0 18655 0
[pid=1415] ppid=1413 vsize=48788 CPUtime=874.25 cores=1,3
/proc/1415/stat : 1415 (lingeling) T 1413 1415 1415 0 -1 4202496 15454 0 0 0 87423 2 0 0 25 0 1 0 657355509 49958912 11361 33554432000 4194304 4352236 140736534603600 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/1415/statm: 12197 11361 129 39 0 11277 0
[pid=1413/tid=1432] ppid=1407 vsize=330948 CPUtime=0 cores=1,3
/proc/1413/task/1432/stat : 1432 (python) S 1407 1407 24378 0 -1 4202560 44 0 0 0 0 0 0 0 18 0 2 0 657413856 338890752 16149 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 514 18446604464163696896 0 0 -1 3 0 0 0
[pid=1441] ppid=1407 vsize=330960 CPUtime=1.1 cores=1,3
/proc/1441/stat : 1441 (python) S 1407 1407 24378 0 -1 4202560 973 0 0 0 56 54 0 0 18 0 1 0 657442934 338903040 16102 33554432000 4194304 5683644 140734395795056 18446744073709551615 268272709190 0 0 16781312 514 17800829370902741255 0 0 17 3 0 0 0
/proc/1441/statm: 82740 16102 370 364 0 18655 0
[pid=1443] ppid=1441 vsize=38000 CPUtime=418.54 cores=1,3
/proc/1443/stat : 1443 (lingeling) R 1441 1443 1443 0 -1 4202496 12759 0 0 0 41853 1 0 0 25 0 1 0 657442934 38912000 8664 33554432000 4194304 4352236 140737198337424 18446744073709551615 4241523 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/1443/statm: 9500 8664 129 39 0 8580 0
[pid=1407/tid=1414] ppid=1405 vsize=341204 CPUtime=0 cores=1,3
/proc/1407/task/1414/stat : 1414 (python) S 1405 1407 24378 0 -1 4202560 32 932 0 0 0 0 0 0 18 0 3 0 657355509 349392896 17614 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
[pid=1407/tid=1442] ppid=1405 vsize=341204 CPUtime=0 cores=1,3
/proc/1407/task/1442/stat : 1442 (python) S 1405 1407 24378 0 -1 4202560 27 932 0 0 0 0 0 0 20 0 3 0 657442934 349392896 17614 33554432000 4194304 5683644 140734395795056 18446744073709551615 268284512689 0 0 16781312 2 18446604470214801536 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1303.11
Current children cumulated vsize (KiB) 1089900

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 1407 and gives
#  childrusage.ru_utime.tv_sec=427
#  childrusage.ru_utime.tv_usec=65076
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=860717
# CPU time returned by wait4() is 428.926
# while last known CPU time is 1303.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.03
CPU time (s): 1303.11
CPU user time (s): 1301.26
CPU system time (s): 1.85
CPU usage (%): 100.237
Max. virtual memory (cumulated for all children) (KiB): 1089900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 427.065
system time used= 1.86072
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44214
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= 4180
involuntary context switches= 1130

runsolver used 3.84341 second user time and 10.5054 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-15 13:06:00
IDJOB=3378029
IDBENCH=85991
IDSOLVER=1858
FILE ID=node122/3378029-1305457560
RUNJOBID= node122-1305456257-1186
PBS_JOBID= 13324864
Free space on /tmp= 73456 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_36.renamed-as.sat05-1922.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-3378029-1305457560/watcher-3378029-1305457560 -o /tmp/evaluation-result-3378029-1305457560/solver-3378029-1305457560 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378029-1305457560.cnf -seed 421252131 -budget 2400

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=421252131

node122.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.820
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.820
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.75
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.820
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.820
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.83
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.820
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.820
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.820
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.75
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27036968 kB
Buffers:        306356 kB
Cached:        3837388 kB
SwapCached:      50104 kB
Active:        1608212 kB
Inactive:      4074696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27036968 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:           34876 kB
Writeback:           0 kB
AnonPages:     1499976 kB
Mapped:          18712 kB
Slab:           128840 kB
PageTables:      37504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 79536032 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= 73424 MiB
End job on node122 at 2011-05-15 13:27:42