Trace number 1780579

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 (4 threads)? (TO) 3960.93 1000.05

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-20-10p1.cnf
MD5SUM4454a006891d750fc88d47a8b0848855
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables259258
Number of clauses1388006
Sum of the clauses size3352067
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981733
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Parsing...
1.22/1.28	c ==============================================================================
1.22/1.28	c |           |     ORIGINAL     |              LEARNT              |          |
1.22/1.28	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.22/1.28	c ==============================================================================
1.22/1.28	c |         0 | 1373987  3337178 |  412196       0        0     nan |  0.000 % |
6.82/6.86	c |         0 |  956610  2684218 |      --       0       --      -- |     --   | -115260/34351
6.82/6.86	c ==============================================================================
6.82/6.86	c Result  :   #vars: 137954   #clauses: 956610   #literals: 2684218
6.82/6.86	c CPU time:   6.68 s
6.82/6.86	c ==============================================================================

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1780579-1243533167/watcher-1780579-1243533167 -o /tmp/evaluation-result-1780579-1243533167/solver-1780579-1243533167 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780579-1243533167.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): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 3.90 4.32 4.37 3/96 18609
/proc/meminfo: memFree=2841712/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2412 CPUtime=0
/proc/18609/stat : 18609 (manysat.sh) R 18607 18609 1628 0 -1 4194304 334 0 0 0 0 0 0 0 18 0 1 0 1107417998 2469888 273 4294967295 134512640 135169312 3215623664 3215622140 3085313908 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/18609/statm: 603 273 231 161 0 42 0
[pid=18610] ppid=18609 vsize=2428 CPUtime=0
/proc/18610/stat : 18610 (SatElite) R 18609 18609 1628 0 -1 4202496 427 0 0 0 0 0 0 0 18 0 1 0 1107417998 2486272 364 4294967295 134512640 135034092 3214103616 3214099904 134544739 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18610/statm: 607 366 49 128 0 477 0

[startup+0.055741 s]
/proc/loadavg: 3.90 4.32 4.37 3/96 18609
/proc/meminfo: memFree=2841712/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2412 CPUtime=0
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1107417998 2469888 273 4294967295 134512640 135169312 3215623664 3215622200 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 603 273 231 161 0 42 0
[pid=18610] ppid=18609 vsize=25716 CPUtime=0.06
/proc/18610/stat : 18610 (SatElite) R 18609 18609 1628 0 -1 4202496 5542 0 0 0 4 2 0 0 19 0 1 0 1107417998 26333184 5310 4294967295 134512640 135034092 3214103616 3214099960 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18610/statm: 6429 5311 49 128 0 6299 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 28128

[startup+0.115737 s]
/proc/loadavg: 3.90 4.32 4.37 3/96 18609
/proc/meminfo: memFree=2841712/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2412 CPUtime=0
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1107417998 2469888 273 4294967295 134512640 135169312 3215623664 3215622200 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 603 273 231 161 0 42 0
[pid=18610] ppid=18609 vsize=33136 CPUtime=0.12
/proc/18610/stat : 18610 (SatElite) R 18609 18609 1628 0 -1 4202496 7397 0 0 0 10 2 0 0 20 0 1 0 1107417998 33931264 7165 4294967295 134512640 135034092 3214103616 3214099576 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18610/statm: 8284 7166 49 128 0 8154 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 35548

[startup+0.315722 s]
/proc/loadavg: 3.90 4.32 4.37 3/96 18609
/proc/meminfo: memFree=2841712/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2412 CPUtime=0
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1107417998 2469888 273 4294967295 134512640 135169312 3215623664 3215622200 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 603 273 231 161 0 42 0
[pid=18610] ppid=18609 vsize=53812 CPUtime=0.32
/proc/18610/stat : 18610 (SatElite) R 18609 18609 1628 0 -1 4202496 12429 0 0 0 28 4 0 0 20 0 1 0 1107417998 55103488 12197 4294967295 134512640 135034092 3214103616 3214099960 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18610/statm: 13453 12197 49 128 0 13323 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 56224

