Trace number 1780948

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-19 (4 threads)? (MO) 1148.61 502.743

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_21_SAT.cnf
MD5SUM03a36a0e1b9af8e7c30a29a92e02302e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark65.2441
Satisfiable
(Un)Satisfiability was proved
Number of variables4466
Number of clauses542457
Sum of the clauses size1621186
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 26774
Number of clauses of size 3535652
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data

0.82/0.86	c Command: HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780948-1243684644.cnf 
0.82/0.86	c Using SATTIMEOUT of 10000
0.82/0.86	c Using SATRAM of 2047
0.82/0.86	c Size of subset node = 16
0.82/0.86	c Variables = 4466
0.82/0.86	c Clauses = 542457
0.82/0.86	c Literals = 1621186
0.82/0.86	c Reduced size:
0.82/0.86	c Variables = 4466
0.82/0.86	c Clauses = 542457
0.82/0.86	c Literals = 1621186
0.82/0.86	c a2
2.32/2.34	c a1
5.72/5.77	c Independent sub-problems = 1
5.72/5.77	c Sub-problem with 4466 variables and 542457 clauses
5.72/5.77	c using permutation method 4
5.72/5.77	c count = 1
5.72/5.77	c Ordering finished 5.530 seconds
5.72/5.77	c mapped 5.780 seconds
5.72/5.77	c permuted 5.780 seconds
5.72/5.77	c about to sort
5.92/5.96	c sorted
11.42/11.43	c clauses now 542457
11.42/11.43	c init finished 6.050 seconds
11.42/11.43	c tree built 11.430 seconds
11.42/11.43	c 
11.42/11.43	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
11.42/11.43	c ---------------------------------|----------------------------------|------------------------------------------------------
11.42/11.43	c ................................ | ..........                       |                       11.4           0.0             
11.42/11.43	c ................................ | ..........                     1 |                       11.4           0.1             
11.42/11.43	c ................................ | ..........                     2 |                       11.4           0.2             
11.42/11.43	c ................................ | ..........                     3 |                       11.4           0.3             
11.42/11.43	c ................................ | ..........                     4 |                       11.4           0.3             
11.42/11.43	c ................................ | ..........                     5 |                       11.4           0.4             
11.42/11.45	c ................................ | ..........                  1000 |                       11.4          87.3          394
200.31/105.16	c ................................ | ..........               1252000 | 36925                200.2        6252.2     25131730
400.02/203.51	c ................................ | ..........               2089000 | 63169                400.0        5222.2     50478933
600.48/303.14	c ................................ | ..........               2735000 | 82277                600.5        4554.2     73123377
799.87/381.18	c ................................ | ..........               3253000 | 99964                800.1        4065.8     91685015
999.77/452.99	c ................................ | *.........               3810000 | 117255              1000.0        3809.9    108823679

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1780948-1243684644/watcher-1780948-1243684644 -o /tmp/evaluation-result-1780948-1243684644/solver-1780948-1243684644 -C 10000 -W 1000 -M 2047 HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780948-1243684644.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 6.71 6.48 5.34 4/104 11563
/proc/meminfo: memFree=2078764/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=1936 CPUtime=0.02
/proc/11563/stat : 11563 (ttsth-5-0) R 11561 11563 2540 0 -1 4202496 362 0 0 0 2 0 0 0 22 0 1 0 1122565626 1982464 318 4294967295 134512640 135237372 3214437584 3214437032 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11563/statm: 484 318 75 177 0 306 0

[startup+0.056317 s]
/proc/loadavg: 6.71 6.48 5.34 4/104 11563
/proc/meminfo: memFree=2078764/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=3500 CPUtime=0.06
/proc/11563/stat : 11563 (ttsth-5-0) R 11561 11563 2540 0 -1 4202496 749 0 0 0 6 0 0 0 24 0 1 0 1122565626 3584000 705 4294967295 134512640 135237372 3214437584 3214437032 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11563/statm: 875 705 75 177 0 697 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 3500

