Trace number 1554700

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? (MO) 219.904 110.896

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1554700-1238731498.cnf 
0.00/0.02	c Using SATTIMEOUT of 1200
0.00/0.02	c Using SATRAM of 1800
0.00/0.02	c Size of subset node = 16
0.00/0.02	c Variables = 4656
0.00/0.02	c Clauses = 13871
0.00/0.02	c Literals = 32363
0.00/0.02	c Reduced size:
0.00/0.02	c Variables = 4656
0.00/0.02	c Clauses = 13867
0.00/0.02	c Literals = 32356
0.00/0.02	c a2
0.02/0.05	c a1
0.69/0.76	c Independent sub-problems = 1
0.69/0.76	c Sub-problem with 4654 variables and 13867 clauses
0.69/0.76	c using permutation method 4
0.69/0.76	c count = 1
0.69/0.76	c Ordering finished 0.740 seconds
0.69/0.76	c mapped 0.750 seconds
0.69/0.76	c permuted 0.750 seconds
0.69/0.76	c about to sort
0.69/0.76	c sorted
0.79/0.85	c clauses now 13867
0.79/0.85	c init finished 0.780 seconds
0.79/0.85	c tree built 0.850 seconds
0.79/0.85	c 
0.79/0.85	c PA progress                      | CPU progress Partial assignments | improvements      CPU time        PA/sec        nodes
0.79/0.85	c ---------------------------------|----------------------------------|------------------------------------------------------
0.79/0.85	c ................................ | ..........                       |                        0.8           0.0             
0.79/0.85	c ................................ | ..........                     1 |                        0.8           1.2             
0.79/0.85	c ................................ | ..........                     2 |                        0.8           2.4             
0.79/0.85	c ................................ | ..........                     3 |                        0.8           3.5             
0.79/0.85	c ................................ | ..........                     4 |                        0.8           4.7             
0.79/0.85	c ................................ | ..........                     5 |                        0.8           5.9             
0.79/0.85	c ................................ | ..........                  1000 | 14                     0.8        1176.5          378
23.87/12.46	c ................................ | ..........                425000 | 19731                 24.0       17708.3      9877261
48.21/24.61	c ................................ | ..........                626000 | 27824                 48.2       12976.8     22557347
71.94/36.59	c ................................ | ..........                787000 | 33450                 72.1       10909.3     35104440
95.89/48.56	c ................................ | ..........                941000 | 38970                 96.0        9798.0     47831227
120.02/60.61	c ................................ | *.........               1087000 | 43796                120.1        9053.1     61903487
143.97/72.66	c ................................ | *.........               1222000 | 48380                144.1        8480.2     74488152
168.10/84.76	c ................................ | *.........               1345000 | 52434                168.3        7993.6     86867234
191.84/96.68	c ................................ | *.........               1556000 | 61887                192.0        8102.9     97245962
215.99/108.72	c ................................ | *.........               1718000 | 67075                216.1        7951.5    110522992

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-1554700-1238731498/watcher-1554700-1238731498 -o /tmp/evaluation-result-1554700-1238731498/solver-1554700-1238731498 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1554700-1238731498.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.97 0.98 3/69 28946
/proc/meminfo: memFree=1814712/2055920 swapFree=4177824/4192956
[pid=28946] ppid=28944 vsize=1064 CPUtime=0
/proc/28946/stat : 28946 (ttsth-5-0) R 28944 28946 28777 0 -1 4194304 150 0 0 0 0 0 0 0 18 0 1 0 1145814528 1089536 134 1992294400 134512640 135237372 4294956192 18446744073709551615 134639534 0 0 4096 0 0 0 0 17 1 0 0
/proc/28946/statm: 266 134 78 176 0 88 0