[startup+0.715696 s]
/proc/loadavg: 3.90 4.32 4.37 3/96 18609
/proc/meminfo: memFree=2841712/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2412 CPUtime=0
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1107417998 2469888 273 4294967295 134512640 135169312 3215623664 3215622200 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 603 273 231 161 0 42 0
[pid=18610] ppid=18609 vsize=79488 CPUtime=0.72
/proc/18610/stat : 18610 (SatElite) R 18609 18609 1628 0 -1 4202496 18869 0 0 0 65 7 0 0 21 0 1 0 1107417998 81395712 18637 4294967295 134512640 135034092 3214103616 3214099960 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18610/statm: 19872 18637 49 128 0 19742 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 81900

[startup+1.51564 s]
/proc/loadavg: 3.90 4.32 4.37 2/98 18611
/proc/meminfo: memFree=2734700/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2412 CPUtime=0
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1107417998 2469888 273 4294967295 134512640 135169312 3215623664 3215622200 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 603 273 231 161 0 42 0
[pid=18610] ppid=18609 vsize=129048 CPUtime=1.52
/proc/18610/stat : 18610 (SatElite) R 18609 18609 1628 0 -1 4202496 30907 0 0 0 141 11 0 0 24 0 1 0 1107417998 132145152 30611 4294967295 134512640 135034092 3214103616 3214100496 134540598 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18610/statm: 32262 30611 63 128 0 32132 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 131460

[startup+3.11553 s]
/proc/loadavg: 3.90 4.32 4.37 2/98 18611
/proc/meminfo: memFree=2701696/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2412 CPUtime=0
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1107417998 2469888 273 4294967295 134512640 135169312 3215623664 3215622200 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 603 273 231 161 0 42 0
[pid=18610] ppid=18609 vsize=151368 CPUtime=3.12
/proc/18610/stat : 18610 (SatElite) R 18609 18609 1628 0 -1 4202496 39765 0 0 0 295 17 0 0 25 0 1 0 1107417998 155000832 35928 4294967295 134512640 135034092 3214103616 3214099904 134529227 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18610/statm: 37842 35928 67 128 0 37712 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 153780

[startup+6.31532 s]
/proc/loadavg: 3.67 4.26 4.35 2/98 18612
/proc/meminfo: memFree=2690524/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2412 CPUtime=0
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1107417998 2469888 273 4294967295 134512640 135169312 3215623664 3215622200 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 603 273 231 161 0 42 0
[pid=18610] ppid=18609 vsize=152276 CPUtime=6.32
/proc/18610/stat : 18610 (SatElite) R 18609 18609 1628 0 -1 4202496 46531 0 0 0 613 19 0 0 25 0 1 0 1107417998 155930624 36231 4294967295 134512640 135034092 3214103616 3214099936 134574335 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18610/statm: 38069 36231 67 128 0 37939 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 154688

[startup+12.7149 s]
/proc/loadavg: 3.45 4.21 4.33 6/101 18616
/proc/meminfo: memFree=2555612/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2416 CPUtime=8.02
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 370 49232 0 0 0 0 776 26 18 0 1 0 1107417998 2473984 274 4294967295 134512640 135169312 3215623664 3215619880 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 604 274 231 161 0 43 0
[pid=18613] ppid=18609 vsize=289572 CPUtime=11.83
/proc/18613/stat : 18613 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202496 64969 0 0 0 1125 58 0 0 16 0 4 0 1107418800 296521728 64874 4294967295 134512640 135305190 3215312272 3215310372 134695249 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/18613/statm: 72393 64874 79 194 0 72197 0
[pid=18613/tid=18614] ppid=18609 vsize=289572 CPUtime=2.43
/proc/18613/task/18614/stat : 18614 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 1215 0 0 0 232 11 0 0 16 0 4 0 1107419014 296521728 64874 4294967295 134512640 135305190 3215312272 3016277184 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18613/tid=18615] ppid=18609 vsize=289572 CPUtime=2.39
/proc/18613/task/18615/stat : 18615 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 1223 0 0 0 229 10 0 0 16 0 4 0 1107419014 296521728 64874 4294967295 134512640 135305190 3215312272 3007888576 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18613/tid=18616] ppid=18609 vsize=289572 CPUtime=2.42
/proc/18613/task/18616/stat : 18616 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 1290 0 0 0 233 9 0 0 16 0 4 0 1107419015 296521728 64874 4294967295 134512640 135305190 3215312272 2999499968 134528252 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 19.85
Current children cumulated vsize (KiB) 291988

