Trace number 3385671

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-par-random (fixed)? (TO) 878.85 5100.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1552308135-080.SATISFIABLE.cnf
MD5SUMbaa799a188281e763705191e4b9d6531
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.026995
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.41/5.83	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.41/5.83	c INFO: solving HOME/instance-3385671-1308048002.cnf
0.41/5.83	c INFO: computing task features
0.41/5.84	c INFO: computed variable-clause graph statistics
0.41/5.84	c INFO: computed clause balance statistics
0.41/5.88	c INFO: computed variable balance statistics
0.49/5.92	c INFO: computed small-clause counts
0.49/5.92	c INFO: computed Horn-clause counts
0.49/5.92	c INFO: computed variable graph statistics
0.49/5.92	c INFO: collected features for HOME/instance-3385671-1308048002.cnf in 0.09 s
0.49/5.95	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.57)
0.49/5.98	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.32)
0.58/6.01	c INFO: running march_hi@0 for 388 with 4999 remaining (b = 0.28)
0.58/6.04	c INFO: running march_hi@0 for 97 with 4999 remaining (b = 0.08)
0.58/6.07	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.08)
0.71/6.11	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.25)
0.71/6.14	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.22)
0.71/6.17	c INFO: running march_hi@0 for 485 with 4999 remaining (b = 0.20)
0.71/6.18	Traceback (most recent call last):
0.71/6.18	  File "HOME/solve", line 33, in <module>
0.71/6.18	    plac.call(main)
0.71/6.18	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call
0.71/6.18	    cmd, result = parser_from(obj).consume(arglist)
0.71/6.18	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 192, in consume
0.71/6.18	    return cmd, self.func(*(args + varargs + extraopts), **kwargs)
0.71/6.18	  File "HOME/borg/build/lib/borg/tools/solve.py", line 84, in main
0.71/6.18	    (_, answer, _) = solver(input_path, budget / cores, cores)
0.71/6.18	  File "HOME/borg/build/lib/borg/bilevel.py", line 226, in __call__
0.71/6.18	    process.die()
0.71/6.18	  File "HOME/borg/build/lib/borg/solvers.py", line 185, in die
0.71/6.18	    os.kill(self._process.pid, signal.SIGUSR1)
0.71/6.18	OSError: [Errno 3] No such process

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: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3385671-1308048002/watcher-3385671-1308048002 -o /tmp/evaluation-result-3385671-1308048002/solver-3385671-1308048002 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385671-1308048002.cnf -seed 1384931477 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.28 0.83 1/170 24575
/proc/meminfo: memFree=31674336/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=11804 CPUtime=0 cores=0-7
/proc/24575/stat : 24575 (runsolver) S 24573 24575 24545 0 -1 4202560 47 0 0 0 0 0 0 0 24 0 1 0 916399088 12087296 55 33554432000 4194304 5436572 140734841748224 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699215550 0 0 17 6 0 0 0
/proc/24575/statm: 2951 55 36 304 0 2643 0

[startup+0.026519 s]
/proc/loadavg: 0.00 0.28 0.83 1/170 24575
/proc/meminfo: memFree=31674336/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=14820 CPUtime=0 cores=0-7
/proc/24575/stat : 24575 (python) S 24573 24575 24545 0 -1 4202496 513 0 0 0 0 0 0 0 24 0 1 0 916399088 15175680 419 33554432000 4194304 5683644 140736441776416 18446744073709551615 251814236005 0 2147483391 4096 0 18446744071699215550 0 0 17 6 0 0 0
/proc/24575/statm: 3705 419 259 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.100506 s]
/proc/loadavg: 0.00 0.28 0.83 1/170 24575
/proc/meminfo: memFree=31674336/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=15184 CPUtime=0 cores=0-7
/proc/24575/stat : 24575 (python) S 24573 24575 24545 0 -1 4202496 726 0 0 0 0 0 0 0 24 0 1 0 916399088 15548416 615 33554432000 4194304 5683644 140736441776416 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/24575/statm: 3796 615 321 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.300472 s]
/proc/loadavg: 0.00 0.28 0.83 1/170 24575
/proc/meminfo: memFree=31674336/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=15776 CPUtime=0 cores=0-7
/proc/24575/stat : 24575 (python) S 24573 24575 24545 0 -1 4202496 905 0 0 0 0 0 0 0 22 0 1 0 916399088 16154624 784 33554432000 4194304 5683644 140736441776416 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/24575/statm: 3944 784 346 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.700405 s]
/proc/loadavg: 0.00 0.28 0.83 1/170 24575
/proc/meminfo: memFree=31674336/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=16396 CPUtime=0.01 cores=0-7
/proc/24575/stat : 24575 (python) S 24573 24575 24545 0 -1 4202496 1081 0 0 0 1 0 0 0 18 0 1 0 916399088 16789504 950 33554432000 4194304 5683644 140736441776416 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/24575/statm: 4099 950 385 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+1.50027 s]
/proc/loadavg: 0.00 0.28 0.83 1/171 24576
/proc/meminfo: memFree=31671724/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=29788 CPUtime=0.04 cores=0-7
/proc/24575/stat : 24575 (python) S 24573 24575 24545 0 -1 4202496 1448 0 0 0 3 1 0 0 15 0 1 0 916399088 30502912 1288 33554432000 4194304 5683644 140736441776416 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/24575/statm: 7447 1288 443 364 0 817 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29788

