Trace number 1720160

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 122.426 122.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.6881
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-1720160-1240653181.cnf
0.00/0.00	c found header 'p cnf 217725 646228'
1.19/1.24	c finished parsing
1.19/1.24	c
1.19/1.24	c --check=0 --verbose=0 --order=3 --simprd=40 --merge=1 --hash=1
1.19/1.24	c --dominate=1 --restart=1 --restartint=100 --rebias=1 --rebiasint=1000
1.19/1.24	c --probe=1 --probeint=100000 --probeprd=10 --decompose=1 --minimize=3
1.19/1.24	c --maxdepth=1000 --strength=10 --elim=1 --elimint=300000 --elimprd=20
1.19/1.24	c --subst=1 --ands=1 --xors=1 --ites=1 --minlimit=1000 --maxlimit=10000000
1.19/1.24	c --random=1 --spread=2000 --seed=0 --skip=25
1.19/1.24	c
1.19/1.24	c sizeof     vars[0] = 16   alignment = 0       3 MB
1.19/1.24	c sizeof     orgs[0] =  8   alignment = 0       2 MB
1.19/1.24	c sizeof     occs[0] =  8   alignment = 0       2 MB
1.19/1.24	c sizeof iirfs[0..1] =  8   alignment = 0       2 MB
1.19/1.24	c
1.19/1.24	c starting search after 1.2 seconds
1.19/1.24	c no decision limit
1.19/1.29	c
1.19/1.29	c       original/binary      fixed     eliminated      learned       agility
1.19/1.29	c   seconds        variables     equivalent    conflicts       height       MB
1.19/1.29	c
1.19/1.29	c *    1.3   646227  217724      1     0      0       0      0    0.0   0   55
10.09/10.12	c s   10.1   258726   38497   2234   908 176086       0      0    0.0   0   44
10.09/10.12	c l   10.1   258726   38497   2234   908 176086       0 227106    0.0   0   44
10.39/10.41	c R   10.4   258749   38497   2234   908 176086     100    100 1480.7  22   45
11.19/11.24	c R   11.2   266322   38239   2402   998 176086     969    925  775.2  20   46
11.29/11.33	c B   11.3   266594   38237   2402  1000 176086    1001    957  763.2   6   47
12.59/12.66	c R   12.7   293064   36763   2869  2007 176086    1571   1520  720.4  10   49
12.69/12.77	c B   12.8   293241   36762   2869  2008 176086    2001   1950  698.6  10   49
15.89/15.97	c R   16.0   334484   35790   3409  2440 176086    5350   5264  601.2  18   51
17.39/17.48	c B   17.5   346145   35743   3435  2461 176086    8005   7909  617.4  20   53
18.09/18.20	c R   18.2   353859   35743   3435  2461 176086    9366   9262  612.4  19   53
24.78/24.87	c s   24.9   221320   31478   3487  2585 180175   16780  14405  607.6  20   44
24.78/24.88	c -   24.9   221320   31478   3487  2585 180175   16780 183956  607.6  20   44
29.08/29.16	c B   29.2   233567   31246   3561  2743 180175   24006  21591  584.3  19   49
38.48/38.53	c s   38.5   220304   30952   3642  2921 180210   38283  34833  593.0  25   49
38.48/38.53	c -   38.5   220304   30952   3642  2921 180210   38283 180277  593.0  25   49
45.58/45.69	c R   45.7   221509   30864   3669  2982 180210   53140  49657  586.0  11   56
50.48/50.57	c B   50.6   226483   30772   3676  3067 180210   64021  60531  574.9  15   59
53.37/53.41	c s   53.4   219265   30668   3683  3084 180290   65941  48980  573.5  11   50
56.97/57.06	c
56.97/57.06	c       original/binary      fixed     eliminated      learned       agility
56.97/57.06	c   seconds        variables     equivalent    conflicts       height       MB
56.97/57.06	c
56.97/57.06	c R   57.1   219659   30661   3683  3091 180290   75570  58600  568.1  15   56
70.67/70.71	c s   70.7   216331   30477   3761  3197 180290   98615  81457  560.6  15   58
70.67/70.71	c -   70.7   216331   30477   3761  3197 180290   98615 178475  560.6  15   58
92.17/92.29	c s   92.3   205898   28899   3815  3344 181667  130366 105909  535.4  18   60
92.17/92.29	c -   92.3   205898   28899   3815  3344 181667  130366 173121  535.4  18   60
109.87/109.95	c B  109.9   208045   28880   3827  3351 181667  160044 135559  514.5  12   71
114.37/114.49	c s  114.5   207442   28856   3827  3352 181690  164696 140080  511.4  22   66
120.26/120.35	c +  120.3   207659   28855   3827  3353 181690  173123 190433  505.1  22   71
122.36/122.44	c 0  122.4   219273   26878   5498  3659 181690  177741 153083  501.5  14   73
122.36/122.44	c
122.36/122.44	s UNSATISFIABLE
122.36/122.44	c
122.36/122.44	c 177741 conflicts, 1978321 decisions, 461 random
122.36/122.44	c 33 iterations, 600 restarts, 49 skipped
122.36/122.44	c 1 enlarged, 1803 shrunken, 1738 rescored, 62 rebiased
122.36/122.44	c 7 simplifications, 0 reductions
122.36/122.44	c
122.36/122.44	c vars: 5498 fixed, 3659 equiv, 181690 elim, 3965 merged
122.36/122.44	c elim: 5373113 resolutions, 7 phases, 2 rounds
122.36/122.44	c sbst: 94% substituted, 1.7% nots, 81.4% ands, 10.3% xors, 6.7% ites
122.36/122.44	c arty: 2.11 and 2.00 xor average arity
122.36/122.44	c prbe: 1251308 probed, 62 phases, 20 rounds
122.36/122.44	c prbe: 552 failed, 1488 lifted, 587 merged
122.36/122.44	c sccs: 35 non trivial, 0 fixed, 68 merged
122.36/122.44	c hash: 114 units, 3310 merged
122.36/122.44	c mins: 7247179 learned, 15% deleted, 430 strong, 44 depth
122.36/122.44	c subs: 2582 forward, 18811 backward, 175855 doms
122.36/122.44	c strs: 4582 forward, 173 backward
122.36/122.44	c doms: 182864 dominators, 165543 high, 354 low
122.36/122.44	c prps: 70648029 propagations, 0.58 megaprops
122.36/122.44	c
122.36/122.44	c 122.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-1720160-1240653181/watcher-1720160-1240653181 -o /tmp/evaluation-result-1720160-1240653181/solver-1720160-1240653181 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/precosat HOME/instance-1720160-1240653181.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): 1800 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.10 1.06 1.01 3/65 16519
/proc/meminfo: memFree=1766184/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=5896 CPUtime=0
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 989 0 0 0 0 0 0 0 20 0 1 0 93347403 6037504 974 1992294400 134512640 135151029 4294956224 18446744073709551615 134697845 0 0 4096 0 0 0 0 17 1 0 0
/proc/16519/statm: 1474 981 58 155 0 1317 0

