Trace number 1773451

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
precosat 236UNSAT 127.464 127.459

General information on the benchmark

Namemanol-pipe-g10nid.cnf
MD5SUMd46e452956bc993f202d3b06fd3e858e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark91.7301
Satisfiable
(Un)Satisfiability was proved
Number of variables217725
Number of clauses646228
Sum of the clauses size1507864
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2430818
Number of clauses of size 3215409
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c PicoSATLight Version 236 3e7a3f8825c0b9e241f38a63fee5517540b2feca
0.00/0.00	c Copyright (C) 2009, Armin Biere, JKU, Linz, Austria.  All rights reserved.
0.00/0.00	c Released on Sun Mar 22 10:16:26 CET 2009
0.00/0.00	c Compiled on Tue Mar 24 21:24:39 CET 2009
0.00/0.00	c g++ (GCC) 4.3.2 20081105 (Red Hat 4.3.2-7)
0.00/0.00	c -O3 -m32 -static -Wall -Wextra -DNDEBUG -DNLOGPRECO -DNSTATSPRECO
0.00/0.00	c -finline-limit=10000000 -fomit-frame-pointer -fno-exceptions
0.00/0.00	c Linux baghera 2.6.27.19-170.2.35.fc10.i686.PAE i686
0.00/0.00	c
0.00/0.00	c reading HOME/instance-1773451-1241184548.cnf
0.00/0.00	c found header 'p cnf 217725 646228'
1.19/1.29	c finished parsing
1.19/1.29	c
1.19/1.29	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
1.19/1.29	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
1.19/1.29	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
1.19/1.29	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
1.19/1.29	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
1.19/1.29	c --random=1 --spread=2000 --seed=0 --skip=25
1.19/1.29	c
1.19/1.29	c sizeof     vars[0] = 16   alignment = 0       3 MB
1.19/1.29	c sizeof     orgs[0] =  8   alignment = 0       2 MB
1.19/1.29	c sizeof     occs[0] =  8   alignment = 0       2 MB
1.19/1.29	c sizeof iirfs[0..1] =  8   alignment = 0       2 MB
1.19/1.29	c
1.19/1.29	c starting search after 1.3 seconds
1.19/1.29	c no decision limit
1.29/1.35	c
1.29/1.35	c       original/binary      fixed     eliminated      learned       agility
1.29/1.35	c   seconds        variables     equivalent    conflicts       height       MB
1.29/1.35	c
1.29/1.35	c *    1.4   646227  217724      1     0      0       0      0    0.0   0   55
10.49/10.50	c s   10.5   258726   38497   2234   908 176086       0      0    0.0   0   44
10.49/10.50	c l   10.5   258726   38497   2234   908 176086       0 227106    0.0   0   44
10.79/10.80	c R   10.8   258749   38497   2234   908 176086     100    100 1480.7  22   45
11.59/11.67	c R   11.7   266322   38239   2402   998 176086     969    925  775.2  20   46
11.69/11.76	c B   11.8   266594   38237   2402  1000 176086    1001    957  763.2   6   47
13.10/13.16	c R   13.2   293064   36763   2869  2007 176086    1571   1520  720.4  10   49
13.19/13.27	c B   13.3   293241   36762   2869  2008 176086    2001   1950  698.6  10   49
16.59/16.62	c R   16.6   334484   35790   3409  2440 176086    5350   5264  601.2  18   51
18.19/18.21	c B   18.2   346145   35743   3435  2461 176086    8005   7909  617.4  20   53
18.89/18.96	c R   19.0   353859   35743   3435  2461 176086    9366   9262  612.4  19   53
25.79/25.87	c s   25.9   221320   31478   3487  2585 180175   16780  14405  607.6  20   44
25.79/25.87	c -   25.9   221320   31478   3487  2585 180175   16780 183956  607.6  20   44
30.29/30.31	c B   30.3   233567   31246   3561  2743 180175   24006  21591  584.3  19   49
40.09/40.14	c s   40.1   220304   30952   3642  2921 180210   38283  34833  593.0  25   49
40.09/40.14	c -   40.1   220304   30952   3642  2921 180210   38283 180277  593.0  25   49
47.48/47.56	c R   47.6   221509   30864   3669  2982 180210   53140  49657  586.0  11   56
52.59/52.65	c B   52.7   226483   30772   3676  3067 180210   64021  60531  574.9  15   59
55.59/55.64	c s   55.6   219265   30668   3683  3084 180290   65941  48980  573.5  11   50
59.40/59.48	c
59.40/59.48	c       original/binary      fixed     eliminated      learned       agility
59.40/59.48	c   seconds        variables     equivalent    conflicts       height       MB
59.40/59.48	c
59.40/59.48	c R   59.5   219659   30661   3683  3091 180290   75570  58600  568.1  15   56
73.60/73.66	c s   73.7   216331   30477   3761  3197 180290   98615  81457  560.6  15   58
73.60/73.66	c -   73.7   216331   30477   3761  3197 180290   98615 178475  560.6  15   58
96.09/96.12	c s   96.1   205898   28899   3815  3344 181667  130366 105909  535.4  18   60
96.09/96.12	c -   96.1   205898   28899   3815  3344 181667  130366 173121  535.4  18   60
114.40/114.45	c B  114.5   208045   28880   3827  3351 181667  160044 135559  514.5  12   71
119.09/119.19	c s  119.2   207442   28856   3827  3352 181690  164696 140080  511.4  22   66
125.19/125.28	c +  125.3   207659   28855   3827  3353 181690  173123 190433  505.1  22   71
127.39/127.44	c 0  127.4   219273   26878   5498  3659 181690  177741 153083  501.5  14   73
127.39/127.44	c
127.39/127.44	s UNSATISFIABLE
127.39/127.44	c
127.39/127.44	c 177741 conflicts, 1978321 decisions, 461 random
127.39/127.44	c 33 iterations, 600 restarts, 49 skipped
127.39/127.44	c 1 enlarged, 1803 shrunken, 1738 rescored, 62 rebiased
127.39/127.44	c 7 simplifications, 0 reductions
127.39/127.44	c
127.39/127.44	c vars: 5498 fixed, 3659 equiv, 181690 elim, 3965 merged
127.39/127.44	c elim: 5373113 resolutions, 7 phases, 2 rounds
127.39/127.44	c sbst: 94% substituted, 1.7% nots, 81.4% ands, 10.3% xors, 6.7% ites
127.39/127.44	c arty: 2.11 and 2.00 xor average arity
127.39/127.44	c prbe: 1251308 probed, 62 phases, 20 rounds
127.39/127.44	c prbe: 552 failed, 1488 lifted, 587 merged
127.39/127.44	c sccs: 35 non trivial, 0 fixed, 68 merged
127.39/127.44	c hash: 114 units, 3310 merged
127.39/127.44	c mins: 7247179 learned, 15% deleted, 430 strong, 44 depth
127.39/127.44	c subs: 2582 forward, 18811 backward, 175855 doms
127.39/127.44	c strs: 4582 forward, 173 backward
127.39/127.44	c doms: 182864 dominators, 165543 high, 354 low
127.39/127.44	c prps: 70648029 propagations, 0.55 megaprops
127.39/127.44	c
127.39/127.44	c 127.4 seconds, 79 MB max, 58 MB recycled

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773451-1241184548/watcher-1773451-1241184548 -o /tmp/evaluation-result-1773451-1241184548/solver-1773451-1241184548 -C 10000 -W 12000 -M 1800 HOME/precosat HOME/instance-1773451-1241184548.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.02 1.00 0.95 3/64 24659
/proc/meminfo: memFree=1229064/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=4192 CPUtime=0
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 897 0 0 0 0 0 0 0 18 0 1 0 146488240 4292608 882 1992294400 134512640 135151029 4294956240 18446744073709551615 134697845 0 0 4096 0 0 0 0 17 1 0 0
/proc/24659/statm: 1048 888 58 155 0 891 0

