Trace number 1716839

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
ManySAT 1.1 aimd 1/2009-03-20UNSAT 583.418 293.473

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark199.757
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

Solver Data

0.00/0.00	c Parsing...
0.09/0.16	c ==============================================================================
0.09/0.16	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.16	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.16	c ==============================================================================
0.09/0.16	c |         0 |  181871   470932 |   54561       0        0     nan |  0.000 % |
1.28/1.34	c |         0 |   98030   321620 |      --       0       --      -- |     --   | -83841/-149312
1.28/1.34	c ==============================================================================
1.28/1.34	c Result  :   #vars: 17506   #clauses: 98030   #literals: 321620
1.28/1.34	c CPU time:   1.28181 s
1.28/1.34	c ==============================================================================
583.33/293.45	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
583.33/293.45	c ============================[ Problem Statistics ]=============================
583.33/293.45	c |                                                                             |
583.33/293.45	c threadId              : 0
583.33/293.45	c restarts              : 251
583.33/293.45	c conflicts             : 243261         (418 /sec)
583.33/293.45	c decisions             : 317878         (0.23 % random) (546 /sec)
583.33/293.45	c propagations          : 139077900      (239095 /sec)
583.33/293.45	c conflict literals     : 16158506       (74.41 % deleted)
583.33/293.45	c Memory used           : 79.38 MB
583.33/293.45	c CPU time              : 581.685 s
583.33/293.45	
583.33/293.45	c --->m=2, e=8, aimd=1, HOME/12179_many.cnf	time: 290.842	conflicts: 243261       
583.33/293.46	s UNSATISFIABLE

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-1716839-1240620970/watcher-1716839-1240620970 -o /tmp/evaluation-result-1716839-1240620970/solver-1716839-1240620970 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1716839-1240620970.cnf aimd 1 

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: 0.92 0.98 0.99 2/65 12179
/proc/meminfo: memFree=1029616/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=0
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90126597 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12179/statm: 1339 235 195 169 0 50 0
[pid=12180] ppid=12179 vsize=1556 CPUtime=0
/proc/12180/stat : 12180 (SatElite) R 12179 12179 12142 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 90126597 1593344 272 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/12180/statm: 389 275 50 127 0 259 0