[startup+0.0427561 s]
/proc/loadavg: 1.10 1.06 1.01 3/65 16519
/proc/meminfo: memFree=1766184/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=10332 CPUtime=0.03
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 2419 0 0 0 3 0 0 0 20 0 1 0 93347403 10579968 2404 1992294400 134512640 135151029 4294956224 18446744073709551615 134534335 0 0 4096 0 0 0 0 17 1 0 0
/proc/16519/statm: 2583 2405 59 155 0 2426 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10332

[startup+0.101762 s]
/proc/loadavg: 1.10 1.06 1.01 3/65 16519
/proc/meminfo: memFree=1766184/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=21780 CPUtime=0.09
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 5340 0 0 0 7 2 0 0 20 0 1 0 93347403 22302720 5292 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/16519/statm: 5445 5292 63 155 0 5288 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21780

[startup+0.301784 s]
/proc/loadavg: 1.10 1.06 1.01 3/65 16519
/proc/meminfo: memFree=1766184/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=30864 CPUtime=0.29
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 7793 0 0 0 26 3 0 0 22 0 1 0 93347403 31604736 7551 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/16519/statm: 7716 7551 63 155 0 7559 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30864

[startup+0.701829 s]
/proc/loadavg: 1.10 1.06 1.01 3/65 16519
/proc/meminfo: memFree=1766184/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=46012 CPUtime=0.69
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 11849 0 0 0 65 4 0 0 25 0 1 0 93347403 47116288 11350 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/16519/statm: 11503 11350 63 155 0 11346 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46012

