Trace number 1775746

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 0/2009-03-20 (4 threads)? (TO) 3969.68 1000.06

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-19-u.cnf
MD5SUM3be331331884289c55e55acdeed55dc7
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 variables208002
Number of clauses986543
Sum of the clauses size2288164
Maximum clause length10
Minimum clause length1
Number of clauses of size 117318
Number of clauses of size 2753529
Number of clauses of size 3176796
Number of clauses of size 44320
Number of clauses of size 517280
Number of clauses of size over 517300

Solver Data

0.00/0.00	c Parsing...
0.72/0.76	c ==============================================================================
0.72/0.76	c |           |     ORIGINAL     |              LEARNT              |          |
0.72/0.76	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.72/0.76	c ==============================================================================
0.72/0.76	c |         0 |  969225  2270846 |  290767       0        0     nan |  0.000 % |
5.11/5.17	c |         0 |  424864  1140718 |      --       0       --      -- |     --   | -338304/-664362
5.11/5.18	c ==============================================================================
5.11/5.18	c Result  :   #vars: 68615   #clauses: 424864   #literals: 1140718
5.11/5.18	c CPU time:   5.06 s
5.11/5.18	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-1775746-1243501100/watcher-1775746-1243501100 -o /tmp/evaluation-result-1775746-1243501100/solver-1775746-1243501100 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1775746-1243501100.cnf aimd 0 

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.77 4.24 4.20 3/96 7409
/proc/meminfo: memFree=3160368/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2412 CPUtime=0.01
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 348 0 0 0 1 0 0 0 18 0 1 0 1114774179 2469888 273 4294967295 134512640 135169312 3218393232 3218391768 3085041390 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/7409/statm: 603 273 231 161 0 42 0
[pid=7410] ppid=7409 vsize=1760 CPUtime=0.01
/proc/7410/stat : 7410 (SatElite) R 7409 7409 27966 0 -1 4202496 343 0 0 0 0 1 0 0 18 0 1 0 1114774179 1802240 280 4294967295 134512640 135034092 3215596976 3215593264 134544732 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7410/statm: 440 281 49 128 0 310 0

[startup+0.0813 s]
/proc/loadavg: 3.77 4.24 4.20 3/96 7409
/proc/meminfo: memFree=3160368/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2412 CPUtime=0.01
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 348 0 0 0 1 0 0 0 18 0 1 0 1114774179 2469888 273 4294967295 134512640 135169312 3218393232 3218391768 3085041390 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/7409/statm: 603 273 231 161 0 42 0
[pid=7410] ppid=7409 vsize=21524 CPUtime=0.08
/proc/7410/stat : 7410 (SatElite) R 7409 7409 27966 0 -1 4202496 4446 0 0 0 7 1 0 0 18 0 1 0 1114774179 22040576 4383 4294967295 134512640 135034092 3215596976 3215593264 134544849 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7410/statm: 5381 4384 49 128 0 5251 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23936

[startup+0.111299 s]
/proc/loadavg: 3.77 4.24 4.20 3/96 7409
/proc/meminfo: memFree=3160368/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2412 CPUtime=0.01
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 348 0 0 0 1 0 0 0 18 0 1 0 1114774179 2469888 273 4294967295 134512640 135169312 3218393232 3218391768 3085041390 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/7409/statm: 603 273 231 161 0 42 0
[pid=7410] ppid=7409 vsize=37232 CPUtime=0.11
/proc/7410/stat : 7410 (SatElite) R 7409 7409 27966 0 -1 4202496 6457 0 0 0 9 2 0 0 18 0 1 0 1114774179 38125568 6394 4294967295 134512640 135034092 3215596976 3215592936 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7410/statm: 9308 6395 49 128 0 9178 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 39644