[startup+3.101 s]
/proc/loadavg: 0.00 0.28 0.83 1/171 24576
/proc/meminfo: memFree=31668872/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=104216 CPUtime=0.08 cores=0-7
/proc/24575/stat : 24575 (python) S 24573 24575 24545 0 -1 4202496 3047 0 0 0 5 3 0 0 15 0 1 0 916399088 106717184 2731 33554432000 4194304 5683644 140736441776416 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/24575/statm: 26054 2731 847 364 0 1802 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104216
heavy processes:

[startup+6.30046 s]
/proc/loadavg: 0.00 0.28 0.83 1/171 24581
/proc/meminfo: memFree=31659856/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=375512 CPUtime=1.18 cores=0-7
/proc/24575/stat : 24575 (python) S 24573 24575 24545 0 -1 4202496 15473 9340 1 0 63 13 40 2 24 0 1 0 916399088 384524288 7429 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/24575/statm: 93878 7429 1891 364 0 29775 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 375512
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 0.31 0.33 0.84 3/175 24607
/proc/meminfo: memFree=31636192/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=375512 CPUtime=1.18 cores=0-7
/proc/24575/stat : 24575 (python) S 24573 24575 24545 0 -1 4202496 15473 9340 1 0 63 13 40 2 24 0 1 0 916399088 384524288 7429 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/24575/statm: 93878 7429 1891 364 0 29775 0
[pid=24585] ppid=24575 vsize=289416 CPUtime=0 cores=0-7
/proc/24585/stat : 24585 (python) S 24575 24575 24545 0 -1 4202560 902 0 0 0 0 0 0 0 15 0 1 0 916399687 296361984 5735 33554432000 4194304 5683644 140736441776416 18446744073709551615 251814260294 0 0 16781312 514 5628611133112811780 0 0 17 7 0 0 0
/proc/24585/statm: 72354 5735 371 364 0 8269 0
[pid=24587] ppid=24585 vsize=3600 CPUtime=6.7 cores=0-7
/proc/24587/stat : 24587 (march_hi) R 24585 24587 24587 0 -1 4202496 949 0 0 0 670 0 0 0 25 0 1 0 916399687 3686400 685 33554432000 4194304 4955518 140735493042352 18446744073709551615 4224512 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24587/statm: 900 685 104 186 0 713 0
[pid=24602] ppid=24575 vsize=406232 CPUtime=0 cores=0-7
/proc/24602/stat : 24602 (python) S 24575 24575 24545 0 -1 4202560 829 0 0 0 0 0 0 0 15 0 1 0 916399702 415981568 5905 33554432000 4194304 5683644 140736441776416 18446744073709551615 251814260294 0 0 16781312 514 4172870932076921092 0 0 17 6 0 0 0
/proc/24602/statm: 101558 5905 371 364 0 37458 0
[pid=24604] ppid=24602 vsize=3600 CPUtime=6.55 cores=0-7
/proc/24604/stat : 24604 (march_hi) R 24602 24604 24604 0 -1 4202496 939 0 0 0 655 0 0 0 25 0 1 0 916399703 3686400 678 33554432000 4194304 4955518 140735341699552 18446744073709551615 4224631 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24604/statm: 900 678 104 186 0 713 0
Current children cumulated CPU time (s) 14.43
Current children cumulated vsize (KiB) 1078360

