Trace number 332934

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.1 1200.52

General information on the benchmark

Namecrafted/Medium/contest05/others/
gensys-ukn002.sat05-2744.reshuffled-07.cnf
MD5SUMa2019e53d39465096d989c5106a4e0ef
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.1819
Satisfiable
(Un)Satisfiability was proved
Number of variables1697
Number of clauses8961
Sum of the clauses size79749
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2259
Number of clauses of size 31190
Number of clauses of size 4136
Number of clauses of size 5906
Number of clauses of size over 56443

Solver Data (download as text)

0.00/0.03	c Tinisat 0.22
0.00/0.03	c solving /tmp/evaluation/332934-1173496673/instance-332934-1173496673.cnf
0.00/0.03	c 2129 variables, 8961 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/node15/watcher-332934-1173496673 -o ROOT/results/node15/solver-332934-1173496673 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/332934-1173496673/tinisat /tmp/evaluation/332934-1173496673/instance-332934-1173496673.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: 1.00 1.01 1.00 3/77 16580
/proc/meminfo: memFree=1565520/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=716 CPUtime=0
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 104 0 0 0 0 0 0 0 18 0 1 0 369621717 733184 89 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134724929 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 179 89 48 110 0 66 0

[startup+0.065986 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 16580
/proc/meminfo: memFree=1565520/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=2256 CPUtime=0.06
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 414 0 0 0 6 0 0 0 18 0 1 0 369621717 2310144 398 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 564 398 52 110 0 451 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2256

[startup+0.101953 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 16580
/proc/meminfo: memFree=1565520/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=2256 CPUtime=0.09
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 429 0 0 0 9 0 0 0 18 0 1 0 369621717 2310144 413 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515506 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 564 413 52 110 0 451 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2256

[startup+0.301988 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 16580
/proc/meminfo: memFree=1565520/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=3644 CPUtime=0.29
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 498 0 0 0 29 0 0 0 19 0 1 0 369621717 3731456 482 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 911 482 52 110 0 798 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3644

[startup+0.701056 s]
/proc/loadavg: 1.00 1.01 1.00 3/77 16580
/proc/meminfo: memFree=1565520/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=3644 CPUtime=0.69
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 600 0 0 0 69 0 0 0 23 0 1 0 369621717 3731456 584 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 911 584 52 110 0 798 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3644

[startup+1.50119 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 16581
/proc/meminfo: memFree=1563080/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=3776 CPUtime=1.49
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 787 0 0 0 149 0 0 0 25 0 1 0 369621717 3866624 771 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 944 771 52 110 0 831 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3776

[startup+3.10147 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 16581
/proc/meminfo: memFree=1561928/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=6948 CPUtime=3.09
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 1094 0 0 0 309 0 0 0 25 0 1 0 369621717 7114752 1078 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520078 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 1737 1078 52 110 0 1624 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6948

[startup+6.30202 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 16581
/proc/meminfo: memFree=1559752/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=7344 CPUtime=6.29
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 1549 0 0 0 628 1 0 0 25 0 1 0 369621717 7520256 1500 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519927 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 1836 1500 52 110 0 1723 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7344

[startup+12.7011 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 16581
/proc/meminfo: memFree=1557320/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=13572 CPUtime=12.69
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 2133 0 0 0 1267 2 0 0 25 0 1 0 369621717 13897728 2084 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 3393 2084 52 110 0 3280 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13572

[startup+25.5013 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 16581
/proc/meminfo: memFree=1553992/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=14560 CPUtime=25.48
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 2987 0 0 0 2545 3 0 0 25 0 1 0 369621717 14909440 2873 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 3640 2873 52 110 0 3527 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14560

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16581
/proc/meminfo: memFree=1550024/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=26292 CPUtime=51.07
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 3994 0 0 0 5103 4 0 0 25 0 1 0 369621717 26923008 3880 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 6573 3880 52 110 0 6460 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26292

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16581
/proc/meminfo: memFree=1543240/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=27716 CPUtime=102.25
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 5649 0 0 0 10219 6 0 0 25 0 1 0 369621717 28381184 5535 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515454 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 6929 5535 52 110 0 6816 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 27716

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16581
/proc/meminfo: memFree=1537288/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=51540 CPUtime=162.24
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 7280 0 0 0 16216 8 0 0 25 0 1 0 369621717 52776960 7037 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 12885 7037 52 110 0 12772 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 51540

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16581
/proc/meminfo: memFree=1532424/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=52276 CPUtime=222.21
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 8502 0 0 0 22212 9 0 0 25 0 1 0 369621717 53530624 8226 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519943 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 13069 8226 52 110 0 12956 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 52276

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16581
/proc/meminfo: memFree=1527944/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=53000 CPUtime=282.19
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 9655 0 0 0 28208 11 0 0 25 0 1 0 369621717 54272000 9379 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 13250 9379 52 110 0 13137 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 53000

[startup+342.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16581
/proc/meminfo: memFree=1523656/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=53752 CPUtime=342.17
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 10738 0 0 0 34205 12 0 0 25 0 1 0 369621717 55042048 10429 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 13438 10429 52 110 0 13325 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 53752

[startup+402.302 s]
/proc/loadavg: 1.05 1.01 1.00 2/78 16581
/proc/meminfo: memFree=1519944/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=54764 CPUtime=402.15
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 11671 0 0 0 40202 13 0 0 25 0 1 0 369621717 56078336 11362 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 13691 11362 52 110 0 13578 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 54764

[startup+462.301 s]
/proc/loadavg: 1.06 1.02 1.00 2/78 16581
/proc/meminfo: memFree=1516552/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=56852 CPUtime=462.13
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 12822 0 0 0 46199 14 0 0 25 0 1 0 369621717 58216448 12191 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 14213 12191 52 110 0 14100 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 56852

[startup+522.302 s]
/proc/loadavg: 1.06 1.03 1.00 2/78 16581
/proc/meminfo: memFree=1513608/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=57464 CPUtime=522.11
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 13558 0 0 0 52196 15 0 0 25 0 1 0 369621717 58843136 12927 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 14366 12927 52 110 0 14253 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 57464

[startup+582.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/78 16581
/proc/meminfo: memFree=1511048/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=57756 CPUtime=582.09
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 14196 0 0 0 58192 17 0 0 25 0 1 0 369621717 59142144 13565 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 14439 13565 52 110 0 14326 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 57756

[startup+642.301 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 16581
/proc/meminfo: memFree=1508360/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=102536 CPUtime=642.07
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 14893 0 0 0 64189 18 0 0 25 0 1 0 369621717 104996864 14262 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 25634 14262 52 110 0 25521 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 102536

[startup+702.301 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 16581
/proc/meminfo: memFree=1505480/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=103644 CPUtime=702.04
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 15635 0 0 0 70185 19 0 0 25 0 1 0 369621717 106131456 14939 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 25911 14939 52 110 0 25798 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 103644

[startup+762.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 16581
/proc/meminfo: memFree=1503112/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=104064 CPUtime=762.03
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 16278 0 0 0 76183 20 0 0 25 0 1 0 369621717 106561536 15549 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 26016 15549 52 110 0 25903 0
Current children cumulated CPU time (s) 762.03
Current children cumulated vsize (KiB) 104064

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16581
/proc/meminfo: memFree=1500744/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=104328 CPUtime=822
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 16859 0 0 0 82179 21 0 0 25 0 1 0 369621717 106831872 16130 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519995 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 26082 16130 52 110 0 25969 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 104328

[startup+882.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16581
/proc/meminfo: memFree=1498632/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=104888 CPUtime=881.98
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 17454 0 0 0 88176 22 0 0 25 0 1 0 369621717 107405312 16660 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 26222 16660 52 110 0 26109 0
Current children cumulated CPU time (s) 881.98
Current children cumulated vsize (KiB) 104888

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16581
/proc/meminfo: memFree=1496456/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=105180 CPUtime=941.96
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 18006 0 0 0 94173 23 0 0 25 0 1 0 369621717 107704320 17212 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 26295 17212 52 110 0 26182 0
Current children cumulated CPU time (s) 941.96
Current children cumulated vsize (KiB) 105180

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16581
/proc/meminfo: memFree=1494536/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=105516 CPUtime=1001.95
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 18511 0 0 0 100170 25 0 0 25 0 1 0 369621717 108048384 17717 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 26379 17717 52 110 0 26266 0
Current children cumulated CPU time (s) 1001.95
Current children cumulated vsize (KiB) 105516

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16581
/proc/meminfo: memFree=1492552/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=106096 CPUtime=1061.92
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 19074 0 0 0 106166 26 0 0 25 0 1 0 369621717 108642304 18215 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519849 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 26524 18215 52 110 0 26411 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 106096

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16581
/proc/meminfo: memFree=1490568/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=106356 CPUtime=1121.9
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 19592 0 0 0 112164 26 0 0 25 0 1 0 369621717 108908544 18700 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 26589 18700 52 110 0 26476 0
Current children cumulated CPU time (s) 1121.9
Current children cumulated vsize (KiB) 106356

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16581
/proc/meminfo: memFree=1488776/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=106676 CPUtime=1181.87
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 20052 0 0 0 118160 27 0 0 25 0 1 0 369621717 109236224 19160 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519964 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 26669 19160 52 110 0 26556 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 106676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16581
/proc/meminfo: memFree=1488200/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=106676 CPUtime=1200.07
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 20189 0 0 0 119980 27 0 0 25 0 1 0 369621717 109236224 19297 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 26669 19297 52 110 0 26556 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 106676

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

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

[startup+1200.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 16581
/proc/meminfo: memFree=1488200/2055920 swapFree=4152672/4192956
[pid=16580] ppid=16578 vsize=106676 CPUtime=1200.07
/proc/16580/stat : 16580 (tinisat) R 16578 16580 15467 0 -1 4194304 20189 0 0 0 119980 27 0 0 25 0 1 0 369621717 109236224 19297 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/16580/statm: 26669 19297 52 110 0 26556 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 106676

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.52
CPU time (s): 1200.1
CPU user time (s): 1199.81
CPU system time (s): 0.291955
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 106676

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

runsolver used 1.38579 second user time and 2.98555 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Sat Mar 10 03:17:53 UTC 2007

IDJOB= 332934
IDBENCH= 24592
IDSOLVER= 100
FILE ID= node15/332934-1173496673

PBS_JOBID= 4101110

Free space on /tmp= 66531 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/others/gensys-ukn002.sat05-2744.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/332934-1173496673/tinisat /tmp/evaluation/332934-1173496673/instance-332934-1173496673.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-332934-1173496673 -o ROOT/results/node15/solver-332934-1173496673 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/332934-1173496673/tinisat /tmp/evaluation/332934-1173496673/instance-332934-1173496673.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  a2019e53d39465096d989c5106a4e0ef

RANDOM SEED= 75711669

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.276
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.276
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:       1565992 kB
Buffers:         49248 kB
Cached:         352624 kB
SwapCached:       2796 kB
Active:         238548 kB
Inactive:       186384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1565992 kB
SwapTotal:     4192956 kB
SwapFree:      4152672 kB
Dirty:             944 kB
Writeback:           0 kB
Mapped:          29952 kB
Slab:            50508 kB
Committed_AS:  1303840 kB
PageTables:       1800 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= 66531 MiB

End job on node15 on Sat Mar 10 03:37:56 UTC 2007