[startup+0.311281 s]
/proc/loadavg: 3.77 4.24 4.20 3/96 7409
/proc/meminfo: memFree=3160368/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2412 CPUtime=0.01
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 348 0 0 0 1 0 0 0 18 0 1 0 1114774179 2469888 273 4294967295 134512640 135169312 3218393232 3218391768 3085041390 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/7409/statm: 603 273 231 161 0 42 0
[pid=7410] ppid=7409 vsize=59640 CPUtime=0.31
/proc/7410/stat : 7410 (SatElite) R 7409 7409 27966 0 -1 4202496 13066 0 0 0 28 3 0 0 18 0 1 0 1114774179 61071360 13003 4294967295 134512640 135034092 3215596976 3215593320 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/7410/statm: 14910 13003 49 128 0 14780 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 62052

[startup+0.711248 s]
/proc/loadavg: 3.77 4.24 4.20 3/96 7409
/proc/meminfo: memFree=3160368/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2412 CPUtime=0.01
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 348 0 0 0 1 0 0 0 18 0 1 0 1114774179 2469888 273 4294967295 134512640 135169312 3218393232 3218391768 3085041390 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/7409/statm: 603 273 231 161 0 42 0
[pid=7410] ppid=7409 vsize=92368 CPUtime=0.71
/proc/7410/stat : 7410 (SatElite) R 7409 7409 27966 0 -1 4202496 21726 0 0 0 64 7 0 0 18 0 1 0 1114774179 94584832 21663 4294967295 134512640 135034092 3215596976 3215594368 134542711 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7410/statm: 23092 21663 50 128 0 22962 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 94780

[startup+1.51118 s]
/proc/loadavg: 3.77 4.24 4.20 2/98 7411
/proc/meminfo: memFree=3066828/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2412 CPUtime=0.01
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 348 0 0 0 1 0 0 0 18 0 1 0 1114774179 2469888 273 4294967295 134512640 135169312 3218393232 3218391768 3085041390 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/7409/statm: 603 273 231 161 0 42 0
[pid=7410] ppid=7409 vsize=107508 CPUtime=1.5
/proc/7410/stat : 7410 (SatElite) R 7409 7409 27966 0 -1 4202496 27053 0 0 0 142 8 0 0 20 0 1 0 1114774179 110088192 24853 4294967295 134512640 135034092 3215596976 3215592844 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7410/statm: 26877 24853 67 128 0 26747 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 109920

[startup+3.11105 s]
/proc/loadavg: 3.77 4.24 4.20 2/98 7411
/proc/meminfo: memFree=3056844/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2412 CPUtime=0.01
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 348 0 0 0 1 0 0 0 18 0 1 0 1114774179 2469888 273 4294967295 134512640 135169312 3218393232 3218391768 3085041390 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/7409/statm: 603 273 231 161 0 42 0
[pid=7410] ppid=7409 vsize=119912 CPUtime=3.1
/proc/7410/stat : 7410 (SatElite) R 7409 7409 27966 0 -1 4202496 30111 0 0 0 302 8 0 0 25 0 1 0 1114774179 122789888 27413 4294967295 134512640 135034092 3215596976 3215592928 134541373 0 0 0 3 0 0 0 17 3 0 0 0
/proc/7410/statm: 29978 27413 67 128 0 29848 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 122324

[startup+6.31079 s]
/proc/loadavg: 3.55 4.19 4.18 2/98 7411
/proc/meminfo: memFree=3047868/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2416 CPUtime=5.7
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 368 42241 0 0 1 1 553 15 18 0 1 0 1114774179 2473984 274 4294967295 134512640 135169312 3218393232 3218389448 3085041390 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/7409/statm: 604 274 231 161 0 43 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 2416