[startup+0.012566 s]
/proc/loadavg: 1.02 1.00 0.95 3/64 24659
/proc/meminfo: memFree=1229064/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=9304 CPUtime=0
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 1846 0 0 0 0 0 0 0 18 0 1 0 146488240 9527296 1831 1992294400 134512640 135151029 4294956240 18446744073709551615 134534376 0 0 4096 0 0 0 0 17 1 0 0
/proc/24659/statm: 2326 1832 59 155 0 2169 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9304

[startup+0.10154 s]
/proc/loadavg: 1.02 1.00 0.95 3/64 24659
/proc/meminfo: memFree=1229064/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=21516 CPUtime=0.09
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 5269 0 0 0 7 2 0 0 18 0 1 0 146488240 22032384 5221 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24659/statm: 5379 5222 63 155 0 5222 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21516

[startup+0.301483 s]
/proc/loadavg: 1.02 1.00 0.95 3/64 24659
/proc/meminfo: memFree=1229064/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=30072 CPUtime=0.29
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 7622 0 0 0 26 3 0 0 19 0 1 0 146488240 30793728 7380 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24659/statm: 7518 7380 63 155 0 7361 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30072

[startup+0.70137 s]
/proc/loadavg: 1.02 1.00 0.95 3/64 24659
/proc/meminfo: memFree=1229064/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=44824 CPUtime=0.69
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 11565 0 0 0 64 5 0 0 23 0 1 0 146488240 45899776 11066 1992294400 134512640 135151029 4294956240 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24659/statm: 11206 11066 63 155 0 11049 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44824