[startup+25.514 s]
/proc/loadavg: 3.73 4.23 4.34 6/101 18617
/proc/meminfo: memFree=2547092/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2416 CPUtime=8.02
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 370 49232 0 0 0 0 776 26 18 0 1 0 1107417998 2473984 274 4294967295 134512640 135169312 3215623664 3215619880 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 604 274 231 161 0 43 0
[pid=18613] ppid=18609 vsize=297188 CPUtime=62.77
/proc/18613/stat : 18613 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202496 66981 0 0 0 6211 66 0 0 23 0 4 0 1107418800 304320512 66886 4294967295 134512640 135305190 3215312272 3215310448 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/18613/statm: 74297 66886 79 194 0 74101 0
[pid=18613/tid=18614] ppid=18609 vsize=297188 CPUtime=15.2
/proc/18613/task/18614/stat : 18614 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 1689 0 0 0 1505 15 0 0 25 0 4 0 1107419014 304320512 66886 4294967295 134512640 135305190 3215312272 3016277184 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18613/tid=18615] ppid=18609 vsize=297188 CPUtime=15.15
/proc/18613/task/18615/stat : 18615 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 2021 0 0 0 1503 12 0 0 25 0 4 0 1107419014 304320512 66886 4294967295 134512640 135305190 3215312272 3007888576 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18613/tid=18616] ppid=18609 vsize=297188 CPUtime=15.11
/proc/18613/task/18616/stat : 18616 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 1590 0 0 0 1501 10 0 0 25 0 4 0 1107419015 304320512 66886 4294967295 134512640 135305190 3215312272 2999499968 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 70.79
Current children cumulated vsize (KiB) 299604

[startup+51.1123 s]
/proc/loadavg: 3.88 4.22 4.33 5/101 18804
/proc/meminfo: memFree=2521020/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2416 CPUtime=8.02
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 370 49232 0 0 0 0 776 26 18 0 1 0 1107417998 2473984 274 4294967295 134512640 135169312 3215623664 3215619880 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 604 274 231 161 0 43 0
[pid=18613] ppid=18609 vsize=322996 CPUtime=164.74
/proc/18613/stat : 18613 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202496 73502 0 0 0 16388 86 0 0 25 0 4 0 1107418800 330747904 73390 4294967295 134512640 135305190 3215312272 3215310448 134530561 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/18613/statm: 80749 73390 79 194 0 80553 0
[pid=18613/tid=18614] ppid=18609 vsize=322996 CPUtime=40.61
/proc/18613/task/18614/stat : 18614 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 3193 0 0 0 4041 20 0 0 25 0 4 0 1107419014 330747904 73390 4294967295 134512640 135305190 3215312272 3016277184 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18613/tid=18615] ppid=18609 vsize=322996 CPUtime=40.62
/proc/18613/task/18615/stat : 18615 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 4173 0 0 0 4046 16 0 0 25 0 4 0 1107419014 330747904 73390 4294967295 134512640 135305190 3215312272 3007888576 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18613/tid=18616] ppid=18609 vsize=322996 CPUtime=40.68
/proc/18613/task/18616/stat : 18616 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 2724 0 0 0 4053 15 0 0 25 0 4 0 1107419015 330747904 73390 4294967295 134512640 135305190 3215312272 2999499968 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 172.76
Current children cumulated vsize (KiB) 325412

