Trace number 333816

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.08 1200.42

General information on the benchmark

Namecrafted/Hard/contest04/connamacher/
connm-ue-csp-sat-n800-d0.02-s925928766.sat05-538.reshuffled-07.cnf
MD5SUMc2cb7643bd8a1926480278b8bba0ef3d
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 variables700
Number of clauses8767
Sum of the clauses size26476
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 38592
Number of clauses of size 4175
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

0.00/0.01	c Tinisat 0.22
0.00/0.01	c solving /tmp/evaluation/333816-1173532995/instance-333816-1173532995.cnf
0.00/0.01	c 700 variables, 8767 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/node2/watcher-333816-1173532995 -o ROOT/results/node2/solver-333816-1173532995 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/333816-1173532995/tinisat /tmp/evaluation/333816-1173532995/instance-333816-1173532995.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.71 0.91 0.92 3/77 28507
/proc/meminfo: memFree=1631912/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=848 CPUtime=0
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 108 0 0 0 0 0 0 0 18 0 1 0 373254502 868352 93 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134612771 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 212 94 48 110 0 99 0

[startup+0.0567089 s]
/proc/loadavg: 0.71 0.91 0.92 3/77 28507
/proc/meminfo: memFree=1631912/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=1384 CPUtime=0.05
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 248 0 0 0 5 0 0 0 18 0 1 0 373254502 1417216 232 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517115 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 346 232 52 110 0 233 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1384

[startup+0.101714 s]
/proc/loadavg: 0.71 0.91 0.92 3/77 28507
/proc/meminfo: memFree=1631912/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=1384 CPUtime=0.09
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 257 0 0 0 9 0 0 0 18 0 1 0 373254502 1417216 241 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519953 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 346 241 52 110 0 233 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1384

[startup+0.301734 s]
/proc/loadavg: 0.71 0.91 0.92 3/77 28507
/proc/meminfo: memFree=1631912/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=1936 CPUtime=0.29
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 292 0 0 0 29 0 0 0 19 0 1 0 373254502 1982464 276 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134532427 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 484 276 52 110 0 371 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1936

[startup+0.701776 s]
/proc/loadavg: 0.71 0.91 0.92 3/77 28507
/proc/meminfo: memFree=1631912/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=1936 CPUtime=0.69
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 358 0 0 0 69 0 0 0 23 0 1 0 373254502 1982464 342 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520011 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 484 342 52 110 0 371 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1936

[startup+1.50286 s]
/proc/loadavg: 0.71 0.91 0.92 2/78 28508
/proc/meminfo: memFree=1630496/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=3208 CPUtime=1.49
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 499 0 0 0 149 0 0 0 25 0 1 0 373254502 3284992 483 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134518568 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 802 483 52 110 0 689 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3208

[startup+3.10202 s]
/proc/loadavg: 0.71 0.91 0.92 2/78 28508
/proc/meminfo: memFree=1629728/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=3340 CPUtime=3.09
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 726 0 0 0 309 0 0 0 25 0 1 0 373254502 3420160 710 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134517035 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 835 710 52 110 0 722 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3340

[startup+6.30135 s]
/proc/loadavg: 0.73 0.91 0.92 2/78 28508
/proc/meminfo: memFree=1628000/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=5816 CPUtime=6.29
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 1075 0 0 0 629 0 0 0 25 0 1 0 373254502 5955584 1059 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519582 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 1454 1059 52 110 0 1341 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5816

[startup+12.702 s]
/proc/loadavg: 0.76 0.91 0.92 2/78 28508
/proc/meminfo: memFree=1626272/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=10484 CPUtime=12.69
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 1461 0 0 0 1268 1 0 0 25 0 1 0 373254502 10735616 1412 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519921 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 2621 1412 52 110 0 2508 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10484

[startup+25.5013 s]
/proc/loadavg: 0.81 0.91 0.92 2/78 28508
/proc/meminfo: memFree=1623712/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=11036 CPUtime=25.49
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 2078 0 0 0 2547 2 0 0 25 0 1 0 373254502 11300864 2029 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134515313 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 2759 2029 52 110 0 2646 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 11036

[startup+51.102 s]
/proc/loadavg: 0.87 0.92 0.92 2/78 28508
/proc/meminfo: memFree=1620448/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=20692 CPUtime=51.08
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 2967 0 0 0 5105 3 0 0 25 0 1 0 373254502 21188608 2853 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 5173 2853 52 110 0 5060 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 20692