[startup+1.50192 s]
/proc/loadavg: 1.09 1.05 1.01 2/66 16520
/proc/meminfo: memFree=1710432/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=69124 CPUtime=1.49
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 18110 0 0 0 142 7 0 0 25 0 1 0 93347403 70782976 17097 1992294400 134512640 135151029 4294956224 18446744073709551615 134572750 0 0 4096 17442 0 0 0 17 1 0 0
/proc/16519/statm: 17281 17097 79 155 0 17124 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 69124

[startup+3.10115 s]
/proc/loadavg: 1.09 1.05 1.01 2/66 16520
/proc/meminfo: memFree=1697824/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=78384 CPUtime=3.09
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 24494 0 0 0 299 10 0 0 25 0 1 0 93347403 80265216 19424 1992294400 134512640 135151029 4294956224 18446744073709551615 134580198 0 0 4096 17442 0 0 0 17 1 0 0
/proc/16519/statm: 19596 19424 79 155 0 19439 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 78384

[startup+6.30151 s]
/proc/loadavg: 1.09 1.05 1.01 2/66 16520
/proc/meminfo: memFree=1669856/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=99892 CPUtime=6.29
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 29923 0 0 0 616 13 0 0 25 0 1 0 93347403 102289408 24340 1992294400 134512640 135151029 4294956224 18446744073709551615 134682502 0 0 4096 17442 0 0 0 17 1 0 0
/proc/16519/statm: 24973 24340 79 155 0 24816 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99892

[startup+12.7012 s]
/proc/loadavg: 1.15 1.07 1.02 2/66 16520
/proc/meminfo: memFree=1680624/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=90528 CPUtime=12.69
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 31185 0 0 0 1255 14 0 0 25 0 1 0 93347403 92700672 21356 1992294400 134512640 135151029 4294956224 18446744073709551615 134567927 0 0 4096 17442 0 0 0 17 1 0 0
/proc/16519/statm: 22632 21356 79 155 0 22475 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 90528

[startup+25.5026 s]
/proc/loadavg: 1.12 1.07 1.02 2/66 16520
/proc/meminfo: memFree=1680752/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=90016 CPUtime=25.48
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 34802 0 0 0 2533 15 0 0 25 0 1 0 93347403 92176384 21310 1992294400 134512640 135151029 4294956224 18446744073709551615 134557093 0 0 4096 17442 0 0 0 17 1 0 0
/proc/16519/statm: 22504 21310 79 155 0 22347 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 90016

[startup+51.1025 s]
/proc/loadavg: 1.07 1.06 1.01 2/66 16520
/proc/meminfo: memFree=1680496/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=90532 CPUtime=51.08
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 38595 0 0 0 5091 17 0 0 25 0 1 0 93347403 92704768 21440 1992294400 134512640 135151029 4294956224 18446744073709551615 134554644 0 0 4096 17442 0 0 0 17 1 0 0
/proc/16519/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.03 1.05 1.01 2/66 16520
/proc/meminfo: memFree=1680752/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=90016 CPUtime=102.27
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 49215 0 0 0 10204 23 0 0 25 0 1 0 93347403 92176384 21329 1992294400 134512640 135151029 4294956224 18446744073709551615 134557064 0 0 4096 17442 0 0 0 17 1 0 0
/proc/16519/statm: 22504 21329 79 155 0 22347 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 90016

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

[startup+115.102 s]
/proc/loadavg: 1.02 1.05 1.01 2/66 16520
/proc/meminfo: memFree=1680752/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=90016 CPUtime=115.06
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 52621 0 0 0 11481 25 0 0 25 0 1 0 93347403 92176384 21330 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/16519/statm: 22504 21330 79 155 0 22347 0
Current children cumulated CPU time (s) 115.06
Current children cumulated vsize (KiB) 90016

[startup+118.301 s]
/proc/loadavg: 1.02 1.04 1.01 2/66 16520
/proc/meminfo: memFree=1680752/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=90016 CPUtime=118.26
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 52621 0 0 0 11801 25 0 0 25 0 1 0 93347403 92176384 21330 1992294400 134512640 135151029 4294956224 18446744073709551615 134554814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/16519/statm: 22504 21330 79 155 0 22347 0
Current children cumulated CPU time (s) 118.26
Current children cumulated vsize (KiB) 90016