[startup+102.309 s]
/proc/loadavg: 4.10 4.23 4.33 5/101 18989
/proc/meminfo: memFree=2475308/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2416 CPUtime=8.02
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 370 49232 0 0 0 0 776 26 18 0 1 0 1107417998 2473984 274 4294967295 134512640 135169312 3215623664 3215619880 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 604 274 231 161 0 43 0
[pid=18613] ppid=18609 vsize=367208 CPUtime=368.96
/proc/18613/stat : 18613 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202496 84615 0 0 0 36790 106 0 0 25 0 4 0 1107418800 376020992 84503 4294967295 134512640 135305190 3215312272 3215310448 134528568 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/18613/statm: 91802 84503 79 194 0 91606 0
[pid=18613/tid=18614] ppid=18609 vsize=367208 CPUtime=91.73
/proc/18613/task/18614/stat : 18614 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 5349 0 0 0 9149 24 0 0 25 0 4 0 1107419014 376020992 84503 4294967295 134512640 135305190 3215312272 3016277184 134528406 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18613/tid=18615] ppid=18609 vsize=367208 CPUtime=91.51
/proc/18613/task/18615/stat : 18615 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 7544 0 0 0 9130 21 0 0 25 0 4 0 1107419014 376020992 84503 4294967295 134512640 135305190 3215312272 3007888256 134554294 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18613/tid=18616] ppid=18609 vsize=367208 CPUtime=91.79
/proc/18613/task/18616/stat : 18616 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 5285 0 0 0 9158 21 0 0 25 0 4 0 1107419015 376020992 84503 4294967295 134512640 135305190 3215312272 2999499968 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 376.98
Current children cumulated vsize (KiB) 369624

[startup+162.315 s]
/proc/loadavg: 4.40 4.28 4.34 6/101 19177
/proc/meminfo: memFree=2431920/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2416 CPUtime=8.02
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 370 49232 0 0 0 0 776 26 18 0 1 0 1107417998 2473984 274 4294967295 134512640 135169312 3215623664 3215619880 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 604 274 231 161 0 43 0
[pid=18613] ppid=18609 vsize=411020 CPUtime=608.48
/proc/18613/stat : 18613 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202496 95422 0 0 0 60710 138 0 0 25 0 4 0 1107418800 420884480 95310 4294967295 134512640 135305190 3215312272 3215310448 134528341 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/18613/statm: 102755 95310 79 194 0 102559 0
[pid=18613/tid=18614] ppid=18609 vsize=411020 CPUtime=151.62
/proc/18613/task/18614/stat : 18614 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 7168 0 0 0 15131 31 0 0 25 0 4 0 1107419014 420884480 95310 4294967295 134512640 135305190 3215312272 3016277184 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18613/tid=18615] ppid=18609 vsize=411020 CPUtime=151.45
/proc/18613/task/18615/stat : 18615 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 11187 0 0 0 15122 23 0 0 25 0 4 0 1107419014 420884480 95310 4294967295 134512640 135305190 3215312272 3007888576 134530636 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18613/tid=18616] ppid=18609 vsize=411020 CPUtime=151.58
/proc/18613/task/18616/stat : 18616 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 8174 0 0 0 15133 25 0 0 25 0 4 0 1107419015 420884480 95310 4294967295 134512640 135305190 3215312272 2999499968 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 616.5
Current children cumulated vsize (KiB) 413436

[startup+222.311 s]
/proc/loadavg: 4.30 4.27 4.33 5/101 19371
/proc/meminfo: memFree=2394440/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2416 CPUtime=8.02

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