[startup+0.116287 s]
/proc/loadavg: 6.71 6.48 5.34 4/104 11563
/proc/meminfo: memFree=2078764/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=5996 CPUtime=0.12
/proc/11563/stat : 11563 (ttsth-5-0) R 11561 11563 2540 0 -1 4202496 1393 0 0 0 12 0 0 0 24 0 1 0 1122565626 6139904 1349 4294967295 134512640 135237372 3214437584 3214436108 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11563/statm: 1499 1350 75 177 0 1321 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5996

[startup+0.316293 s]
/proc/loadavg: 6.71 6.48 5.34 4/104 11563
/proc/meminfo: memFree=2078764/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=14900 CPUtime=0.32
/proc/11563/stat : 11563 (ttsth-5-0) R 11561 11563 2540 0 -1 4202496 3542 0 0 0 31 1 0 0 25 0 1 0 1122565626 15257600 3498 4294967295 134512640 135237372 3214437584 3214437032 134732614 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11563/statm: 3725 3498 75 177 0 3547 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 14900

[startup+0.716246 s]
/proc/loadavg: 6.71 6.48 5.34 4/104 11563
/proc/meminfo: memFree=2078764/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=31732 CPUtime=0.72
/proc/11563/stat : 11563 (ttsth-5-0) R 11561 11563 2540 0 -1 4202496 7649 0 0 0 70 2 0 0 25 0 1 0 1122565626 32493568 7605 4294967295 134512640 135237372 3214437584 3214436108 134639534 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11563/statm: 7933 7606 75 177 0 7755 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 31732

[startup+1.51619 s]
/proc/loadavg: 6.71 6.48 5.34 4/105 11564
/proc/meminfo: memFree=2019036/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=73188 CPUtime=1.52
/proc/11563/stat : 11563 (ttsth-5-0) R 11561 11563 2540 0 -1 4202496 17186 0 0 0 150 2 0 0 25 0 1 0 1122565626 74944512 17141 4294967295 134512640 135237372 3214437584 3214435920 134680285 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11563/statm: 18297 17141 76 177 0 18119 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 73188

[startup+3.11608 s]
/proc/loadavg: 6.42 6.42 5.33 4/105 11564
/proc/meminfo: memFree=2011272/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=72704 CPUtime=3.12
/proc/11563/stat : 11563 (ttsth-5-0) R 11561 11563 2540 0 -1 4202496 18440 0 0 0 309 3 0 0 25 0 1 0 1122565626 74448896 17335 4294967295 134512640 135237372 3214437584 3214436912 134555272 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11563/statm: 18176 17335 77 177 0 17998 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 72704

[startup+6.31589 s]
/proc/loadavg: 6.42 6.42 5.33 4/105 11564
/proc/meminfo: memFree=2002960/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=77592 CPUtime=6.32
/proc/11563/stat : 11563 (ttsth-5-0) R 11561 11563 2540 0 -1 4202496 20909 0 0 0 629 3 0 0 25 0 1 0 1122565626 79454208 19274 4294967295 134512640 135237372 3214437584 3214428656 134520473 0 0 0 0 0 0 0 17 1 0 0 0
/proc/11563/statm: 19398 19274 88 177 0 19220 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 77592

[startup+12.7154 s]
/proc/loadavg: 5.89 6.31 5.30 7/109 11568
/proc/meminfo: memFree=1966840/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=150784 CPUtime=13.98
/proc/11563/stat : 11563 (ttsth-5-0) S 11561 11563 2540 0 -1 4202496 30859 0 0 0 1389 9 0 0 25 0 5 0 1122565626 154402816 29224 4294967295 134512640 135237372 3214437584 3214437180 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11563/statm: 37696 29224 95 177 0 37518 0
[pid=11563/tid=11565] ppid=11561 vsize=150784 CPUtime=1.01
/proc/11563/task/11565/stat : 11565 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 1044 0 0 0 101 0 0 0 25 0 5 0 1122566769 154402816 29224 4294967295 134512640 135237372 3214437584 3078776128 134590541 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11563/tid=11566] ppid=11561 vsize=150784 CPUtime=0.28
/proc/11563/task/11566/stat : 11566 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 475 0 0 0 28 0 0 0 25 0 5 0 1122566769 154402816 29224 4294967295 134512640 135237372 3214437584 3070303824 134561510 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11563/tid=11567] ppid=11561 vsize=150784 CPUtime=0.85
/proc/11563/task/11567/stat : 11567 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 335 0 0 0 84 1 0 0 25 0 5 0 1122566771 154402816 29224 4294967295 134512640 135237372 3214437584 3061975152 134680290 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11563/tid=11568] ppid=11561 vsize=150784 CPUtime=0.41
/proc/11563/task/11568/stat : 11568 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 340 0 0 0 40 1 0 0 25 0 5 0 1122566771 154402816 29224 4294967295 134512640 135237372 3214437584 3053688704 134680329 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 13.98
Current children cumulated vsize (KiB) 150784