[startup+119.905 s]
/proc/loadavg: 1.02 1.04 1.01 2/66 16520
/proc/meminfo: memFree=1680752/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=90016 CPUtime=119.86
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 52621 0 0 0 11961 25 0 0 25 0 1 0 93347403 92176384 21330 1992294400 134512640 135151029 4294956224 18446744073709551615 134554809 0 0 4096 17442 0 0 0 17 1 0 0
/proc/16519/statm: 22504 21330 79 155 0 22347 0
Current children cumulated CPU time (s) 119.86
Current children cumulated vsize (KiB) 90016

[startup+121.501 s]
/proc/loadavg: 1.02 1.04 1.01 2/66 16520
/proc/meminfo: memFree=1680752/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=90016 CPUtime=121.46
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 52621 0 0 0 12121 25 0 0 25 0 1 0 93347403 92176384 21330 1992294400 134512640 135151029 4294956224 18446744073709551615 134554756 0 0 4096 17442 0 0 0 17 1 0 0
/proc/16519/statm: 22504 21330 79 155 0 22347 0
Current children cumulated CPU time (s) 121.46
Current children cumulated vsize (KiB) 90016

[startup+121.902 s]
/proc/loadavg: 1.02 1.04 1.01 2/66 16520
/proc/meminfo: memFree=1680752/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=90016 CPUtime=121.86
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 52621 0 0 0 12161 25 0 0 25 0 1 0 93347403 92176384 21330 1992294400 134512640 135151029 4294956224 18446744073709551615 134574250 0 0 4096 17442 0 0 0 17 1 0 0
/proc/16519/statm: 22504 21330 79 155 0 22347 0
Current children cumulated CPU time (s) 121.86
Current children cumulated vsize (KiB) 90016

[startup+122.302 s]
/proc/loadavg: 1.02 1.04 1.01 2/66 16520
/proc/meminfo: memFree=1680752/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=90532 CPUtime=122.26
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 52750 0 0 0 12201 25 0 0 25 0 1 0 93347403 92704768 21459 1992294400 134512640 135151029 4294956224 18446744073709551615 134554777 0 0 4096 17442 0 0 0 17 1 0 0
/proc/16519/statm: 22633 21459 79 155 0 22476 0
Current children cumulated CPU time (s) 122.26
Current children cumulated vsize (KiB) 90532

[startup+122.402 s]
/proc/loadavg: 1.02 1.04 1.01 2/66 16520
/proc/meminfo: memFree=1680752/2055920 swapFree=4180992/4192956
[pid=16519] ppid=16517 vsize=90532 CPUtime=122.36
/proc/16519/stat : 16519 (precosat) R 16517 16519 16365 0 -1 4194304 52750 0 0 0 12211 25 0 0 25 0 1 0 93347403 92704768 21459 1992294400 134512640 135151029 4294956224 18446744073709551615 134567814 0 0 4096 17442 0 0 0 17 1 0 0
/proc/16519/statm: 22633 21459 79 155 0 22476 0
Current children cumulated CPU time (s) 122.36
Current children cumulated vsize (KiB) 90532

Child status: 20
Real time (s): 122.459
CPU time (s): 122.426
CPU user time (s): 122.158
CPU system time (s): 0.267959
CPU usage (%): 99.973
Max. virtual memory (cumulated for all children) (KiB): 106364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.158
system time used= 0.267959
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= 106

runsolver used 0.148977 second user time and 0.298954 second system time

The end

Launcher Data

Begin job on node87 at 2009-04-25 11:53:02
IDJOB=1720160
IDBENCH=69595
IDSOLVER=507
FILE ID=node87/1720160-1240653181
PBS_JOBID= 9186542
Free space on /tmp= 66412 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-1720160-1240653181/watcher-1720160-1240653181 -o /tmp/evaluation-result-1720160-1240653181/solver-1720160-1240653181 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/precosat HOME/instance-1720160-1240653181.cnf

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

MD5SUM BENCH= d46e452956bc993f202d3b06fd3e858e
RANDOM SEED=602290278

node87.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1766728 kB
Buffers:         35212 kB
Cached:         183416 kB
SwapCached:       5772 kB
Active:          82124 kB
Inactive:       144768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1766728 kB
SwapTotal:     4192956 kB
SwapFree:      4180992 kB
Dirty:           12144 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            48284 kB
Committed_AS:   293184 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= 66408 MiB
End job on node87 at 2009-04-25 11:55:05