[startup+12.7104 s]
/proc/loadavg: 3.58 4.18 4.18 6/101 7416
/proc/meminfo: memFree=3029308/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2416 CPUtime=5.7
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 368 42241 0 0 1 1 553 15 18 0 1 0 1114774179 2473984 274 4294967295 134512640 135169312 3218393232 3218389448 3085041390 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/7409/statm: 604 274 231 161 0 43 0
[pid=7412] ppid=7409 vsize=149776 CPUtime=24.41
/proc/7412/stat : 7412 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202496 29773 0 0 0 2356 85 0 0 19 0 4 0 1114774748 153370624 29636 4294967295 134512640 135305190 3212903248 3212901424 134528263 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/7412/statm: 37444 29636 79 194 0 37248 0
[pid=7412/tid=7413] ppid=7409 vsize=149776 CPUtime=5.95
/proc/7412/task/7413/stat : 7413 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 690 0 0 0 575 20 0 0 18 0 4 0 1114774836 153370624 29636 4294967295 134512640 135305190 3212903248 3054791872 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=7412/tid=7414] ppid=7409 vsize=149776 CPUtime=5.76
/proc/7412/task/7414/stat : 7414 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 606 0 0 0 557 19 0 0 19 0 4 0 1114774836 153370624 29636 4294967295 134512640 135305190 3212903248 3046403264 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=7412/tid=7415] ppid=7409 vsize=149776 CPUtime=5.97
/proc/7412/task/7415/stat : 7415 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 669 0 0 0 579 18 0 0 19 0 4 0 1114774836 153370624 29636 4294967295 134512640 135305190 3212903248 3038014656 134528559 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 30.11
Current children cumulated vsize (KiB) 152192

[startup+25.5094 s]
/proc/loadavg: 3.82 4.21 4.19 5/101 7417
/proc/meminfo: memFree=3026768/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2416 CPUtime=5.7
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 368 42241 0 0 1 1 553 15 18 0 1 0 1114774179 2473984 274 4294967295 134512640 135169312 3218393232 3218389448 3085041390 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/7409/statm: 604 274 231 161 0 43 0
[pid=7412] ppid=7409 vsize=152592 CPUtime=75.55
/proc/7412/stat : 7412 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202496 30410 0 0 0 7463 92 0 0 25 0 4 0 1114774748 156254208 30273 4294967295 134512640 135305190 3212903248 3212901424 134528151 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/7412/statm: 38148 30273 79 194 0 37952 0
[pid=7412/tid=7413] ppid=7409 vsize=152592 CPUtime=18.75
/proc/7412/task/7413/stat : 7413 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 810 0 0 0 1854 21 0 0 25 0 4 0 1114774836 156254208 30273 4294967295 134512640 135305190 3212903248 3054791872 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=7412/tid=7414] ppid=7409 vsize=152592 CPUtime=18.51
/proc/7412/task/7414/stat : 7414 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 842 0 0 0 1829 22 0 0 25 0 4 0 1114774836 156254208 30273 4294967295 134512640 135305190 3212903248 3046403264 134528406 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=7412/tid=7415] ppid=7409 vsize=152592 CPUtime=18.77
/proc/7412/task/7415/stat : 7415 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 829 0 0 0 1856 21 0 0 25 0 4 0 1114774836 156254208 30273 4294967295 134512640 135305190 3212903248 3038014384 134557484 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 81.25
Current children cumulated vsize (KiB) 155008

[startup+51.1073 s]
/proc/loadavg: 4.08 4.24 4.20 5/101 7418
/proc/meminfo: memFree=3018996/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2416 CPUtime=5.7
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 368 42241 0 0 1 1 553 15 18 0 1 0 1114774179 2473984 274 4294967295 134512640 135169312 3218393232 3218389448 3085041390 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/7409/statm: 604 274 231 161 0 43 0
[pid=7412] ppid=7409 vsize=160156 CPUtime=177.78
/proc/7412/stat : 7412 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202496 32401 0 0 0 17676 102 0 0 25 0 4 0 1114774748 163999744 32264 4294967295 134512640 135305190 3212903248 3212901424 134528189 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/7412/statm: 40039 32264 79 194 0 39843 0
[pid=7412/tid=7413] ppid=7409 vsize=160156 CPUtime=44.34
/proc/7412/task/7413/stat : 7413 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 1164 0 0 0 4410 24 0 0 25 0 4 0 1114774836 163999744 32264 4294967295 134512640 135305190 3212903248 3054791872 134528224 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=7412/tid=7414] ppid=7409 vsize=160156 CPUtime=43.96
/proc/7412/task/7414/stat : 7414 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 1592 0 0 0 4370 26 0 0 25 0 4 0 1114774836 163999744 32264 4294967295 134512640 135305190 3212903248 3046403264 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=7412/tid=7415] ppid=7409 vsize=160156 CPUtime=44.36
/proc/7412/task/7415/stat : 7415 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 1299 0 0 0 4413 23 0 0 25 0 4 0 1114774836 163999744 32264 4294967295 134512640 135305190 3212903248 3038014656 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 183.48
Current children cumulated vsize (KiB) 162572

