Trace number 1580360

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 934.157 935.235

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p1.cnf
MD5SUM4f02dda0c6b1f76f43bce732093e4f1f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1071.68
Satisfiable
(Un)Satisfiability was proved
Number of variables268258
Number of clauses1155731
Sum of the clauses size2704052
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2895523
Number of clauses of size 3198999
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

70.53/70.68	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1580360-1238918591.cnf 
70.53/70.68	c Using SATTIMEOUT of 1200
70.53/70.68	c Using SATRAM of 1800
70.53/70.68	c Size of subset node = 16
70.53/70.68	c Variables = 268258
70.53/70.68	c Clauses = 1155731
70.53/70.68	c Literals = 2704052
70.53/70.68	c Reduced size:
70.53/70.68	c Variables = 268258
70.53/70.68	c Clauses = 893871
70.53/70.68	c Literals = 2119033
70.53/70.68	c a2
72.83/72.90	c a1
928.91/929.45	c Independent sub-problems = 1
928.91/929.45	c Sub-problem with 220113 variables and 893871 clauses
928.91/929.45	c using permutation method 4
928.91/929.45	c count = 1
928.91/929.45	c Ordering finished 928.530 seconds
928.91/929.45	c mapped 929.090 seconds
928.91/929.45	c permuted 929.090 seconds
928.91/929.45	c about to sort
929.20/929.73	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-1580360-1238918591/watcher-1580360-1238918591 -o /tmp/evaluation-result-1580360-1238918591/solver-1580360-1238918591 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1580360-1238918591.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: 1.81 1.83 1.48 3/76 30401
/proc/meminfo: memFree=1526984/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=1064 CPUtime=0
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 159 0 0 0 0 0 0 0 18 0 1 0 1164520368 1089536 143 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 266 144 78 176 0 88 0

[startup+0.0485019 s]
/proc/loadavg: 1.81 1.83 1.48 3/76 30401
/proc/meminfo: memFree=1526984/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=2968 CPUtime=0.04
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 615 0 0 0 4 0 0 0 18 0 1 0 1164520368 3039232 599 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 742 600 78 176 0 564 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2968

[startup+0.101511 s]
/proc/loadavg: 1.81 1.83 1.48 3/76 30401
/proc/meminfo: memFree=1526984/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=5280 CPUtime=0.09
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 1182 0 0 0 9 0 0 0 18 0 1 0 1164520368 5406720 1166 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 1320 1166 78 176 0 1142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5280

[startup+0.301541 s]
/proc/loadavg: 1.81 1.83 1.48 3/76 30401
/proc/meminfo: memFree=1526984/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=14448 CPUtime=0.29
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 3421 0 0 0 27 2 0 0 19 0 1 0 1164520368 14794752 3405 1992294400 134512640 135237372 4294956192 18446744073709551615 134536395 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 3612 3405 78 176 0 3434 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14448

[startup+0.701605 s]
/proc/loadavg: 1.81 1.83 1.48 3/76 30401
/proc/meminfo: memFree=1526984/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=31148 CPUtime=0.69
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 7448 0 0 0 64 5 0 0 24 0 1 0 1164520368 31895552 7433 1992294400 134512640 135237372 4294956192 18446744073709551615 134536395 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 7787 7434 78 176 0 7609 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31148

[startup+1.50174 s]
/proc/loadavg: 1.81 1.83 1.48 2/77 30402
/proc/meminfo: memFree=1485120/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=61424 CPUtime=1.48
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 15204 0 0 0 140 8 0 0 25 0 1 0 1164520368 62898176 15188 1992294400 134512640 135237372 4294956192 18446744073709551615 134887548 0 0 4096 0 0 0 0 17 1 0 0
/proc/30401/statm: 15356 15188 78 176 0 15178 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 61424

[startup+3.10199 s]
/proc/loadavg: 1.81 1.83 1.48 2/77 30402
/proc/meminfo: memFree=1449216/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=82004 CPUtime=3.08
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 19470 0 0 0 298 10 0 0 25 0 1 0 1164520368 83972096 19454 1992294400 134512640 135237372 4294956192 18446744073709551615 134534093 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 20501 19454 78 176 0 20323 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 82004

