Trace number 316337

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
SAT7 2007-02-08UNSAT 838.468 838.783

General information on the benchmark

Namecrafted/spence/
medium/s89-100.cnf
MD5SUMa1c857f1db1ccfc50e10a8a9bb41e428
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.9012
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of clauses188
Sum of the clauses size564
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3188
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 Starting solver ...
0.00/0.00	c Restarting after 101 conflicts
0.00/0.00	c Restarting after 251 conflicts
0.00/0.01	c Restarting after 477 conflicts
0.00/0.02	c Restarting after 814 conflicts
0.00/0.03	c Restarting after 1320 conflicts
0.00/0.05	c Restarting after 2079 conflicts
0.00/0.08	c Restarting after 3218 conflicts
0.10/0.13	c Restarting after 4926 conflicts
0.10/0.19	c Restarting after 7488 conflicts
0.20/0.29	c Restarting after 11332 conflicts
0.40/0.45	c Restarting after 17099 conflicts
0.60/0.69	c Restarting after 25751 conflicts
0.99/1.03	c Restarting after 38725 conflicts
1.49/1.57	c Restarting after 58186 conflicts
2.30/2.35	c Restarting after 87378 conflicts
3.59/3.60	c Restarting after 131167 conflicts
5.39/5.49	c Restarting after 196851 conflicts
8.19/8.21	c Restarting after 295378 conflicts
12.39/12.46	c Restarting after 443168 conflicts
18.89/18.95	c Restarting after 664853 conflicts
28.69/28.77	c Restarting after 997381 conflicts
43.18/43.22	c Restarting after 1496170 conflicts
66.17/66.26	c Restarting after 2244355 conflicts
99.96/100.06	c Restarting after 3366629 conflicts
149.05/149.16	c Restarting after 5050040 conflicts
228.13/228.25	c Restarting after 7575157 conflicts
346.80/346.97	c Restarting after 11362835 conflicts
539.65/539.92	c Restarting after 17044347 conflicts
830.19/830.55	c Restarting after 25566617 conflicts
838.38/838.78	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node59/watcher-316337-1172667291 -o ROOT/results/node59/solver-316337-1172667291 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/316337-1172667291/sat7_bin /tmp/evaluation/316337-1172667291/instance-316337-1172667291.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.00 1.00 3/64 24048
/proc/meminfo: memFree=1751336/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1068 CPUtime=0
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 135 0 0 0 0 0 0 0 18 0 1 0 286685865 1093632 118 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 135066573 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 267 118 95 220 0 44 0

