Trace number 1723198

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
tts tts-5-0? (TO) 1200.13 1200.44

General information on the benchmark

Namemanol-pipe-c10nidw_s.cnf
MD5SUM7989bb134c6f50cb418407e85e733980
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.7277
Satisfiable
(Un)Satisfiability was proved
Number of variables404382
Number of clauses1204273
Sum of the clauses size2809969
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2802848
Number of clauses of size 3401424
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

2.48/2.54	c Command: HOME/tts-5-0 HOME/instance-1723198-1240684074.cnf 
2.48/2.54	c Using SATTIMEOUT of 1200
2.48/2.54	c Using SATRAM of 1800
2.48/2.54	c Size of subset node = 16
2.48/2.54	c Variables = 404382
2.48/2.54	c Clauses = 1204273
2.48/2.54	c Literals = 2809969
2.48/2.54	c Reduced size:
2.48/2.54	c Variables = 404382
2.48/2.54	c Clauses = 1204270
2.48/2.54	c Literals = 2809963
2.48/2.54	c a2
4.79/4.86	c a1

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-1723198-1240684074/watcher-1723198-1240684074 -o /tmp/evaluation-result-1723198-1240684074/solver-1723198-1240684074 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1723198-1240684074.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.92 0.98 0.99 2/64 19322
/proc/meminfo: memFree=1736176/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=876 CPUtime=0
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 108 0 0 0 0 0 0 0 20 0 1 0 96435574 897024 92 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 219 93 67 165 0 52 0