[startup+6.3015 s]
/proc/loadavg: 1.74 1.81 1.47 2/77 30402
/proc/meminfo: memFree=1449152/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=82004 CPUtime=6.28
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 19470 0 0 0 618 10 0 0 25 0 1 0 1164520368 83972096 19454 1992294400 134512640 135237372 4294956192 18446744073709551615 134534067 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 20501 19454 78 176 0 20323 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 82004

[startup+12.7015 s]
/proc/loadavg: 1.68 1.80 1.47 2/77 30402
/proc/meminfo: memFree=1449280/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=82004 CPUtime=12.68
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 19470 0 0 0 1258 10 0 0 25 0 1 0 1164520368 83972096 19454 1992294400 134512640 135237372 4294956192 18446744073709551615 134534325 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 20501 19454 78 176 0 20323 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 82004

[startup+25.5016 s]
/proc/loadavg: 1.53 1.76 1.46 2/77 30402
/proc/meminfo: memFree=1449408/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=82004 CPUtime=25.47
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 19470 0 0 0 2537 10 0 0 25 0 1 0 1164520368 83972096 19454 1992294400 134512640 135237372 4294956192 18446744073709551615 134534272 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 20501 19454 78 176 0 20323 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 82004

[startup+51.1017 s]
/proc/loadavg: 1.35 1.70 1.45 2/77 30402
/proc/meminfo: memFree=1449408/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=82004 CPUtime=51.04
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 19470 0 0 0 5094 10 0 0 25 0 1 0 1164520368 83972096 19454 1992294400 134512640 135237372 4294956192 18446744073709551615 134534121 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 20501 19454 78 176 0 20323 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 82004

[startup+102.307 s]
/proc/loadavg: 1.15 1.59 1.42 2/77 30402
/proc/meminfo: memFree=1354624/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=177084 CPUtime=102.22
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 57007 0 0 0 10196 26 0 0 25 0 1 0 1164520368 181334016 43144 1992294400 134512640 135237372 4294956192 18446744073709551615 134600978 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 44271 43144 80 176 0 44093 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 177084

[startup+162.301 s]
/proc/loadavg: 1.05 1.48 1.39 2/77 30402
/proc/meminfo: memFree=1349568/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=181288 CPUtime=162.19
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 58265 0 0 0 16191 28 0 0 25 0 1 0 1164520368 185638912 44402 1992294400 134512640 135237372 4294956192 18446744073709551615 134600981 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 45322 44402 80 176 0 45144 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 181288

[startup+222.302 s]
/proc/loadavg: 1.02 1.39 1.37 2/77 30402
/proc/meminfo: memFree=1345408/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=185736 CPUtime=222.15
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 59295 0 0 0 22187 28 0 0 25 0 1 0 1164520368 190193664 45432 1992294400 134512640 135237372 4294956192 18446744073709551615 134600978 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 46434 45432 80 176 0 46256 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 185736

[startup+282.302 s]
/proc/loadavg: 1.00 1.31 1.34 2/77 30402
/proc/meminfo: memFree=1344320/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=186660 CPUtime=282.13
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 59556 0 0 0 28184 29 0 0 25 0 1 0 1164520368 191139840 45693 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 46665 45693 80 176 0 46487 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 186660

[startup+342.301 s]
/proc/loadavg: 1.00 1.26 1.32 2/77 30402
/proc/meminfo: memFree=1343872/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=186924 CPUtime=342.1
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 59672 0 0 0 34181 29 0 0 25 0 1 0 1164520368 191410176 45809 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 46731 45809 80 176 0 46553 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 186924

[startup+402.302 s]
/proc/loadavg: 1.00 1.21 1.29 2/77 30402
/proc/meminfo: memFree=1343488/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=187320 CPUtime=402.06
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 59764 0 0 0 40177 29 0 0 25 0 1 0 1164520368 191815680 45901 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 46830 45901 80 176 0 46652 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 187320

[startup+462.301 s]
/proc/loadavg: 1.00 1.17 1.27 2/77 30402
/proc/meminfo: memFree=1343104/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=187584 CPUtime=462.03
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 59843 0 0 0 46174 29 0 0 25 0 1 0 1164520368 192086016 45980 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 46896 45980 80 176 0 46718 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 187584