/proc/18613/task/18616/stat : 18616 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 17749 0 0 0 50984 51 0 0 25 0 4 0 1107419015 541020160 124631 4294967295 134512640 135305190 3215312272 2999499968 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2053.48
Current children cumulated vsize (KiB) 530756

[startup+582.316 s]
/proc/loadavg: 4.41 4.37 4.35 6/102 20373
/proc/meminfo: memFree=2311156/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2416 CPUtime=8.02
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 370 49232 0 0 0 0 776 26 18 0 1 0 1107417998 2473984 274 4294967295 134512640 135169312 3215623664 3215619880 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 604 274 231 161 0 43 0
[pid=18613] ppid=18609 vsize=531876 CPUtime=2285.03
/proc/18613/stat : 18613 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202496 125407 0 0 0 228247 256 0 0 25 0 4 0 1107418800 544641024 125295 4294967295 134512640 135305190 3215312272 3215310448 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/18613/statm: 132969 125295 79 194 0 132773 0
[pid=18613/tid=18614] ppid=18609 vsize=531876 CPUtime=570.86
/proc/18613/task/18614/stat : 18614 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 11154 0 0 0 57032 54 0 0 25 0 4 0 1107419014 544641024 125295 4294967295 134512640 135305190 3215312272 3016276912 134558354 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18613/tid=18615] ppid=18609 vsize=531876 CPUtime=570.78
/proc/18613/task/18615/stat : 18615 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 22417 0 0 0 57025 53 0 0 25 0 4 0 1107419014 544641024 125295 4294967295 134512640 135305190 3215312272 3007888576 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=18613/tid=18616] ppid=18609 vsize=531876 CPUtime=570.18
/proc/18613/task/18616/stat : 18616 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 17920 0 0 0 56967 51 0 0 25 0 4 0 1107419015 544641024 125295 4294967295 134512640 135305190 3215312272 2999499968 134528503 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2293.05
Current children cumulated vsize (KiB) 534292

[startup+642.312 s]
/proc/loadavg: 4.53 4.41 4.36 6/102 20538
/proc/meminfo: memFree=2296088/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2416 CPUtime=8.02
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 370 49232 0 0 0 0 776 26 18 0 1 0 1107417998 2473984 274 4294967295 134512640 135169312 3215623664 3215619880 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 604 274 231 161 0 43 0
[pid=18613] ppid=18609 vsize=547388 CPUtime=2524.72
/proc/18613/stat : 18613 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202496 129300 0 0 0 252204 268 0 0 25 0 4 0 1107418800 560525312 129188 4294967295 134512640 135305190 3215312272 3215310448 134528252 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/18613/statm: 136847 129188 79 194 0 136651 0
[pid=18613/tid=18614] ppid=18609 vsize=547388 CPUtime=630.85
/proc/18613/task/18614/stat : 18614 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 11658 0 0 0 63028 57 0 0 25 0 4 0 1107419014 560525312 129188 4294967295 134512640 135305190 3215312272 3016277128 134840070 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18613/tid=18615] ppid=18609 vsize=547388 CPUtime=630.62
/proc/18613/task/18615/stat : 18615 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 23493 0 0 0 63007 55 0 0 25 0 4 0 1107419014 560525312 129188 4294967295 134512640 135305190 3215312272 3007888576 134528310 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=18613/tid=18616] ppid=18609 vsize=547388 CPUtime=630.05
/proc/18613/task/18616/stat : 18616 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 19575 0 0 0 62948 57 0 0 25 0 4 0 1107419015 560525312 129188 4294967295 134512640 135305190 3215312272 2999499968 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2532.74
Current children cumulated vsize (KiB) 549804

