Trace number 3309251

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
glueminisat 2.2.5? (TO) 5000.04 5000.02

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-8-ipc5-h19-sat.cnf
MD5SUM409f4401e9e8b60ee665ac5567a13e41
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1057.43
Satisfiable
(Un)Satisfiability was proved
Number of variables359341
Number of clauses1254773
Sum of the clauses size3046189
Maximum clause length57
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2896240
Number of clauses of size 3346435
Number of clauses of size 4830
Number of clauses of size 5571
Number of clauses of size over 510441

Solver Data


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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3309251-1303987381/watcher-3309251-1303987381 -o /tmp/evaluation-result-3309251-1303987381/solver-3309251-1303987381 -C 5000 -W 5100 -M 15500 glueminisat -compe HOME/instance-3309251-1303987381.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.00 0.08 0.98 2/172 31425
/proc/meminfo: memFree=16890616/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=20240 CPUtime=0 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 890 0 0 0 0 0 0 0 21 0 1 0 510337823 20725760 812 33554432000 4194304 4309791 140737440763808 18446744073709551615 4294396 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31425/statm: 5060 812 216 29 0 1689 0

[startup+0.036472 s]
/proc/loadavg: 0.00 0.08 0.98 2/172 31425
/proc/meminfo: memFree=16890616/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=26688 CPUtime=0.03 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 2913 0 0 0 3 0 0 0 21 0 1 0 510337823 27328512 2652 33554432000 4194304 4309791 140737440763808 18446744073709551615 4292785 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31425/statm: 6672 2656 217 29 0 3301 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 26688

[startup+0.100461 s]
/proc/loadavg: 0.00 0.08 0.98 2/172 31425
/proc/meminfo: memFree=16890616/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=43036 CPUtime=0.09 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 7695 0 0 0 9 0 0 0 21 0 1 0 510337823 44068864 6829 33554432000 4194304 4309791 140737440763808 18446744073709551615 4243969 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31425/statm: 10759 6830 217 29 0 7388 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43036

[startup+0.300428 s]
/proc/loadavg: 0.00 0.08 0.98 2/172 31425
/proc/meminfo: memFree=16890616/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=94652 CPUtime=0.29 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 20913 0 0 0 27 2 0 0 22 0 1 0 510337823 96923648 18804 33554432000 4194304 4309791 140737440763808 18446744073709551615 4294396 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31425/statm: 23663 18808 276 29 0 20292 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94652

[startup+0.700359 s]
/proc/loadavg: 0.00 0.08 0.98 2/172 31425
/proc/meminfo: memFree=16890616/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=170404 CPUtime=0.69 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 39310 0 0 0 64 5 0 0 23 0 1 0 510337823 174493696 34801 33554432000 4194304 4309791 140737440763808 18446744073709551615 4226931 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31425/statm: 42601 34801 239 29 0 39230 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 170404

[startup+1.50023 s]
/proc/loadavg: 0.16 0.11 0.98 3/176 31432
/proc/meminfo: memFree=16652496/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=259892 CPUtime=1.49 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 53087 0 0 0 143 6 0 0 25 0 1 0 510337823 266129408 48080 33554432000 4194304 4309791 140737440763808 18446744073709551615 4211610 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31425/statm: 64973 48080 243 29 0 61602 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 259892

[startup+3.10095 s]
/proc/loadavg: 0.16 0.11 0.98 3/176 31432
/proc/meminfo: memFree=16588144/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=223484 CPUtime=3.09 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 64692 0 0 0 301 8 0 0 25 0 1 0 510337823 228847616 48900 33554432000 4194304 4309791 140737440763808 18446744073709551615 4260755 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31425/statm: 55871 48900 244 29 0 52500 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 223484

[startup+6.30042 s]
/proc/loadavg: 0.55 0.19 1.00 5/176 31432
/proc/meminfo: memFree=16569048/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=199972 CPUtime=6.29 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 70559 0 0 0 619 10 0 0 25 0 1 0 510337823 204771328 42489 33554432000 4194304 4309791 140737440763808 18446744073709551615 4276914 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31425/statm: 49993 42489 261 29 0 46622 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 199972