[startup+102.305 s]
/proc/loadavg: 0.94 0.93 0.92 2/78 28508
/proc/meminfo: memFree=1615648/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=21652 CPUtime=102.27
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 4157 0 0 0 10223 4 0 0 25 0 1 0 373254502 22171648 4043 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 5413 4043 52 110 0 5300 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 21652

[startup+162.301 s]
/proc/loadavg: 0.98 0.94 0.92 2/78 28508
/proc/meminfo: memFree=1611552/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=22640 CPUtime=162.25
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 5295 0 0 0 16219 6 0 0 25 0 1 0 373254502 23183360 5052 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 5660 5052 52 110 0 5547 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 22640

[startup+222.302 s]
/proc/loadavg: 0.99 0.95 0.92 2/78 28508
/proc/meminfo: memFree=1607648/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=41480 CPUtime=222.23
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 6265 0 0 0 22216 7 0 0 25 0 1 0 373254502 42475520 6022 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520134 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 10370 6022 52 110 0 10257 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 41480

[startup+282.302 s]
/proc/loadavg: 0.99 0.95 0.92 2/78 28508
/proc/meminfo: memFree=1604640/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=41804 CPUtime=282.22
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 7003 0 0 0 28213 9 0 0 25 0 1 0 373254502 42807296 6760 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 10451 6760 52 110 0 10338 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 41804

[startup+342.301 s]
/proc/loadavg: 0.99 0.96 0.92 2/78 28508
/proc/meminfo: memFree=1601952/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=42064 CPUtime=342.19
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 7671 0 0 0 34209 10 0 0 25 0 1 0 373254502 43073536 7428 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 10516 7428 52 110 0 10403 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 42064

[startup+402.301 s]
/proc/loadavg: 0.99 0.96 0.92 2/78 28508
/proc/meminfo: memFree=1599584/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=42064 CPUtime=402.18
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 8269 0 0 0 40207 11 0 0 25 0 1 0 373254502 43073536 8026 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 10516 8026 52 110 0 10403 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 42064

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/78 28508
/proc/meminfo: memFree=1597664/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=42064 CPUtime=462.16
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 8738 0 0 0 46205 11 0 0 25 0 1 0 373254502 43073536 8495 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520074 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 10516 8495 52 110 0 10403 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 42064

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/78 28508
/proc/meminfo: memFree=1594528/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=43680 CPUtime=522.14
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 9634 0 0 0 52202 12 0 0 25 0 1 0 373254502 44728320 9292 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 10920 9292 52 110 0 10807 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 43680

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/78 28508
/proc/meminfo: memFree=1592480/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=43812 CPUtime=582.12
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 10145 0 0 0 58199 13 0 0 25 0 1 0 373254502 44863488 9803 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 10953 9803 52 110 0 10840 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 43812

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.92 2/78 28508
/proc/meminfo: memFree=1590624/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=45252 CPUtime=642.12
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 10924 0 0 0 64197 15 0 0 25 0 1 0 373254502 46338048 10260 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519912 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 11313 10260 52 110 0 11200 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 45252

[startup+702.301 s]
/proc/loadavg: 0.99 0.97 0.92 2/78 28508
/proc/meminfo: memFree=1588576/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=80896 CPUtime=702.1
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 11504 0 0 0 70194 16 0 0 25 0 1 0 373254502 82837504 10774 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 20224 10774 52 110 0 20111 0
Current children cumulated CPU time (s) 702.1
Current children cumulated vsize (KiB) 80896

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.92 2/78 28508
/proc/meminfo: memFree=1586656/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=81156 CPUtime=762.08
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 12000 0 0 0 76191 17 0 0 25 0 1 0 373254502 83103744 11237 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520029 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 20289 11237 52 110 0 20176 0
Current children cumulated CPU time (s) 762.08
Current children cumulated vsize (KiB) 81156

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/78 28508
/proc/meminfo: memFree=1584864/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=81864 CPUtime=822.06
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 12553 0 0 0 82188 18 0 0 25 0 1 0 373254502 83828736 11691 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 20466 11691 52 110 0 20353 0
Current children cumulated CPU time (s) 822.06
Current children cumulated vsize (KiB) 81864

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.92 2/78 28508
/proc/meminfo: memFree=1583200/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=81996 CPUtime=882.05
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 12984 0 0 0 88186 19 0 0 25 0 1 0 373254502 83963904 12122 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 20499 12122 52 110 0 20386 0
Current children cumulated CPU time (s) 882.05
Current children cumulated vsize (KiB) 81996