[startup+0.031679 s]
/proc/loadavg: 0.99 0.97 0.98 3/69 28946
/proc/meminfo: memFree=1814712/2055920 swapFree=4177824/4192956
[pid=28946] ppid=28944 vsize=2516 CPUtime=0.02
/proc/28946/stat : 28946 (ttsth-5-0) R 28944 28946 28777 0 -1 4194304 514 0 0 0 2 0 0 0 18 0 1 0 1145814528 2576384 498 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/28946/statm: 629 499 79 176 0 451 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2516

[startup+0.101692 s]
/proc/loadavg: 0.99 0.97 0.98 3/69 28946
/proc/meminfo: memFree=1814712/2055920 swapFree=4177824/4192956
[pid=28946] ppid=28944 vsize=3448 CPUtime=0.09
/proc/28946/stat : 28946 (ttsth-5-0) R 28944 28946 28777 0 -1 4194304 749 0 0 0 9 0 0 0 18 0 1 0 1145814528 3530752 732 1992294400 134512640 135237372 4294956192 18446744073709551615 134553970 0 0 4096 0 0 0 0 17 1 0 0
/proc/28946/statm: 862 732 80 176 0 684 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3448

[startup+0.301731 s]
/proc/loadavg: 0.99 0.97 0.98 3/69 28946
/proc/meminfo: memFree=1814712/2055920 swapFree=4177824/4192956
[pid=28946] ppid=28944 vsize=3588 CPUtime=0.29
/proc/28946/stat : 28946 (ttsth-5-0) R 28944 28946 28777 0 -1 4194304 771 0 0 0 29 0 0 0 19 0 1 0 1145814528 3674112 754 1992294400 134512640 135237372 4294956192 18446744073709551615 134555272 0 0 4096 0 0 0 0 17 1 0 0
/proc/28946/statm: 897 754 80 176 0 719 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3588

[startup+0.701811 s]
/proc/loadavg: 0.99 0.97 0.98 3/69 28946
/proc/meminfo: memFree=1814712/2055920 swapFree=4177824/4192956
[pid=28946] ppid=28944 vsize=3588 CPUtime=0.69
/proc/28946/stat : 28946 (ttsth-5-0) R 28944 28946 28777 0 -1 4194304 797 0 0 0 69 0 0 0 22 0 1 0 1145814528 3674112 780 1992294400 134512640 135237372 4294956192 18446744073709551615 134555272 0 0 4096 0 0 0 0 17 1 0 0
/proc/28946/statm: 897 780 80 176 0 719 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3588

[startup+1.50298 s]
/proc/loadavg: 0.99 0.97 0.98 3/72 28949
/proc/meminfo: memFree=1798944/2055920 swapFree=4177824/4192956
[pid=28946] ppid=28944 vsize=48376 CPUtime=2.13
/proc/28946/stat : 28946 (ttsth-5-0) S 28944 28946 28777 0 -1 4194304 6759 0 0 0 211 2 0 0 24 0 3 0 1145814528 49537024 6742 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28946/statm: 12094 6742 98 176 0 11916 0
[pid=28946/tid=28948] ppid=28944 vsize=48376 CPUtime=0.64
/proc/28946/task/28948/stat : 28948 (ttsth-5-0) R 28944 28946 28777 0 -1 4194368 1753 0 0 0 64 0 0 0 19 0 3 0 1145814614 49537024 6742 1992294400 134512640 135237372 4294956192 18446744073709551615 134680223 0 0 4096 0 0 0 0 -1 1 0 0
[pid=28946/tid=28949] ppid=28944 vsize=48376 CPUtime=0.63
/proc/28946/task/28949/stat : 28949 (ttsth-5-0) R 28944 28946 28777 0 -1 4194368 1552 0 0 0 63 0 0 0 19 0 3 0 1145814614 49537024 6743 1992294400 134512640 135237372 4294956192 18446744073709551615 134562338 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 48376