[startup+12.7003 s]
/proc/loadavg: 0.82 0.26 1.02 4/176 31432
/proc/meminfo: memFree=16621612/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=199972 CPUtime=12.69 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 70881 0 0 0 1259 10 0 0 25 0 1 0 510337823 204771328 42804 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31425/statm: 49993 42804 263 29 0 46622 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 199972

[startup+25.5012 s]
/proc/loadavg: 1.08 0.33 1.03 3/176 31459
/proc/meminfo: memFree=16620804/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=199972 CPUtime=25.45 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 71448 0 0 0 2533 12 0 0 25 0 1 0 510337823 204771328 43347 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 49993 43347 263 29 0 46622 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 199972

[startup+51.1009 s]
/proc/loadavg: 1.55 0.52 1.07 3/176 31460
/proc/meminfo: memFree=16596804/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=211648 CPUtime=51.06 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 72599 0 0 0 5093 13 0 0 25 0 1 0 510337823 216727552 44455 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259423 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 52912 44455 263 29 0 49541 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 211648

[startup+102.306 s]
/proc/loadavg: 1.80 0.75 1.12 3/176 31461
/proc/meminfo: memFree=16582264/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=199968 CPUtime=102.27 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 84034 0 0 0 10211 16 0 0 25 0 1 0 510337823 204767232 43424 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 49992 43424 263 29 0 46621 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 199968

[startup+162.301 s]
/proc/loadavg: 1.92 0.97 1.17 3/176 31463
/proc/meminfo: memFree=16554108/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=230316 CPUtime=162.26 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 90949 0 0 0 16208 18 0 0 25 0 1 0 510337823 235843584 49539 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 57579 49539 263 29 0 54208 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 230316

[startup+222.301 s]
/proc/loadavg: 2.02 1.17 1.23 3/176 31465
/proc/meminfo: memFree=16548140/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=230316 CPUtime=222.26 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 91405 0 0 0 22208 18 0 0 25 0 1 0 510337823 235843584 49981 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 57579 49981 263 29 0 54208 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 230316

[startup+282.301 s]
/proc/loadavg: 2.00 1.32 1.27 3/176 31466
/proc/meminfo: memFree=16545280/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=230316 CPUtime=282.26 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 91751 0 0 0 28208 18 0 0 25 0 1 0 510337823 235843584 50318 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 57579 50318 263 29 0 54208 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 230316

[startup+342.301 s]
/proc/loadavg: 2.00 1.44 1.31 3/176 31468
/proc/meminfo: memFree=16543288/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=230316 CPUtime=342.26 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 92239 0 0 0 34207 19 0 0 25 0 1 0 510337823 235843584 50796 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259191 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 57579 50796 263 29 0 54208 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 230316

[startup+402.301 s]
/proc/loadavg: 2.00 1.54 1.35 3/176 31469
/proc/meminfo: memFree=16513024/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=230316 CPUtime=402.26 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 92305 0 0 0 40207 19 0 0 25 0 1 0 510337823 235843584 50857 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 57579 50857 263 29 0 54208 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 230316

[startup+462.301 s]
/proc/loadavg: 2.00 1.62 1.39 3/176 31471
/proc/meminfo: memFree=16510288/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=230316 CPUtime=462.26 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 100325 0 0 0 46206 20 0 0 25 0 1 0 510337823 235843584 51195 33554432000 4194304 4309791 140737440763808 18446744073709551615 4260051 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 57579 51195 263 29 0 54208 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 230316

[startup+522.3 s]
/proc/loadavg: 2.00 1.69 1.43 3/176 31473
/proc/meminfo: memFree=16509912/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=279636 CPUtime=522.26 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 108430 0 0 0 52205 21 0 0 25 0 1 0 510337823 286347264 59293 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259097 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 69909 59293 263 29 0 66538 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 279636

[startup+582.3 s]
/proc/loadavg: 2.00 1.74 1.46 3/176 31474
/proc/meminfo: memFree=16541648/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=230316 CPUtime=582.26 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 108567 0 0 0 58205 21 0 0 25 0 1 0 510337823 235843584 51206 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 57579 51206 263 29 0 54208 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 230316

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.04 2.02 1.93 3/176 31577
/proc/meminfo: memFree=16387388/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=310456 CPUtime=4002.3 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 342896 0 0 0 400136 94 0 0 25 0 1 0 510337823 317906944 66054 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259934 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 77614 66054 263 29 0 74243 0
Current children cumulated CPU time (s) 4002.3
Current children cumulated vsize (KiB) 310456