[startup+102.313 s]
/proc/loadavg: 4.27 4.26 4.20 5/101 7611
/proc/meminfo: memFree=3003976/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2416 CPUtime=5.7
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 368 42241 0 0 1 1 553 15 18 0 1 0 1114774179 2473984 274 4294967295 134512640 135169312 3218393232 3218389448 3085041390 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/7409/statm: 604 274 231 161 0 43 0
[pid=7412] ppid=7409 vsize=176508 CPUtime=382.06
/proc/7412/stat : 7412 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202496 35997 0 0 0 38088 118 0 0 25 0 4 0 1114774748 180744192 35860 4294967295 134512640 135305190 3212903248 3212901424 134528503 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/7412/statm: 44127 35860 79 194 0 43931 0
[pid=7412/tid=7413] ppid=7409 vsize=176508 CPUtime=95.49
/proc/7412/task/7413/stat : 7413 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 1782 0 0 0 9524 25 0 0 25 0 4 0 1114774836 180744192 35860 4294967295 134512640 135305190 3212903248 3054791872 134530561 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=7412/tid=7414] ppid=7409 vsize=176508 CPUtime=94.91
/proc/7412/task/7414/stat : 7414 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 3236 0 0 0 9459 32 0 0 25 0 4 0 1114774836 180744192 35860 4294967295 134512640 135305190 3212903248 3046403264 134528536 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=7412/tid=7415] ppid=7409 vsize=176508 CPUtime=95.38
/proc/7412/task/7415/stat : 7415 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 1912 0 0 0 9506 32 0 0 25 0 4 0 1114774836 180744192 35860 4294967295 134512640 135305190 3212903248 3038014320 134551712 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 387.76
Current children cumulated vsize (KiB) 178924

[startup+162.308 s]
/proc/loadavg: 4.45 4.30 4.22 5/101 7798
/proc/meminfo: memFree=2991832/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2416 CPUtime=5.7
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 368 42241 0 0 1 1 553 15 18 0 1 0 1114774179 2473984 274 4294967295 134512640 135169312 3218393232 3218389448 3085041390 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/7409/statm: 604 274 231 161 0 43 0
[pid=7412] ppid=7409 vsize=190436 CPUtime=621.57
/proc/7412/stat : 7412 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202496 39273 0 0 0 62013 144 0 0 25 0 4 0 1114774748 195006464 39136 4294967295 134512640 135305190 3212903248 3212900964 134840070 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/7412/statm: 47609 39136 79 194 0 47413 0
[pid=7412/tid=7413] ppid=7409 vsize=190436 CPUtime=155.21
/proc/7412/task/7413/stat : 7413 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 2300 0 0 0 15490 31 0 0 25 0 4 0 1114774836 195006464 39136 4294967295 134512640 135305190 3212903248 3054791872 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=7412/tid=7414] ppid=7409 vsize=190436 CPUtime=154.82
/proc/7412/task/7414/stat : 7414 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 4530 0 0 0 15441 41 0 0 25 0 4 0 1114774836 195006464 39136 4294967295 134512640 135305190 3212903248 3046403264 134528248 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=7412/tid=7415] ppid=7409 vsize=190436 CPUtime=155.26
/proc/7412/task/7415/stat : 7415 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 2697 0 0 0 15490 36 0 0 25 0 4 0 1114774836 195006464 39136 4294967295 134512640 135305190 3212903248 3038014656 134528559 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 627.27
Current children cumulated vsize (KiB) 192852

