Trace number 314056

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.11 1200.41

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-10-11-u.cnf
MD5SUMd5600dba4aca04c398955a541e8c3ab9
Bench CategoryINDUST (industrial 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 variables188962
Number of clauses841193
Sum of the clauses size1911144
Maximum clause length10
Minimum clause length1
Number of clauses of size 114366
Number of clauses of size 2690683
Number of clauses of size 3100484
Number of clauses of size 43960
Number of clauses of size 515840
Number of clauses of size over 515860

Solver Data (download as text)

0.99/1.04	c Tinisat 0.22
0.99/1.04	c solving /tmp/evaluation/314056-1176895620/instance-314056-1176895620.cnf
0.99/1.04	c 188962 variables, 841193 clauses

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node72/watcher-314056-1176895620 -o ROOT/results/node72/solver-314056-1176895620 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/314056-1176895620/tinisat /tmp/evaluation/314056-1176895620/instance-314056-1176895620.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.92 0.98 0.99 3/77 22542
/proc/meminfo: memFree=1411312/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=7292 CPUtime=0
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 92 0 0 0 0 0 0 0 18 0 1 0 165600483 7467008 77 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 1823 77 48 110 0 1710 0

[startup+0.0637349 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 22542
/proc/meminfo: memFree=1411312/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=8084 CPUtime=0.06
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 406 0 0 0 6 0 0 0 18 0 1 0 165600483 8278016 391 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 2021 392 48 110 0 1908 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8084

[startup+0.101737 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 22542
/proc/meminfo: memFree=1411312/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=8612 CPUtime=0.09
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 603 0 0 0 9 0 0 0 18 0 1 0 165600483 8818688 588 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 2153 588 48 110 0 2040 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8612

[startup+0.301756 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 22542
/proc/meminfo: memFree=1411312/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=11384 CPUtime=0.29
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 1617 0 0 0 29 0 0 0 19 0 1 0 165600483 11657216 1602 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 2846 1602 48 110 0 2733 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11384

[startup+0.701792 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 22542
/proc/meminfo: memFree=1411312/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=16928 CPUtime=0.69
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 3605 0 0 0 68 1 0 0 23 0 1 0 165600483 17334272 3590 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134629133 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 4232 3590 48 110 0 4119 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16928

[startup+1.50186 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 22543
/proc/meminfo: memFree=1390888/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=83188 CPUtime=1.49
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 15412 0 0 0 142 7 0 0 25 0 1 0 165600483 85184512 15396 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 20797 15397 51 110 0 20684 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 83188

[startup+3.10201 s]
/proc/loadavg: 0.92 0.98 0.99 2/78 22543
/proc/meminfo: memFree=1353960/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=76536 CPUtime=3.09
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 17165 0 0 0 301 8 0 0 25 0 1 0 165600483 78372864 14397 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134515528 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 19134 14397 52 110 0 19021 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76536

[startup+6.3013 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 22543
/proc/meminfo: memFree=1353200/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=76536 CPUtime=6.29
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 17279 0 0 0 621 8 0 0 25 0 1 0 165600483 78372864 14511 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 19134 14511 52 110 0 19021 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76536

[startup+12.7019 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 22543
/proc/meminfo: memFree=1352432/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=76536 CPUtime=12.69
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 17524 0 0 0 1260 9 0 0 25 0 1 0 165600483 78372864 14756 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134517013 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 19134 14756 52 110 0 19021 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76536

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22543
/proc/meminfo: memFree=1349104/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=76536 CPUtime=25.49
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 18362 0 0 0 2539 10 0 0 25 0 1 0 165600483 78372864 15594 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 19134 15594 52 110 0 19021 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 76536

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22543
/proc/meminfo: memFree=1343536/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=76536 CPUtime=51.08
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 19734 0 0 0 5096 12 0 0 25 0 1 0 165600483 78372864 16966 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 19134 16966 52 110 0 19021 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 76536

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22543
/proc/meminfo: memFree=1323824/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=119544 CPUtime=102.27
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 24650 0 0 0 10210 17 0 0 25 0 1 0 165600483 122413056 21882 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519567 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 29886 21882 52 110 0 29773 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 119544

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22543
/proc/meminfo: memFree=1298672/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=119544 CPUtime=162.25
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 31105 0 0 0 16202 23 0 0 25 0 1 0 165600483 122413056 28337 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519633 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 29886 28337 52 110 0 29773 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 119544

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22543
/proc/meminfo: memFree=1268208/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=205556 CPUtime=222.24
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 38538 0 0 0 22194 30 0 0 25 0 1 0 165600483 210489344 35770 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 51389 35770 52 110 0 51276 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 205556

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22545
/proc/meminfo: memFree=1234352/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=205556 CPUtime=282.22
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 47203 0 0 0 28185 37 0 0 25 0 1 0 165600483 210489344 44435 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 51389 44435 52 110 0 51276 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 205556

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22545
/proc/meminfo: memFree=1193712/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=377580 CPUtime=342.21
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 57145 0 0 0 34175 46 0 0 25 0 1 0 165600483 386641920 54377 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134515474 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 94395 54377 52 110 0 94282 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 377580

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22545
/proc/meminfo: memFree=1145520/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=377580 CPUtime=402.19
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 69316 0 0 0 40164 55 0 0 25 0 1 0 165600483 386641920 66548 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 94395 66548 52 110 0 94282 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 377580

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22545
/proc/meminfo: memFree=1104432/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=377580 CPUtime=462.17
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 79386 0 0 0 46153 64 0 0 25 0 1 0 165600483 386641920 76618 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 94395 76618 52 110 0 94282 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 377580

[startup+522.302 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 22545
/proc/meminfo: memFree=1062064/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=377580 CPUtime=522.16
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 89996 0 0 0 52144 72 0 0 25 0 1 0 165600483 386641920 87228 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519929 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 94395 87228 52 110 0 94282 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 377580

[startup+582.302 s]
/proc/loadavg: 1.18 1.05 1.01 2/78 22545
/proc/meminfo: memFree=1042224/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=377580 CPUtime=582.15
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 94916 0 0 0 58140 75 0 0 25 0 1 0 165600483 386641920 92148 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 94395 92148 52 110 0 94282 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 377580

[startup+642.302 s]
/proc/loadavg: 1.07 1.04 1.00 2/78 22545
/proc/meminfo: memFree=1013744/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=721624 CPUtime=642.14
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 102006 0 0 0 64132 82 0 0 25 0 1 0 165600483 738942976 99238 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 180406 99238 52 110 0 180293 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 721624

[startup+702.302 s]
/proc/loadavg: 1.02 1.03 1.00 2/78 22545
/proc/meminfo: memFree=989296/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=721624 CPUtime=702.11
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 108118 0 0 0 70125 86 0 0 25 0 1 0 165600483 738942976 105350 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519657 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 180406 105350 52 110 0 180293 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 721624

[startup+762.305 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 22545
/proc/meminfo: memFree=965680/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=721624 CPUtime=762.11
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 114008 0 0 0 76118 93 0 0 25 0 1 0 165600483 738942976 111240 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134515474 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 180406 111240 52 110 0 180293 0
Current children cumulated CPU time (s) 762.11
Current children cumulated vsize (KiB) 721624

[startup+822.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/78 22545
/proc/meminfo: memFree=936304/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=721624 CPUtime=822.09
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 121366 0 0 0 82110 99 0 0 25 0 1 0 165600483 738942976 118598 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 180406 118598 52 110 0 180293 0
Current children cumulated CPU time (s) 822.09
Current children cumulated vsize (KiB) 721624

[startup+882.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 22545
/proc/meminfo: memFree=913840/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=721624 CPUtime=882.07
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 126939 0 0 0 88103 104 0 0 25 0 1 0 165600483 738942976 124171 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 180406 124171 52 110 0 180293 0
Current children cumulated CPU time (s) 882.07
Current children cumulated vsize (KiB) 721624

[startup+942.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 22545
/proc/meminfo: memFree=883312/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=721624 CPUtime=942.06
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 134616 0 0 0 94096 110 0 0 25 0 1 0 165600483 738942976 131848 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134518679 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 180406 131848 52 110 0 180293 0
Current children cumulated CPU time (s) 942.06
Current children cumulated vsize (KiB) 721624

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22545
/proc/meminfo: memFree=856048/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=721624 CPUtime=1002.04
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 141407 0 0 0 100088 116 0 0 25 0 1 0 165600483 738942976 138639 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 180406 138639 52 110 0 180293 0
Current children cumulated CPU time (s) 1002.04
Current children cumulated vsize (KiB) 721624

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22545
/proc/meminfo: memFree=817584/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=721624 CPUtime=1062.03
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 151214 0 0 0 106082 121 0 0 25 0 1 0 165600483 738942976 148446 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 180406 148446 52 110 0 180293 0
Current children cumulated CPU time (s) 1062.03
Current children cumulated vsize (KiB) 721624

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22545
/proc/meminfo: memFree=780912/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=721624 CPUtime=1122.01
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 160152 0 0 0 112073 128 0 0 25 0 1 0 165600483 738942976 157384 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134517013 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 180406 157384 52 110 0 180293 0
Current children cumulated CPU time (s) 1122.01
Current children cumulated vsize (KiB) 721624

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22545
/proc/meminfo: memFree=749104/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=721624 CPUtime=1182
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 168186 0 0 0 118066 134 0 0 25 0 1 0 165600483 738942976 165418 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 180406 165418 52 110 0 180293 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 721624



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22545
/proc/meminfo: memFree=737776/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=721624 CPUtime=1200.01
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4194304 170865 0 0 0 119864 137 0 0 25 0 1 0 165600483 738942976 168097 18446744073709551615 134512640 134966189 4294956672 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 180406 168097 52 110 0 180293 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 721624

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

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

[startup+1200.41 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 22545
/proc/meminfo: memFree=737776/2055920 swapFree=4156508/4192956
[pid=22542] ppid=22540 vsize=0 CPUtime=1200.1
/proc/22542/stat : 22542 (tinisat) R 22540 22542 21795 0 -1 4195332 170865 0 0 0 119864 146 0 0 25 0 1 0 165600483 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/22542/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1200.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.41
CPU time (s): 1200.11
CPU user time (s): 1198.64
CPU system time (s): 1.47078
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 721624

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

runsolver used 1.2848 second user time and 3.08753 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Wed Apr 18 11:27:00 UTC 2007

IDJOB= 314056
IDBENCH= 20382
IDSOLVER= 100
FILE ID= node72/314056-1176895620

PBS_JOBID= 4595138

Free space on /tmp= 66393 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/hard-unsat/partial-10-11-u.cnf
COMMAND LINE= /tmp/evaluation/314056-1176895620/tinisat /tmp/evaluation/314056-1176895620/instance-314056-1176895620.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-314056-1176895620 -o ROOT/results/node72/solver-314056-1176895620 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/314056-1176895620/tinisat /tmp/evaluation/314056-1176895620/instance-314056-1176895620.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  d5600dba4aca04c398955a541e8c3ab9

RANDOM SEED= 285201640

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.222
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.222
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:       1411656 kB
Buffers:         31736 kB
Cached:         525780 kB
SwapCached:      17492 kB
Active:         130008 kB
Inactive:       451464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1411656 kB
SwapTotal:     4192956 kB
SwapFree:      4156508 kB
Dirty:           15248 kB
Writeback:           0 kB
Mapped:          30376 kB
Slab:            48256 kB
Committed_AS:  2707236 kB
PageTables:       1792 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= 66393 MiB

End job on node72 on Wed Apr 18 11:47:03 UTC 2007