[startup+25.5145 s]
/proc/loadavg: 5.99 6.32 5.31 9/110 11629
/proc/meminfo: memFree=1914596/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=199728 CPUtime=39.58
/proc/11563/stat : 11563 (ttsth-5-0) S 11561 11563 2540 0 -1 4202496 43154 0 0 0 3943 15 0 0 25 0 5 0 1122565626 204521472 41519 4294967295 134512640 135237372 3214437584 3214437180 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11563/statm: 49932 41519 95 177 0 49754 0
[pid=11563/tid=11565] ppid=11561 vsize=199728 CPUtime=8.38
/proc/11563/task/11565/stat : 11565 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 5057 0 0 0 837 1 0 0 25 0 5 0 1122566769 204521472 41520 4294967295 134512640 135237372 3214437584 3078767248 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11563/tid=11566] ppid=11561 vsize=199728 CPUtime=5.71
/proc/11563/task/11566/stat : 11566 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 3808 0 0 0 570 1 0 0 25 0 5 0 1122566769 204521472 41520 4294967295 134512640 135237372 3214437584 3070346604 134549983 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11563/tid=11567] ppid=11561 vsize=199728 CPUtime=7.35
/proc/11563/task/11567/stat : 11567 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 3003 0 0 0 732 3 0 0 25 0 5 0 1122566771 204521472 41520 4294967295 134512640 135237372 3214437584 3062078192 134565869 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11563/tid=11568] ppid=11561 vsize=199728 CPUtime=6.71
/proc/11563/task/11568/stat : 11568 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 2622 0 0 0 668 3 0 0 25 0 5 0 1122566771 204521472 41520 4294967295 134512640 135237372 3214437584 3053640284 134519936 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 39.58
Current children cumulated vsize (KiB) 199728

[startup+51.1128 s]
/proc/loadavg: 6.32 6.37 5.36 7/109 11756
/proc/meminfo: memFree=1815008/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=299956 CPUtime=90.75
/proc/11563/stat : 11563 (ttsth-5-0) S 11561 11563 2540 0 -1 4202496 68261 0 0 0 9053 22 0 0 25 0 5 0 1122565626 307154944 66626 4294967295 134512640 135237372 3214437584 3214437180 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11563/statm: 74989 66626 95 177 0 74811 0
[pid=11563/tid=11565] ppid=11561 vsize=299956 CPUtime=21.51
/proc/11563/task/11565/stat : 11565 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 12803 0 0 0 2148 3 0 0 25 0 5 0 1122566769 307154944 66626 4294967295 134512640 135237372 3214437584 3078726160 134591181 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11563/tid=11566] ppid=11561 vsize=299956 CPUtime=18.18
/proc/11563/task/11566/stat : 11566 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 12016 0 0 0 1815 3 0 0 25 0 5 0 1122566769 307154944 66626 4294967295 134512640 135237372 3214437584 3070386656 134588114 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11563/tid=11567] ppid=11561 vsize=299956 CPUtime=20.1
/proc/11563/task/11567/stat : 11567 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 6889 0 0 0 2005 5 0 0 25 0 5 0 1122566771 307154944 66626 4294967295 134512640 135237372 3214437584 3062093520 134588046 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11563/tid=11568] ppid=11561 vsize=299956 CPUtime=19.53
/proc/11563/task/11568/stat : 11568 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 7888 0 0 0 1949 4 0 0 25 0 5 0 1122566771 307154944 66626 4294967295 134512640 135237372 3214437584 3053629904 134749343 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 90.75
Current children cumulated vsize (KiB) 299956