[startup+3.10129 s]
/proc/loadavg: 0.99 0.97 0.98 3/72 28949
/proc/meminfo: memFree=1775648/2055920 swapFree=4177824/4192956
[pid=28946] ppid=28944 vsize=79172 CPUtime=5.32
/proc/28946/stat : 28946 (ttsth-5-0) S 28944 28946 28777 0 -1 4194304 14482 0 0 0 525 7 0 0 24 0 3 0 1145814528 81072128 14465 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28946/statm: 19793 14466 98 176 0 19615 0
[pid=28946/tid=28948] ppid=28944 vsize=79172 CPUtime=2.23
/proc/28946/task/28948/stat : 28948 (ttsth-5-0) R 28944 28946 28777 0 -1 4194368 6223 0 0 0 221 2 0 0 18 0 3 0 1145814614 81072128 14466 1992294400 134512640 135237372 4294956192 18446744073709551615 134749351 0 0 4096 0 0 0 0 -1 1 0 0
[pid=28946/tid=28949] ppid=28944 vsize=79172 CPUtime=2.22
/proc/28946/task/28949/stat : 28949 (ttsth-5-0) R 28944 28946 28777 0 -1 4194368 4806 0 0 0 219 3 0 0 20 0 3 0 1145814614 81072128 14466 1992294400 134512640 135237372 4294956192 18446744073709551615 134562338 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.32
Current children cumulated vsize (KiB) 79172

[startup+6.30193 s]
/proc/loadavg: 1.07 0.99 0.99 3/72 28949
/proc/meminfo: memFree=1722912/2055920 swapFree=4177824/4192956
[pid=28946] ppid=28944 vsize=126024 CPUtime=11.71
/proc/28946/stat : 28946 (ttsth-5-0) S 28944 28946 28777 0 -1 4194304 26239 0 0 0 1157 14 0 0 24 0 3 0 1145814528 129048576 26222 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28946/statm: 31506 26223 98 176 0 31328 0
[pid=28946/tid=28948] ppid=28944 vsize=126024 CPUtime=5.43
/proc/28946/task/28948/stat : 28948 (ttsth-5-0) R 28944 28946 28777 0 -1 4194368 13005 0 0 0 538 5 0 0 18 0 3 0 1145814614 129048576 26223 1992294400 134512640 135237372 4294956192 18446744073709551615 134546076 0 0 4096 0 0 0 0 -1 1 0 0
[pid=28946/tid=28949] ppid=28944 vsize=126024 CPUtime=5.41
/proc/28946/task/28949/stat : 28949 (ttsth-5-0) R 28944 28946 28777 0 -1 4194368 9781 0 0 0 535 6 0 0 19 0 3 0 1145814614 129048576 26223 1992294400 134512640 135237372 4294956192 18446744073709551615 134562338 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.71
Current children cumulated vsize (KiB) 126024

[startup+12.7022 s]
/proc/loadavg: 1.15 1.00 0.99 3/72 28949
/proc/meminfo: memFree=1641888/2055920 swapFree=4177824/4192956
[pid=28946] ppid=28944 vsize=202812 CPUtime=24.47
/proc/28946/stat : 28946 (ttsth-5-0) S 28944 28946 28777 0 -1 4194304 45501 0 0 0 2424 23 0 0 24 0 3 0 1145814528 207679488 45484 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28946/statm: 50703 45484 98 176 0 50525 0
[pid=28946/tid=28948] ppid=28944 vsize=202812 CPUtime=11.84
/proc/28946/task/28948/stat : 28948 (ttsth-5-0) R 28944 28946 28777 0 -1 4194368 24524 0 0 0 1172 12 0 0 22 0 3 0 1145814614 207679488 45484 1992294400 134512640 135237372 4294956192 18446744073709551615 134749351 0 0 4096 0 0 0 0 -1 1 0 0
[pid=28946/tid=28949] ppid=28944 vsize=202812 CPUtime=11.78
/proc/28946/task/28949/stat : 28949 (ttsth-5-0) R 28944 28946 28777 0 -1 4194368 17523 0 0 0 1168 10 0 0 23 0 3 0 1145814614 207679488 45484 1992294400 134512640 135237372 4294956192 18446744073709551615 134562459 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.47
Current children cumulated vsize (KiB) 202812