[startup+942.301 s]
/proc/loadavg: 0.99 0.97 0.92 2/78 28508
/proc/meminfo: memFree=1581600/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=81996 CPUtime=942.03
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 13376 0 0 0 94183 20 0 0 25 0 1 0 373254502 83963904 12514 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 20499 12514 52 110 0 20386 0
Current children cumulated CPU time (s) 942.03
Current children cumulated vsize (KiB) 81996

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.92 2/78 28508
/proc/meminfo: memFree=1579744/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=82524 CPUtime=1002
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 13876 0 0 0 100180 20 0 0 25 0 1 0 373254502 84504576 12981 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 20631 12981 52 110 0 20518 0
Current children cumulated CPU time (s) 1002
Current children cumulated vsize (KiB) 82524

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.92 2/78 28508
/proc/meminfo: memFree=1578208/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=82668 CPUtime=1061.99
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 14244 0 0 0 106178 21 0 0 25 0 1 0 373254502 84652032 13349 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 20667 13349 52 110 0 20554 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 82668

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.92 2/78 28508
/proc/meminfo: memFree=1576352/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=83220 CPUtime=1121.98
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 14722 0 0 0 112176 22 0 0 25 0 1 0 373254502 85217280 13827 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 20805 13827 52 110 0 20692 0
Current children cumulated CPU time (s) 1121.98
Current children cumulated vsize (KiB) 83220

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.92 2/78 28508
/proc/meminfo: memFree=1574944/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=83220 CPUtime=1181.96
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 15080 0 0 0 118173 23 0 0 25 0 1 0 373254502 85217280 14185 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134519843 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 20805 14185 52 110 0 20692 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 83220



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 0.99 0.97 0.92 2/78 28508
/proc/meminfo: memFree=1574496/2055920 swapFree=4153164/4192956
[pid=28507] ppid=28505 vsize=83220 CPUtime=1200.06
/proc/28507/stat : 28507 (tinisat) R 28505 28507 28448 0 -1 4194304 15180 0 0 0 119983 23 0 0 25 0 1 0 373254502 85217280 14285 18446744073709551615 134512640 134966189 4294956704 18446744073709551615 134520081 0 0 4096 0 0 0 0 17 1 0 0
/proc/28507/statm: 20805 14285 52 110 0 20692 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 83220

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.42
CPU time (s): 1200.08
CPU user time (s): 1199.84
CPU system time (s): 0.242963
CPU usage (%): 99.9719
Max. virtual memory (cumulated for all children) (KiB): 83220

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

runsolver used 1.2928 second user time and 3.08153 second system time

The end

Launcher Data (download as text)

Begin job on node2 on Sat Mar 10 13:23:16 UTC 2007

IDJOB= 333816
IDBENCH= 24613
IDSOLVER= 100
FILE ID= node2/333816-1173532995

PBS_JOBID= 4101162

Free space on /tmp= 66511 MiB

SOLVER NAME= tinisat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/Hard/contest04/connamacher/connm-ue-csp-sat-n800-d0.02-s925928766.sat05-538.reshuffled-07.cnf
COMMAND LINE= /tmp/evaluation/333816-1173532995/tinisat /tmp/evaluation/333816-1173532995/instance-333816-1173532995.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-333816-1173532995 -o ROOT/results/node2/solver-333816-1173532995 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/333816-1173532995/tinisat /tmp/evaluation/333816-1173532995/instance-333816-1173532995.cnf            

META MD5SUM SOLVER= 15788d06198cf45d0201cced774790cd
MD5SUM BENCH=  c2cb7643bd8a1926480278b8bba0ef3d

RANDOM SEED= 387180167

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node2.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.247
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.247
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:       1632384 kB
Buffers:         42148 kB
Cached:         304384 kB
SwapCached:       2376 kB
Active:         209068 kB
Inactive:       159952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632384 kB
SwapTotal:     4192956 kB
SwapFree:      4153164 kB
Dirty:             860 kB
Writeback:           0 kB
Mapped:          29932 kB
Slab:            40044 kB
Committed_AS:  1648300 kB
PageTables:       1812 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= 66511 MiB

End job on node2 on Sat Mar 10 13:43:18 UTC 2007