[startup+102.309 s]
/proc/loadavg: 6.58 6.41 5.43 9/110 11910
/proc/meminfo: memFree=1574088/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=537996 CPUtime=194.71
/proc/11563/stat : 11563 (ttsth-5-0) S 11561 11563 2540 0 -1 4202496 127727 0 0 0 19438 33 0 0 25 0 5 0 1122565626 550907904 126092 4294967295 134512640 135237372 3214437584 3214437180 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11563/statm: 134499 126092 95 177 0 134321 0
[pid=11563/tid=11565] ppid=11561 vsize=537996 CPUtime=49.15
/proc/11563/task/11565/stat : 11565 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 31017 0 0 0 4910 5 0 0 25 0 5 0 1122566769 550907904 126092 4294967295 134512640 135237372 3214437584 3078721648 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11563/tid=11566] ppid=11561 vsize=537996 CPUtime=43.41
/proc/11563/task/11566/stat : 11566 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 28897 0 0 0 4334 7 0 0 25 0 5 0 1122566769 550907904 126092 4294967295 134512640 135237372 3214437584 3070478928 134561510 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11563/tid=11567] ppid=11561 vsize=537996 CPUtime=45.75
/proc/11563/task/11567/stat : 11567 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 15902 0 0 0 4567 8 0 0 25 0 5 0 1122566771 550907904 126092 4294967295 134512640 135237372 3214437584 3062093904 134549896 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11563/tid=11568] ppid=11561 vsize=537996 CPUtime=44.97
/proc/11563/task/11568/stat : 11568 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 23246 0 0 0 4491 6 0 0 25 0 5 0 1122566771 550907904 126092 4294967295 134512640 135237372 3214437584 3053640688 134588248 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 194.71
Current children cumulated vsize (KiB) 537996

[startup+162.315 s]
/proc/loadavg: 6.50 6.41 5.49 8/110 12041
/proc/meminfo: memFree=1327340/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=786552 CPUtime=314.67
/proc/11563/stat : 11563 (ttsth-5-0) S 11561 11563 2540 0 -1 4202496 189889 0 0 0 31414 53 0 0 25 0 5 0 1122565626 805429248 188254 4294967295 134512640 135237372 3214437584 3214437180 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11563/statm: 196638 188254 95 177 0 196460 0
[pid=11563/tid=11565] ppid=11561 vsize=786552 CPUtime=78.91
/proc/11563/task/11565/stat : 11565 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 52070 0 0 0 7878 13 0 0 25 0 5 0 1122566769 805429248 188254 4294967295 134512640 135237372 3214437584 3078826780 134562272 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11563/tid=11566] ppid=11561 vsize=786552 CPUtime=73.21
/proc/11563/task/11566/stat : 11566 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 45746 0 0 0 7312 9 0 0 25 0 5 0 1122566769 805429248 188254 4294967295 134512640 135237372 3214437584 3070412972 134549925 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11563/tid=11567] ppid=11561 vsize=786552 CPUtime=76.02
/proc/11563/task/11567/stat : 11567 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 29277 0 0 0 7588 14 0 0 25 0 5 0 1122566771 805429248 188254 4294967295 134512640 135237372 3214437584 3062012704 134561510 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11563/tid=11568] ppid=11561 vsize=786552 CPUtime=75.1
/proc/11563/task/11568/stat : 11568 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 34131 0 0 0 7500 10 0 0 25 0 5 0 1122566771 805429248 188254 4294967295 134512640 135237372 3214437584 3053664872 134519962 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 314.67
Current children cumulated vsize (KiB) 786552