[startup+4062.31 s]
/proc/loadavg: 2.01 2.02 1.93 3/176 31579
/proc/meminfo: memFree=16361832/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=310456 CPUtime=4062.3 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 345043 0 0 0 406135 95 0 0 25 0 1 0 510337823 317906944 68148 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 77614 68148 263 29 0 74243 0
Current children cumulated CPU time (s) 4062.3
Current children cumulated vsize (KiB) 310456

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/176 31581
/proc/meminfo: memFree=16443668/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=297892 CPUtime=4122.3 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 358835 0 0 0 412132 98 0 0 25 0 1 0 510337823 305041408 63791 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 74473 63791 263 29 0 71102 0
Current children cumulated CPU time (s) 4122.3
Current children cumulated vsize (KiB) 297892

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/176 31582
/proc/meminfo: memFree=16412908/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=297892 CPUtime=4182.3 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 361232 0 0 0 418131 99 0 0 25 0 1 0 510337823 305041408 66112 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259912 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 74473 66112 263 29 0 71102 0
Current children cumulated CPU time (s) 4182.3
Current children cumulated vsize (KiB) 297892

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 31583
/proc/meminfo: memFree=16385484/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=297892 CPUtime=4242.3 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 363435 0 0 0 424129 101 0 0 25 0 1 0 510337823 305041408 68261 33554432000 4194304 4309791 140737440763808 18446744073709551615 4276779 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 74473 68261 263 29 0 71102 0
Current children cumulated CPU time (s) 4242.3
Current children cumulated vsize (KiB) 297892

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/176 31585
/proc/meminfo: memFree=16360056/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=328712 CPUtime=4302.3 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 365623 0 0 0 430127 103 0 0 25 0 1 0 510337823 336601088 70395 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 82178 70395 263 29 0 78807 0
Current children cumulated CPU time (s) 4302.3
Current children cumulated vsize (KiB) 328712

[startup+4362.3 s]
/proc/loadavg: 2.04 2.01 1.94 3/176 31587
/proc/meminfo: memFree=16337352/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=328712 CPUtime=4362.3 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 367579 0 0 0 436126 104 0 0 25 0 1 0 510337823 336601088 72307 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 82178 72307 263 29 0 78807 0
Current children cumulated CPU time (s) 4362.3
Current children cumulated vsize (KiB) 328712