[startup+702.308 s]
/proc/loadavg: 4.47 4.43 4.37 5/101 20694
/proc/meminfo: memFree=2285896/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2416 CPUtime=8.02
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 370 49232 0 0 0 0 776 26 18 0 1 0 1107417998 2473984 274 4294967295 134512640 135169312 3215623664 3215619880 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 604 274 231 161 0 43 0
[pid=18613] ppid=18609 vsize=557584 CPUtime=2764.39
/proc/18613/stat : 18613 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202496 131945 0 0 0 276161 278 0 0 25 0 4 0 1107418800 570966016 131833 4294967295 134512640 135305190 3215312272 3215310448 134528283 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/18613/statm: 139396 131833 79 194 0 139200 0
[pid=18613/tid=18614] ppid=18609 vsize=557584 CPUtime=690.81
/proc/18613/task/18614/stat : 18614 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 11835 0 0 0 69023 58 0 0 25 0 4 0 1107419014 570966016 131833 4294967295 134512640 135305190 3215312272 3016277184 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18613/tid=18615] ppid=18609 vsize=557584 CPUtime=690.46
/proc/18613/task/18615/stat : 18615 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 24464 0 0 0 68988 58 0 0 25 0 4 0 1107419014 570966016 131833 4294967295 134512640 135305190 3215312272 3007888576 134530552 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=18613/tid=18616] ppid=18609 vsize=557584 CPUtime=689.94
/proc/18613/task/18616/stat : 18616 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 20694 0 0 0 68934 60 0 0 25 0 4 0 1107419015 570966016 131833 4294967295 134512640 135305190 3215312272 2999499968 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2772.41
Current children cumulated vsize (KiB) 560000

[startup+762.314 s]
/proc/loadavg: 4.47 4.45 4.38 5/101 20882
/proc/meminfo: memFree=2285028/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2416 CPUtime=8.02
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 370 49232 0 0 0 0 776 26 18 0 1 0 1107417998 2473984 274 4294967295 134512640 135169312 3215623664 3215619880 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 604 274 231 161 0 43 0
[pid=18613] ppid=18609 vsize=558204 CPUtime=3003.95
/proc/18613/stat : 18613 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202496 132040 0 0 0 300098 297 0 0 25 0 4 0 1107418800 571600896 131928 4294967295 134512640 135305190 3215312272 3215310448 134528240 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/18613/statm: 139551 131928 79 194 0 139355 0
[pid=18613/tid=18614] ppid=18609 vsize=558204 CPUtime=750.5
/proc/18613/task/18614/stat : 18614 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 11844 0 0 0 74988 62 0 0 25 0 4 0 1107419014 571600896 131928 4294967295 134512640 135305190 3215312272 3016277184 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18613/tid=18615] ppid=18609 vsize=558204 CPUtime=750.45
/proc/18613/task/18615/stat : 18615 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 24544 0 0 0 74982 63 0 0 25 0 4 0 1107419014 571600896 131928 4294967295 134512640 135305190 3215312272 3007888464 134529073 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=18613/tid=18616] ppid=18609 vsize=558204 CPUtime=749.91
/proc/18613/task/18616/stat : 18616 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 20695 0 0 0 74925 66 0 0 25 0 4 0 1107419015 571600896 131928 4294967295 134512640 135305190 3215312272 2999499968 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3011.97
Current children cumulated vsize (KiB) 560620