[startup+222.313 s]
/proc/loadavg: 4.40 4.32 4.23 6/101 7986
/proc/meminfo: memFree=2969768/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2416 CPUtime=5.7
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 368 42241 0 0 1 1 553 15 18 0 1 0 1114774179 2473984 274 4294967295 134512640 135169312 3218393232 3218389448 3085041390 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/7409/statm: 604 274 231 161 0 43 0
[pid=7412] ppid=7409 vsize=212488 CPUtime=860.85

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

/proc/7412/task/7415/stat : 7415 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 8258 0 0 0 51310 76 0 0 25 0 4 0 1114774836 294531072 62694 4294967295 134512640 135305190 3212903248 3038014656 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2063.63
Current children cumulated vsize (KiB) 290044

[startup+582.313 s]
/proc/loadavg: 4.35 4.36 4.27 5/101 9119
/proc/meminfo: memFree=2875636/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2416 CPUtime=5.7
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 368 42241 0 0 1 1 553 15 18 0 1 0 1114774179 2473984 274 4294967295 134512640 135169312 3218393232 3218389448 3085041390 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/7409/statm: 604 274 231 161 0 43 0
[pid=7412] ppid=7409 vsize=311256 CPUtime=2297.41
/proc/7412/stat : 7412 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202496 67981 0 0 0 229458 283 0 0 25 0 4 0 1114774748 318726144 67844 4294967295 134512640 135305190 3212903248 3212901424 134528341 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/7412/statm: 77814 67844 79 194 0 77618 0
[pid=7412/tid=7413] ppid=7409 vsize=311256 CPUtime=574.26
/proc/7412/task/7413/stat : 7413 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 9253 0 0 0 57362 64 0 0 25 0 4 0 1114774836 318726144 67844 4294967295 134512640 135305190 3212903248 3054791872 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=7412/tid=7414] ppid=7409 vsize=311256 CPUtime=573.68
/proc/7412/task/7414/stat : 7414 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 12855 0 0 0 57288 80 0 0 25 0 4 0 1114774836 318726144 67844 4294967295 134512640 135305190 3212903248 3046403264 134528256 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=7412/tid=7415] ppid=7409 vsize=311256 CPUtime=573.71
/proc/7412/task/7415/stat : 7415 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 9505 0 0 0 57293 78 0 0 25 0 4 0 1114774836 318726144 67844 4294967295 134512640 135305190 3212903248 3038014544 134539071 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2303.11
Current children cumulated vsize (KiB) 313672

[startup+642.308 s]
/proc/loadavg: 4.39 4.36 4.27 5/101 9306
/proc/meminfo: memFree=2869700/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2416 CPUtime=5.7
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 368 42241 0 0 1 1 553 15 18 0 1 0 1114774179 2473984 274 4294967295 134512640 135169312 3218393232 3218389448 3085041390 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/7409/statm: 604 274 231 161 0 43 0
[pid=7412] ppid=7409 vsize=316904 CPUtime=2536.65
/proc/7412/stat : 7412 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202496 69363 0 0 0 253371 294 0 0 25 0 4 0 1114774748 324509696 69226 4294967295 134512640 135305190 3212903248 3212901216 134547909 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/7412/statm: 79226 69226 79 194 0 79030 0
[pid=7412/tid=7413] ppid=7409 vsize=316904 CPUtime=634.23
/proc/7412/task/7413/stat : 7413 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 9434 0 0 0 63357 66 0 0 25 0 4 0 1114774836 324509696 69226 4294967295 134512640 135305190 3212903248 3054791872 134528242 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=7412/tid=7414] ppid=7409 vsize=316904 CPUtime=633.51
/proc/7412/task/7414/stat : 7414 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 13501 0 0 0 63266 85 0 0 25 0 4 0 1114774836 324509696 69226 4294967295 134512640 135305190 3212903248 3046403264 134528252 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=7412/tid=7415] ppid=7409 vsize=316904 CPUtime=633.44
/proc/7412/task/7415/stat : 7415 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 9553 0 0 0 63265 79 0 0 25 0 4 0 1114774836 324509696 69226 4294967295 134512640 135305190 3212903248 3038014656 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2542.35
Current children cumulated vsize (KiB) 319320

