Trace number 320294

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 914.258 914.535

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-c6nidw_i.cnf
MD5SUM15c4413e436aecbd4fcb1d7037e18abf
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark74.3737
Satisfiable
(Un)Satisfiability was proved
Number of variables95863
Number of clauses283363
Sum of the clauses size661179
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2188908
Number of clauses of size 394454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

1.19/1.20	c Starting solver ...
1.59/1.66	c Restarting after 100 conflicts
1.79/1.80	c Restarting after 251 conflicts
1.99/2.04	c Restarting after 477 conflicts
2.39/2.49	c Restarting after 815 conflicts
2.59/2.65	c Restarting after 1321 conflicts
2.89/2.91	c Restarting after 2080 conflicts
3.49/3.53	c Restarting after 3220 conflicts
4.49/4.58	c Restarting after 4930 conflicts
6.68/6.74	c Restarting after 7492 conflicts
9.08/9.19	c Restarting after 11336 conflicts
12.29/12.40	c Restarting after 17103 conflicts
17.09/17.18	c Restarting after 25756 conflicts
27.78/27.88	c Restarting after 38731 conflicts
44.87/44.97	c Restarting after 58192 conflicts
70.27/70.34	c Restarting after 87384 conflicts
116.15/116.25	c Restarting after 131173 conflicts
209.12/209.27	c Restarting after 196859 conflicts
357.78/357.92	c Restarting after 295388 conflicts
794.25/794.50	c Restarting after 443178 conflicts
914.02/914.35	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/node1/watcher-320294-1173043608 -o ROOT/results/node1/solver-320294-1173043608 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320294-1173043608/sat7_bin /tmp/evaluation/320294-1173043608/instance-320294-1173043608.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.99 0.97 0.97 3/77 1005
/proc/meminfo: memFree=1097592/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=4456 CPUtime=0
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 556 0 0 0 0 0 0 0 18 0 1 0 324315858 4562944 539 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134534339 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 1114 542 88 220 0 891 0