[startup+822.31 s]
/proc/loadavg: 4.34 4.43 4.37 5/101 21070
/proc/meminfo: memFree=2282672/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2416 CPUtime=8.02
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 370 49232 0 0 0 0 776 26 18 0 1 0 1107417998 2473984 274 4294967295 134512640 135169312 3215623664 3215619880 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 604 274 231 161 0 43 0
[pid=18613] ppid=18609 vsize=561196 CPUtime=3243.49
/proc/18613/stat : 18613 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202496 132731 0 0 0 324040 309 0 0 25 0 4 0 1107418800 574664704 132619 4294967295 134512640 135305190 3215312272 3215310448 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/18613/statm: 140299 132619 79 194 0 140103 0
[pid=18613/tid=18614] ppid=18609 vsize=561196 CPUtime=810.3
/proc/18613/task/18614/stat : 18614 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 12028 0 0 0 80963 67 0 0 25 0 4 0 1107419014 574664704 132619 4294967295 134512640 135305190 3215312272 3016276912 134556789 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18613/tid=18615] ppid=18609 vsize=561196 CPUtime=810.42
/proc/18613/task/18615/stat : 18615 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 24777 0 0 0 80977 65 0 0 25 0 4 0 1107419014 574664704 132619 4294967295 134512640 135305190 3215312272 3007888256 134554276 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=18613/tid=18616] ppid=18609 vsize=561196 CPUtime=809.69
/proc/18613/task/18616/stat : 18616 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 20860 0 0 0 80901 68 0 0 25 0 4 0 1107419015 574664704 132619 4294967295 134512640 135305190 3215312272 2999499968 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3251.51
Current children cumulated vsize (KiB) 563612

[startup+882.306 s]
/proc/loadavg: 4.38 4.43 4.37 6/101 21263
/proc/meminfo: memFree=2281028/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2416 CPUtime=8.02
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 370 49232 0 0 0 0 776 26 18 0 1 0 1107417998 2473984 274 4294967295 134512640 135169312 3215623664 3215619880 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 604 274 231 161 0 43 0
[pid=18613] ppid=18609 vsize=563232 CPUtime=3483.01
/proc/18613/stat : 18613 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202496 133106 0 0 0 347981 320 0 0 25 0 4 0 1107418800 576749568 132994 4294967295 134512640 135305190 3215312272 3215310448 134528817 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/18613/statm: 140808 132994 79 194 0 140612 0
[pid=18613/tid=18614] ppid=18609 vsize=563232 CPUtime=870.23
/proc/18613/task/18614/stat : 18614 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 12067 0 0 0 86956 67 0 0 25 0 4 0 1107419014 576749568 132994 4294967295 134512640 135305190 3215312272 3016277184 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18613/tid=18615] ppid=18609 vsize=563232 CPUtime=870.4
/proc/18613/task/18615/stat : 18615 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 24903 0 0 0 86971 69 0 0 25 0 4 0 1107419014 576749568 132994 4294967295 134512640 135305190 3215312272 3007888576 134530575 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=18613/tid=18616] ppid=18609 vsize=563232 CPUtime=869.53
/proc/18613/task/18616/stat : 18616 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 20986 0 0 0 86882 71 0 0 25 0 4 0 1107419015 576749568 132994 4294967295 134512640 135305190 3215312272 2999499712 134541935 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3491.03
Current children cumulated vsize (KiB) 565648