[startup+4422.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/176 31589
/proc/meminfo: memFree=16469156/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=248572 CPUtime=4422.3 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 369274 0 0 0 442125 105 0 0 25 0 1 0 510337823 254537728 56079 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 62143 56079 263 29 0 58772 0
Current children cumulated CPU time (s) 4422.3
Current children cumulated vsize (KiB) 248572

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 31590
/proc/meminfo: memFree=16411848/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=297892 CPUtime=4482.3 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 378630 0 0 0 448123 107 0 0 25 0 1 0 510337823 305041408 65388 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259463 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 74473 65388 263 29 0 71102 0
Current children cumulated CPU time (s) 4482.3
Current children cumulated vsize (KiB) 297892

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 31591
/proc/meminfo: memFree=16383568/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=297892 CPUtime=4542.31 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 381223 0 0 0 454122 109 0 0 25 0 1 0 510337823 305041408 67911 33554432000 4194304 4309791 140737440763808 18446744073709551615 4252197 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 74473 67911 263 29 0 71102 0
Current children cumulated CPU time (s) 4542.31
Current children cumulated vsize (KiB) 297892

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 31593
/proc/meminfo: memFree=16357644/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=328712 CPUtime=4602.31 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 383385 0 0 0 460121 110 0 0 25 0 1 0 510337823 336601088 70017 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 82178 70017 263 29 0 78807 0
Current children cumulated CPU time (s) 4602.31
Current children cumulated vsize (KiB) 328712

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 31595
/proc/meminfo: memFree=16333692/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=328712 CPUtime=4662.3 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 385662 0 0 0 466119 111 0 0 25 0 1 0 510337823 336601088 72229 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259872 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 82178 72229 263 29 0 78807 0
Current children cumulated CPU time (s) 4662.3
Current children cumulated vsize (KiB) 328712

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 31606
/proc/meminfo: memFree=16395580/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=328712 CPUtime=4722.31 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 387864 0 0 0 472119 112 0 0 25 0 1 0 510337823 336601088 74390 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259175 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 82178 74390 263 29 0 78807 0
Current children cumulated CPU time (s) 4722.31
Current children cumulated vsize (KiB) 328712

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 31607
/proc/meminfo: memFree=16412808/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=297892 CPUtime=4782.31 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 397018 0 0 0 478116 115 0 0 25 0 1 0 510337823 305041408 65002 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259159 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 74473 65002 263 29 0 71102 0
Current children cumulated CPU time (s) 4782.31
Current children cumulated vsize (KiB) 297892

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 31609
/proc/meminfo: memFree=16383908/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=297892 CPUtime=4842.31 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 399411 0 0 0 484115 116 0 0 25 0 1 0 510337823 305041408 67336 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259224 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 74473 67336 263 29 0 71102 0
Current children cumulated CPU time (s) 4842.31
Current children cumulated vsize (KiB) 297892

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/176 31610
/proc/meminfo: memFree=16357608/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=328712 CPUtime=4902.31 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 401648 0 0 0 490114 117 0 0 25 0 1 0 510337823 336601088 69526 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259856 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 82178 69526 263 29 0 78807 0
Current children cumulated CPU time (s) 4902.31
Current children cumulated vsize (KiB) 328712

[startup+4962.3 s]
/proc/loadavg: 2.06 2.01 1.94 3/176 31615
/proc/meminfo: memFree=16332924/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=328712 CPUtime=4962.31 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 403846 0 0 0 496113 118 0 0 25 0 1 0 510337823 336601088 71664 33554432000 4194304 4309791 140737440763808 18446744073709551615 4253863 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 82178 71664 263 29 0 78807 0
Current children cumulated CPU time (s) 4962.31
Current children cumulated vsize (KiB) 328712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.03 2.01 1.94 3/176 31616
/proc/meminfo: memFree=16318436/32951132 swapFree=67111524/67111528
[pid=31425] ppid=31423 vsize=328712 CPUtime=5000.02 cores=1,3,5,7
/proc/31425/stat : 31425 (glueminisat) R 31423 31425 31393 0 -1 4202496 405150 0 0 0 499883 119 0 0 25 0 1 0 510337823 336601088 72930 33554432000 4194304 4309791 140737440763808 18446744073709551615 4259413 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/31425/statm: 82178 72930 263 29 0 78807 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 328712

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)
Real time (s): 5000.02
CPU time (s): 5000.04
CPU user time (s): 4998.83
CPU system time (s): 1.20382
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 328712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.83
system time used= 1.20382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 405150
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 4806

runsolver used 6.46202 second user time and 16.3945 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-28 12:43:02
IDJOB=3309251
IDBENCH=20410
IDSOLVER=1694
FILE ID=node129/3309251-1303987381
RUNJOBID= node129-1303987381-31412
PBS_JOBID= 13168745
Free space on /tmp= 66336 MiB

SOLVER NAME= glueminisat 2.2.5
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-8-ipc5-h19-sat.cnf
COMMAND LINE= glueminisat -compe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309251-1303987381/watcher-3309251-1303987381 -o /tmp/evaluation-result-3309251-1303987381/solver-3309251-1303987381 -C 5000 -W 5100 -M 15500  glueminisat -compe HOME/instance-3309251-1303987381.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 409f4401e9e8b60ee665ac5567a13e41
RANDOM SEED=991700961

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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.831
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.831
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.83
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.831
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.831
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:     32951132 kB
MemFree:      16891144 kB
Buffers:       1270192 kB
Cached:       14055596 kB
SwapCached:          4 kB
Active:        3718812 kB
Inactive:     11675300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      16891144 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           35788 kB
Writeback:           8 kB
AnonPages:       67460 kB
Mapped:          14780 kB
Slab:           602432 kB
PageTables:       4492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   192296 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66332 MiB
End job on node129 at 2011-04-28 14:06:24