Trace number 1773366

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-20? (MO) 3672 1858.92

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3280.04
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

Solver Data

0.00/0.00	c Parsing...
2.59/2.64	c ==============================================================================
2.59/2.64	c |           |     ORIGINAL     |              LEARNT              |          |
2.59/2.64	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
2.59/2.64	c ==============================================================================
2.59/2.64	c |         0 | 3230737  9429251 |  969221       0        0     nan |  0.000 % |
26.17/26.23	c |         0 | 3193200  9687142 |      --       0       --      -- |     --   | -37507/257956
26.17/26.24	c ==============================================================================
26.17/26.24	c Result  :   #vars: 136989   #clauses: 3193200   #literals: 9687142
26.17/26.24	c CPU time:   25.6541 s
26.17/26.24	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773366-1241287207/watcher-1773366-1241287207 -o /tmp/evaluation-result-1773366-1241287207/solver-1773366-1241287207 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773366-1241287207.cnf aimd 1 

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.91 1.25 1.08 3/64 1942
/proc/meminfo: memFree=1902648/2055920 swapFree=4181268/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=0
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156749544 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 235 195 169 0 50 0
[pid=1943] ppid=1942 vsize=960 CPUtime=0
/proc/1943/stat : 1943 (SatElite) R 1942 1942 1771 0 -1 4194304 142 0 0 0 0 0 0 0 19 0 1 0 156749544 983040 126 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1943/statm: 240 127 51 127 0 110 0

[startup+0.0329219 s]
/proc/loadavg: 1.91 1.25 1.08 3/64 1942
/proc/meminfo: memFree=1902648/2055920 swapFree=4181268/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=0
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156749544 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 235 195 169 0 50 0
[pid=1943] ppid=1942 vsize=3724 CPUtime=0.02
/proc/1943/stat : 1943 (SatElite) R 1942 1942 1771 0 -1 4194304 813 0 0 0 2 0 0 0 19 0 1 0 156749544 3813376 797 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1943/statm: 931 797 51 127 0 801 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9080

[startup+0.101932 s]
/proc/loadavg: 1.91 1.25 1.08 3/64 1942
/proc/meminfo: memFree=1902648/2055920 swapFree=4181268/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=0
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156749544 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 235 195 169 0 50 0
[pid=1943] ppid=1942 vsize=11312 CPUtime=0.09
/proc/1943/stat : 1943 (SatElite) R 1942 1942 1771 0 -1 4194304 2397 0 0 0 8 1 0 0 19 0 1 0 156749544 11583488 2381 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1943/statm: 2828 2382 51 127 0 2698 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16668

[startup+0.30196 s]
/proc/loadavg: 1.91 1.25 1.08 3/64 1942
/proc/meminfo: memFree=1902648/2055920 swapFree=4181268/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=0
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156749544 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 235 195 169 0 50 0
[pid=1943] ppid=1942 vsize=27464 CPUtime=0.29
/proc/1943/stat : 1943 (SatElite) R 1942 1942 1771 0 -1 4194304 6213 0 0 0 24 5 0 0 20 0 1 0 156749544 28123136 6197 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1943/statm: 6866 6198 51 127 0 6736 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32820

[startup+0.702018 s]
/proc/loadavg: 1.91 1.25 1.08 3/64 1942
/proc/meminfo: memFree=1902648/2055920 swapFree=4181268/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=0
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156749544 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 235 195 169 0 50 0
[pid=1943] ppid=1942 vsize=58444 CPUtime=0.69
/proc/1943/stat : 1943 (SatElite) R 1942 1942 1771 0 -1 4194304 13219 0 0 0 58 11 0 0 25 0 1 0 156749544 59846656 13203 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1943/statm: 14611 13203 51 127 0 14481 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 63800

[startup+1.50114 s]
/proc/loadavg: 2.00 1.27 1.09 2/66 1944
/proc/meminfo: memFree=1827304/2055920 swapFree=4181268/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=0
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156749544 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 235 195 169 0 50 0
[pid=1943] ppid=1942 vsize=118608 CPUtime=1.49
/proc/1943/stat : 1943 (SatElite) R 1942 1942 1771 0 -1 4194304 26471 0 0 0 125 24 0 0 25 0 1 0 156749544 121454592 26455 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1943/statm: 29652 26456 51 127 0 29522 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 123964