[startup+942.312 s]
/proc/loadavg: 4.25 4.38 4.36 5/101 21448
/proc/meminfo: memFree=2268164/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2416 CPUtime=8.02
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 370 49232 0 0 0 0 776 26 18 0 1 0 1107417998 2473984 274 4294967295 134512640 135169312 3215623664 3215619880 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 604 274 231 161 0 43 0
[pid=18613] ppid=18609 vsize=577044 CPUtime=3722.63
/proc/18613/stat : 18613 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202496 136496 0 0 0 371926 337 0 0 25 0 4 0 1107418800 590893056 136384 4294967295 134512640 135305190 3215312272 3215310448 134528341 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/18613/statm: 144261 136384 79 194 0 144065 0
[pid=18613/tid=18614] ppid=18609 vsize=577044 CPUtime=930.21
/proc/18613/task/18614/stat : 18614 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 12503 0 0 0 92953 68 0 0 25 0 4 0 1107419014 590893056 136384 4294967295 134512640 135305190 3215312272 3016277184 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18613/tid=18615] ppid=18609 vsize=577044 CPUtime=930.25
/proc/18613/task/18615/stat : 18615 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 25952 0 0 0 92951 74 0 0 25 0 4 0 1107419014 590893056 136384 4294967295 134512640 135305190 3215312272 3007888576 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18613/tid=18616] ppid=18609 vsize=577044 CPUtime=929.36
/proc/18613/task/18616/stat : 18616 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 22407 0 0 0 92857 79 0 0 25 0 4 0 1107419015 590893056 136384 4294967295 134512640 135305190 3215312272 2999499912 134840070 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3730.65
Current children cumulated vsize (KiB) 579460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.85 4.51 4.40 5/101 21637
/proc/meminfo: memFree=2249548/3368532 swapFree=1954076/1959888
[pid=18609] ppid=18607 vsize=2416 CPUtime=8.02
/proc/18609/stat : 18609 (manysat.sh) S 18607 18609 1628 0 -1 4194304 370 49232 0 0 0 0 776 26 18 0 1 0 1107417998 2473984 274 4294967295 134512640 135169312 3215623664 3215619880 3085311726 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18609/statm: 604 274 231 161 0 43 0
[pid=18613] ppid=18609 vsize=594836 CPUtime=3952.91
/proc/18613/stat : 18613 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202496 141060 0 0 0 394929 362 0 0 25 0 4 0 1107418800 609112064 140948 4294967295 134512640 135305190 3215312272 3215310448 134528189 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/18613/statm: 148709 140948 79 194 0 148513 0
[pid=18613/tid=18614] ppid=18609 vsize=594836 CPUtime=987.88
/proc/18613/task/18614/stat : 18614 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 12971 0 0 0 98717 71 0 0 25 0 4 0 1107419014 609112064 140948 4294967295 134512640 135305190 3215312272 3016277184 134528559 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18613/tid=18615] ppid=18609 vsize=594836 CPUtime=987.82
/proc/18613/task/18615/stat : 18615 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 27393 0 0 0 98705 77 0 0 25 0 4 0 1107419014 609112064 140948 4294967295 134512640 135305190 3215312272 3007888576 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18613/tid=18616] ppid=18609 vsize=594836 CPUtime=986.75
/proc/18613/task/18616/stat : 18616 (manysat1.1_stat) R 18609 18609 1628 0 -1 4202560 24469 0 0 0 98586 89 0 0 25 0 4 0 1107419015 609112064 140948 4294967295 134512640 135305190 3215312272 2999499968 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3960.93
Current children cumulated vsize (KiB) 597252

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18609 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=760000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=260000
# CPU time returned by wait4() is 8.02
# while last known CPU time is 3960.93
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.05
CPU time (s): 3960.93
CPU user time (s): 3957.05
CPU system time (s): 3.88
CPU usage (%): 396.074
Max. virtual memory (cumulated for all children) (KiB): 597252

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-28 19:52:47
IDJOB=1780579
IDBENCH=71029
IDSOLVER=623
FILE ID=tipi44/1780579-1243533167
PBS_JOBID=
Free space on /tmp= 15868 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-20-10p1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780579-1243533167/watcher-1780579-1243533167 -o /tmp/evaluation-result-1780579-1243533167/solver-1780579-1243533167 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1780579-1243533167.cnf aimd 1

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 4454a006891d750fc88d47a8b0848855
RANDOM SEED= 2000376242

Linux tipi44 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.10
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.116
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2841712 kB
Buffers:        143956 kB
Cached:         275212 kB
SwapCached:       2180 kB
Active:         140884 kB
Inactive:       288004 kB
HighTotal:     2489216 kB
HighFree:      2201948 kB
LowTotal:       879316 kB
LowFree:        639764 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:           27936 kB
Writeback:         148 kB
AnonPages:        8936 kB
Mapped:           3316 kB
Slab:            87908 kB
SReclaimable:    77592 kB
SUnreclaim:      10316 kB
PageTables:        492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88084 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15840 MiB
End job on tipi44 at 2009-05-28 20:09:31