[startup+0.0915801 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 1005
/proc/meminfo: memFree=1097592/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=14032 CPUtime=0.08
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 2881 0 0 0 7 1 0 0 18 0 1 0 324315858 14368768 2864 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134558673 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 3508 2864 88 220 0 3285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14032

[startup+0.102581 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 1005
/proc/meminfo: memFree=1097592/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=14032 CPUtime=0.09
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 2908 0 0 0 8 1 0 0 18 0 1 0 324315858 14368768 2891 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 3508 2891 88 220 0 3285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14032

[startup+0.301604 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 1005
/proc/meminfo: memFree=1097592/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=14032 CPUtime=0.29
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 3380 0 0 0 28 1 0 0 19 0 1 0 324315858 14368768 3363 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135066477 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 3508 3363 88 220 0 3285 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14032

[startup+0.702651 s]
/proc/loadavg: 0.99 0.97 0.97 3/77 1005
/proc/meminfo: memFree=1097592/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=18132 CPUtime=0.69
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 4299 0 0 0 68 1 0 0 22 0 1 0 324315858 18567168 4282 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134547059 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 4533 4282 88 220 0 4310 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18132

[startup+1.50174 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=1078128/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=28120 CPUtime=1.49
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 6780 0 0 0 147 2 0 0 25 0 1 0 324315858 28794880 6665 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 7030 6665 93 220 0 6807 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28120

[startup+3.10193 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=1070768/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=32220 CPUtime=3.09
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 7015 0 0 0 307 2 0 0 25 0 1 0 324315858 32993280 6900 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532130 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 8055 6900 95 220 0 7832 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 32220

[startup+6.3013 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=1068848/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=32732 CPUtime=6.29
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 7517 0 0 0 626 3 0 0 25 0 1 0 324315858 33517568 7273 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 8183 7273 95 220 0 7960 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 32732

[startup+12.7011 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=1066672/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=32732 CPUtime=12.69
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 8048 0 0 0 1265 4 0 0 25 0 1 0 324315858 33517568 7804 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 8183 7804 95 220 0 7960 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32732

[startup+25.5015 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=1063216/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=37084 CPUtime=25.48
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 8906 0 0 0 2544 4 0 0 25 0 1 0 324315858 37974016 8662 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538894 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 9271 8662 95 220 0 9048 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 37084

[startup+51.1016 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=1055216/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=45796 CPUtime=51.06
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 10898 0 0 0 5099 7 0 0 25 0 1 0 324315858 46895104 10654 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533279 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 11449 10654 95 220 0 11226 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 45796

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=1046000/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=54424 CPUtime=102.26
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 13184 0 0 0 10215 11 0 0 25 0 1 0 324315858 55730176 12940 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134542721 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 13606 12940 95 220 0 13383 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 54424

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=1036208/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=63292 CPUtime=162.24
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 15668 0 0 0 16209 15 0 0 25 0 1 0 324315858 64811008 15424 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135029304 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 15823 15424 95 220 0 15600 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 63292

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=1026096/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=76416 CPUtime=222.22
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 18156 0 0 0 22204 18 0 0 25 0 1 0 324315858 78249984 17912 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 19104 17912 95 220 0 18881 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 76416

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=1015664/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=85304 CPUtime=282.2
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 20756 0 0 0 28198 22 0 0 25 0 1 0 324315858 87351296 20512 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 21326 20512 95 220 0 21103 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 85304

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=1009200/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=90004 CPUtime=342.18
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 22351 0 0 0 34194 24 0 0 25 0 1 0 324315858 92164096 22107 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532469 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 22501 22107 95 220 0 22278 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 90004

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=1002160/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=99212 CPUtime=402.17
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 24126 0 0 0 40190 27 0 0 25 0 1 0 324315858 101593088 23882 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134579674 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 24803 23882 95 220 0 24580 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 99212

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=995888/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=104036 CPUtime=462.14
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 25703 0 0 0 46186 28 0 0 25 0 1 0 324315858 106532864 25459 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 26009 25459 95 220 0 25786 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 104036

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=990896/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=108724 CPUtime=522.13
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 26997 0 0 0 52183 30 0 0 25 0 1 0 324315858 111333376 26753 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 27181 26753 95 220 0 26958 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 108724

[startup+582.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=985904/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=117292 CPUtime=582.12
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 28217 0 0 0 58180 32 0 0 25 0 1 0 324315858 120107008 27973 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532381 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 29323 27973 95 220 0 29100 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 117292

[startup+642.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=981360/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=121752 CPUtime=642.1
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 29363 0 0 0 64176 34 0 0 25 0 1 0 324315858 124674048 29086 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538622 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 30438 29086 95 220 0 30215 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 121752

[startup+702.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=977264/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=122348 CPUtime=702.08
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 30392 0 0 0 70173 35 0 0 25 0 1 0 324315858 125284352 30115 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134578770 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 30587 30115 95 220 0 30364 0
Current children cumulated CPU time (s) 702.08
Current children cumulated vsize (KiB) 122348

[startup+762.307 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=973232/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=126708 CPUtime=762.07
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 31404 0 0 0 76170 37 0 0 25 0 1 0 324315858 129748992 31094 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532620 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 31677 31094 95 220 0 31454 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 126708

[startup+822.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=972720/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=127044 CPUtime=822.04
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 31523 0 0 0 82167 37 0 0 25 0 1 0 324315858 130093056 31213 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532412 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 31761 31213 95 220 0 31538 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 127044

[startup+882.303 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=972464/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=127172 CPUtime=882.03
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 31576 0 0 0 88165 38 0 0 25 0 1 0 324315858 130224128 31266 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 31793 31266 95 220 0 31570 0
Current children cumulated CPU time (s) 882.03
Current children cumulated vsize (KiB) 127172

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

[startup+895.901 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=972336/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=127172 CPUtime=895.62
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 31607 0 0 0 89524 38 0 0 25 0 1 0 324315858 130224128 31297 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134533543 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 31793 31297 95 220 0 31570 0
Current children cumulated CPU time (s) 895.62
Current children cumulated vsize (KiB) 127172

[startup+902.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=972336/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=127172 CPUtime=902.02
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 31612 0 0 0 90164 38 0 0 25 0 1 0 324315858 130224128 31302 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134538630 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 31793 31302 95 220 0 31570 0
Current children cumulated CPU time (s) 902.02
Current children cumulated vsize (KiB) 127172

[startup+908.702 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=972272/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=127300 CPUtime=908.42
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 31621 0 0 0 90804 38 0 0 25 0 1 0 324315858 130355200 31311 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532694 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 31825 31311 95 220 0 31602 0
Current children cumulated CPU time (s) 908.42
Current children cumulated vsize (KiB) 127300

[startup+911.905 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=972272/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=127300 CPUtime=911.62
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 31624 0 0 0 91124 38 0 0 25 0 1 0 324315858 130355200 31314 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 31825 31314 95 220 0 31602 0
Current children cumulated CPU time (s) 911.62
Current children cumulated vsize (KiB) 127300

[startup+913.501 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=972272/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=127300 CPUtime=913.22
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 31630 0 0 0 91284 38 0 0 25 0 1 0 324315858 130355200 31320 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 31825 31320 95 220 0 31602 0
Current children cumulated CPU time (s) 913.22
Current children cumulated vsize (KiB) 127300

[startup+914.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=972272/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=127300 CPUtime=914.02
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 31634 0 0 0 91364 38 0 0 25 0 1 0 324315858 130355200 31324 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 134532383 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 31825 31324 95 220 0 31602 0
Current children cumulated CPU time (s) 914.02
Current children cumulated vsize (KiB) 127300

[startup+914.501 s]
/proc/loadavg: 0.99 0.97 0.97 2/78 1006
/proc/meminfo: memFree=972272/2055920 swapFree=4159124/4192956
[pid=1005] ppid=1003 vsize=123228 CPUtime=914.22
/proc/1005/stat : 1005 (sat7_bin) R 1003 1005 831 0 -1 4194304 31634 0 0 0 91384 38 0 0 25 0 1 0 324315858 126185472 30422 18446744073709551615 134512640 135417445 4294956704 18446744073709551615 135011005 0 0 4096 0 0 0 0 17 1 0 0
/proc/1005/statm: 30807 30422 95 220 0 30584 0
Current children cumulated CPU time (s) 914.22
Current children cumulated vsize (KiB) 123228

Child status: 20
Real time (s): 914.535
CPU time (s): 914.258
CPU user time (s): 913.855
CPU system time (s): 0.402938
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 127300

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

runsolver used 1.10683 second user time and 2.22366 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Sun Mar  4 21:26:48 UTC 2007

IDJOB= 320294
IDBENCH= 20500
IDSOLVER= 101
FILE ID= node1/320294-1173043608

PBS_JOBID= 4012258

Free space on /tmp= 66517 MiB

SOLVER NAME= SAT7 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-c6nidw_i.cnf
COMMAND LINE= /tmp/evaluation/320294-1173043608/sat7_bin /tmp/evaluation/320294-1173043608/instance-320294-1173043608.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-320294-1173043608 -o ROOT/results/node1/solver-320294-1173043608 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320294-1173043608/sat7_bin /tmp/evaluation/320294-1173043608/instance-320294-1173043608.cnf            

META MD5SUM SOLVER= 499b432f7af158d8586c91b2e490220f
MD5SUM BENCH=  15c4413e436aecbd4fcb1d7037e18abf

RANDOM SEED= 763622966

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.230
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.230
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:       1098000 kB
Buffers:         42200 kB
Cached:         834928 kB
SwapCached:      13876 kB
Active:         386680 kB
Inactive:       513304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1098000 kB
SwapTotal:     4192956 kB
SwapFree:      4159124 kB
Dirty:            5816 kB
Writeback:           0 kB
Mapped:          29708 kB
Slab:            43468 kB
Committed_AS:  1089576 kB
PageTables:       1740 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= 66517 MiB

End job on node1 on Sun Mar  4 21:42:03 UTC 2007