[startup+3.10137 s]
/proc/loadavg: 2.00 1.27 1.09 2/66 1944
/proc/meminfo: memFree=1757544/2055920 swapFree=4181268/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=0
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156749544 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 235 195 169 0 50 0
[pid=1943] ppid=1942 vsize=252136 CPUtime=3.09
/proc/1943/stat : 1943 (SatElite) R 1942 1942 1771 0 -1 4194304 61556 0 0 0 265 44 0 0 25 0 1 0 156749544 258187264 56900 1992294400 134512640 135034092 4294956112 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 0 0 0
/proc/1943/statm: 63034 56900 68 127 0 62904 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 257492

[startup+6.30184 s]
/proc/loadavg: 2.00 1.27 1.09 2/66 1944
/proc/meminfo: memFree=1662120/2055920 swapFree=4181268/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=0
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156749544 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 235 195 169 0 50 0
[pid=1943] ppid=1942 vsize=265752 CPUtime=6.29
/proc/1943/stat : 1943 (SatElite) R 1942 1942 1771 0 -1 4194304 64455 0 0 0 581 48 0 0 25 0 1 0 156749544 272130048 59648 1992294400 134512640 135034092 4294956112 18446744073709551615 134566432 0 0 4096 3 0 0 0 17 0 0 0
/proc/1943/statm: 66438 59648 68 127 0 66308 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 271108

[startup+12.7018 s]
/proc/loadavg: 1.84 1.26 1.08 2/66 1944
/proc/meminfo: memFree=1641064/2055920 swapFree=4181268/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=0
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156749544 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 235 195 169 0 50 0
[pid=1943] ppid=1942 vsize=299000 CPUtime=12.68
/proc/1943/stat : 1943 (SatElite) R 1942 1942 1771 0 -1 4194304 69873 0 0 0 1218 50 0 0 25 0 1 0 156749544 306176000 64757 1992294400 134512640 135034092 4294956112 18446744073709551615 134584331 0 0 4096 3 0 0 0 17 0 0 0
/proc/1943/statm: 74750 64757 68 127 0 74620 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 304356

[startup+25.5017 s]
/proc/loadavg: 1.79 1.27 1.09 2/66 1944
/proc/meminfo: memFree=1662312/2055920 swapFree=4181268/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=0
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156749544 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 235 195 169 0 50 0
[pid=1943] ppid=1942 vsize=289500 CPUtime=25.47
/proc/1943/stat : 1943 (SatElite) R 1942 1942 1771 0 -1 4194304 75500 0 0 0 2494 53 0 0 25 0 1 0 156749544 296448000 63381 1992294400 134512640 135034092 4294956112 18446744073709551615 134582605 0 0 4096 3 0 0 0 17 0 0 0
/proc/1943/statm: 72375 63381 68 127 0 72245 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 294856

[startup+51.1015 s]
/proc/loadavg: 2.05 1.36 1.12 6/70 1953
/proc/meminfo: memFree=1066376/2055920 swapFree=4181268/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=30.24
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 313 82130 0 0 0 0 2937 87 16 0 1 0 156749544 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 238 195 169 0 50 0
[pid=1949] ppid=1942 vsize=805812 CPUtime=34.33
/proc/1949/stat : 1949 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194304 190352 0 0 0 3332 101 0 0 18 0 4 0 156752573 825151488 190256 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1949/statm: 201453 190256 83 193 0 201257 0
[pid=1949/tid=1950] ppid=1942 vsize=805812 CPUtime=7.16
/proc/1949/task/1950/stat : 1950 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 3706 0 0 0 711 5 0 0 18 0 4 0 156753293 825151488 190256 1992294400 134512640 135305190 4294956160 18446744073709551615 134565634 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1949/tid=1951] ppid=1942 vsize=805812 CPUtime=6.15
/proc/1949/task/1951/stat : 1951 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 3256 0 0 0 611 4 0 0 18 0 4 0 156753293 825151488 190256 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1949/tid=1952] ppid=1942 vsize=805812 CPUtime=6.66
/proc/1949/task/1952/stat : 1952 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 3821 0 0 0 663 3 0 0 17 0 4 0 156753293 825151488 190256 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 64.57
Current children cumulated vsize (KiB) 811168