[startup+25.5002 s]
/proc/loadavg: 0.57 0.39 0.85 3/175 24607
/proc/meminfo: memFree=31634392/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=375512 CPUtime=1.18 cores=0-7
/proc/24575/stat : 24575 (python) S 24573 24575 24545 0 -1 4202496 15473 9340 1 0 63 13 40 2 24 0 1 0 916399088 384524288 7429 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/24575/statm: 93878 7429 1891 364 0 29775 0
[pid=24585] ppid=24575 vsize=289416 CPUtime=0.02 cores=0-7
/proc/24585/stat : 24585 (python) S 24575 24575 24545 0 -1 4202560 910 0 0 0 1 1 0 0 15 0 1 0 916399687 296361984 5735 33554432000 4194304 5683644 140736441776416 18446744073709551615 251814260294 0 0 16781312 514 5628611133112811780 0 0 17 7 0 0 0
/proc/24585/statm: 72354 5735 371 364 0 8269 0
[pid=24587] ppid=24585 vsize=6528 CPUtime=19.5 cores=0-7
/proc/24587/stat : 24587 (march_hi) R 24585 24587 24587 0 -1 4202496 1502 0 0 0 1950 0 0 0 25 0 1 0 916399687 6684672 1238 33554432000 4194304 4955518 140735493042352 18446744073709551615 4227910 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24587/statm: 1632 1238 104 186 0 1445 0
[pid=24602] ppid=24575 vsize=406232 CPUtime=0.01 cores=0-7
/proc/24602/stat : 24602 (python) S 24575 24575 24545 0 -1 4202560 830 0 0 0 1 0 0 0 15 0 1 0 916399702 415981568 5906 33554432000 4194304 5683644 140736441776416 18446744073709551615 251814260294 0 0 16781312 514 4172870932076921092 0 0 17 6 0 0 0
/proc/24602/statm: 101558 5906 372 364 0 37458 0
[pid=24604] ppid=24602 vsize=6528 CPUtime=19.34 cores=0-7
/proc/24604/stat : 24604 (march_hi) R 24602 24604 24604 0 -1 4202496 1489 0 0 0 1934 0 0 0 25 0 1 0 916399703 6684672 1228 33554432000 4194304 4955518 140735341699552 18446744073709551615 4206520 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24604/statm: 1632 1228 104 186 0 1445 0
Current children cumulated CPU time (s) 40.05
Current children cumulated vsize (KiB) 1084216

[startup+51.1009 s]
/proc/loadavg: 1.12 0.53 0.89 3/175 24608
/proc/meminfo: memFree=31627580/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=375512 CPUtime=1.18 cores=0-7
/proc/24575/stat : 24575 (python) S 24573 24575 24545 0 -1 4202496 15473 9340 1 0 63 13 40 2 24 0 1 0 916399088 384524288 7429 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/24575/statm: 93878 7429 1891 364 0 29775 0
[pid=24585] ppid=24575 vsize=289416 CPUtime=0.04 cores=0-7
/proc/24585/stat : 24585 (python) S 24575 24575 24545 0 -1 4202560 924 0 0 0 2 2 0 0 15 0 1 0 916399687 296361984 5735 33554432000 4194304 5683644 140736441776416 18446744073709551615 251814260294 0 0 16781312 514 18204552448436044036 0 0 17 7 0 0 0
/proc/24585/statm: 72354 5735 371 364 0 8269 0
[pid=24587] ppid=24585 vsize=12336 CPUtime=45.1 cores=0-7
/proc/24587/stat : 24587 (march_hi) R 24585 24587 24587 0 -1 4202496 2429 0 0 0 4510 0 0 0 25 0 1 0 916399687 12632064 2165 33554432000 4194304 4955518 140735493042352 18446744073709551615 4229733 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24587/statm: 3084 2165 104 186 0 2897 0
[pid=24602] ppid=24575 vsize=406232 CPUtime=0.05 cores=0-7
/proc/24602/stat : 24602 (python) S 24575 24575 24545 0 -1 4202560 830 0 0 0 3 2 0 0 15 0 1 0 916399702 415981568 5906 33554432000 4194304 5683644 140736441776416 18446744073709551615 251814260294 0 0 16781312 514 18204552448436044036 0 0 17 6 0 0 0
/proc/24602/statm: 101558 5906 372 364 0 37458 0
[pid=24604] ppid=24602 vsize=12336 CPUtime=44.94 cores=0-7
/proc/24604/stat : 24604 (march_hi) R 24602 24604 24604 0 -1 4202496 2417 0 0 0 4494 0 0 0 25 0 1 0 916399703 12632064 2156 33554432000 4194304 4955518 140735341699552 18446744073709551615 4306985 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24604/statm: 3084 2156 104 186 0 2897 0
Current children cumulated CPU time (s) 91.31
Current children cumulated vsize (KiB) 1095832