[startup+522.303 s]
/proc/loadavg: 1.00 1.13 1.25 2/77 30402
/proc/meminfo: memFree=1342912/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=187716 CPUtime=522
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 59913 0 0 0 52171 29 0 0 25 0 1 0 1164520368 192221184 46050 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 46929 46050 80 176 0 46751 0
Current children cumulated CPU time (s) 522
Current children cumulated vsize (KiB) 187716

[startup+582.302 s]
/proc/loadavg: 1.00 1.11 1.24 2/77 30402
/proc/meminfo: memFree=1342592/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=187980 CPUtime=581.96
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 59981 0 0 0 58167 29 0 0 25 0 1 0 1164520368 192491520 46118 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 46995 46118 80 176 0 46817 0
Current children cumulated CPU time (s) 581.96
Current children cumulated vsize (KiB) 187980

[startup+642.301 s]
/proc/loadavg: 1.00 1.08 1.22 2/77 30402
/proc/meminfo: memFree=1342336/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=188112 CPUtime=641.94
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 60043 0 0 0 64165 29 0 0 25 0 1 0 1164520368 192626688 46180 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 47028 46180 80 176 0 46850 0
Current children cumulated CPU time (s) 641.94
Current children cumulated vsize (KiB) 188112

[startup+702.302 s]
/proc/loadavg: 1.00 1.07 1.20 2/77 30402
/proc/meminfo: memFree=1342016/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=190936 CPUtime=701.9
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 60095 0 0 0 70161 29 0 0 25 0 1 0 1164520368 195518464 46232 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 47734 46232 80 176 0 47556 0
Current children cumulated CPU time (s) 701.9
Current children cumulated vsize (KiB) 190936

[startup+762.306 s]
/proc/loadavg: 1.00 1.05 1.18 2/77 30402
/proc/meminfo: memFree=1341760/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=191200 CPUtime=761.88
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 60177 0 0 0 76158 30 0 0 25 0 1 0 1164520368 195788800 46314 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 47800 46314 80 176 0 47622 0
Current children cumulated CPU time (s) 761.88
Current children cumulated vsize (KiB) 191200

[startup+822.302 s]
/proc/loadavg: 1.00 1.04 1.17 2/77 30402
/proc/meminfo: memFree=1341504/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=191332 CPUtime=821.85
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 60229 0 0 0 82155 30 0 0 25 0 1 0 1164520368 195923968 46366 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 47833 46366 80 176 0 47655 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 191332

[startup+882.301 s]
/proc/loadavg: 1.00 1.03 1.16 2/77 30402
/proc/meminfo: memFree=1341376/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=191464 CPUtime=881.82
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 60268 0 0 0 88152 30 0 0 25 0 1 0 1164520368 196059136 46405 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 47866 46405 80 176 0 47688 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 191464

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

[startup+895.902 s]
/proc/loadavg: 1.00 1.03 1.16 2/77 30402
/proc/meminfo: memFree=1341312/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=191464 CPUtime=895.41
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 60284 0 0 0 89511 30 0 0 25 0 1 0 1164520368 196059136 46421 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 47866 46421 80 176 0 47688 0
Current children cumulated CPU time (s) 895.41
Current children cumulated vsize (KiB) 191464

[startup+921.502 s]
/proc/loadavg: 1.00 1.02 1.15 2/77 30402
/proc/meminfo: memFree=1341248/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=191596 CPUtime=921
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 60300 0 0 0 92070 30 0 0 25 0 1 0 1164520368 196194304 46437 1992294400 134512640 135237372 4294956192 18446744073709551615 134600966 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 47899 46437 80 176 0 47721 0
Current children cumulated CPU time (s) 921
Current children cumulated vsize (KiB) 191596

[startup+927.902 s]
/proc/loadavg: 1.00 1.02 1.15 2/77 30402
/proc/meminfo: memFree=1341248/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=191596 CPUtime=927.4
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 60301 0 0 0 92710 30 0 0 25 0 1 0 1164520368 196194304 46438 1992294400 134512640 135237372 4294956192 18446744073709551615 134600975 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 47899 46438 80 176 0 47721 0
Current children cumulated CPU time (s) 927.4
Current children cumulated vsize (KiB) 191596