[startup+222.311 s]
/proc/loadavg: 6.53 6.43 5.55 9/110 12193
/proc/meminfo: memFree=1072072/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=1039136 CPUtime=438.93
/proc/11563/stat : 11563 (ttsth-5-0) S 11561 11563 2540 0 -1 4202496 252996 0 0 0 43814 79 0 0 25 0 5 0 1122565626 1064075264 251361 4294967295 134512640 135237372 3214437584 3214437180 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11563/statm: 259784 251361 95 177 0 259606 0
[pid=11563/tid=11565] ppid=11561 vsize=1039136 CPUtime=109.17
/proc/11563/task/11565/stat : 11565 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 70283 0 0 0 10895 22 0 0 25 0 5 0 1122566769 1064075264 251361 4294967295 134512640 135237372 3214437584 3078690576 134562338 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11563/tid=11566] ppid=11561 vsize=1039136 CPUtime=107.81
/proc/11563/task/11566/stat : 11566 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 65391 0 0 0 10768 13 0 0 25 0 5 0 1122566769 1064075264 251361 4294967295 134512640 135237372 3214437584 3070508480 134590826 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11563/tid=11567] ppid=11561 vsize=1039136 CPUtime=105.59
/proc/11563/task/11567/stat : 11567 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 40809 0 0 0 10537 22 0 0 25 0 5 0 1122566771 1064075264 251361 4294967295 134512640 135237372 3214437584 3062110896 134546034 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11563/tid=11568] ppid=11561 vsize=1039136 CPUtime=104.93
/proc/11563/task/11568/stat : 11568 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 47848 0 0 0 10478 15 0 0 25 0 5 0 1122566771 1064075264 251361 4294967295 134512640 135237372 3214437584 3053650928 134562338 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 438.93
Current children cumulated vsize (KiB) 1039136

[startup+282.307 s]
/proc/loadavg: 6.35 6.40 5.59 7/109 12331
/proc/meminfo: memFree=847868/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=1265056 CPUtime=558.89
/proc/11563/stat : 11563 (ttsth-5-0) S 11561 11563 2540 0 -1 4202496 309487 0 0 0 55785 104 0 0 25 0 5 0 1122565626 1295417344 307852 4294967295 134512640 135237372 3214437584 3214437180 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11563/statm: 316264 307852 95 177 0 316086 0
[pid=11563/tid=11565] ppid=11561 vsize=1265056 CPUtime=139.32
/proc/11563/task/11565/stat : 11565 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 85485 0 0 0 13904 28 0 0 25 0 5 0 1122566769 1295417344 307852 4294967295 134512640 135237372 3214437584 3078806472 134549877 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11563/tid=11566] ppid=11561 vsize=1265056 CPUtime=137.71
/proc/11563/task/11566/stat : 11566 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 82616 0 0 0 13750 21 0 0 25 0 5 0 1122566769 1295417344 307852 4294967295 134512640 135237372 3214437584 3070384576 134562380 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11563/tid=11567] ppid=11561 vsize=1265056 CPUtime=135.52
/proc/11563/task/11567/stat : 11567 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 54561 0 0 0 13522 30 0 0 25 0 5 0 1122566771 1295417344 307852 4294967295 134512640 135237372 3214437584 3062102112 134562309 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11563/tid=11568] ppid=11561 vsize=1265056 CPUtime=134.92
/proc/11563/task/11568/stat : 11568 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 58160 0 0 0 13474 18 0 0 25 0 5 0 1122566771 1295417344 307852 4294967295 134512640 135237372 3214437584 3053639212 134636382 0 0 0 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 558.89
Current children cumulated vsize (KiB) 1265056

[startup+342.313 s]
/proc/loadavg: 6.38 6.42 5.65 7/109 12520
/proc/meminfo: memFree=660000/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=1451944 CPUtime=683.58
/proc/11563/stat : 11563 (ttsth-5-0) S 11561 11563 2540 0 -1 4202496 355942 0 0 0 68240 118 0 0 25 0 5 0 1122565626 1486790656 354307 4294967295 134512640 135237372 3214437584 3214437180 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11563/statm: 362986 354307 95 177 0 362808 0
[pid=11563/tid=11565] ppid=11561 vsize=1451944 CPUtime=172.02
/proc/11563/task/11565/stat : 11565 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 96528 0 0 0 17171 31 0 0 25 0 5 0 1122566769 1486790656 354307 4294967295 134512640 135237372 3214437584 3078847520 134562399 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11563/tid=11566] ppid=11561 vsize=1451944 CPUtime=169.7
/proc/11563/task/11566/stat : 11566 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 99912 0 0 0 16940 30 0 0 25 0 5 0 1122566769 1486790656 354307 4294967295 134512640 135237372 3214437584 3070386192 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11563/tid=11567] ppid=11561 vsize=1451944 CPUtime=165.58
/proc/11563/task/11567/stat : 11567 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 61312 0 0 0 16526 32 0 0 25 0 5 0 1122566771 1486790656 354307 4294967295 134512640 135237372 3214437584 3062083232 134680364 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11563/tid=11568] ppid=11561 vsize=1451944 CPUtime=164.86
/proc/11563/task/11568/stat : 11568 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 69525 0 0 0 16468 18 0 0 25 0 5 0 1122566771 1486790656 354307 4294967295 134512640 135237372 3214437584 3053635572 134634454 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 683.58
Current children cumulated vsize (KiB) 1451944