[startup+102.307 s]
/proc/loadavg: 3.45 1.88 1.31 5/69 1958
/proc/meminfo: memFree=1008080/2055920 swapFree=4181284/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=30.24
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 313 82130 0 0 0 0 2937 87 16 0 1 0 156749544 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 238 195 169 0 50 0
[pid=1949] ppid=1942 vsize=862232 CPUtime=136.38
/proc/1949/stat : 1949 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194304 204616 0 0 0 13524 114 0 0 17 0 4 0 156752573 882925568 204520 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1949/statm: 215558 204520 83 193 0 215362 0
[pid=1949/tid=1950] ppid=1942 vsize=862232 CPUtime=32.3
/proc/1949/task/1950/stat : 1950 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 4973 0 0 0 3224 6 0 0 17 0 4 0 156753293 882925568 204520 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1949/tid=1951] ppid=1942 vsize=862232 CPUtime=33.94
/proc/1949/task/1951/stat : 1951 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 14142 0 0 0 3382 12 0 0 18 0 4 0 156753293 882925568 204520 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1949/tid=1952] ppid=1942 vsize=862232 CPUtime=24.79
/proc/1949/task/1952/stat : 1952 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 4483 0 0 0 2475 4 0 0 20 0 4 0 156753293 882925568 204520 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 166.62
Current children cumulated vsize (KiB) 867588

[startup+162.302 s]
/proc/loadavg: 3.79 2.26 1.48 5/69 1958
/proc/meminfo: memFree=954256/2055920 swapFree=4181284/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=30.24
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 313 82130 0 0 0 0 2937 87 16 0 1 0 156749544 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 238 195 169 0 50 0
[pid=1949] ppid=1942 vsize=917476 CPUtime=256.11
/proc/1949/stat : 1949 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194304 218201 0 0 0 25484 127 0 0 20 0 4 0 156752573 939495424 218105 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1949/statm: 229369 218105 83 193 0 229173 0
[pid=1949/tid=1950] ppid=1942 vsize=917476 CPUtime=60.08
/proc/1949/task/1950/stat : 1950 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 6395 0 0 0 6001 7 0 0 25 0 4 0 156753293 939495424 218105 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1949/tid=1951] ppid=1942 vsize=917476 CPUtime=60.79
/proc/1949/task/1951/stat : 1951 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 24533 0 0 0 6059 20 0 0 25 0 4 0 156753293 939495424 218105 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1949/tid=1952] ppid=1942 vsize=917476 CPUtime=50.29
/proc/1949/task/1952/stat : 1952 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 4891 0 0 0 5024 5 0 0 20 0 4 0 156753293 939495424 218105 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 286.35
Current children cumulated vsize (KiB) 922832

[startup+222.303 s]
/proc/loadavg: 3.92 2.58 1.63 5/69 1958
/proc/meminfo: memFree=927376/2055920 swapFree=4181284/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=30.24
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 313 82130 0 0 0 0 2937 87 16 0 1 0 156749544 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 238 195 169 0 50 0
[pid=1949] ppid=1942 vsize=943004 CPUtime=375.81
/proc/1949/stat : 1949 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194304 224746 0 0 0 37447 134 0 0 20 0 4 0 156752573 965636096 224650 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1949/statm: 235751 224650 83 193 0 235555 0
[pid=1949/tid=1950] ppid=1942 vsize=943004 CPUtime=99.03
/proc/1949/task/1950/stat : 1950 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 7889 0 0 0 9895 8 0 0 17 0 4 0 156753293 965636096 224650 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1949/tid=1951] ppid=1942 vsize=943004 CPUtime=80.29
/proc/1949/task/1951/stat : 1951 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 28229 0 0 0 8006 23 0 0 25 0 4 0 156753293 965636096 224650 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1949/tid=1952] ppid=1942 vsize=943004 CPUtime=72.19
/proc/1949/task/1952/stat : 1952 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 5236 0 0 0 7213 6 0 0 25 0 4 0 156753293 965636096 224650 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 406.05

################
# More data... #
################

/proc/1949/task/1952/stat : 1952 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 10839 0 0 0 66173 16 0 0 25 0 4 0 156753293 1684885504 399036 1992294400 134512640 135305190 4294956160 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2920.45
Current children cumulated vsize (KiB) 1650752