[startup+931.101 s]
/proc/loadavg: 1.00 1.02 1.15 2/77 30402
/proc/meminfo: memFree=1109248/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=459144 CPUtime=930.6
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4194304 130116 0 0 0 93001 59 0 0 25 0 1 0 1164520368 470163456 113593 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 114786 113593 94 176 0 114608 0
Current children cumulated CPU time (s) 930.6
Current children cumulated vsize (KiB) 459144

[startup+932.701 s]
/proc/loadavg: 1.00 1.02 1.15 2/77 30402
/proc/meminfo: memFree=919872/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=548644 CPUtime=932.2
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4195840 152709 0 0 0 93130 90 0 0 25 0 1 0 1164520368 561811456 135722 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 137161 135722 94 176 0 136983 0
Current children cumulated CPU time (s) 932.2
Current children cumulated vsize (KiB) 548644

[startup+934.302 s]
/proc/loadavg: 1.00 1.02 1.15 2/77 30402
/proc/meminfo: memFree=665344/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=548644 CPUtime=933.41
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4195840 152709 0 0 0 93130 211 0 0 25 0 1 0 1164520368 561811456 135722 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 137161 135722 94 176 0 136983 0
Current children cumulated CPU time (s) 933.41
Current children cumulated vsize (KiB) 548644

[startup+934.702 s]
/proc/loadavg: 1.00 1.02 1.15 2/77 30402
/proc/meminfo: memFree=665344/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=548644 CPUtime=933.81
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4195840 153005 0 0 0 93130 251 0 0 25 0 1 0 1164520368 561811456 135722 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 137161 135722 94 176 0 136983 0
Current children cumulated CPU time (s) 933.81
Current children cumulated vsize (KiB) 548644

[startup+935.102 s]
/proc/loadavg: 1.00 1.02 1.15 1/77 30402
/proc/meminfo: memFree=464064/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=548644 CPUtime=934.02
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4195840 154052 0 0 0 93130 272 0 0 25 0 1 0 1164520368 561811456 135722 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 137161 135722 94 176 0 136983 0
Current children cumulated CPU time (s) 934.02
Current children cumulated vsize (KiB) 548644

[startup+935.202 s]
/proc/loadavg: 1.00 1.02 1.15 1/77 30402
/proc/meminfo: memFree=464064/2055920 swapFree=4173468/4192956
[pid=30401] ppid=30399 vsize=0 CPUtime=934.12
/proc/30401/stat : 30401 (ttsth-5-0) R 30399 30401 29712 0 -1 4195844 154052 0 0 0 93130 282 0 0 25 0 1 0 1164520368 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/30401/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 934.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 935.235
CPU time (s): 934.157
CPU user time (s): 931.301
CPU system time (s): 2.85556
CPU usage (%): 99.8848
Max. virtual memory (cumulated for all children) (KiB): 548644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 931.301
system time used= 2.85556
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154052
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= 3845

runsolver used 1.21981 second user time and 3.04154 second system time

The end

Launcher Data

Begin job on node69 at 2009-04-05 10:03:13
IDJOB=1580360
IDBENCH=71015
IDSOLVER=549
FILE ID=node69/1580360-1238918591
PBS_JOBID= 9101360
Free space on /tmp= 66520 MiB

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

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

MD5SUM BENCH= 4f02dda0c6b1f76f43bce732093e4f1f
RANDOM SEED=1231497658

node69.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.261
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	: 5931.00
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.261
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:       1527464 kB
Buffers:         53828 kB
Cached:         401600 kB
SwapCached:      10100 kB
Active:         169780 kB
Inactive:       297580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1527464 kB
SwapTotal:     4192956 kB
SwapFree:      4173468 kB
Dirty:           21896 kB
Writeback:           0 kB
Mapped:          17376 kB
Slab:            45788 kB
Committed_AS:  3748148 kB
PageTables:       2356 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= 65988 MiB
End job on node69 at 2009-04-05 10:18:48