[startup+402.308 s]
/proc/loadavg: 6.46 6.44 5.70 8/109 12713
/proc/meminfo: memFree=407208/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=1705196 CPUtime=853.54
/proc/11563/stat : 11563 (ttsth-5-0) S 11561 11563 2540 0 -1 4202496 419323 0 0 0 85210 144 0 0 25 0 5 0 1122565626 1746120704 417688 4294967295 134512640 135237372 3214437584 3214437180 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11563/statm: 426299 417688 95 177 0 426121 0
[pid=11563/tid=11565] ppid=11561 vsize=1705196 CPUtime=222.21
/proc/11563/task/11565/stat : 11565 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 110799 0 0 0 22185 36 0 0 25 0 5 0 1122566769 1746120704 417688 4294967295 134512640 135237372 3214437584 3078773104 134562320 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11563/tid=11566] ppid=11561 vsize=1705196 CPUtime=217.47
/proc/11563/task/11566/stat : 11566 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 124886 0 0 0 21705 42 0 0 25 0 5 0 1122566769 1746120704 417688 4294967295 134512640 135237372 3214437584 3070374848 134589616 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11563/tid=11567] ppid=11561 vsize=1705196 CPUtime=205.31
/proc/11563/task/11567/stat : 11567 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 75217 0 0 0 20496 35 0 0 25 0 5 0 1122566771 1746120704 417688 4294967295 134512640 135237372 3214437584 3062075664 134593323 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11563/tid=11568] ppid=11561 vsize=1705196 CPUtime=197.13
/proc/11563/task/11568/stat : 11568 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 79756 0 0 0 19689 24 0 0 25 0 5 0 1122566771 1746120704 417688 4294967295 134512640 135237372 3214437584 3053636896 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 853.54
Current children cumulated vsize (KiB) 1705196