[startup+1542.3 s]
/proc/loadavg: 4.00 3.97 3.40 5/69 1958
/proc/meminfo: memFree=227344/2055920 swapFree=4181284/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=30.24
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 313 82130 0 0 0 0 2937 87 16 0 1 0 156749544 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 238 195 169 0 50 0
[pid=1949] ppid=1942 vsize=1645540 CPUtime=3009.96
/proc/1949/stat : 1949 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194304 399221 0 0 0 300631 365 0 0 25 0 4 0 156752573 1685032960 399125 1992294400 134512640 135305190 4294956160 18446744073709551615 134541978 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1949/statm: 411385 399125 83 193 0 411189 0
[pid=1949/tid=1950] ppid=1942 vsize=1645540 CPUtime=751.61
/proc/1949/task/1950/stat : 1950 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 30353 0 0 0 75117 44 0 0 21 0 4 0 156753293 1685032960 399125 1992294400 134512640 135305190 4294956160 18446744073709551615 134528518 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1949/tid=1951] ppid=1942 vsize=1645540 CPUtime=687.21
/proc/1949/task/1951/stat : 1951 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 158368 0 0 0 68539 182 0 0 25 0 4 0 156753293 1685032960 399125 1992294400 134512640 135305190 4294956160 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1949/tid=1952] ppid=1942 vsize=1645540 CPUtime=691.49
/proc/1949/task/1952/stat : 1952 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 10851 0 0 0 69133 16 0 0 25 0 4 0 156753293 1685032960 399125 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3040.2
Current children cumulated vsize (KiB) 1650896

[startup+1602.3 s]
/proc/loadavg: 4.00 3.97 3.43 5/69 1958
/proc/meminfo: memFree=220240/2055920 swapFree=4181284/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=30.24
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 313 82130 0 0 0 0 2937 87 16 0 1 0 156749544 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 238 195 169 0 50 0
[pid=1949] ppid=1942 vsize=1652104 CPUtime=3129.69
/proc/1949/stat : 1949 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194304 401082 0 0 0 312601 368 0 0 25 0 4 0 156752573 1691754496 400986 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1949/statm: 413026 400986 83 193 0 412830 0
[pid=1949/tid=1950] ppid=1942 vsize=1652104 CPUtime=782.27
/proc/1949/task/1950/stat : 1950 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 30618 0 0 0 78183 44 0 0 23 0 4 0 156753293 1691754496 400986 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1949/tid=1951] ppid=1942 vsize=1652104 CPUtime=716.29
/proc/1949/task/1951/stat : 1951 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 159411 0 0 0 71446 183 0 0 25 0 4 0 156753293 1691754496 400986 1992294400 134512640 135305190 4294956160 18446744073709551615 134528866 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1949/tid=1952] ppid=1942 vsize=1652104 CPUtime=720.99
/proc/1949/task/1952/stat : 1952 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 11085 0 0 0 72082 17 0 0 25 0 4 0 156753293 1691754496 400986 1992294400 134512640 135305190 4294956160 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3159.93
Current children cumulated vsize (KiB) 1657460

[startup+1662.3 s]
/proc/loadavg: 4.00 3.97 3.46 5/69 1958
/proc/meminfo: memFree=196560/2055920 swapFree=4181284/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=30.24
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 313 82130 0 0 0 0 2937 87 16 0 1 0 156749544 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 238 195 169 0 50 0
[pid=1949] ppid=1942 vsize=1677440 CPUtime=3249.42
/proc/1949/stat : 1949 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194304 406921 0 0 0 324566 376 0 0 25 0 4 0 156752573 1717698560 406825 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1949/statm: 419360 406825 83 193 0 419164 0
[pid=1949/tid=1950] ppid=1942 vsize=1677440 CPUtime=812.7
/proc/1949/task/1950/stat : 1950 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 31565 0 0 0 81224 46 0 0 25 0 4 0 156753293 1717698560 406825 1992294400 134512640 135305190 4294956160 18446744073709551615 134530654 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1949/tid=1951] ppid=1942 vsize=1677440 CPUtime=744.59
/proc/1949/task/1951/stat : 1951 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 162927 0 0 0 74271 188 0 0 25 0 4 0 156753293 1717698560 406825 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1949/tid=1952] ppid=1942 vsize=1677440 CPUtime=750.72
/proc/1949/task/1952/stat : 1952 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 11550 0 0 0 75054 18 0 0 25 0 4 0 156753293 1717698560 406825 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3279.66
Current children cumulated vsize (KiB) 1682796