[startup+0.086172 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 19322
/proc/meminfo: memFree=1736176/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=4024 CPUtime=0.07
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 885 0 0 0 7 0 0 0 20 0 1 0 96435574 4120576 869 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 1006 870 68 165 0 839 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4024

[startup+0.101172 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 19322
/proc/meminfo: memFree=1736176/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=4672 CPUtime=0.09
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 1024 0 0 0 9 0 0 0 20 0 1 0 96435574 4784128 1008 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 1168 1010 68 165 0 1001 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4672

[startup+0.30119 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 19322
/proc/meminfo: memFree=1736176/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=11984 CPUtime=0.29
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 2882 0 0 0 28 1 0 0 22 0 1 0 96435574 12271616 2866 1992294400 134512640 135191068 4294956224 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 2996 2867 68 165 0 2829 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11984

[startup+0.701226 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 19322
/proc/meminfo: memFree=1736176/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=26724 CPUtime=0.69
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 6550 0 0 0 65 4 0 0 25 0 1 0 96435574 27365376 6534 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 6681 6534 68 165 0 6514 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26724

[startup+1.5023 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 19323
/proc/meminfo: memFree=1699304/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=56196 CPUtime=1.49
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 13837 0 0 0 142 7 0 0 25 0 1 0 96435574 57544704 13821 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 14049 13821 68 165 0 13882 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 56196

[startup+3.10144 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 19323
/proc/meminfo: memFree=1655720/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=166240 CPUtime=3.09
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 40287 0 0 0 292 17 0 0 25 0 1 0 96435574 170229760 40271 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 41560 40273 69 165 0 41393 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 166240

[startup+6.30173 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 19323
/proc/meminfo: memFree=1559080/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=185976 CPUtime=6.29
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 61678 0 0 0 603 26 0 0 25 0 1 0 96435574 190439424 44482 1992294400 134512640 135191068 4294956224 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 46494 44482 71 165 0 46327 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 185976

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 19323
/proc/meminfo: memFree=1517864/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=223472 CPUtime=12.69
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 71766 0 0 0 1239 30 0 0 25 0 1 0 96435574 228835328 54570 1992294400 134512640 135191068 4294956224 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 55868 54570 71 165 0 55701 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 223472

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 19323
/proc/meminfo: memFree=1517672/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=223644 CPUtime=25.48
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 71780 0 0 0 2518 30 0 0 25 0 1 0 96435574 229011456 54584 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 55911 54584 71 165 0 55744 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 223644

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 19323
/proc/meminfo: memFree=1517480/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=223940 CPUtime=51.06
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 71866 0 0 0 5076 30 0 0 25 0 1 0 96435574 229314560 54670 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 55985 54670 71 165 0 55818 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 223940

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 19323
/proc/meminfo: memFree=1516648/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=224760 CPUtime=102.25
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 72077 0 0 0 10195 30 0 0 25 0 1 0 96435574 230154240 54881 1992294400 134512640 135191068 4294956224 18446744073709551615 134600626 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 56190 54881 71 165 0 56023 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 224760

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19323
/proc/meminfo: memFree=1515624/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=225872 CPUtime=162.24
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 72331 0 0 0 16193 31 0 0 25 0 1 0 96435574 231292928 55135 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 56468 55135 71 165 0 56301 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 225872

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19323
/proc/meminfo: memFree=1514728/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=227304 CPUtime=222.22
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 72553 0 0 0 22191 31 0 0 25 0 1 0 96435574 232759296 55357 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 56826 55357 71 165 0 56659 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 227304

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19323
/proc/meminfo: memFree=1513704/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=227964 CPUtime=282.21
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 72783 0 0 0 28189 32 0 0 25 0 1 0 96435574 233435136 55587 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 56991 55587 71 165 0 56824 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 227964

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19323
/proc/meminfo: memFree=1512936/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=228624 CPUtime=342.2
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 72982 0 0 0 34188 32 0 0 25 0 1 0 96435574 234110976 55786 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 57156 55786 71 165 0 56989 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 228624

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19323
/proc/meminfo: memFree=1512744/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=228756 CPUtime=402.18
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 73026 0 0 0 40186 32 0 0 25 0 1 0 96435574 234246144 55830 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 57189 55830 71 165 0 57022 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 228756

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19323
/proc/meminfo: memFree=1512552/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=228888 CPUtime=462.17
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 73065 0 0 0 46184 33 0 0 25 0 1 0 96435574 234381312 55869 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 57222 55869 71 165 0 57055 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 228888

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19323
/proc/meminfo: memFree=1512424/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=229020 CPUtime=522.15
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 73095 0 0 0 52182 33 0 0 25 0 1 0 96435574 234516480 55899 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 57255 55899 71 165 0 57088 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 229020

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19323
/proc/meminfo: memFree=1512360/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=229152 CPUtime=582.13
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 73116 0 0 0 58180 33 0 0 25 0 1 0 96435574 234651648 55920 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 57288 55920 71 165 0 57121 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 229152

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19325
/proc/meminfo: memFree=1511912/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=229152 CPUtime=642.12
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 73149 0 0 0 64179 33 0 0 25 0 1 0 96435574 234651648 55953 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 57288 55953 71 165 0 57121 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 229152

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19325
/proc/meminfo: memFree=1511912/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=229284 CPUtime=702.11
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 73175 0 0 0 70177 34 0 0 25 0 1 0 96435574 234786816 55979 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 57321 55979 71 165 0 57154 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 229284

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19325
/proc/meminfo: memFree=1511848/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=229416 CPUtime=762.09
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 73195 0 0 0 76175 34 0 0 25 0 1 0 96435574 234921984 55999 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 57354 55999 71 165 0 57187 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 229416

[startup+822.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19325
/proc/meminfo: memFree=1511784/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=229416 CPUtime=822.07
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 73217 0 0 0 82173 34 0 0 25 0 1 0 96435574 234921984 56021 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 57354 56021 71 165 0 57187 0
Current children cumulated CPU time (s) 822.07
Current children cumulated vsize (KiB) 229416

[startup+882.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19325
/proc/meminfo: memFree=1511656/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=229548 CPUtime=882.06
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 73237 0 0 0 88172 34 0 0 25 0 1 0 96435574 235057152 56041 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 57387 56041 71 165 0 57220 0
Current children cumulated CPU time (s) 882.06
Current children cumulated vsize (KiB) 229548

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19325
/proc/meminfo: memFree=1511592/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=229548 CPUtime=942.04
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 73256 0 0 0 94170 34 0 0 25 0 1 0 96435574 235057152 56060 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 57387 56060 71 165 0 57220 0
Current children cumulated CPU time (s) 942.04
Current children cumulated vsize (KiB) 229548

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19325
/proc/meminfo: memFree=1511528/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=229548 CPUtime=1002.03
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 73272 0 0 0 100169 34 0 0 25 0 1 0 96435574 235057152 56076 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 57387 56076 71 165 0 57220 0
Current children cumulated CPU time (s) 1002.03
Current children cumulated vsize (KiB) 229548

[startup+1062.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19325
/proc/meminfo: memFree=1511464/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=229680 CPUtime=1062.01
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 73283 0 0 0 106167 34 0 0 25 0 1 0 96435574 235192320 56087 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 57420 56087 71 165 0 57253 0
Current children cumulated CPU time (s) 1062.01
Current children cumulated vsize (KiB) 229680

[startup+1122.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 19325
/proc/meminfo: memFree=1511336/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=229680 CPUtime=1122.01
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 73308 0 0 0 112166 35 0 0 25 0 1 0 96435574 235192320 56112 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 57420 56112 71 165 0 57253 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 229680

[startup+1182.3 s]
/proc/loadavg: 1.11 1.02 1.01 2/65 19325
/proc/meminfo: memFree=1511272/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=229812 CPUtime=1181.99
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 73322 0 0 0 118164 35 0 0 25 0 1 0 96435574 235327488 56126 1992294400 134512640 135191068 4294956224 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 57453 56126 71 165 0 57286 0
Current children cumulated CPU time (s) 1181.99
Current children cumulated vsize (KiB) 229812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 1.08 1.01 1.00 2/65 19325
/proc/meminfo: memFree=1511272/2055920 swapFree=4192812/4192956
[pid=19322] ppid=19320 vsize=229812 CPUtime=1200.09
/proc/19322/stat : 19322 (tts-5-0) R 19320 19322 18990 0 -1 4194304 73326 0 0 0 119974 35 0 0 25 0 1 0 96435574 235327488 56130 1992294400 134512640 135191068 4294956224 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 1 0 0
/proc/19322/statm: 57453 56130 71 165 0 57286 0
Current children cumulated CPU time (s) 1200.09
Current children cumulated vsize (KiB) 229812

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.44
CPU time (s): 1200.13
CPU user time (s): 1199.74
CPU system time (s): 0.39094
CPU usage (%): 99.9742
Max. virtual memory (cumulated for all children) (KiB): 229812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.74
system time used= 0.39094
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73326
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= 1
involuntary context switches= 3489

runsolver used 1.00685 second user time and 2.57161 second system time

The end

Launcher Data

Begin job on node43 at 2009-04-25 20:27:55
IDJOB=1723198
IDBENCH=71688
IDSOLVER=505
FILE ID=node43/1723198-1240684074
PBS_JOBID= 9186676
Free space on /tmp= 66384 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT_RACE06/manol-pipe-c10nidw_s.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723198-1240684074/watcher-1723198-1240684074 -o /tmp/evaluation-result-1723198-1240684074/solver-1723198-1240684074 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1723198-1240684074.cnf

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

MD5SUM BENCH= 7989bb134c6f50cb418407e85e733980
RANDOM SEED=24702264

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:       1736592 kB
Buffers:         28196 kB
Cached:         217488 kB
SwapCached:          0 kB
Active:         115516 kB
Inactive:       144032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1736592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           22748 kB
Writeback:           0 kB
Mapped:          23648 kB
Slab:            45728 kB
Committed_AS:   377480 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= 66380 MiB
End job on node43 at 2009-04-25 20:47:58