[startup+702.313 s]
/proc/loadavg: 4.30 4.35 4.27 5/101 9495
/proc/meminfo: memFree=2855688/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2416 CPUtime=5.7
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 368 42241 0 0 1 1 553 15 18 0 1 0 1114774179 2473984 274 4294967295 134512640 135169312 3218393232 3218389448 3085041390 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/7409/statm: 604 274 231 161 0 43 0
[pid=7412] ppid=7409 vsize=331388 CPUtime=2776.11
/proc/7412/stat : 7412 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202496 72981 0 0 0 277299 312 0 0 25 0 4 0 1114774748 339341312 72844 4294967295 134512640 135305190 3212903248 3212901424 134528551 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/7412/statm: 82847 72844 79 194 0 82651 0
[pid=7412/tid=7413] ppid=7409 vsize=331388 CPUtime=694.1
/proc/7412/task/7413/stat : 7413 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 10363 0 0 0 69341 69 0 0 25 0 4 0 1114774836 339341312 72844 4294967295 134512640 135305190 3212903248 3054791872 134528548 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=7412/tid=7414] ppid=7409 vsize=331388 CPUtime=693.43
/proc/7412/task/7414/stat : 7414 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 14531 0 0 0 69255 88 0 0 25 0 4 0 1114774836 339341312 72844 4294967295 134512640 135305190 3212903248 3046403264 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=7412/tid=7415] ppid=7409 vsize=331388 CPUtime=693.27
/proc/7412/task/7415/stat : 7415 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 10568 0 0 0 69240 87 0 0 25 0 4 0 1114774836 339341312 72844 4294967295 134512640 135305190 3212903248 3038014656 134528503 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2781.81
Current children cumulated vsize (KiB) 333804

[startup+762.308 s]
/proc/loadavg: 4.41 4.38 4.28 5/101 9682
/proc/meminfo: memFree=2834104/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2416 CPUtime=5.7
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 368 42241 0 0 1 1 553 15 18 0 1 0 1114774179 2473984 274 4294967295 134512640 135169312 3218393232 3218389448 3085041390 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/7409/statm: 604 274 231 161 0 43 0
[pid=7412] ppid=7409 vsize=352604 CPUtime=3015.51
/proc/7412/stat : 7412 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202496 78415 0 0 0 301221 330 0 0 25 0 4 0 1114774748 361066496 78278 4294967295 134512640 135305190 3212903248 3212901424 134528576 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/7412/statm: 88151 78278 79 194 0 87955 0
[pid=7412/tid=7413] ppid=7409 vsize=352604 CPUtime=754.04
/proc/7412/task/7413/stat : 7413 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 11562 0 0 0 75334 70 0 0 25 0 4 0 1114774836 361066496 78278 4294967295 134512640 135305190 3212903248 3054791872 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=7412/tid=7414] ppid=7409 vsize=352604 CPUtime=753.19
/proc/7412/task/7414/stat : 7414 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 15699 0 0 0 75225 94 0 0 25 0 4 0 1114774836 361066496 78278 4294967295 134512640 135305190 3212903248 3046403264 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=7412/tid=7415] ppid=7409 vsize=352604 CPUtime=753.14
/proc/7412/task/7415/stat : 7415 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 12093 0 0 0 75225 89 0 0 25 0 4 0 1114774836 361066496 78278 4294967295 134512640 135305190 3212903248 3038014656 134528471 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3021.21
Current children cumulated vsize (KiB) 355020