[startup+25.5017 s]
/proc/loadavg: 1.34 1.05 1.01 3/72 28949
/proc/meminfo: memFree=1420384/2055920 swapFree=4177824/4192956
[pid=28946] ppid=28944 vsize=419980 CPUtime=50.01
/proc/28946/stat : 28946 (ttsth-5-0) S 28944 28946 28777 0 -1 4194304 99802 0 0 0 4952 49 0 0 24 0 3 0 1145814528 430059520 99785 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28946/statm: 104995 99785 98 176 0 104817 0
[pid=28946/tid=28948] ppid=28944 vsize=419980 CPUtime=24.63
/proc/28946/task/28948/stat : 28948 (ttsth-5-0) R 28944 28946 28777 0 -1 4194368 61111 0 0 0 2434 29 0 0 21 0 3 0 1145814614 430059520 99785 1992294400 134512640 135237372 4294956192 18446744073709551615 134562273 0 0 4096 0 0 0 0 -1 1 0 0
[pid=28946/tid=28949] ppid=28944 vsize=419980 CPUtime=24.52
/proc/28946/task/28949/stat : 28949 (ttsth-5-0) R 28944 28946 28777 0 -1 4194368 35237 0 0 0 2434 18 0 0 25 0 3 0 1145814614 430059520 99785 1992294400 134512640 135237372 4294956192 18446744073709551615 134562380 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (KiB) 419980

[startup+51.1018 s]
/proc/loadavg: 1.56 1.13 1.03 3/72 28949
/proc/meminfo: memFree=984672/2055920 swapFree=4177824/4192956
[pid=28946] ppid=28944 vsize=861684 CPUtime=101.07
/proc/28946/stat : 28946 (ttsth-5-0) S 28944 28946 28777 0 -1 4194304 210191 0 0 0 10007 100 0 0 24 0 3 0 1145814528 882364416 210174 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28946/statm: 215421 210175 98 176 0 215243 0
[pid=28946/tid=28948] ppid=28944 vsize=861684 CPUtime=50.22
/proc/28946/task/28948/stat : 28948 (ttsth-5-0) R 28944 28946 28777 0 -1 4194368 129140 0 0 0 4960 62 0 0 25 0 3 0 1145814614 882364416 210175 1992294400 134512640 135237372 4294956192 18446744073709551615 134749351 0 0 4096 0 0 0 0 -1 1 0 0
[pid=28946/tid=28949] ppid=28944 vsize=861684 CPUtime=50
/proc/28946/task/28949/stat : 28949 (ttsth-5-0) R 28944 28946 28777 0 -1 4194368 77598 0 0 0 4963 37 0 0 25 0 3 0 1145814614 882364416 210175 1992294400 134512640 135237372 4294956192 18446744073709551615 134546105 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 861684