[startup+1.50114 s]
/proc/loadavg: 1.02 1.00 0.95 2/65 24660
/proc/meminfo: memFree=1174976/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=68596 CPUtime=1.49
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 17963 0 0 0 140 9 0 0 25 0 1 0 146488240 70242304 16950 1992294400 134512640 135151029 4294956240 18446744073709551615 134542664 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24659/statm: 17149 16950 79 155 0 16992 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 68596

[startup+3.10169 s]
/proc/loadavg: 1.02 1.00 0.95 2/65 24660
/proc/meminfo: memFree=1163328/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=78384 CPUtime=3.09
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 24494 0 0 0 297 12 0 0 25 0 1 0 146488240 80265216 19424 1992294400 134512640 135151029 4294956240 18446744073709551615 134681560 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24659/statm: 19596 19424 79 155 0 19439 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 78384

[startup+6.30178 s]
/proc/loadavg: 1.02 1.00 0.95 2/65 24660
/proc/meminfo: memFree=1133504/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=99760 CPUtime=6.29
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 29813 0 0 0 615 14 0 0 25 0 1 0 146488240 102154240 24230 1992294400 134512640 135151029 4294956240 18446744073709551615 134545512 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24659/statm: 24940 24230 79 155 0 24783 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99760

[startup+12.702 s]
/proc/loadavg: 1.01 1.00 0.95 2/65 24660
/proc/meminfo: memFree=1143688/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=90528 CPUtime=12.69
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 31185 0 0 0 1254 15 0 0 25 0 1 0 146488240 92700672 21356 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24659/statm: 22632 21356 79 155 0 22475 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 90528

[startup+25.5013 s]
/proc/loadavg: 1.01 1.00 0.95 2/65 24660
/proc/meminfo: memFree=1133768/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=90016 CPUtime=25.49
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 34802 0 0 0 2532 17 0 0 25 0 1 0 146488240 92176384 21310 1992294400 134512640 135151029 4294956240 18446744073709551615 134673072 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24659/statm: 22504 21310 79 155 0 22347 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90016

[startup+51.1011 s]
/proc/loadavg: 1.01 1.00 0.95 2/65 24660
/proc/meminfo: memFree=1143560/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=90532 CPUtime=51.08
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 38595 0 0 0 5089 19 0 0 25 0 1 0 146488240 92704768 21440 1992294400 134512640 135151029 4294956240 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24659/statm: 22633 21440 79 155 0 22476 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 90532

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 24660
/proc/meminfo: memFree=1143880/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=90016 CPUtime=102.29
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 49215 0 0 0 10205 24 0 0 25 0 1 0 146488240 92176384 21329 1992294400 134512640 135151029 4294956240 18446744073709551615 134542664 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24659/statm: 22504 21329 79 155 0 22347 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 90016

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