[startup+822.303 s]
/proc/loadavg: 4.48 4.41 4.30 5/101 9874
/proc/meminfo: memFree=2830020/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2416 CPUtime=5.7
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 368 42241 0 0 1 1 553 15 18 0 1 0 1114774179 2473984 274 4294967295 134512640 135169312 3218393232 3218389448 3085041390 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/7409/statm: 604 274 231 161 0 43 0
[pid=7412] ppid=7409 vsize=357992 CPUtime=3254.77
/proc/7412/stat : 7412 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202496 79657 0 0 0 325124 353 0 0 25 0 4 0 1114774748 366583808 79520 4294967295 134512640 135305190 3212903248 3212901368 134840070 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/7412/statm: 89498 79520 79 194 0 89302 0
[pid=7412/tid=7413] ppid=7409 vsize=357992 CPUtime=813.88
/proc/7412/task/7413/stat : 7413 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 12039 0 0 0 81310 78 0 0 25 0 4 0 1114774836 366583808 79520 4294967295 134512640 135305190 3212903248 3054791872 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=7412/tid=7414] ppid=7409 vsize=357992 CPUtime=812.8
/proc/7412/task/7414/stat : 7414 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 16155 0 0 0 81183 97 0 0 25 0 4 0 1114774836 366583808 79520 4294967295 134512640 135305190 3212903248 3046403264 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=7412/tid=7415] ppid=7409 vsize=357992 CPUtime=813.06
/proc/7412/task/7415/stat : 7415 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 12186 0 0 0 81212 94 0 0 25 0 4 0 1114774836 366583808 79520 4294967295 134512640 135305190 3212903248 3038014656 134528480 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3260.47
Current children cumulated vsize (KiB) 360408

[startup+882.308 s]
/proc/loadavg: 4.39 4.39 4.29 5/101 10062
/proc/meminfo: memFree=2819340/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2416 CPUtime=5.7
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 368 42241 0 0 1 1 553 15 18 0 1 0 1114774179 2473984 274 4294967295 134512640 135169312 3218393232 3218389448 3085041390 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/7409/statm: 604 274 231 161 0 43 0
[pid=7412] ppid=7409 vsize=368748 CPUtime=3494.15
/proc/7412/stat : 7412 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202496 82120 0 0 0 349045 370 0 0 25 0 4 0 1114774748 377597952 81983 4294967295 134512640 135305190 3212903248 3212901152 134556558 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/7412/statm: 92187 81983 79 194 0 91991 0
[pid=7412/tid=7413] ppid=7409 vsize=368748 CPUtime=873.72
/proc/7412/task/7413/stat : 7413 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 12686 0 0 0 87293 79 0 0 25 0 4 0 1114774836 377597952 81983 4294967295 134512640 135305190 3212903248 3054791872 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=7412/tid=7414] ppid=7409 vsize=368748 CPUtime=872.51
/proc/7412/task/7414/stat : 7414 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 16995 0 0 0 87146 105 0 0 25 0 4 0 1114774836 377597952 81983 4294967295 134512640 135305190 3212903248 3046403264 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=7412/tid=7415] ppid=7409 vsize=368748 CPUtime=873.03
/proc/7412/task/7415/stat : 7415 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 12721 0 0 0 87205 98 0 0 25 0 4 0 1114774836 377597952 81983 4294967295 134512640 135305190 3212903248 3038014656 134530631 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3499.85
Current children cumulated vsize (KiB) 371164