[startup+1722.3 s]
/proc/loadavg: 4.00 3.97 3.49 5/69 1958
/proc/meminfo: memFree=152528/2055920 swapFree=4181284/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=30.24
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 313 82130 0 0 0 0 2937 87 16 0 1 0 156749544 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 238 195 169 0 50 0
[pid=1949] ppid=1942 vsize=1721980 CPUtime=3369.15
/proc/1949/stat : 1949 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194304 418006 0 0 0 336527 388 0 0 16 0 4 0 156752573 1763307520 417910 1992294400 134512640 135305190 4294956160 18446744073709551615 134557342 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1949/statm: 430495 417910 83 193 0 430299 0
[pid=1949/tid=1950] ppid=1942 vsize=1721980 CPUtime=845.09
/proc/1949/task/1950/stat : 1950 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 32958 0 0 0 84461 48 0 0 25 0 4 0 156753293 1763307520 417910 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1949/tid=1951] ppid=1942 vsize=1721980 CPUtime=768.4
/proc/1949/task/1951/stat : 1951 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 170847 0 0 0 76645 195 0 0 23 0 4 0 156753293 1763307520 417910 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1949/tid=1952] ppid=1942 vsize=1721980 CPUtime=777.78
/proc/1949/task/1952/stat : 1952 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 11980 0 0 0 77759 19 0 0 23 0 4 0 156753293 1763307520 417910 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3399.39
Current children cumulated vsize (KiB) 1727336

[startup+1782.3 s]
/proc/loadavg: 4.00 3.97 3.52 5/69 1958
/proc/meminfo: memFree=102544/2055920 swapFree=4181284/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=30.24
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 313 82130 0 0 0 0 2937 87 16 0 1 0 156749544 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 238 195 169 0 50 0
[pid=1949] ppid=1942 vsize=1771404 CPUtime=3488.9
/proc/1949/stat : 1949 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194304 430470 0 0 0 348486 404 0 0 24 0 4 0 156752573 1813917696 430374 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1949/statm: 442851 430374 83 193 0 442655 0
[pid=1949/tid=1950] ppid=1942 vsize=1771404 CPUtime=874.89
/proc/1949/task/1950/stat : 1950 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 34430 0 0 0 87439 50 0 0 19 0 4 0 156753293 1813917696 430374 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1949/tid=1951] ppid=1942 vsize=1771404 CPUtime=798.59
/proc/1949/task/1951/stat : 1951 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 179491 0 0 0 79654 205 0 0 18 0 4 0 156753293 1813917696 430374 1992294400 134512640 135305190 4294956160 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1949/tid=1952] ppid=1942 vsize=1771404 CPUtime=789.98
/proc/1949/task/1952/stat : 1952 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 12169 0 0 0 78978 20 0 0 25 0 4 0 156753293 1813917696 430374 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3519.14
Current children cumulated vsize (KiB) 1776760