[startup+0.0252009 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12179
/proc/meminfo: memFree=1029616/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=0
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90126597 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12179/statm: 1339 235 195 169 0 50 0
[pid=12180] ppid=12179 vsize=7196 CPUtime=0.01
/proc/12180/stat : 12180 (SatElite) R 12179 12179 12142 0 -1 4194304 1507 0 0 0 1 0 0 0 18 0 1 0 90126597 7368704 1444 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/12180/statm: 1799 1445 52 127 0 1669 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12552

[startup+0.102214 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12179
/proc/meminfo: memFree=1029616/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=0
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90126597 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12179/statm: 1339 235 195 169 0 50 0
[pid=12180] ppid=12179 vsize=15092 CPUtime=0.09
/proc/12180/stat : 12180 (SatElite) R 12179 12179 12142 0 -1 4194304 3475 0 0 0 8 1 0 0 18 0 1 0 90126597 15454208 3412 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/12180/statm: 3773 3413 52 127 0 3643 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20448

[startup+0.301249 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12179
/proc/meminfo: memFree=1029616/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=0
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90126597 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12179/statm: 1339 235 195 169 0 50 0
[pid=12180] ppid=12179 vsize=27328 CPUtime=0.29
/proc/12180/stat : 12180 (SatElite) R 12179 12179 12142 0 -1 4194304 6382 0 0 0 26 3 0 0 19 0 1 0 90126597 27983872 6216 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/12180/statm: 6832 6216 68 127 0 6702 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32684

[startup+0.701321 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 12179
/proc/meminfo: memFree=1029616/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=0
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 286 0 0 0 0 0 0 0 20 0 1 0 90126597 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12179/statm: 1339 235 195 169 0 50 0
[pid=12180] ppid=12179 vsize=32012 CPUtime=0.69
/proc/12180/stat : 12180 (SatElite) R 12179 12179 12142 0 -1 4194304 7553 0 0 0 64 5 0 0 23 0 1 0 90126597 32780288 7336 1992294400 134512640 135034092 4294956096 18446744073709551615 134566346 0 0 4096 3 0 0 0 17 0 0 0
/proc/12180/statm: 8003 7336 68 127 0 7873 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37368

[startup+1.50147 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 12181
/proc/meminfo: memFree=996448/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=1.47
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 312 8875 0 0 0 0 140 7 16 0 1 0 90126597 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12179/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 5356

[startup+3.10176 s]
/proc/loadavg: 1.01 1.00 1.00 3/68 12183
/proc/meminfo: memFree=1008152/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=1.47
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 312 8875 0 0 0 0 140 7 16 0 1 0 90126597 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12179/statm: 1339 238 195 169 0 50 0
[pid=12182] ppid=12179 vsize=29720 CPUtime=3.08
/proc/12182/stat : 12182 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194304 4400 0 0 0 304 4 0 0 17 0 2 0 90126745 30433280 4386 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12182/statm: 7430 4386 83 193 0 7234 0
[pid=12182/tid=12183] ppid=12179 vsize=29720 CPUtime=1.47
/proc/12182/task/12183/stat : 12183 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194368 354 0 0 0 146 1 0 0 17 0 2 0 90126758 30433280 4386 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 35076

[startup+6.30133 s]
/proc/loadavg: 1.01 1.00 1.00 3/68 12183
/proc/meminfo: memFree=1004824/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=1.47
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 312 8875 0 0 0 0 140 7 16 0 1 0 90126597 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12179/statm: 1339 238 195 169 0 50 0
[pid=12182] ppid=12179 vsize=32772 CPUtime=9.46
/proc/12182/stat : 12182 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194304 5179 0 0 0 941 5 0 0 17 0 2 0 90126745 33558528 5165 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12182/statm: 8193 5165 83 193 0 7997 0
[pid=12182/tid=12183] ppid=12179 vsize=32772 CPUtime=4.66
/proc/12182/task/12183/stat : 12183 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194368 698 0 0 0 464 2 0 0 17 0 2 0 90126758 33558528 5165 1992294400 134512640 135305190 4294956144 18446744073709551615 134551953 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.93
Current children cumulated vsize (KiB) 38128

[startup+12.7015 s]
/proc/loadavg: 1.23 1.05 1.02 3/68 12183
/proc/meminfo: memFree=1001192/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=1.47
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 312 8875 0 0 0 0 140 7 16 0 1 0 90126597 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12179/statm: 1339 238 195 169 0 50 0
[pid=12182] ppid=12179 vsize=35668 CPUtime=22.23
/proc/12182/stat : 12182 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194304 5935 0 0 0 2217 6 0 0 17 0 2 0 90126745 36524032 5921 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12182/statm: 8917 5921 83 193 0 8721 0
[pid=12182/tid=12183] ppid=12179 vsize=35668 CPUtime=11.05
/proc/12182/task/12183/stat : 12183 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194368 1052 0 0 0 1103 2 0 0 20 0 2 0 90126758 36524032 5921 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.7
Current children cumulated vsize (KiB) 41024

[startup+25.5028 s]
/proc/loadavg: 1.35 1.08 1.03 3/68 12183
/proc/meminfo: memFree=994408/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=1.47
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 312 8875 0 0 0 0 140 7 16 0 1 0 90126597 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12179/statm: 1339 238 195 169 0 50 0
[pid=12182] ppid=12179 vsize=42176 CPUtime=47.77
/proc/12182/stat : 12182 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194304 7619 0 0 0 4769 8 0 0 20 0 2 0 90126745 43188224 7605 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12182/statm: 10544 7605 83 193 0 10348 0
[pid=12182/tid=12183] ppid=12179 vsize=42176 CPUtime=23.85
/proc/12182/task/12183/stat : 12183 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194368 1792 0 0 0 2382 3 0 0 25 0 2 0 90126758 43188224 7605 1992294400 134512640 135305190 4294956144 18446744073709551615 134556813 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.24
Current children cumulated vsize (KiB) 47532

[startup+51.1013 s]
/proc/loadavg: 1.57 1.15 1.05 3/68 12183
/proc/meminfo: memFree=984872/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=1.47
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 312 8875 0 0 0 0 140 7 16 0 1 0 90126597 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12179/statm: 1339 238 195 169 0 50 0
[pid=12182] ppid=12179 vsize=52224 CPUtime=98.85
/proc/12182/stat : 12182 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194304 10105 0 0 0 9874 11 0 0 20 0 2 0 90126745 53477376 10091 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12182/statm: 13056 10091 83 193 0 12860 0
[pid=12182/tid=12183] ppid=12179 vsize=52224 CPUtime=49.44
/proc/12182/task/12183/stat : 12183 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194368 3092 0 0 0 4939 5 0 0 25 0 2 0 90126758 53477376 10091 1992294400 134512640 135305190 4294956144 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.32
Current children cumulated vsize (KiB) 57580

[startup+102.305 s]
/proc/loadavg: 1.83 1.29 1.10 3/68 12183
/proc/meminfo: memFree=976040/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=1.47
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 312 8875 0 0 0 0 140 7 16 0 1 0 90126597 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12179/statm: 1339 238 195 169 0 50 0
[pid=12182] ppid=12179 vsize=61808 CPUtime=201.01
/proc/12182/stat : 12182 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194304 12249 0 0 0 20087 14 0 0 25 0 2 0 90126745 63291392 12235 1992294400 134512640 135305190 4294956144 18446744073709551615 134528603 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12182/statm: 15452 12235 83 193 0 15256 0
[pid=12182/tid=12183] ppid=12179 vsize=61808 CPUtime=100.62
/proc/12182/task/12183/stat : 12183 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194368 4218 0 0 0 10055 7 0 0 25 0 2 0 90126758 63291392 12235 1992294400 134512640 135305190 4294956144 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.48
Current children cumulated vsize (KiB) 67164

[startup+162.302 s]
/proc/loadavg: 1.93 1.41 1.15 3/68 12183
/proc/meminfo: memFree=968936/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=1.47
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 312 8875 0 0 0 0 140 7 16 0 1 0 90126597 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12179/statm: 1339 238 195 169 0 50 0
[pid=12182] ppid=12179 vsize=68288 CPUtime=320.74
/proc/12182/stat : 12182 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194304 13963 0 0 0 32057 17 0 0 21 0 2 0 90126745 69926912 13949 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12182/statm: 17072 13949 83 193 0 16876 0
[pid=12182/tid=12183] ppid=12179 vsize=68288 CPUtime=160.58
/proc/12182/task/12183/stat : 12183 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194368 5255 0 0 0 16050 8 0 0 25 0 2 0 90126758 69926912 13949 1992294400 134512640 135305190 4294956144 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 322.21
Current children cumulated vsize (KiB) 73644

[startup+222.303 s]
/proc/loadavg: 1.97 1.52 1.21 3/68 12183
/proc/meminfo: memFree=963496/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=1.47
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 312 8875 0 0 0 0 140 7 16 0 1 0 90126597 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12179/statm: 1339 238 195 169 0 50 0
[pid=12182] ppid=12179 vsize=74028 CPUtime=440.46
/proc/12182/stat : 12182 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194304 15325 0 0 0 44027 19 0 0 25 0 2 0 90126745 75804672 15311 1992294400 134512640 135305190 4294956144 18446744073709551615 134542052 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12182/statm: 18507 15311 83 193 0 18311 0
[pid=12182/tid=12183] ppid=12179 vsize=74028 CPUtime=220.55
/proc/12182/task/12183/stat : 12183 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194368 5967 0 0 0 22046 9 0 0 25 0 2 0 90126758 75804672 15311 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 441.93
Current children cumulated vsize (KiB) 79384

[startup+282.301 s]
/proc/loadavg: 2.04 1.61 1.25 3/68 12183
/proc/meminfo: memFree=957864/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=1.47
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 312 8875 0 0 0 0 140 7 16 0 1 0 90126597 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12179/statm: 1339 238 195 169 0 50 0
[pid=12182] ppid=12179 vsize=79960 CPUtime=560.18
/proc/12182/stat : 12182 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194304 16713 0 0 0 55996 22 0 0 25 0 2 0 90126745 81879040 16699 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12182/statm: 19990 16699 83 193 0 19794 0
[pid=12182/tid=12183] ppid=12179 vsize=79960 CPUtime=280.51
/proc/12182/task/12183/stat : 12183 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194368 6525 0 0 0 28041 10 0 0 25 0 2 0 90126758 81879040 16699 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 561.65
Current children cumulated vsize (KiB) 85316

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

[startup+287.901 s]
/proc/loadavg: 2.03 1.63 1.26 3/68 12183
/proc/meminfo: memFree=957416/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=1.47
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 312 8875 0 0 0 0 140 7 16 0 1 0 90126597 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12179/statm: 1339 238 195 169 0 50 0
[pid=12182] ppid=12179 vsize=79960 CPUtime=571.35
/proc/12182/stat : 12182 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194304 16868 0 0 0 57113 22 0 0 25 0 2 0 90126745 81879040 16854 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12182/statm: 19990 16854 83 193 0 19794 0
[pid=12182/tid=12183] ppid=12179 vsize=79960 CPUtime=286.12
/proc/12182/task/12183/stat : 12183 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194368 6622 0 0 0 28601 11 0 0 25 0 2 0 90126758 81879040 16854 1992294400 134512640 135305190 4294956144 18446744073709551615 134551731 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 572.82
Current children cumulated vsize (KiB) 85316

[startup+291.102 s]
/proc/loadavg: 2.03 1.63 1.26 3/68 12189
/proc/meminfo: memFree=956632/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=1.47
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 312 8875 0 0 0 0 140 7 16 0 1 0 90126597 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12179/statm: 1339 238 195 169 0 50 0
[pid=12182] ppid=12179 vsize=81280 CPUtime=577.73
/proc/12182/stat : 12182 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194304 16978 0 0 0 57750 23 0 0 25 0 2 0 90126745 83230720 16964 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12182/statm: 20320 16964 83 193 0 20124 0
[pid=12182/tid=12183] ppid=12179 vsize=81280 CPUtime=289.3
/proc/12182/task/12183/stat : 12183 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194368 6698 0 0 0 28919 11 0 0 25 0 2 0 90126758 83230720 16964 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 579.2
Current children cumulated vsize (KiB) 86636

[startup+292.701 s]
/proc/loadavg: 2.03 1.63 1.27 3/68 12189
/proc/meminfo: memFree=956632/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=1.47
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 312 8875 0 0 0 0 140 7 16 0 1 0 90126597 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12179/statm: 1339 238 195 169 0 50 0
[pid=12182] ppid=12179 vsize=81280 CPUtime=580.91
/proc/12182/stat : 12182 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194304 16987 0 0 0 58068 23 0 0 17 0 2 0 90126745 83230720 16973 1992294400 134512640 135305190 4294956144 18446744073709551615 134657578 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12182/statm: 20320 16973 83 193 0 20124 0
[pid=12182/tid=12183] ppid=12179 vsize=81280 CPUtime=290.9
/proc/12182/task/12183/stat : 12183 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194368 6699 0 0 0 29079 11 0 0 17 0 2 0 90126758 83230720 16973 1992294400 134512640 135305190 4294956144 18446744073709551615 134538142 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.38
Current children cumulated vsize (KiB) 86636

[startup+293.101 s]
/proc/loadavg: 2.03 1.63 1.27 3/68 12189
/proc/meminfo: memFree=956632/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=1.47
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 312 8875 0 0 0 0 140 7 16 0 1 0 90126597 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12179/statm: 1339 238 195 169 0 50 0
[pid=12182] ppid=12179 vsize=81280 CPUtime=581.56
/proc/12182/stat : 12182 (manysat1.1_stat) S 12179 12179 12142 0 -1 4194304 16987 0 0 0 58133 23 0 0 17 0 2 0 90126745 83230720 16973 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12182/statm: 20320 16973 83 193 0 20124 0
[pid=12182/tid=12183] ppid=12179 vsize=81280 CPUtime=291.3
/proc/12182/task/12183/stat : 12183 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194368 6699 0 0 0 29119 11 0 0 17 0 2 0 90126758 83230720 16973 1992294400 134512640 135305190 4294956144 18446744073709551615 134538534 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 583.03
Current children cumulated vsize (KiB) 86636

[startup+293.301 s]
/proc/loadavg: 2.03 1.63 1.27 3/68 12189
/proc/meminfo: memFree=956632/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=1.47
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 312 8875 0 0 0 0 140 7 16 0 1 0 90126597 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12179/statm: 1339 238 195 169 0 50 0
[pid=12182] ppid=12179 vsize=81280 CPUtime=581.76
/proc/12182/stat : 12182 (manysat1.1_stat) S 12179 12179 12142 0 -1 4194304 16987 0 0 0 58153 23 0 0 17 0 2 0 90126745 83230720 16973 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12182/statm: 20320 16973 83 193 0 20124 0
[pid=12182/tid=12183] ppid=12179 vsize=81280 CPUtime=291.5
/proc/12182/task/12183/stat : 12183 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194368 6699 0 0 0 29139 11 0 0 18 0 2 0 90126758 83230720 16973 1992294400 134512640 135305190 4294956144 18446744073709551615 134538927 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 583.23
Current children cumulated vsize (KiB) 86636

[startup+293.401 s]
/proc/loadavg: 2.03 1.63 1.27 3/68 12189
/proc/meminfo: memFree=956632/2055920 swapFree=4192956/4192956
[pid=12179] ppid=12177 vsize=5356 CPUtime=1.47
/proc/12179/stat : 12179 (manysat.sh) S 12177 12179 12142 0 -1 4194304 312 8875 0 0 0 0 140 7 16 0 1 0 90126597 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12179/statm: 1339 238 195 169 0 50 0
[pid=12182] ppid=12179 vsize=81280 CPUtime=581.86
/proc/12182/stat : 12182 (manysat1.1_stat) S 12179 12179 12142 0 -1 4194304 16987 0 0 0 58163 23 0 0 17 0 2 0 90126745 83230720 16973 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12182/statm: 20320 16973 83 193 0 20124 0
[pid=12182/tid=12183] ppid=12179 vsize=81280 CPUtime=291.6
/proc/12182/task/12183/stat : 12183 (manysat1.1_stat) R 12179 12179 12142 0 -1 4194368 6699 0 0 0 29149 11 0 0 18 0 2 0 90126758 83230720 16973 1992294400 134512640 135305190 4294956144 18446744073709551615 134539317 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 583.33
Current children cumulated vsize (KiB) 86636

Child status: 20
Real time (s): 293.473
CPU time (s): 583.418
CPU user time (s): 583.093
CPU system time (s): 0.32495
CPU usage (%): 198.798
Max. virtual memory (cumulated for all children) (KiB): 86636

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

runsolver used 0.25696 second user time and 0.814876 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-25 02:56:11
IDJOB=1716839
IDBENCH=20398
IDSOLVER=514
FILE ID=node89/1716839-1240620970
PBS_JOBID= 9186380
Free space on /tmp= 66492 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716839-1240620970/watcher-1716839-1240620970 -o /tmp/evaluation-result-1716839-1240620970/solver-1716839-1240620970 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1716839-1240620970.cnf aimd 1

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

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED=783230109

node89.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.268
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.268
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:       1030096 kB
Buffers:         97996 kB
Cached:         822112 kB
SwapCached:          0 kB
Active:         292128 kB
Inactive:       641684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1030096 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4760 kB
Writeback:           0 kB
Mapped:          23456 kB
Slab:            77996 kB
Committed_AS:   233512 kB
PageTables:       1372 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= 66488 MiB
End job on node89 at 2009-04-25 03:01:04