[startup+942.313 s]
/proc/loadavg: 4.49 4.42 4.31 5/101 10249
/proc/meminfo: memFree=2797284/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2416 CPUtime=5.7
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 368 42241 0 0 1 1 553 15 18 0 1 0 1114774179 2473984 274 4294967295 134512640 135169312 3218393232 3218389448 3085041390 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/7409/statm: 604 274 231 161 0 43 0
[pid=7412] ppid=7409 vsize=392004 CPUtime=3733.64
/proc/7412/stat : 7412 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202496 87578 0 0 0 372967 397 0 0 25 0 4 0 1114774748 401412096 87441 4294967295 134512640 135305190 3212903248 3212901424 134528503 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/7412/statm: 98001 87441 79 194 0 97805 0
[pid=7412/tid=7413] ppid=7409 vsize=392004 CPUtime=933.47
/proc/7412/task/7413/stat : 7413 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 14043 0 0 0 93260 87 0 0 25 0 4 0 1114774836 401412096 87441 4294967295 134512640 135305190 3212903248 3054791872 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=7412/tid=7414] ppid=7409 vsize=392004 CPUtime=932.38
/proc/7412/task/7414/stat : 7414 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 18259 0 0 0 93126 112 0 0 25 0 4 0 1114774836 401412096 87441 4294967295 134512640 135305190 3212903248 3046403264 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=7412/tid=7415] ppid=7409 vsize=392004 CPUtime=933.02
/proc/7412/task/7415/stat : 7415 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 14163 0 0 0 93194 108 0 0 25 0 4 0 1114774836 401412096 87441 4294967295 134512640 135305190 3212903248 3038014320 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3739.34
Current children cumulated vsize (KiB) 394420



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 4.47 4.43 4.32 6/101 10437
/proc/meminfo: memFree=2792820/3368532 swapFree=1953788/1959888
[pid=7409] ppid=7407 vsize=2416 CPUtime=5.7
/proc/7409/stat : 7409 (manysat.sh) S 7407 7409 27966 0 -1 4194304 368 42241 0 0 1 1 553 15 18 0 1 0 1114774179 2473984 274 4294967295 134512640 135169312 3218393232 3218389448 3085041390 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/7409/statm: 604 274 231 161 0 43 0
[pid=7412] ppid=7409 vsize=396716 CPUtime=3963.98
/proc/7412/stat : 7412 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202496 88679 0 0 0 395982 416 0 0 25 0 4 0 1114774748 406237184 88542 4294967295 134512640 135305190 3212903248 3212901424 134528520 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/7412/statm: 99179 88542 79 194 0 98983 0
[pid=7412/tid=7413] ppid=7409 vsize=396716 CPUtime=990.73
/proc/7412/task/7413/stat : 7413 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 14321 0 0 0 98979 94 0 0 25 0 4 0 1114774836 406237184 88542 4294967295 134512640 135305190 3212903248 3054791872 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=7412/tid=7414] ppid=7409 vsize=396716 CPUtime=990.08
/proc/7412/task/7414/stat : 7414 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 18512 0 0 0 98893 115 0 0 25 0 4 0 1114774836 406237184 88542 4294967295 134512640 135305190 3212903248 3046403152 134538165 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=7412/tid=7415] ppid=7409 vsize=396716 CPUtime=990.71
/proc/7412/task/7415/stat : 7415 (manysat1.1_stat) R 7409 7409 27966 0 -1 4202560 14263 0 0 0 98958 113 0 0 25 0 4 0 1114774836 406237184 88542 4294967295 134512640 135305190 3212903248 3038014656 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3969.68
Current children cumulated vsize (KiB) 399132

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 7409 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=540000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=170000
# CPU time returned by wait4() is 5.71
# while last known CPU time is 3969.68
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.06
CPU time (s): 3969.68
CPU user time (s): 3965.36
CPU system time (s): 4.32
CPU usage (%): 396.945
Max. virtual memory (cumulated for all children) (KiB): 399132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.54
system time used= 0.17
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42609
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= 240

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 10:58:20
IDJOB=1775746
IDBENCH=20381
IDSOLVER=620
FILE ID=/1775746-1243501100
PBS_JOBID=
Free space on /tmp= 6459 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-19-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775746-1243501100/watcher-1775746-1243501100 -o /tmp/evaluation-result-1775746-1243501100/solver-1775746-1243501100 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1775746-1243501100.cnf aimd 0

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

MD5SUM BENCH= 3be331331884289c55e55acdeed55dc7
RANDOM SEED= 1313650108

Linux (none) 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.061
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.41
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.061
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.12
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.061
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.061
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3160664 kB
Buffers:         32792 kB
Cached:          75188 kB
SwapCached:       2256 kB
Active:          76304 kB
Inactive:        41292 kB
HighTotal:     2489216 kB
HighFree:      2402760 kB
LowTotal:       879316 kB
LowFree:        757904 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:           19604 kB
Writeback:           0 kB
AnonPages:        8920 kB
Mapped:           3140 kB
Slab:            80696 kB
SReclaimable:    67124 kB
SUnreclaim:      13572 kB
PageTables:        492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88680 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6445 MiB
End job on  at 2009-05-28 11:15:03