[startup+1842.3 s]
/proc/loadavg: 4.00 3.97 3.55 5/69 1958
/proc/meminfo: memFree=51984/2055920 swapFree=4181284/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=30.24
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 313 82130 0 0 0 0 2937 87 16 0 1 0 156749544 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 238 195 169 0 50 0
[pid=1949] ppid=1942 vsize=1822068 CPUtime=3608.64
/proc/1949/stat : 1949 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194304 442971 0 0 0 360441 423 0 0 22 0 4 0 156752573 1865797632 442875 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1949/statm: 455517 442875 83 193 0 455321 0
[pid=1949/tid=1950] ppid=1942 vsize=1822068 CPUtime=907.37
/proc/1949/task/1950/stat : 1950 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 35931 0 0 0 90685 52 0 0 18 0 4 0 156753293 1865797632 442875 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1949/tid=1951] ppid=1942 vsize=1822068 CPUtime=826.78
/proc/1949/task/1951/stat : 1951 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 188789 0 0 0 82459 219 0 0 20 0 4 0 156753293 1865797632 442875 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1949/tid=1952] ppid=1942 vsize=1822068 CPUtime=816.43
/proc/1949/task/1952/stat : 1952 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 12528 0 0 0 81622 21 0 0 18 0 4 0 156753293 1865797632 442875 1992294400 134512640 135305190 4294956160 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3638.88
Current children cumulated vsize (KiB) 1827424



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+1858.9 s]
/proc/loadavg: 4.00 3.97 3.56 5/69 1958
/proc/meminfo: memFree=35728/2055920 swapFree=4181284/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=30.24
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 313 82130 0 0 0 0 2937 87 16 0 1 0 156749544 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 238 195 169 0 50 0
[pid=1949] ppid=1942 vsize=1837864 CPUtime=3641.76
/proc/1949/stat : 1949 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194304 446990 0 0 0 363748 428 0 0 25 0 4 0 156752573 1881972736 446894 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1949/statm: 459466 446894 83 193 0 459270 0
[pid=1949/tid=1950] ppid=1942 vsize=1837864 CPUtime=915.68
/proc/1949/task/1950/stat : 1950 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 36202 0 0 0 91516 52 0 0 25 0 4 0 156753293 1881972736 446894 1992294400 134512640 135305190 4294956160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1949/tid=1951] ppid=1942 vsize=1837864 CPUtime=836.91
/proc/1949/task/1951/stat : 1951 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 192169 0 0 0 83467 224 0 0 17 0 4 0 156753293 1881972736 446894 1992294400 134512640 135305190 4294956160 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1949/tid=1952] ppid=1942 vsize=1837864 CPUtime=823.55
/proc/1949/task/1952/stat : 1952 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 12627 0 0 0 82334 21 0 0 25 0 4 0 156753293 1881972736 446894 1992294400 134512640 135305190 4294956160 18446744073709551615 134528554 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3672
Current children cumulated vsize (KiB) 1843220

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1858.9 s]
/proc/loadavg: 4.00 3.97 3.56 5/69 1958
/proc/meminfo: memFree=35728/2055920 swapFree=4181284/4192956
[pid=1942] ppid=1940 vsize=5356 CPUtime=30.24
/proc/1942/stat : 1942 (manysat.sh) S 1940 1942 1771 0 -1 4194304 313 82130 0 0 0 0 2937 87 16 0 1 0 156749544 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1942/statm: 1339 238 195 169 0 50 0
[pid=1949] ppid=1942 vsize=1837864 CPUtime=3641.76
/proc/1949/stat : 1949 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194304 446990 0 0 0 363748 428 0 0 25 0 4 0 156752573 1881972736 446894 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1949/statm: 459466 446894 83 193 0 459270 0
[pid=1949/tid=1950] ppid=1942 vsize=1837864 CPUtime=915.68
/proc/1949/task/1950/stat : 1950 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 36202 0 0 0 91516 52 0 0 25 0 4 0 156753293 1881972736 446894 1992294400 134512640 135305190 4294956160 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1949/tid=1951] ppid=1942 vsize=1837864 CPUtime=836.91
/proc/1949/task/1951/stat : 1951 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 192169 0 0 0 83467 224 0 0 17 0 4 0 156753293 1881972736 446894 1992294400 134512640 135305190 4294956160 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1949/tid=1952] ppid=1942 vsize=1837864 CPUtime=823.55
/proc/1949/task/1952/stat : 1952 (manysat1.1_stat) R 1942 1942 1771 0 -1 4194368 12627 0 0 0 82334 21 0 0 25 0 4 0 156753293 1881972736 446894 1992294400 134512640 135305190 4294956160 18446744073709551615 134528554 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3672
Current children cumulated vsize (KiB) 1843220

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1942 and gives
#  childrusage.ru_utime.tv_sec=29
#  childrusage.ru_utime.tv_usec=377533
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=876866
# CPU time returned by wait4() is 30.2544
# while last known CPU time is 3672
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1858.92
CPU time (s): 3672
CPU user time (s): 3666.85
CPU system time (s): 5.15
CPU usage (%): 197.534
Max. virtual memory (cumulated for all children) (KiB): 1843220

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

runsolver used 1.78073 second user time and 5.08223 second system time

The end

Launcher Data

Begin job on node39 at 2009-05-02 20:00:11
IDJOB=1773366
IDBENCH=69571
IDSOLVER=612
FILE ID=node39/1773366-1241287207
PBS_JOBID= 9225093
Free space on /tmp= 66488 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773366-1241287207/watcher-1773366-1241287207 -o /tmp/evaluation-result-1773366-1241287207/solver-1773366-1241287207 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1773366-1241287207.cnf aimd 1

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=888433862

node39.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.281
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.281
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:       1903128 kB
Buffers:           868 kB
Cached:          94084 kB
SwapCached:       4328 kB
Active:          87160 kB
Inactive:        14424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1903128 kB
SwapTotal:     4192956 kB
SwapFree:      4181268 kB
Dirty:           70164 kB
Writeback:           0 kB
Mapped:          13448 kB
Slab:            37292 kB
Committed_AS:   769928 kB
PageTables:       1380 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= 66416 MiB
End job on node39 at 2009-05-02 20:31:12