[startup+115.102 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 24660
/proc/meminfo: memFree=1143880/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=90016 CPUtime=115.1
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 49215 0 0 0 11485 25 0 0 25 0 1 0 146488240 92176384 21329 1992294400 134512640 135151029 4294956240 18446744073709551615 134581524 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24659/statm: 22504 21329 79 155 0 22347 0
Current children cumulated CPU time (s) 115.1
Current children cumulated vsize (KiB) 90016

[startup+121.501 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 24660
/proc/meminfo: memFree=1143880/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=90016 CPUtime=121.49
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 52621 0 0 0 12123 26 0 0 25 0 1 0 146488240 92176384 21330 1992294400 134512640 135151029 4294956240 18446744073709551615 134554549 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24659/statm: 22504 21330 79 155 0 22347 0
Current children cumulated CPU time (s) 121.49
Current children cumulated vsize (KiB) 90016

[startup+124.701 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 24660
/proc/meminfo: memFree=1143880/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=90016 CPUtime=124.69
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 52621 0 0 0 12443 26 0 0 25 0 1 0 146488240 92176384 21330 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24659/statm: 22504 21330 79 155 0 22347 0
Current children cumulated CPU time (s) 124.69
Current children cumulated vsize (KiB) 90016

[startup+126.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 24660
/proc/meminfo: memFree=1143880/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=90016 CPUtime=126.29
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 52621 0 0 0 12603 26 0 0 25 0 1 0 146488240 92176384 21330 1992294400 134512640 135151029 4294956240 18446744073709551615 134554578 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24659/statm: 22504 21330 79 155 0 22347 0
Current children cumulated CPU time (s) 126.29
Current children cumulated vsize (KiB) 90016

[startup+127.103 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 24660
/proc/meminfo: memFree=1143880/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=90016 CPUtime=127.09
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 52621 0 0 0 12683 26 0 0 25 0 1 0 146488240 92176384 21330 1992294400 134512640 135151029 4294956240 18446744073709551615 134581524 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24659/statm: 22504 21330 79 155 0 22347 0
Current children cumulated CPU time (s) 127.09
Current children cumulated vsize (KiB) 90016

[startup+127.302 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 24660
/proc/meminfo: memFree=1143880/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=90532 CPUtime=127.29
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 52750 0 0 0 12703 26 0 0 25 0 1 0 146488240 92704768 21459 1992294400 134512640 135151029 4294956240 18446744073709551615 134546556 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24659/statm: 22633 21459 79 155 0 22476 0
Current children cumulated CPU time (s) 127.29
Current children cumulated vsize (KiB) 90532

[startup+127.401 s]
/proc/loadavg: 1.00 1.00 0.95 2/65 24660
/proc/meminfo: memFree=1143880/2055920 swapFree=4179172/4192956
[pid=24659] ppid=24657 vsize=90532 CPUtime=127.39
/proc/24659/stat : 24659 (precosat) R 24657 24659 24595 0 -1 4194304 52750 0 0 0 12713 26 0 0 25 0 1 0 146488240 92704768 21459 1992294400 134512640 135151029 4294956240 18446744073709551615 134567927 0 0 4096 17442 0 0 0 17 1 0 0
/proc/24659/statm: 22633 21459 79 155 0 22476 0
Current children cumulated CPU time (s) 127.39
Current children cumulated vsize (KiB) 90532

Child status: 20
Real time (s): 127.459
CPU time (s): 127.464
CPU user time (s): 127.181
CPU system time (s): 0.282956
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 106364

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

runsolver used 0.094985 second user time and 0.277957 second system time

The end

Launcher Data

Begin job on node16 at 2009-05-01 15:29:08
IDJOB=1773451
IDBENCH=69595
IDSOLVER=607
FILE ID=node16/1773451-1241184548
PBS_JOBID= 9224599
Free space on /tmp= 66496 MiB

SOLVER NAME= precosat 236
BENCH NAME= SAT_RACE08/cnf/manol-pipe-g10nid.cnf
COMMAND LINE= HOME/precosat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773451-1241184548/watcher-1773451-1241184548 -o /tmp/evaluation-result-1773451-1241184548/solver-1773451-1241184548 -C 10000 -W 12000 -M 1800  HOME/precosat HOME/instance-1773451-1241184548.cnf

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d46e452956bc993f202d3b06fd3e858e
RANDOM SEED=950223666

node16.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.234
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.234
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:       1229544 kB
Buffers:         74500 kB
Cached:         677864 kB
SwapCached:       8080 kB
Active:         202492 kB
Inactive:       559396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1229544 kB
SwapTotal:     4192956 kB
SwapFree:      4179172 kB
Dirty:           12268 kB
Writeback:           0 kB
Mapped:          13536 kB
Slab:            50468 kB
Committed_AS:   679460 kB
PageTables:       1456 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= 66496 MiB
End job on node16 at 2009-05-01 15:31:16