[startup+102.307 s]
/proc/loadavg: 1.81 1.26 1.08 3/72 28949
/proc/meminfo: memFree=129504/2055920 swapFree=4177824/4192956
[pid=28946] ppid=28944 vsize=1704672 CPUtime=203.22
/proc/28946/stat : 28946 (ttsth-5-0) S 28944 28946 28777 0 -1 4194304 420934 0 0 0 20126 196 0 0 24 0 3 0 1145814528 1745584128 420917 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28946/statm: 426168 420917 98 176 0 425990 0
[pid=28946/tid=28948] ppid=28944 vsize=1704672 CPUtime=101.41
/proc/28946/task/28948/stat : 28948 (ttsth-5-0) R 28944 28946 28777 0 -1 4194368 259402 0 0 0 10021 120 0 0 25 0 3 0 1145814614 1745584128 420917 1992294400 134512640 135237372 4294956192 18446744073709551615 134546034 0 0 4096 0 0 0 0 -1 1 0 0
[pid=28946/tid=28949] ppid=28944 vsize=1704672 CPUtime=100.95
/proc/28946/task/28949/stat : 28949 (ttsth-5-0) R 28944 28946 28777 0 -1 4194368 158078 0 0 0 10020 75 0 0 25 0 3 0 1145814614 1745584128 420917 1992294400 134512640 135237372 4294956192 18446744073709551615 134749353 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.22
Current children cumulated vsize (KiB) 1704672



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+110.602 s]
/proc/loadavg: 1.84 1.28 1.09 4/72 28949
/proc/meminfo: memFree=16288/2055920 swapFree=4177824/4192956
[pid=28946] ppid=28944 vsize=1843552 CPUtime=219.6
/proc/28946/stat : 28946 (ttsth-5-0) S 28944 28946 28777 0 -1 4194304 455656 0 0 0 21748 212 0 0 24 0 3 0 1145814528 1887797248 455639 1992294400 134512640 135237372 4294956192 18446744073709551615 134629544 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28946/statm: 460888 455639 98 176 0 460710 0
[pid=28946/tid=28948] ppid=28944 vsize=1843552 CPUtime=109.58
/proc/28946/task/28948/stat : 28948 (ttsth-5-0) R 28944 28946 28777 0 -1 4194368 285335 0 0 0 10827 131 0 0 25 0 3 0 1145814614 1887797248 455640 1992294400 134512640 135237372 4294956192 18446744073709551615 134546034 0 0 4096 0 0 0 0 -1 1 0 0
[pid=28946/tid=28949] ppid=28944 vsize=1843552 CPUtime=109.15
/proc/28946/task/28949/stat : 28949 (ttsth-5-0) R 28944 28946 28777 0 -1 4194368 166868 0 0 0 10836 79 0 0 25 0 3 0 1145814614 1887797248 455640 1992294400 134512640 135237372 4294956192 18446744073709551615 134562380 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 219.6
Current children cumulated vsize (KiB) 1843552

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

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

[startup+110.802 s]
/proc/loadavg: 1.84 1.28 1.09 4/72 28949
/proc/meminfo: memFree=16288/2055920 swapFree=4177824/4192956
[pid=28946] ppid=28944 vsize=0 CPUtime=219.8
/proc/28946/stat : 28946 (ttsth-5-0) Z 28944 28946 28777 0 -1 4195340 455673 0 0 0 21749 231 0 0 16 0 2 0 1145814528 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/28946/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 219.8
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 110.896
CPU time (s): 219.904
CPU user time (s): 217.495
CPU system time (s): 2.40863
CPU usage (%): 198.297
Max. virtual memory (cumulated for all children) (KiB): 1843552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 217.495
system time used= 2.40863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 455673
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= 241
involuntary context switches= 1723

runsolver used 0.132979 second user time and 0.354946 second system time

The end

Launcher Data

Begin job on node73 at 2009-04-03 06:04:58
IDJOB=1554700
IDBENCH=70785
IDSOLVER=549
FILE ID=node73/1554700-1238731498
PBS_JOBID= 9085375
Free space on /tmp= 66504 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs016.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1554700-1238731498/watcher-1554700-1238731498 -o /tmp/evaluation-result-1554700-1238731498/solver-1554700-1238731498 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1554700-1238731498.cnf

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

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=1902936476

node73.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.277
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.277
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:       1815192 kB
Buffers:         41516 kB
Cached:         112896 kB
SwapCached:       8312 kB
Active:          15500 kB
Inactive:       148744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1815192 kB
SwapTotal:     4192956 kB
SwapFree:      4177824 kB
Dirty:            1016 kB
Writeback:           0 kB
Mapped:          15512 kB
Slab:            62064 kB
Committed_AS:  2820848 kB
PageTables:       1656 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= 66504 MiB
End job on node73 at 2009-04-03 06:06:51