Trace number 335664

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, and are wall clock time (not CPU 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
tinisat 2007-02-08? (TO) 1200.17 1200.71

General information on the benchmark

Namecrafted/Hard/contest05/counting-php/
easier-fphp-035-029.sat05-1221.reshuffled-07.cnf
MD5SUM4176ac9a36a2f88072132072fe2be571
Bench CategoryCRAFTED (crafted 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 variables1015
Number of clauses31500
Sum of the clauses size63945
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 231465
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data (download as text)

0.02/0.03	c Tinisat 0.22
0.02/0.03	c solving /tmp/evaluation/335664-1173631963/instance-335664-1173631963.cnf
0.02/0.03	c 1015 variables, 31500 clauses

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node35/watcher-335664-1173631963 -o ROOT/results/node35/solver-335664-1173631963 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/335664-1173631963/tinisat /tmp/evaluation/335664-1173631963/instance-335664-1173631963.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): 2400 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.91 0.95 0.98 3/64 15353
/proc/meminfo: memFree=1701088/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=964 CPUtime=0
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 123 0 0 0 0 0 0 0 18 0 1 0 356960003 987136 108 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134602048 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 241 108 48 110 0 128 0

[startup+0.0244659 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 15353
/proc/meminfo: memFree=1701088/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=1228 CPUtime=0.02
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 216 0 0 0 2 0 0 0 18 0 1 0 356960003 1257472 202 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 307 202 48 110 0 194 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1228

[startup+0.102481 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 15353
/proc/meminfo: memFree=1701088/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=2784 CPUtime=0.09
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 554 0 0 0 9 0 0 0 18 0 1 0 356960003 2850816 538 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 696 538 52 110 0 583 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2784

[startup+0.30152 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 15353
/proc/meminfo: memFree=1701088/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=4276 CPUtime=0.29
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 871 0 0 0 29 0 0 0 19 0 1 0 356960003 4378624 855 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 1069 855 52 110 0 956 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4276

[startup+0.701599 s]
/proc/loadavg: 0.91 0.95 0.98 3/64 15353
/proc/meminfo: memFree=1701088/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=7260 CPUtime=0.69
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 1401 0 0 0 69 0 0 0 22 0 1 0 356960003 7434240 1385 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 1815 1385 52 110 0 1702 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7260

[startup+1.50175 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 15354
/proc/meminfo: memFree=1694488/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=13228 CPUtime=1.49
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 2297 0 0 0 149 0 0 0 25 0 1 0 356960003 13545472 2281 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 3307 2281 52 110 0 3194 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13228

[startup+3.10107 s]
/proc/loadavg: 0.91 0.95 0.98 2/65 15354
/proc/meminfo: memFree=1689752/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=25160 CPUtime=3.09
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 3568 0 0 0 308 1 0 0 25 0 1 0 356960003 25763840 3552 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 6290 3552 52 110 0 6177 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25160

[startup+6.3017 s]
/proc/loadavg: 0.92 0.95 0.98 2/65 15354
/proc/meminfo: memFree=1678808/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=25688 CPUtime=6.29
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 6313 0 0 0 627 2 0 0 25 0 1 0 356960003 26304512 6297 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 6422 6297 52 110 0 6309 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25688

[startup+12.702 s]
/proc/loadavg: 0.93 0.95 0.98 2/65 15354
/proc/meminfo: memFree=1663128/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=50476 CPUtime=12.68
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 9865 0 0 0 1265 3 0 0 25 0 1 0 356960003 51687424 9849 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 12619 9849 52 110 0 12506 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 50476

[startup+25.5015 s]
/proc/loadavg: 0.94 0.96 0.98 2/65 15354
/proc/meminfo: memFree=1635608/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=100048 CPUtime=25.48
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 16539 0 0 0 2541 7 0 0 25 0 1 0 356960003 102449152 16458 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519890 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 25012 16458 52 110 0 24899 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 100048

[startup+51.1015 s]
/proc/loadavg: 0.96 0.96 0.98 2/65 15354
/proc/meminfo: memFree=1601176/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=102080 CPUtime=51.07
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 25223 0 0 0 5093 14 0 0 25 0 1 0 356960003 104529920 25142 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 25520 25142 52 110 0 25407 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 102080

[startup+102.305 s]
/proc/loadavg: 0.98 0.96 0.98 2/65 15354
/proc/meminfo: memFree=1545432/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=202068 CPUtime=102.26
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 39048 0 0 0 10200 26 0 0 25 0 1 0 356960003 206917632 38838 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 50517 38838 52 110 0 50404 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 202068

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15354
/proc/meminfo: memFree=1493080/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=394132 CPUtime=162.23
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 52162 0 0 0 16186 37 0 0 25 0 1 0 356960003 403591168 51952 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515513 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 98533 51952 52 110 0 98420 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 394132

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15354
/proc/meminfo: memFree=1457048/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=397468 CPUtime=222.21
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 61087 0 0 0 22177 44 0 0 25 0 1 0 356960003 407007232 60877 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 99367 60877 52 110 0 99254 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 397468

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15354
/proc/meminfo: memFree=1420440/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=401116 CPUtime=282.19
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 70518 0 0 0 28166 53 0 0 25 0 1 0 356960003 410742784 70051 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 100279 70051 52 110 0 100166 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 401116

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15354
/proc/meminfo: memFree=1384472/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=402636 CPUtime=342.17
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 79463 0 0 0 34157 60 0 0 25 0 1 0 356960003 412299264 78996 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 100659 78996 52 110 0 100546 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 402636

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15354
/proc/meminfo: memFree=1356376/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=405052 CPUtime=402.14
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 86488 0 0 0 40148 66 0 0 25 0 1 0 356960003 414773248 86021 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 101263 86021 52 110 0 101150 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 405052

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15354
/proc/meminfo: memFree=1326680/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=406908 CPUtime=462.12
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 93873 0 0 0 46138 74 0 0 25 0 1 0 356960003 416673792 93406 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519841 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 101727 93406 52 110 0 101614 0
Current children cumulated CPU time (s) 462.12
Current children cumulated vsize (KiB) 406908

[startup+522.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 15456
/proc/meminfo: memFree=1299688/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=408672 CPUtime=522.04
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 100349 0 0 0 52124 80 0 0 25 0 1 0 356960003 418480128 99882 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 102168 99882 52 110 0 102055 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 408672

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/71 15532
/proc/meminfo: memFree=1270824/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=790616 CPUtime=581.98
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 107492 0 0 0 58111 87 0 0 25 0 1 0 356960003 809590784 107025 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 0 0 0
/proc/15353/statm: 197654 107025 52 110 0 197541 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 790616

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15552
/proc/meminfo: memFree=1245656/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=791608 CPUtime=641.96
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 113976 0 0 0 64104 92 0 0 25 0 1 0 356960003 810606592 113509 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 197902 113509 52 110 0 197789 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 791608

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15552
/proc/meminfo: memFree=1221272/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=791928 CPUtime=701.93
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 120106 0 0 0 70095 98 0 0 25 0 1 0 356960003 810934272 119639 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 197982 119639 52 110 0 197869 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 791928

[startup+762.305 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15552
/proc/meminfo: memFree=1198296/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=792568 CPUtime=761.91
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 125784 0 0 0 76087 104 0 0 25 0 1 0 356960003 811589632 125317 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 198142 125317 52 110 0 198029 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 792568

[startup+822.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15552
/proc/meminfo: memFree=1176472/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=792892 CPUtime=821.89
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 131269 0 0 0 82079 110 0 0 25 0 1 0 356960003 811921408 130802 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519934 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 198223 130802 52 110 0 198110 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 792892

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15552
/proc/meminfo: memFree=1156568/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=796708 CPUtime=881.86
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 136704 0 0 0 88072 114 0 0 25 0 1 0 356960003 815828992 135724 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 199177 135724 52 110 0 199064 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 796708

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15552
/proc/meminfo: memFree=1136536/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=799620 CPUtime=941.85
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 141786 0 0 0 94065 120 0 0 25 0 1 0 356960003 818810880 140806 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515585 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 199905 140806 52 110 0 199792 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 799620

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15552
/proc/meminfo: memFree=1116824/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=801124 CPUtime=1001.82
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 146641 0 0 0 100058 124 0 0 25 0 1 0 356960003 820350976 145661 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519968 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 200281 145661 52 110 0 200168 0
Current children cumulated CPU time (s) 1001.82
Current children cumulated vsize (KiB) 801124

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15552
/proc/meminfo: memFree=1098968/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=803140 CPUtime=1061.8
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 151136 0 0 0 106051 129 0 0 25 0 1 0 356960003 822415360 150156 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 200785 150156 52 110 0 200672 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 803140

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15552
/proc/meminfo: memFree=1077720/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=803940 CPUtime=1121.77
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 156455 0 0 0 112043 134 0 0 25 0 1 0 356960003 823234560 155475 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 200985 155475 52 110 0 200872 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 803940

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15552
/proc/meminfo: memFree=1056344/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=804772 CPUtime=1181.75
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 161828 0 0 0 118035 140 0 0 25 0 1 0 356960003 824086528 160848 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 201193 160848 52 110 0 201080 0
Current children cumulated CPU time (s) 1181.75
Current children cumulated vsize (KiB) 804772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15552
/proc/meminfo: memFree=1051288/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=805476 CPUtime=1200.05
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4194304 162994 0 0 0 119864 141 0 0 25 0 1 0 356960003 824807424 162014 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 201369 162014 52 110 0 201256 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 805476

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

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

[startup+1200.71 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 15552
/proc/meminfo: memFree=1051288/2055920 swapFree=3923124/4192956
[pid=15353] ppid=15351 vsize=0 CPUtime=1200.15
/proc/15353/stat : 15353 (tinisat) R 15351 15353 14914 0 -1 4195332 162994 0 0 0 119864 151 0 0 25 0 1 0 356960003 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/15353/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.15
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.71
CPU time (s): 1200.17
CPU user time (s): 1198.64
CPU system time (s): 1.52677
CPU usage (%): 99.9547
Max. virtual memory (cumulated for all children) (KiB): 805476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1198.64
system time used= 1.52677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162994
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= 6
involuntary context switches= 2055

runsolver used 0.772882 second user time and 2.5926 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Sun Mar 11 16:52:43 UTC 2007

IDJOB= 335664
IDBENCH= 24657
IDSOLVER= 100
FILE ID= node35/335664-1173631963

PBS_JOBID= 4101313

Free space on /tmp= 66564 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest05/counting-php/easier-fphp-035-029.sat05-1221.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/335664-1173631963/tinisat /tmp/evaluation/335664-1173631963/instance-335664-1173631963.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-335664-1173631963 -o ROOT/results/node35/solver-335664-1173631963 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/335664-1173631963/tinisat /tmp/evaluation/335664-1173631963/instance-335664-1173631963.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  4176ac9a36a2f88072132072fe2be571

RANDOM SEED= 102036830

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.263
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.263
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:       1701560 kB
Buffers:         11712 kB
Cached:          43436 kB
SwapCached:     264724 kB
Active:          24588 kB
Inactive:       301904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1701560 kB
SwapTotal:     4192956 kB
SwapFree:      3923124 kB
Dirty:             924 kB
Writeback:           0 kB
Mapped:          15180 kB
Slab:            13980 kB
Committed_AS:   891484 kB
PageTables:       1412 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= 66564 MiB

End job on node35 on Sun Mar 11 17:12:46 UTC 2007