[startup+102.305 s]
/proc/loadavg: 1.65 0.78 0.95 3/175 24609
/proc/meminfo: memFree=31613060/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=375512 CPUtime=1.18 cores=0-7
/proc/24575/stat : 24575 (python) S 24573 24575 24545 0 -1 4202496 15473 9340 1 0 63 13 40 2 24 0 1 0 916399088 384524288 7429 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/24575/statm: 93878 7429 1891 364 0 29775 0
[pid=24585] ppid=24575 vsize=289416 CPUtime=0.11 cores=0-7
/proc/24585/stat : 24585 (python) S 24575 24575 24545 0 -1 4202560 942 0 0 0 6 5 0 0 15 0 1 0 916399687 296361984 5735 33554432000 4194304 5683644 140736441776416 18446744073709551615 251814260294 0 0 16781312 514 18204552448436044036 0 0 17 7 0 0 0
/proc/24585/statm: 72354 5735 371 364 0 8269 0
[pid=24587] ppid=24585 vsize=18212 CPUtime=96.31 cores=0-7
/proc/24587/stat : 24587 (march_hi) R 24585 24587 24587 0 -1 4202496 4243 0 0 0 9631 0 0 0 25 0 1 0 916399687 18649088 3979 33554432000 4194304 4955518 140735493042352 18446744073709551615 4209737 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24587/statm: 4553 3979 104 186 0 4366 0
[pid=24602] ppid=24575 vsize=406232 CPUtime=0.11 cores=0-7
/proc/24602/stat : 24602 (python) S 24575 24575 24545 0 -1 4202560 831 0 0 0 6 5 0 0 15 0 1 0 916399702 415981568 5906 33554432000 4194304 5683644 140736441776416 18446744073709551615 251814260294 0 0 16781312 514 18204552448436044036 0 0 17 6 0 0 0
/proc/24602/statm: 101558 5906 372 364 0 37458 0
[pid=24604] ppid=24602 vsize=18212 CPUtime=96.15 cores=0-7
/proc/24604/stat : 24604 (march_hi) R 24602 24604 24604 0 -1 4202496 4224 0 0 0 9614 1 0 0 25 0 1 0 916399703 18649088 3963 33554432000 4194304 4955518 140735341699552 18446744073709551615 4306973 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24604/statm: 4553 3963 104 186 0 4366 0
Current children cumulated CPU time (s) 193.86
Current children cumulated vsize (KiB) 1107584

[startup+162.3 s]
/proc/loadavg: 1.86 0.98 1.01 3/175 24611
/proc/meminfo: memFree=31596652/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=375512 CPUtime=1.18 cores=0-7
/proc/24575/stat : 24575 (python) S 24573 24575 24545 0 -1 4202496 15473 9340 1 0 63 13 40 2 24 0 1 0 916399088 384524288 7429 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/24575/statm: 93878 7429 1891 364 0 29775 0
[pid=24585] ppid=24575 vsize=289416 CPUtime=0.17 cores=0-7
/proc/24585/stat : 24585 (python) S 24575 24575 24545 0 -1 4202560 961 0 0 0 9 8 0 0 15 0 1 0 916399687 296361984 5735 33554432000 4194304 5683644 140736441776416 18446744073709551615 251814260294 0 0 16781312 514 18204552448436044036 0 0 17 7 0 0 0
/proc/24585/statm: 72354 5735 371 364 0 8269 0
[pid=24587] ppid=24585 vsize=36756 CPUtime=156.3 cores=0-7
/proc/24587/stat : 24587 (march_hi) R 24585 24587 24587 0 -1 4202496 6298 0 0 0 15630 0 0 0 25 0 1 0 916399687 37638144 6034 33554432000 4194304 4955518 140735493042352 18446744073709551615 4282318 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/24587/statm: 9189 6034 104 186 0 9002 0
[pid=24602] ppid=24575 vsize=406232 CPUtime=0.19 cores=0-7
/proc/24602/stat : 24602 (python) S 24575 24575 24545 0 -1 4202560 831 0 0 0 11 8 0 0 15 0 1 0 916399702 415981568 5906 33554432000 4194304 5683644 140736441776416 18446744073709551615 251814260294 0 0 16781312 514 18204552448436044036 0 0 17 6 0 0 0
/proc/24602/statm: 101558 5906 372 364 0 37458 0
[pid=24604] ppid=24602 vsize=36756 CPUtime=156.14 cores=0-7
/proc/24604/stat : 24604 (march_hi) R 24602 24604 24604 0 -1 4202496 6275 0 0 0 15613 1 0 0 25 0 1 0 916399703 37638144 6014 33554432000 4194304 4955518 140735341699552 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/24604/statm: 9189 6014 104 186 0 9002 0
Current children cumulated CPU time (s) 313.98
Current children cumulated vsize (KiB) 1144672