[startup+462.314 s]
/proc/loadavg: 6.46 6.46 5.75 7/109 12899
/proc/meminfo: memFree=182732/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=1929232 CPUtime=1027.97
/proc/11563/stat : 11563 (ttsth-5-0) S 11561 11563 2540 0 -1 4202496 475221 0 0 0 102619 178 0 0 25 0 5 0 1122565626 1975533568 473586 4294967295 134512640 135237372 3214437584 3214437180 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11563/statm: 482308 473586 95 177 0 482130 0
[pid=11563/tid=11565] ppid=11561 vsize=1929232 CPUtime=277.44
/proc/11563/task/11565/stat : 11565 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 127663 0 0 0 27692 52 0 0 25 0 5 0 1122566769 1975533568 473586 4294967295 134512640 135237372 3214437584 3078805216 134587921 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11563/tid=11566] ppid=11561 vsize=1929232 CPUtime=247.58
/proc/11563/task/11566/stat : 11566 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 137114 0 0 0 24711 47 0 0 25 0 5 0 1122566769 1975533568 473586 4294967295 134512640 135237372 3214437584 3070459048 134551012 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11563/tid=11567] ppid=11561 vsize=1929232 CPUtime=264.5
/proc/11563/task/11567/stat : 11567 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 91852 0 0 0 26411 39 0 0 25 0 5 0 1122566771 1975533568 473586 4294967295 134512640 135237372 3214437584 3062047904 134562290 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11563/tid=11568] ppid=11561 vsize=1929232 CPUtime=227.03
/proc/11563/task/11568/stat : 11568 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 89927 0 0 0 22670 33 0 0 25 0 5 0 1122566771 1975533568 473586 4294967295 134512640 135237372 3214437584 3053655456 134749353 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1027.97
Current children cumulated vsize (KiB) 1929232



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+502.612 s]
/proc/loadavg: 6.53 6.48 5.79 7/109 13089
/proc/meminfo: memFree=127128/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=2096244 CPUtime=1148.45
/proc/11563/stat : 11563 (ttsth-5-0) S 11561 11563 2540 0 -1 4202496 516999 0 0 0 114655 190 0 0 25 0 5 0 1122565626 2146553856 515364 4294967295 134512640 135237372 3214437584 3214437180 134629544 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11563/statm: 524061 515364 95 177 0 523883 0
[pid=11563/tid=11565] ppid=11561 vsize=2096244 CPUtime=317.69
/proc/11563/task/11565/stat : 11565 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 143633 0 0 0 31713 56 0 0 25 0 5 0 1122566769 2146553856 515364 4294967295 134512640 135237372 3214437584 3078832112 134562351 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=11563/tid=11566] ppid=11561 vsize=2096244 CPUtime=267.68
/proc/11563/task/11566/stat : 11566 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 146072 0 0 0 26718 50 0 0 25 0 5 0 1122566769 2146553856 515364 4294967295 134512640 135237372 3214437584 3070370208 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11563/tid=11567] ppid=11561 vsize=2096244 CPUtime=304.42
/proc/11563/task/11567/stat : 11567 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 102163 0 0 0 30400 42 0 0 25 0 5 0 1122566771 2146553856 515364 4294967295 134512640 135237372 3214437584 3062104256 134680737 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11563/tid=11568] ppid=11561 vsize=2096244 CPUtime=247.23
/proc/11563/task/11568/stat : 11568 (ttsth-5-0) R 11561 11563 2540 0 -1 4202560 96466 0 0 0 24688 35 0 0 25 0 5 0 1122566771 2146553856 515364 4294967295 134512640 135237372 3214437584 3053637376 134562338 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1148.45
Current children cumulated vsize (KiB) 2096244

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+502.732 s]
/proc/loadavg: 6.53 6.48 5.79 7/109 13089
/proc/meminfo: memFree=127128/3368532 swapFree=1954076/1959888
[pid=11563] ppid=11561 vsize=0 CPUtime=1148.59
/proc/11563/stat : 11563 (ttsth-5-0) Z 11561 11563 2540 0 -1 4203524 517000 0 0 0 114660 199 0 0 18 0 2 0 1122565626 0 0 4294967295 0 0 0 0 0 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/11563/statm: 0 0 0 0 0 0 0
[pid=11563/tid=11568] ppid=11561 vsize=0 CPUtime=247.32
/proc/11563/task/11568/stat : 11568 (ttsth-5-0) R 11561 11563 2540 0 -1 4203588 96466 0 0 0 24688 44 0 0 25 0 2 0 1122566771 0 0 4294967295 0 0 0 0 0 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1148.59
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 502.743
CPU time (s): 1148.61
CPU user time (s): 1146.6
CPU system time (s): 2.01
CPU usage (%): 228.469
Max. virtual memory (cumulated for all children) (KiB): 2096244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1146.6
system time used= 2.01
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 517000
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= 607
involuntary context switches= 20106

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 13:57:24
IDJOB=1780948
IDBENCH=71081
IDSOLVER=632
FILE ID=tipi44/1780948-1243684644
PBS_JOBID=
Free space on /tmp= 15885 MiB

SOLVER NAME= ttsth-5-0 2009-03-19 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_21_SAT.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780948-1243684644/watcher-1780948-1243684644 -o /tmp/evaluation-result-1780948-1243684644/solver-1780948-1243684644 -C 10000 -W 1000 -M 2047  HOME/ttsth-5-0 -num-threads 4 HOME/instance-1780948-1243684644.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 03a36a0e1b9af8e7c30a29a92e02302e
RANDOM SEED= 254511822

Linux tipi44 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.10
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2079652 kB
Buffers:        164636 kB
Cached:         779872 kB
SwapCached:       2068 kB
Active:         662724 kB
Inactive:       517328 kB
HighTotal:     2489216 kB
HighFree:      1490812 kB
LowTotal:       879316 kB
LowFree:        588840 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:           11580 kB
Writeback:           0 kB
AnonPages:      234456 kB
Mapped:           5676 kB
Slab:            98856 kB
SReclaimable:    88548 kB
SUnreclaim:      10308 kB
PageTables:        816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   317352 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15885 MiB
End job on tipi44 at 2009-05-30 14:05:49