[startup+0.105037 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24048
/proc/meminfo: memFree=1751336/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1068 CPUtime=0.1
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 143 0 0 0 10 0 0 0 18 0 1 0 286685865 1093632 126 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134529579 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 267 126 95 220 0 44 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1068

[startup+0.202047 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24048
/proc/meminfo: memFree=1751336/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1068 CPUtime=0.2
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 145 0 0 0 20 0 0 0 18 0 1 0 286685865 1093632 128 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134579361 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 267 128 95 220 0 44 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 1068

[startup+0.302058 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24048
/proc/meminfo: memFree=1751336/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1068 CPUtime=0.3
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 148 0 0 0 30 0 0 0 19 0 1 0 286685865 1093632 131 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134579940 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 267 131 95 220 0 44 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1068

[startup+0.701108 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 24048
/proc/meminfo: memFree=1751336/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1068 CPUtime=0.69
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 152 0 0 0 69 0 0 0 22 0 1 0 286685865 1093632 135 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134578853 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 267 135 95 220 0 44 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1068

[startup+1.50119 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24049
/proc/meminfo: memFree=1751136/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1200 CPUtime=1.49
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 156 0 0 0 149 0 0 0 25 0 1 0 286685865 1228800 139 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 135029306 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 300 139 95 220 0 77 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1200

[startup+3.10137 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24049
/proc/meminfo: memFree=1750944/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1200 CPUtime=3.09
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 162 0 0 0 309 0 0 0 25 0 1 0 286685865 1228800 145 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134536211 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 300 145 95 220 0 77 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1200

[startup+6.30172 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24049
/proc/meminfo: memFree=1750880/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1200 CPUtime=6.29
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 171 0 0 0 629 0 0 0 25 0 1 0 286685865 1228800 154 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134537679 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 300 154 95 220 0 77 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1200

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24049
/proc/meminfo: memFree=1750760/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1200 CPUtime=12.69
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 180 0 0 0 1269 0 0 0 25 0 1 0 286685865 1228800 163 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134579143 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 300 163 95 220 0 77 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1200

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24049
/proc/meminfo: memFree=1750696/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1460 CPUtime=25.49
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 192 0 0 0 2549 0 0 0 25 0 1 0 286685865 1495040 175 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134538773 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 365 175 95 220 0 142 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1460

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24049
/proc/meminfo: memFree=1750696/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1460 CPUtime=51.08
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 215 0 0 0 5108 0 0 0 25 0 1 0 286685865 1495040 198 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134531392 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 365 198 95 220 0 142 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1460

[startup+102.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24049
/proc/meminfo: memFree=1750568/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1460 CPUtime=102.27
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 232 0 0 0 10227 0 0 0 25 0 1 0 286685865 1495040 215 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134536593 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 365 215 95 220 0 142 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 1460

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24049
/proc/meminfo: memFree=1750504/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1460 CPUtime=162.25
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 245 0 0 0 16225 0 0 0 25 0 1 0 286685865 1495040 228 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134538107 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 365 228 95 220 0 142 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 1460

[startup+222.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24049
/proc/meminfo: memFree=1750440/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=222.24
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 259 0 0 0 22224 0 0 0 25 0 1 0 286685865 2023424 242 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 135029304 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 242 95 220 0 271 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 1976

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24049
/proc/meminfo: memFree=1750376/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=282.22
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 271 0 0 0 28222 0 0 0 25 0 1 0 286685865 2023424 254 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134531614 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 254 95 220 0 271 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 1976

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24049
/proc/meminfo: memFree=1750376/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=342.2
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 279 0 0 0 34220 0 0 0 25 0 1 0 286685865 2023424 262 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532398 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 262 95 220 0 271 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 1976

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 24153
/proc/meminfo: memFree=1748976/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=402.13
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 292 0 0 0 40211 2 0 0 25 0 1 0 286685865 2023424 275 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134558707 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 275 95 220 0 271 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 1976

[startup+462.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/71 24225
/proc/meminfo: memFree=1748720/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=462.09
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 302 0 0 0 46207 2 0 0 25 0 1 0 286685865 2023424 285 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134579381 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 285 95 220 0 271 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 1976

[startup+522.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24247
/proc/meminfo: memFree=1749928/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=522.06
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 306 0 0 0 52204 2 0 0 25 0 1 0 286685865 2023424 289 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532519 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 289 95 220 0 271 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 1976

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24247
/proc/meminfo: memFree=1749864/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=582.04
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 315 0 0 0 58202 2 0 0 25 0 1 0 286685865 2023424 298 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134535960 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 298 95 220 0 271 0
Current children cumulated CPU time (s) 582.04
Current children cumulated vsize (KiB) 1976

[startup+642.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24247
/proc/meminfo: memFree=1749864/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=642.03
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 319 0 0 0 64201 2 0 0 25 0 1 0 286685865 2023424 302 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532450 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 302 95 220 0 271 0
Current children cumulated CPU time (s) 642.03
Current children cumulated vsize (KiB) 1976

[startup+702.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24247
/proc/meminfo: memFree=1749800/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=702.01
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 324 0 0 0 70199 2 0 0 25 0 1 0 286685865 2023424 307 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532414 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 307 95 220 0 271 0
Current children cumulated CPU time (s) 702.01
Current children cumulated vsize (KiB) 1976

[startup+762.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24247
/proc/meminfo: memFree=1749800/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=762
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 330 0 0 0 76197 3 0 0 25 0 1 0 286685865 2023424 313 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134540530 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 313 95 220 0 271 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 1976

[startup+822.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24247
/proc/meminfo: memFree=1749736/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=821.99
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 333 0 0 0 82196 3 0 0 25 0 1 0 286685865 2023424 316 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 316 95 220 0 271 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 1976

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

[startup+832.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24247
/proc/meminfo: memFree=1749736/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=831.68
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 334 0 0 0 83165 3 0 0 25 0 1 0 286685865 2023424 317 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134528783 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 317 95 220 0 271 0
Current children cumulated CPU time (s) 831.68
Current children cumulated vsize (KiB) 1976

[startup+835.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24247
/proc/meminfo: memFree=1749736/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=834.88
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 335 0 0 0 83485 3 0 0 25 0 1 0 286685865 2023424 318 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134531462 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 318 95 220 0 271 0
Current children cumulated CPU time (s) 834.88
Current children cumulated vsize (KiB) 1976

[startup+836.801 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24247
/proc/meminfo: memFree=1749736/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=836.48
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 335 0 0 0 83645 3 0 0 25 0 1 0 286685865 2023424 318 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134540449 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 318 95 220 0 271 0
Current children cumulated CPU time (s) 836.48
Current children cumulated vsize (KiB) 1976

[startup+837.601 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24247
/proc/meminfo: memFree=1749736/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=837.28
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 335 0 0 0 83725 3 0 0 25 0 1 0 286685865 2023424 318 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 318 95 220 0 271 0
Current children cumulated CPU time (s) 837.28
Current children cumulated vsize (KiB) 1976

[startup+838.401 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24247
/proc/meminfo: memFree=1749736/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=838.08
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 335 0 0 0 83805 3 0 0 25 0 1 0 286685865 2023424 318 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134530160 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 318 95 220 0 271 0
Current children cumulated CPU time (s) 838.08
Current children cumulated vsize (KiB) 1976

[startup+838.602 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24247
/proc/meminfo: memFree=1749736/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=838.28
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 335 0 0 0 83825 3 0 0 25 0 1 0 286685865 2023424 318 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134537152 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 318 95 220 0 271 0
Current children cumulated CPU time (s) 838.28
Current children cumulated vsize (KiB) 1976

[startup+838.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 24247
/proc/meminfo: memFree=1749736/2055920 swapFree=4183708/4192956
[pid=24048] ppid=24046 vsize=1976 CPUtime=838.38
/proc/24048/stat : 24048 (sat7_bin) R 24046 24048 23498 0 -1 4194304 335 0 0 0 83835 3 0 0 25 0 1 0 286685865 2023424 318 18446744073709551615 134512640 135417445 4294956624 18446744073709551615 134532433 0 0 4096 0 0 0 0 17 1 0 0
/proc/24048/statm: 494 318 95 220 0 271 0
Current children cumulated CPU time (s) 838.38
Current children cumulated vsize (KiB) 1976

Child status: 20
Real time (s): 838.783
CPU time (s): 838.468
CPU user time (s): 838.436
CPU system time (s): 0.031995
CPU usage (%): 99.9624
Max. virtual memory (cumulated for all children) (KiB): 1976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 838.436
system time used= 0.031995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 335
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= 8
involuntary context switches= 1250

runsolver used 0.557915 second user time and 1.82972 second system time

The end

Launcher Data (download as text)

Begin job on node59 on Wed Feb 28 12:54:52 UTC 2007

IDJOB= 316337
IDBENCH= 20439
IDSOLVER= 101
FILE ID= node59/316337-1172667291

PBS_JOBID= 3981233

Free space on /tmp= 66519 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/crafted/spence/medium/s89-100.cnf
COMMAND LINE= /tmp/evaluation/316337-1172667291/sat7_bin /tmp/evaluation/316337-1172667291/instance-316337-1172667291.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-316337-1172667291 -o ROOT/results/node59/solver-316337-1172667291 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/316337-1172667291/sat7_bin /tmp/evaluation/316337-1172667291/instance-316337-1172667291.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  a1c857f1db1ccfc50e10a8a9bb41e428

RANDOM SEED= 545861499

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node59.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.225
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.225
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:       1751744 kB
Buffers:          7532 kB
Cached:         248940 kB
SwapCached:       2744 kB
Active:         105364 kB
Inactive:       160256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751744 kB
SwapTotal:     4192956 kB
SwapFree:      4183708 kB
Dirty:            1196 kB
Writeback:           0 kB
Mapped:          15304 kB
Slab:            24508 kB
Committed_AS:   609036 kB
PageTables:       1472 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= 66519 MiB

End job on node59 on Wed Feb 28 13:08:50 UTC 2007