[startup+222.301 s]
/proc/loadavg: 1.95 1.17 1.07 3/175 24612

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

/proc/24585/statm: 72354 5765 400 364 0 8269 0
[pid=24587] ppid=24585 vsize=77608 CPUtime=388.55 cores=0-7
/proc/24587/stat : 24587 (march_hi) T 24585 24587 24587 0 -1 4202496 13826 0 0 0 38852 3 0 0 25 0 1 0 916399687 79470592 13562 33554432000 4194304 4955518 140735493042352 18446744073709551615 4209717 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/24587/statm: 19402 13562 104 186 0 19215 0
[pid=24585/tid=24618] ppid=24575 vsize=289416 CPUtime=0 cores=0-7
/proc/24585/task/24618/stat : 24618 (python) S 24575 24575 24545 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 916438542 296361984 5765 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826063793 0 0 16781312 514 18446604449069303680 0 0 -1 5 0 0 0
[pid=24602] ppid=24575 vsize=406232 CPUtime=0.58 cores=0-7
/proc/24602/stat : 24602 (python) S 24575 24575 24545 0 -1 4202560 1004 0 0 0 34 24 0 0 16 0 2 0 916399702 415981568 5935 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24602/statm: 101558 5935 400 364 0 37458 0
[pid=24604] ppid=24602 vsize=77608 CPUtime=488.12 cores=0-7
/proc/24604/stat : 24604 (march_hi) T 24602 24604 24604 0 -1 4202496 16968 0 0 0 48809 3 0 0 25 0 1 0 916399703 79470592 16707 33554432000 4194304 4955518 140735341699552 18446744073709551615 4290002 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/24604/statm: 19402 16707 104 186 0 19215 0
[pid=24602/tid=24622] ppid=24575 vsize=406232 CPUtime=0 cores=0-7
/proc/24602/task/24622/stat : 24622 (python) S 24575 24575 24545 0 -1 4202560 69 0 0 0 0 0 0 0 16 0 2 0 916448515 415981568 5935 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826063793 0 0 16781312 514 18446604453889174528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 878.85
Current children cumulated vsize (KiB) 1226376
heavy processes:

[startup+4902.3 s]
/proc/loadavg: 0.01 0.01 0.00 1/177 24767
/proc/meminfo: memFree=31517344/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=375512 CPUtime=1.18 cores=0-7
/proc/24575/stat : 24575 (python) S 24573 24575 24545 0 -1 4202496 15473 9340 1 0 63 13 40 2 24 0 1 0 916399088 384524288 7429 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/24575/statm: 93878 7429 1891 364 0 29775 0
[pid=24585] ppid=24575 vsize=289416 CPUtime=0.42 cores=0-7
/proc/24585/stat : 24585 (python) S 24575 24575 24545 0 -1 4202560 1131 0 0 0 22 20 0 0 16 0 2 0 916399687 296361984 5765 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24585/statm: 72354 5765 400 364 0 8269 0
[pid=24587] ppid=24585 vsize=77608 CPUtime=388.55 cores=0-7
/proc/24587/stat : 24587 (march_hi) T 24585 24587 24587 0 -1 4202496 13826 0 0 0 38852 3 0 0 25 0 1 0 916399687 79470592 13562 33554432000 4194304 4955518 140735493042352 18446744073709551615 4209717 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/24587/statm: 19402 13562 104 186 0 19215 0
[pid=24585/tid=24618] ppid=24575 vsize=289416 CPUtime=0 cores=0-7
/proc/24585/task/24618/stat : 24618 (python) S 24575 24575 24545 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 916438542 296361984 5765 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826063793 0 0 16781312 514 18446604449069303680 0 0 -1 5 0 0 0
[pid=24602] ppid=24575 vsize=406232 CPUtime=0.58 cores=0-7
/proc/24602/stat : 24602 (python) S 24575 24575 24545 0 -1 4202560 1004 0 0 0 34 24 0 0 16 0 2 0 916399702 415981568 5935 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24602/statm: 101558 5935 400 364 0 37458 0
[pid=24604] ppid=24602 vsize=77608 CPUtime=488.12 cores=0-7
/proc/24604/stat : 24604 (march_hi) T 24602 24604 24604 0 -1 4202496 16968 0 0 0 48809 3 0 0 25 0 1 0 916399703 79470592 16707 33554432000 4194304 4955518 140735341699552 18446744073709551615 4290002 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/24604/statm: 19402 16707 104 186 0 19215 0
[pid=24602/tid=24622] ppid=24575 vsize=406232 CPUtime=0 cores=0-7
/proc/24602/task/24622/stat : 24622 (python) S 24575 24575 24545 0 -1 4202560 69 0 0 0 0 0 0 0 16 0 2 0 916448515 415981568 5935 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826063793 0 0 16781312 514 18446604453889174528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 878.85
Current children cumulated vsize (KiB) 1226376
heavy processes:

[startup+4962.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 24769
/proc/meminfo: memFree=31517436/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=375512 CPUtime=1.18 cores=0-7
/proc/24575/stat : 24575 (python) S 24573 24575 24545 0 -1 4202496 15473 9340 1 0 63 13 40 2 24 0 1 0 916399088 384524288 7429 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/24575/statm: 93878 7429 1891 364 0 29775 0
[pid=24585] ppid=24575 vsize=289416 CPUtime=0.42 cores=0-7
/proc/24585/stat : 24585 (python) S 24575 24575 24545 0 -1 4202560 1131 0 0 0 22 20 0 0 16 0 2 0 916399687 296361984 5765 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24585/statm: 72354 5765 400 364 0 8269 0
[pid=24587] ppid=24585 vsize=77608 CPUtime=388.55 cores=0-7
/proc/24587/stat : 24587 (march_hi) T 24585 24587 24587 0 -1 4202496 13826 0 0 0 38852 3 0 0 25 0 1 0 916399687 79470592 13562 33554432000 4194304 4955518 140735493042352 18446744073709551615 4209717 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/24587/statm: 19402 13562 104 186 0 19215 0
[pid=24585/tid=24618] ppid=24575 vsize=289416 CPUtime=0 cores=0-7
/proc/24585/task/24618/stat : 24618 (python) S 24575 24575 24545 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 916438542 296361984 5765 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826063793 0 0 16781312 514 18446604449069303680 0 0 -1 5 0 0 0
[pid=24602] ppid=24575 vsize=406232 CPUtime=0.58 cores=0-7
/proc/24602/stat : 24602 (python) S 24575 24575 24545 0 -1 4202560 1004 0 0 0 34 24 0 0 16 0 2 0 916399702 415981568 5935 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24602/statm: 101558 5935 400 364 0 37458 0
[pid=24604] ppid=24602 vsize=77608 CPUtime=488.12 cores=0-7
/proc/24604/stat : 24604 (march_hi) T 24602 24604 24604 0 -1 4202496 16968 0 0 0 48809 3 0 0 25 0 1 0 916399703 79470592 16707 33554432000 4194304 4955518 140735341699552 18446744073709551615 4290002 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/24604/statm: 19402 16707 104 186 0 19215 0
[pid=24602/tid=24622] ppid=24575 vsize=406232 CPUtime=0 cores=0-7
/proc/24602/task/24622/stat : 24622 (python) S 24575 24575 24545 0 -1 4202560 69 0 0 0 0 0 0 0 16 0 2 0 916448515 415981568 5935 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826063793 0 0 16781312 514 18446604453889174528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 878.85
Current children cumulated vsize (KiB) 1226376
heavy processes:

[startup+5022.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 24770
/proc/meminfo: memFree=31517524/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=375512 CPUtime=1.18 cores=0-7
/proc/24575/stat : 24575 (python) S 24573 24575 24545 0 -1 4202496 15473 9340 1 0 63 13 40 2 24 0 1 0 916399088 384524288 7429 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/24575/statm: 93878 7429 1891 364 0 29775 0
[pid=24585] ppid=24575 vsize=289416 CPUtime=0.42 cores=0-7
/proc/24585/stat : 24585 (python) S 24575 24575 24545 0 -1 4202560 1131 0 0 0 22 20 0 0 16 0 2 0 916399687 296361984 5765 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24585/statm: 72354 5765 400 364 0 8269 0
[pid=24587] ppid=24585 vsize=77608 CPUtime=388.55 cores=0-7
/proc/24587/stat : 24587 (march_hi) T 24585 24587 24587 0 -1 4202496 13826 0 0 0 38852 3 0 0 25 0 1 0 916399687 79470592 13562 33554432000 4194304 4955518 140735493042352 18446744073709551615 4209717 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/24587/statm: 19402 13562 104 186 0 19215 0
[pid=24585/tid=24618] ppid=24575 vsize=289416 CPUtime=0 cores=0-7
/proc/24585/task/24618/stat : 24618 (python) S 24575 24575 24545 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 916438542 296361984 5765 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826063793 0 0 16781312 514 18446604449069303680 0 0 -1 5 0 0 0
[pid=24602] ppid=24575 vsize=406232 CPUtime=0.58 cores=0-7
/proc/24602/stat : 24602 (python) S 24575 24575 24545 0 -1 4202560 1004 0 0 0 34 24 0 0 16 0 2 0 916399702 415981568 5935 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24602/statm: 101558 5935 400 364 0 37458 0
[pid=24604] ppid=24602 vsize=77608 CPUtime=488.12 cores=0-7
/proc/24604/stat : 24604 (march_hi) T 24602 24604 24604 0 -1 4202496 16968 0 0 0 48809 3 0 0 25 0 1 0 916399703 79470592 16707 33554432000 4194304 4955518 140735341699552 18446744073709551615 4290002 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/24604/statm: 19402 16707 104 186 0 19215 0
[pid=24602/tid=24622] ppid=24575 vsize=406232 CPUtime=0 cores=0-7
/proc/24602/task/24622/stat : 24622 (python) S 24575 24575 24545 0 -1 4202560 69 0 0 0 0 0 0 0 16 0 2 0 916448515 415981568 5935 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826063793 0 0 16781312 514 18446604453889174528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 878.85
Current children cumulated vsize (KiB) 1226376
heavy processes:

[startup+5082.3 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 24775
/proc/meminfo: memFree=31518088/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=375512 CPUtime=1.18 cores=0-7
/proc/24575/stat : 24575 (python) S 24573 24575 24545 0 -1 4202496 15473 9340 1 0 63 13 40 2 24 0 1 0 916399088 384524288 7429 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/24575/statm: 93878 7429 1891 364 0 29775 0
[pid=24585] ppid=24575 vsize=289416 CPUtime=0.42 cores=0-7
/proc/24585/stat : 24585 (python) S 24575 24575 24545 0 -1 4202560 1131 0 0 0 22 20 0 0 16 0 2 0 916399687 296361984 5765 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24585/statm: 72354 5765 400 364 0 8269 0
[pid=24587] ppid=24585 vsize=77608 CPUtime=388.55 cores=0-7
/proc/24587/stat : 24587 (march_hi) T 24585 24587 24587 0 -1 4202496 13826 0 0 0 38852 3 0 0 25 0 1 0 916399687 79470592 13562 33554432000 4194304 4955518 140735493042352 18446744073709551615 4209717 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/24587/statm: 19402 13562 104 186 0 19215 0
[pid=24585/tid=24618] ppid=24575 vsize=289416 CPUtime=0 cores=0-7
/proc/24585/task/24618/stat : 24618 (python) S 24575 24575 24545 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 916438542 296361984 5765 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826063793 0 0 16781312 514 18446604449069303680 0 0 -1 5 0 0 0
[pid=24602] ppid=24575 vsize=406232 CPUtime=0.58 cores=0-7
/proc/24602/stat : 24602 (python) S 24575 24575 24545 0 -1 4202560 1004 0 0 0 34 24 0 0 16 0 2 0 916399702 415981568 5935 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24602/statm: 101558 5935 400 364 0 37458 0
[pid=24604] ppid=24602 vsize=77608 CPUtime=488.12 cores=0-7
/proc/24604/stat : 24604 (march_hi) T 24602 24604 24604 0 -1 4202496 16968 0 0 0 48809 3 0 0 25 0 1 0 916399703 79470592 16707 33554432000 4194304 4955518 140735341699552 18446744073709551615 4290002 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/24604/statm: 19402 16707 104 186 0 19215 0
[pid=24602/tid=24622] ppid=24575 vsize=406232 CPUtime=0 cores=0-7
/proc/24602/task/24622/stat : 24622 (python) S 24575 24575 24545 0 -1 4202560 69 0 0 0 0 0 0 0 16 0 2 0 916448515 415981568 5935 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826063793 0 0 16781312 514 18446604453889174528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 878.85
Current children cumulated vsize (KiB) 1226376
heavy processes:



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5100 s]
/proc/loadavg: 0.00 0.00 0.00 1/177 24775
/proc/meminfo: memFree=31517804/32950928 swapFree=67050644/67111528
[pid=24575] ppid=24573 vsize=375512 CPUtime=1.18 cores=0-7
/proc/24575/stat : 24575 (python) S 24573 24575 24545 0 -1 4202496 15473 9340 1 0 63 13 40 2 24 0 1 0 916399088 384524288 7429 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826070335 0 0 16781312 2 18446744071562232103 0 0 17 6 0 0 0
/proc/24575/statm: 93878 7429 1891 364 0 29775 0
[pid=24585] ppid=24575 vsize=289416 CPUtime=0.42 cores=0-7
/proc/24585/stat : 24585 (python) S 24575 24575 24545 0 -1 4202560 1131 0 0 0 22 20 0 0 16 0 2 0 916399687 296361984 5765 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/24585/statm: 72354 5765 400 364 0 8269 0
[pid=24587] ppid=24585 vsize=77608 CPUtime=388.55 cores=0-7
/proc/24587/stat : 24587 (march_hi) T 24585 24587 24587 0 -1 4202496 13826 0 0 0 38852 3 0 0 25 0 1 0 916399687 79470592 13562 33554432000 4194304 4955518 140735493042352 18446744073709551615 4209717 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/24587/statm: 19402 13562 104 186 0 19215 0
[pid=24585/tid=24618] ppid=24575 vsize=289416 CPUtime=0 cores=0-7
/proc/24585/task/24618/stat : 24618 (python) S 24575 24575 24545 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 916438542 296361984 5765 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826063793 0 0 16781312 514 18446604449069303680 0 0 -1 5 0 0 0
[pid=24602] ppid=24575 vsize=406232 CPUtime=0.58 cores=0-7
/proc/24602/stat : 24602 (python) S 24575 24575 24545 0 -1 4202560 1004 0 0 0 34 24 0 0 16 0 2 0 916399702 415981568 5935 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826066891 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/24602/statm: 101558 5935 400 364 0 37458 0
[pid=24604] ppid=24602 vsize=77608 CPUtime=488.12 cores=0-7
/proc/24604/stat : 24604 (march_hi) T 24602 24604 24604 0 -1 4202496 16968 0 0 0 48809 3 0 0 25 0 1 0 916399703 79470592 16707 33554432000 4194304 4955518 140735341699552 18446744073709551615 4290002 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/24604/statm: 19402 16707 104 186 0 19215 0
[pid=24602/tid=24622] ppid=24575 vsize=406232 CPUtime=0 cores=0-7
/proc/24602/task/24622/stat : 24622 (python) S 24575 24575 24545 0 -1 4202560 69 0 0 0 0 0 0 0 16 0 2 0 916448515 415981568 5935 33554432000 4194304 5683644 140736441776416 18446744073709551615 251826063793 0 0 16781312 514 18446604453889174528 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 878.85
Current children cumulated vsize (KiB) 1226376
heavy processes:

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 24575 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=613754
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=622905
# CPU time returned by wait4() is 2.23666
# while last known CPU time is 878.85
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5100.02
CPU time (s): 878.85
CPU user time (s): 878.2
CPU system time (s): 0.65
CPU usage (%): 17.2323
Max. virtual memory (cumulated for all children) (KiB): 1226380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.61375
system time used= 0.622905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28900
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= 4618
involuntary context switches= 50

runsolver used 6.50501 second user time and 17.0084 second system time

The end

Launcher Data

Begin job on node126 at 2011-06-14 12:40:02
IDJOB=3385671
IDBENCH=82936
IDSOLVER=1870
FILE ID=node126/3385671-1308048002
RUNJOBID= node126-1308048001-24559
PBS_JOBID= 13566204
Free space on /tmp= 74076 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1552308135-080.SATISFIABLE.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385671-1308048002/watcher-3385671-1308048002 -o /tmp/evaluation-result-3385671-1308048002/solver-3385671-1308048002 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3385671-1308048002.cnf -seed 1384931477 -budget 40000 -cores 8

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

MD5SUM BENCH= baa799a188281e763705191e4b9d6531
RANDOM SEED=1384931477

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.74
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.783
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.80
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.783
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31675112 kB
Buffers:        153276 kB
Cached:         905140 kB
SwapCached:      14596 kB
Active:         286128 kB
Inactive:       791352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31675112 kB
SwapTotal:    67111528 kB
SwapFree:     67050644 kB
Dirty:           31956 kB
Writeback:           0 kB
AnonPages:       17004 kB
Mapped:           8688 kB
Slab:           133204 kB
PageTables:       4240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   184556 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= 74044 MiB
End job on node126 at 2011-06-14 14:05:06