Trace number 333480

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.01 1200.51

General information on the benchmark

Namecrafted/Medium/contest05/jarvisalo/
mod2-rand3bip-sat-210-1.sat05-2158.reshuffled-07.cnf
MD5SUMec08a813e0e830faf90b4c50fad3a86d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.009997
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of clauses840
Sum of the clauses size2520
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3840
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.00	c Tinisat 0.22
0.00/0.00	c solving /tmp/evaluation/333480-1173517161/instance-333480-1173517161.cnf
0.00/0.00	c 210 variables, 840 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/node12/watcher-333480-1173517161 -o ROOT/results/node12/solver-333480-1173517161 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333480-1173517161/tinisat /tmp/evaluation/333480-1173517161/instance-333480-1173517161.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.78 0.95 0.98 3/77 22091
/proc/meminfo: memFree=1690600/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=712 CPUtime=0
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 103 0 0 0 0 0 0 0 18 0 1 0 371670555 729088 87 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 178 87 52 110 0 65 0

[startup+0.089741 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 22091
/proc/meminfo: memFree=1690600/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=868 CPUtime=0.08
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 147 0 0 0 8 0 0 0 18 0 1 0 371670555 888832 131 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519905 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 217 131 52 110 0 104 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 868

[startup+0.101743 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 22091
/proc/meminfo: memFree=1690600/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=1080 CPUtime=0.09
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 151 0 0 0 9 0 0 0 18 0 1 0 371670555 1105920 135 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518744 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 270 135 52 110 0 157 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1080

[startup+0.30178 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 22091
/proc/meminfo: memFree=1690600/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=1636 CPUtime=0.29
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 239 0 0 0 29 0 0 0 20 0 1 0 371670555 1675264 223 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 409 223 52 110 0 296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1636

[startup+0.70185 s]
/proc/loadavg: 0.78 0.95 0.98 3/77 22091
/proc/meminfo: memFree=1690600/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=1768 CPUtime=0.69
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 340 0 0 0 69 0 0 0 24 0 1 0 371670555 1810432 324 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 442 324 52 110 0 329 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1768

[startup+1.50199 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 22092
/proc/meminfo: memFree=1689248/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=2744 CPUtime=1.49
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 499 0 0 0 149 0 0 0 25 0 1 0 371670555 2809856 483 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 686 483 52 110 0 573 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2744

[startup+3.10128 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 22092
/proc/meminfo: memFree=1688352/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=4832 CPUtime=3.09
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 717 0 0 0 309 0 0 0 25 0 1 0 371670555 4947968 701 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515541 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 1208 701 52 110 0 1095 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 4832

[startup+6.30186 s]
/proc/loadavg: 0.80 0.95 0.98 2/78 22092
/proc/meminfo: memFree=1687136/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=4964 CPUtime=6.29
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 948 0 0 0 629 0 0 0 25 0 1 0 371670555 5083136 932 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 1241 932 52 110 0 1128 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4964

[startup+12.702 s]
/proc/loadavg: 0.83 0.95 0.98 2/78 22092
/proc/meminfo: memFree=1685728/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=8760 CPUtime=12.69
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 1286 0 0 0 1269 0 0 0 25 0 1 0 371670555 8970240 1237 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 2190 1237 52 110 0 2077 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8760

[startup+25.5013 s]
/proc/loadavg: 0.85 0.95 0.98 2/78 22092
/proc/meminfo: memFree=1683872/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=9224 CPUtime=25.48
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 1727 0 0 0 2547 1 0 0 25 0 1 0 371670555 9445376 1678 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 2306 1678 52 110 0 2193 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9224

[startup+51.1019 s]
/proc/loadavg: 0.90 0.96 0.98 2/78 22092
/proc/meminfo: memFree=1681760/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=10024 CPUtime=51.08
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 2336 0 0 0 5106 2 0 0 25 0 1 0 371670555 10264576 2222 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519898 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 2506 2222 52 110 0 2393 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 10024

[startup+102.305 s]
/proc/loadavg: 0.96 0.96 0.98 2/84 22118
/proc/meminfo: memFree=1677360/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=17392 CPUtime=102.25
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 3103 0 0 0 10222 3 0 0 25 0 1 0 371670555 17809408 2989 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 4348 2989 52 110 0 4235 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 17392

[startup+162.303 s]
/proc/loadavg: 0.98 0.97 0.98 2/84 22256
/proc/meminfo: memFree=1673840/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=18436 CPUtime=162.16
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 3922 0 0 0 16211 5 0 0 25 0 1 0 371670555 18878464 3808 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 4609 3808 52 110 0 4496 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 18436

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1672608/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=19608 CPUtime=222.12
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 4646 0 0 0 22206 6 0 0 25 0 1 0 371670555 20078592 4403 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 4902 4403 52 110 0 4789 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 19608

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1670944/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=33052 CPUtime=282.09
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 5067 0 0 0 28203 6 0 0 25 0 1 0 371670555 33845248 4824 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 8263 4824 52 110 0 8150 0
Current children cumulated CPU time (s) 282.09
Current children cumulated vsize (KiB) 33052

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1669408/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=33444 CPUtime=342.08
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 5511 0 0 0 34201 7 0 0 25 0 1 0 371670555 34246656 5235 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 8361 5235 52 110 0 8248 0
Current children cumulated CPU time (s) 342.08
Current children cumulated vsize (KiB) 33444

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1667872/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=33836 CPUtime=402.06
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 5885 0 0 0 40198 8 0 0 25 0 1 0 371670555 34648064 5609 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 8459 5609 52 110 0 8346 0
Current children cumulated CPU time (s) 402.06
Current children cumulated vsize (KiB) 33836

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1666528/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=34096 CPUtime=462.04
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 6255 0 0 0 46195 9 0 0 25 0 1 0 371670555 34914304 5946 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 8524 5946 52 110 0 8411 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 34096

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1665312/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=34356 CPUtime=522.02
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 6553 0 0 0 52192 10 0 0 25 0 1 0 371670555 35180544 6244 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 8589 6244 52 110 0 8476 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 34356

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1664416/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=34484 CPUtime=581.99
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 6826 0 0 0 58189 10 0 0 25 0 1 0 371670555 35311616 6484 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 8621 6484 52 110 0 8508 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 34484

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1663072/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=35000 CPUtime=641.98
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 7227 0 0 0 64187 11 0 0 25 0 1 0 371670555 35840000 6819 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 8750 6819 52 110 0 8637 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 35000

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1662112/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=35128 CPUtime=701.96
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 7510 0 0 0 70184 12 0 0 25 0 1 0 371670555 35971072 7069 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 8782 7069 52 110 0 8669 0
Current children cumulated CPU time (s) 701.96
Current children cumulated vsize (KiB) 35128

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1660960/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=35388 CPUtime=761.94
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 7785 0 0 0 76182 12 0 0 25 0 1 0 371670555 36237312 7344 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 8847 7344 52 110 0 8734 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 35388

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1659936/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=36540 CPUtime=821.92
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 8338 0 0 0 82179 13 0 0 25 0 1 0 371670555 37416960 7607 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 9135 7607 52 110 0 9022 0
Current children cumulated CPU time (s) 821.92
Current children cumulated vsize (KiB) 36540

[startup+882.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1658848/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=36924 CPUtime=881.9
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 8700 0 0 0 88176 14 0 0 25 0 1 0 371670555 37810176 7870 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520118 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 9231 7870 52 110 0 9118 0
Current children cumulated CPU time (s) 881.9
Current children cumulated vsize (KiB) 36924

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1657888/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=37056 CPUtime=941.88
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 8943 0 0 0 94173 15 0 0 25 0 1 0 371670555 37945344 8113 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 9264 8113 52 110 0 9151 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 37056

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1656928/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=37320 CPUtime=1001.86
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 9190 0 0 0 100170 16 0 0 25 0 1 0 371670555 38215680 8360 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520116 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 9330 8360 52 110 0 9217 0
Current children cumulated CPU time (s) 1001.86
Current children cumulated vsize (KiB) 37320

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1656032/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=37832 CPUtime=1061.84
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 9548 0 0 0 106167 17 0 0 25 0 1 0 371670555 38739968 8588 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 9458 8588 52 110 0 9345 0
Current children cumulated CPU time (s) 1061.84
Current children cumulated vsize (KiB) 37832

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1655328/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=37960 CPUtime=1121.82
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 9763 0 0 0 112165 17 0 0 25 0 1 0 371670555 38871040 8770 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 9490 8770 52 110 0 9377 0
Current children cumulated CPU time (s) 1121.82
Current children cumulated vsize (KiB) 37960

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1654560/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=64844 CPUtime=1181.8
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 9948 0 0 0 118162 18 0 0 25 0 1 0 371670555 66400256 8955 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 16211 8955 52 110 0 16098 0
Current children cumulated CPU time (s) 1181.8
Current children cumulated vsize (KiB) 64844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1654304/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=64844 CPUtime=1200
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 10004 0 0 0 119981 19 0 0 25 0 1 0 371670555 66400256 9011 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 16211 9011 52 110 0 16098 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 64844

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: 0.99 0.97 0.98 2/78 22290
/proc/meminfo: memFree=1654304/2055920 swapFree=4156588/4192956
[pid=22091] ppid=22089 vsize=64844 CPUtime=1200
/proc/22091/stat : 22091 (tinisat) R 22089 22091 22032 0 -1 4194304 10004 0 0 0 119981 19 0 0 25 0 1 0 371670555 66400256 9011 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519858 0 0 4096 0 0 0 0 17 1 0 0
/proc/22091/statm: 16211 9011 52 110 0 16098 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 64844

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.01
CPU user time (s): 1199.82
CPU system time (s): 0.197969
CPU usage (%): 99.9585
Max. virtual memory (cumulated for all children) (KiB): 64844

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

runsolver used 1.24881 second user time and 3.12752 second system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Mar 10 08:59:21 UTC 2007

IDJOB= 333480
IDBENCH= 24605
IDSOLVER= 100
FILE ID= node12/333480-1173517161

PBS_JOBID= 4101131

Free space on /tmp= 66418 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Medium/contest05/jarvisalo/mod2-rand3bip-sat-210-1.sat05-2158.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333480-1173517161/tinisat /tmp/evaluation/333480-1173517161/instance-333480-1173517161.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-333480-1173517161 -o ROOT/results/node12/solver-333480-1173517161 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333480-1173517161/tinisat /tmp/evaluation/333480-1173517161/instance-333480-1173517161.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  ec08a813e0e830faf90b4c50fad3a86d

RANDOM SEED= 358906325

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node12.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.285
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.285
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:       1691072 kB
Buffers:         40132 kB
Cached:         251184 kB
SwapCached:      15228 kB
Active:         214152 kB
Inactive:       100192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691072 kB
SwapTotal:     4192956 kB
SwapFree:      4156588 kB
Dirty:             732 kB
Writeback:           0 kB
Mapped:          29400 kB
Slab:            36124 kB
Committed_AS:  1641204 kB
PageTables:       1692 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= 66418 MiB

End job on node12 on Sat Mar 10 09:19:24 UTC 2007