Trace number 1720198

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
ttsth-5-0 2009-03-19Signal 1006.58 1006.97

General information on the benchmark

Namemanol-pipe-g10nid.cnf
MD5SUMd46e452956bc993f202d3b06fd3e858e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark91.6881
Satisfiable
(Un)Satisfiability was proved
Number of variables217725
Number of clauses646228
Sum of the clauses size1507864
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2430818
Number of clauses of size 3215409
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1.28/1.33	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1720198-1240653555.cnf 
1.28/1.33	c Using SATTIMEOUT of 1200
1.28/1.33	c Using SATRAM of 1800
1.28/1.33	c Size of subset node = 16
1.28/1.33	c Variables = 217725
1.28/1.33	c Clauses = 646228
1.28/1.33	c Literals = 1507864
1.28/1.33	c Reduced size:
1.28/1.33	c Variables = 217725
1.28/1.33	c Clauses = 646225
1.28/1.33	c Literals = 1507858
1.28/1.33	c a2
2.48/2.53	c a1
1001.73/1002.03	c Independent sub-problems = 1
1001.73/1002.03	c Sub-problem with 217724 variables and 646225 clauses
1001.73/1002.03	c using permutation method 4
1001.73/1002.03	c count = 1
1001.73/1002.03	c Ordering finished 1001.610 seconds
1001.73/1002.03	c mapped 1001.900 seconds
1001.73/1002.03	c permuted 1001.910 seconds
1001.73/1002.03	c about to sort
1001.92/1002.24	c sorted

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1720198-1240653555/watcher-1720198-1240653555 -o /tmp/evaluation-result-1720198-1240653555/solver-1720198-1240653555 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1720198-1240653555.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 17647
/proc/meminfo: memFree=1844456/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=1064 CPUtime=0
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 93383675 1089536 130 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 266 130 78 176 0 88 0

[startup+0.099407 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 17647
/proc/meminfo: memFree=1844456/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=4728 CPUtime=0.09
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 1044 0 0 0 9 0 0 0 18 0 1 0 93383675 4841472 1028 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 1182 1029 78 176 0 1004 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4728

[startup+0.101406 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 17647
/proc/meminfo: memFree=1844456/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=4860 CPUtime=0.09
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 1062 0 0 0 9 0 0 0 18 0 1 0 93383675 4976640 1046 1992294400 134512640 135237372 4294956192 18446744073709551615 134639534 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 1215 1047 78 176 0 1037 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4860

[startup+0.301423 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 17647
/proc/meminfo: memFree=1844456/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=12172 CPUtime=0.29
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 2931 0 0 0 28 1 0 0 19 0 1 0 93383675 12464128 2915 1992294400 134512640 135237372 4294956192 18446744073709551615 134639534 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 3043 2915 78 176 0 2865 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12172

[startup+0.701458 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 17647
/proc/meminfo: memFree=1844456/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=27044 CPUtime=0.69
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 6624 0 0 0 67 2 0 0 22 0 1 0 93383675 27693056 6608 1992294400 134512640 135237372 4294956192 18446744073709551615 134639534 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 6761 6608 78 176 0 6583 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27044

[startup+1.50254 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17648
/proc/meminfo: memFree=1806432/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=75344 CPUtime=1.49
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 18248 0 0 0 142 7 0 0 25 0 1 0 93383675 77152256 18232 1992294400 134512640 135237372 4294956192 18446744073709551615 134554912 0 0 4096 0 0 0 0 17 0 0 0
/proc/17647/statm: 18836 18232 79 176 0 18658 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75344

[startup+3.10167 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17648
/proc/meminfo: memFree=1754016/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=89380 CPUtime=3.08
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 30630 0 0 0 295 13 0 0 25 0 1 0 93383675 91525120 21576 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 22345 21577 80 176 0 22167 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 89380

[startup+6.30196 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17648
/proc/meminfo: memFree=1726944/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=120400 CPUtime=6.27
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 38401 0 0 0 612 15 0 0 25 0 1 0 93383675 123289600 29347 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 30100 29347 80 176 0 29922 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 120400

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17648
/proc/meminfo: memFree=1726752/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=120732 CPUtime=12.67
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 38470 0 0 0 1252 15 0 0 25 0 1 0 93383675 123629568 29416 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 30183 29416 80 176 0 30005 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 120732

[startup+25.5017 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17648
/proc/meminfo: memFree=1726240/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=121160 CPUtime=25.48
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 38597 0 0 0 2532 16 0 0 25 0 1 0 93383675 124067840 29543 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 30290 29543 80 176 0 30112 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 121160

[startup+51.102 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17648
/proc/meminfo: memFree=1725408/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=122432 CPUtime=51.05
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 38814 0 0 0 5088 17 0 0 25 0 1 0 93383675 125370368 29760 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 30608 29760 80 176 0 30430 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 122432

[startup+102.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17648
/proc/meminfo: memFree=1723616/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=124392 CPUtime=102.24
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 39250 0 0 0 10207 17 0 0 25 0 1 0 93383675 127377408 30196 1992294400 134512640 135237372 4294956192 18446744073709551615 134600972 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 31098 30196 80 176 0 30920 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 124392

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=1721184/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=125844 CPUtime=162.23
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 39662 0 0 0 16205 18 0 0 25 0 1 0 93383675 128864256 30608 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 31461 30608 80 176 0 31283 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 125844

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=1720864/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=126108 CPUtime=222.21
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 39743 0 0 0 22203 18 0 0 25 0 1 0 93383675 129134592 30689 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 31527 30689 80 176 0 31349 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 126108

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=1720672/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=126240 CPUtime=282.2
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 39796 0 0 0 28202 18 0 0 25 0 1 0 93383675 129269760 30742 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 31560 30742 80 176 0 31382 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 126240

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=1720480/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=126372 CPUtime=342.18
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 39839 0 0 0 34200 18 0 0 25 0 1 0 93383675 129404928 30785 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 31593 30785 80 176 0 31415 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 126372

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=1720288/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=126504 CPUtime=402.17
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 39879 0 0 0 40199 18 0 0 25 0 1 0 93383675 129540096 30825 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 31626 30825 80 176 0 31448 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 126504

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=1720160/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=126636 CPUtime=462.15
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 39913 0 0 0 46197 18 0 0 25 0 1 0 93383675 129675264 30859 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 31659 30859 80 176 0 31481 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 126636

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=1720032/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=126768 CPUtime=522.13
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 39949 0 0 0 52195 18 0 0 25 0 1 0 93383675 129810432 30895 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 31692 30895 80 176 0 31514 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 126768

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=1719840/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=126768 CPUtime=582.12
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 39985 0 0 0 58194 18 0 0 25 0 1 0 93383675 129810432 30931 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 31692 30931 80 176 0 31514 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 126768

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=1719648/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=126900 CPUtime=642.11
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 40021 0 0 0 64193 18 0 0 25 0 1 0 93383675 129945600 30967 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 31725 30967 80 176 0 31547 0
Current children cumulated CPU time (s) 642.11
Current children cumulated vsize (KiB) 126900

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=1719456/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=127032 CPUtime=702.1
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 40054 0 0 0 70191 19 0 0 25 0 1 0 93383675 130080768 31000 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 31758 31000 80 176 0 31580 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 127032

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=1719392/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=128444 CPUtime=762.09
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 40080 0 0 0 76190 19 0 0 25 0 1 0 93383675 131526656 31026 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 32111 31026 80 176 0 31933 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 128444

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=1719200/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=128444 CPUtime=822.07
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 40107 0 0 0 82188 19 0 0 25 0 1 0 93383675 131526656 31053 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 32111 31053 80 176 0 31933 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 128444

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=1719136/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=128576 CPUtime=882.05
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 40133 0 0 0 88186 19 0 0 25 0 1 0 93383675 131661824 31079 1992294400 134512640 135237372 4294956192 18446744073709551615 134600718 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 32144 31079 80 176 0 31966 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 128576

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=1719072/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=128708 CPUtime=942.04
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 40157 0 0 0 94185 19 0 0 25 0 1 0 93383675 131796992 31103 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 32177 31103 80 176 0 31999 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 128708

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=1715616/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=143180 CPUtime=1002.02
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 43871 0 0 0 100182 20 0 0 25 0 1 0 93383675 146616320 33553 1992294400 134512640 135237372 4294956192 18446744073709551615 134737791 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 35795 33553 91 176 0 35617 0
Current children cumulated CPU time (s) 1002.02
Current children cumulated vsize (KiB) 143180

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

[startup+1004.7 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=1425952/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=448428 CPUtime=1004.42
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4194304 122160 0 0 0 100387 55 0 0 25 0 1 0 93383675 459190272 111615 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 1 0 0
/proc/17647/statm: 112107 111615 94 176 0 111929 0
Current children cumulated CPU time (s) 1004.42
Current children cumulated vsize (KiB) 448428

[startup+1006.3 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=1290848/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=469980 CPUtime=1006
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4195840 127603 0 0 0 100413 187 0 0 25 0 1 0 93383675 481259520 117045 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/17647/statm: 117495 117045 94 176 0 117317 0
Current children cumulated CPU time (s) 1006
Current children cumulated vsize (KiB) 469980

[startup+1006.7 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=993696/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=469980 CPUtime=1006.3
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4195840 127659 0 0 0 100413 217 0 0 24 0 1 0 93383675 481259520 117045 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/17647/statm: 117495 117045 94 176 0 117317 0
Current children cumulated CPU time (s) 1006.3
Current children cumulated vsize (KiB) 469980

[startup+1006.9 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 17654
/proc/meminfo: memFree=993696/2055920 swapFree=4192812/4192956
[pid=17647] ppid=17645 vsize=0 CPUtime=1006.5
/proc/17647/stat : 17647 (ttsth-5-0) R 17645 17647 17442 0 -1 4195844 127957 0 0 0 100413 237 0 0 25 0 1 0 93383675 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/17647/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1006.5
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 1006.97
CPU time (s): 1006.58
CPU user time (s): 1004.14
CPU system time (s): 2.44363
CPU usage (%): 99.9613
Max. virtual memory (cumulated for all children) (KiB): 469980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1004.14
system time used= 2.44363
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127957
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= 5
involuntary context switches= 2568

runsolver used 0.771882 second user time and 2.14467 second system time

The end

Launcher Data

Begin job on node43 at 2009-04-25 11:59:16
IDJOB=1720198
IDBENCH=69595
IDSOLVER=549
FILE ID=node43/1720198-1240653555
PBS_JOBID= 9186535
Free space on /tmp= 66392 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT_RACE08/cnf/manol-pipe-g10nid.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720198-1240653555/watcher-1720198-1240653555 -o /tmp/evaluation-result-1720198-1240653555/solver-1720198-1240653555 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1720198-1240653555.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= d46e452956bc993f202d3b06fd3e858e
RANDOM SEED=782379472

node43.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.237
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.237
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1844872 kB
Buffers:          7448 kB
Cached:         130456 kB
SwapCached:          0 kB
Active:          41224 kB
Inactive:       110536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1844872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12256 kB
Writeback:           0 kB
Mapped:          23648 kB
Slab:            45252 kB
Committed_AS:   339428 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65936 MiB
End job on node43 at 2009-04-25 12:16:03