Trace number 1775686

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) 3966.9 1000.03

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-10-13-u.cnf
MD5SUMec1a03bc95c5b06907199f7ae65ad092
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 variables234064
Number of clauses1059777
Sum of the clauses size2420962
Maximum clause length10
Minimum clause length1
Number of clauses of size 117678
Number of clauses of size 2854833
Number of clauses of size 3143326
Number of clauses of size 44880
Number of clauses of size 519520
Number of clauses of size over 519540

Solver Data

0.00/0.00	c Parsing...
0.79/0.81	c ==============================================================================
0.79/0.81	c |           |     ORIGINAL     |              LEARNT              |          |
0.79/0.81	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.79/0.81	c ==============================================================================
0.79/0.81	c |         0 | 1040931  2400826 |  312279       0        0     nan |  0.000 % |
5.69/5.76	c |         0 |  616982  1688498 |      --       0       --      -- |     --   | -196875/-198394
5.69/5.76	c ==============================================================================
5.69/5.76	c Result  :   #vars: 113377   #clauses: 616982   #literals: 1688498
5.69/5.76	c CPU time:   5.59 s
5.69/5.76	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-1775686-1243500378/watcher-1775686-1243500378 -o /tmp/evaluation-result-1775686-1243500378/solver-1775686-1243500378 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1775686-1243500378.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.92 4.32 4.12 3/110 5052
/proc/meminfo: memFree=1495524/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2416 CPUtime=0
/proc/5051/stat : 5051 (manysat.sh) R 5049 5051 29143 0 -1 4194304 335 0 0 0 0 0 0 0 23 0 1 0 1114700755 2473984 274 4294967295 134512640 135169312 3215015264 3215013740 3085055860 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/5051/statm: 604 274 231 161 0 43 0
[pid=5052] ppid=5051 vsize=2416 CPUtime=0
/proc/5052/stat : 5052 (manysat.sh) R 5051 5051 29143 0 -1 4194368 0 0 0 0 0 0 0 0 23 0 1 0 1114700755 2473984 43 4294967295 134512640 135169312 3215015264 3215013740 3085055860 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/5052/statm: 604 43 0 161 0 43 0

[startup+0.045456 s]
/proc/loadavg: 3.92 4.32 4.12 3/110 5052
/proc/meminfo: memFree=1495524/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2416 CPUtime=0
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 350 0 0 0 0 0 0 0 23 0 1 0 1114700755 2473984 274 4294967295 134512640 135169312 3215015264 3215013800 3085053678 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/5051/statm: 604 274 231 161 0 43 0
[pid=5052] ppid=5051 vsize=8500 CPUtime=0.03
/proc/5052/stat : 5052 (SatElite) R 5051 5051 29143 0 -1 4202496 1941 0 0 0 3 0 0 0 18 0 1 0 1114700755 8704000 1878 4294967295 134512640 135034092 3213095760 3213091720 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5052/statm: 2125 1878 49 128 0 1995 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10916

[startup+0.105443 s]
/proc/loadavg: 3.92 4.32 4.12 3/110 5052
/proc/meminfo: memFree=1495524/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2416 CPUtime=0
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 350 0 0 0 0 0 0 0 23 0 1 0 1114700755 2473984 274 4294967295 134512640 135169312 3215015264 3215013800 3085053678 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/5051/statm: 604 274 231 161 0 43 0
[pid=5052] ppid=5051 vsize=24532 CPUtime=0.09
/proc/5052/stat : 5052 (SatElite) R 5051 5051 29143 0 -1 4202496 5907 0 0 0 9 0 0 0 18 0 1 0 1114700755 25120768 5844 4294967295 134512640 135034092 3213095760 3213091720 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5052/statm: 6133 5845 49 128 0 6003 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26948

[startup+0.305432 s]
/proc/loadavg: 3.92 4.32 4.12 3/110 5052
/proc/meminfo: memFree=1495524/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2416 CPUtime=0
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 350 0 0 0 0 0 0 0 23 0 1 0 1114700755 2473984 274 4294967295 134512640 135169312 3215015264 3215013800 3085053678 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/5051/statm: 604 274 231 161 0 43 0
[pid=5052] ppid=5051 vsize=56592 CPUtime=0.29
/proc/5052/stat : 5052 (SatElite) R 5051 5051 29143 0 -1 4202496 12832 0 0 0 27 2 0 0 18 0 1 0 1114700755 57950208 12769 4294967295 134512640 135034092 3213095760 3213092104 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/5052/statm: 14148 12769 49 128 0 14018 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59008

[startup+0.705411 s]
/proc/loadavg: 3.92 4.32 4.12 3/110 5052
/proc/meminfo: memFree=1495524/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2416 CPUtime=0
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 350 0 0 0 0 0 0 0 23 0 1 0 1114700755 2473984 274 4294967295 134512640 135169312 3215015264 3215013800 3085053678 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/5051/statm: 604 274 231 161 0 43 0
[pid=5052] ppid=5051 vsize=95796 CPUtime=0.69
/proc/5052/stat : 5052 (SatElite) R 5051 5051 29143 0 -1 4202496 23243 0 0 0 63 6 0 0 18 0 1 0 1114700755 98095104 23180 4294967295 134512640 135034092 3213095760 3213093000 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5052/statm: 23949 23182 50 128 0 23819 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 98212

[startup+1.50537 s]
/proc/loadavg: 3.69 4.26 4.11 2/111 5053
/proc/meminfo: memFree=1387188/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2416 CPUtime=0
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 350 0 0 0 0 0 0 0 23 0 1 0 1114700755 2473984 274 4294967295 134512640 135169312 3215015264 3215013800 3085053678 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/5051/statm: 604 274 231 161 0 43 0
[pid=5052] ppid=5051 vsize=115396 CPUtime=1.49
/proc/5052/stat : 5052 (SatElite) R 5051 5051 29143 0 -1 4202496 29793 0 0 0 139 10 0 0 20 0 1 0 1114700755 118165504 27093 4294967295 134512640 135034092 3213095760 3213091628 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5052/statm: 28849 27093 67 128 0 28719 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 117812

[startup+3.10529 s]
/proc/loadavg: 3.69 4.26 4.11 2/111 5053
/proc/meminfo: memFree=1379596/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2416 CPUtime=0
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 350 0 0 0 0 0 0 0 23 0 1 0 1114700755 2473984 274 4294967295 134512640 135169312 3215015264 3215013800 3085053678 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/5051/statm: 604 274 231 161 0 43 0
[pid=5052] ppid=5051 vsize=133052 CPUtime=3.09
/proc/5052/stat : 5052 (SatElite) R 5051 5051 29143 0 -1 4202496 33311 0 0 0 298 11 0 0 25 0 1 0 1114700755 136245248 30144 4294967295 134512640 135034092 3213095760 3213092304 134585645 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5052/statm: 33263 30144 67 128 0 33133 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 135468

[startup+6.30512 s]
/proc/loadavg: 3.69 4.26 4.11 2/111 5053
/proc/meminfo: memFree=1374424/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2416 CPUtime=0
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 350 0 0 0 0 0 0 0 23 0 1 0 1114700755 2473984 274 4294967295 134512640 135169312 3215015264 3215013800 3085053678 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/5051/statm: 604 274 231 161 0 43 0
[pid=5052] ppid=5051 vsize=125548 CPUtime=6.29
/proc/5052/stat : 5052 (SatElite) R 5051 5051 29143 0 -1 4202496 45043 0 0 0 610 19 0 0 25 0 1 0 1114700755 128561152 28862 4294967295 134512640 135034092 3213095760 3213090644 134691101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/5052/statm: 31387 28862 67 128 0 31257 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 127964

[startup+12.7148 s]
/proc/loadavg: 3.83 4.27 4.11 8/114 5058
/proc/meminfo: memFree=1300920/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2420 CPUtime=6.48
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 371 45047 0 0 0 0 628 20 18 0 1 0 1114700755 2478080 275 4294967295 134512640 135169312 3215015264 3215011480 3085053678 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5051/statm: 605 275 231 161 0 44 0
[pid=5054] ppid=5051 vsize=212928 CPUtime=20.78
/proc/5054/stat : 5054 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202496 44454 0 0 0 2036 42 0 0 16 0 4 0 1114701406 218038272 44279 4294967295 134512640 135305190 3217391504 3217389624 134840070 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/5054/statm: 53232 44279 79 194 0 53036 0
[pid=5054/tid=5055] ppid=5051 vsize=212928 CPUtime=4.95
/proc/5054/task/5055/stat : 5055 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 924 0 0 0 486 9 0 0 16 0 4 0 1114701530 218038272 44279 4294967295 134512640 135305190 3217391504 3030314176 134528837 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5054/tid=5056] ppid=5051 vsize=212928 CPUtime=4.81
/proc/5054/task/5056/stat : 5056 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 1076 0 0 0 472 9 0 0 16 0 4 0 1114701530 218038272 44279 4294967295 134512640 135305190 3217391504 3021925316 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5054/tid=5057] ppid=5051 vsize=212928 CPUtime=4.92
/proc/5054/task/5057/stat : 5057 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 1184 0 0 0 486 6 0 0 16 0 4 0 1114701530 218038272 44279 4294967295 134512640 135305190 3217391504 3013536960 134528539 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 27.26
Current children cumulated vsize (KiB) 215348

[startup+25.5141 s]
/proc/loadavg: 4.01 4.29 4.12 5/114 5059
/proc/meminfo: memFree=1279664/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2420 CPUtime=6.48
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 371 45047 0 0 0 0 628 20 18 0 1 0 1114700755 2478080 275 4294967295 134512640 135169312 3215015264 3215011480 3085053678 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5051/statm: 605 275 231 161 0 44 0
[pid=5054] ppid=5051 vsize=233200 CPUtime=71.95
/proc/5054/stat : 5054 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202496 49564 0 0 0 7145 50 0 0 25 0 4 0 1114701406 238796800 49389 4294967295 134512640 135305190 3217391504 3217389680 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/5054/statm: 58300 49389 79 194 0 58104 0
[pid=5054/tid=5055] ppid=5051 vsize=233200 CPUtime=17.75
/proc/5054/task/5055/stat : 5055 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 1982 0 0 0 1762 13 0 0 25 0 4 0 1114701530 238796800 49389 4294967295 134512640 135305190 3217391504 3030314176 134530561 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5054/tid=5056] ppid=5051 vsize=233200 CPUtime=17.58
/proc/5054/task/5056/stat : 5056 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 2484 0 0 0 1746 12 0 0 25 0 4 0 1114701530 238796800 49389 4294967295 134512640 135305190 3217391504 3021925512 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5054/tid=5057] ppid=5051 vsize=233200 CPUtime=17.72
/proc/5054/task/5057/stat : 5057 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 2249 0 0 0 1766 6 0 0 25 0 4 0 1114701530 238796800 49389 4294967295 134512640 135305190 3217391504 3013536960 134528802 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 78.43
Current children cumulated vsize (KiB) 235620

[startup+51.1128 s]
/proc/loadavg: 4.08 4.29 4.12 5/114 5243
/proc/meminfo: memFree=1232676/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2420 CPUtime=6.48
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 371 45047 0 0 0 0 628 20 18 0 1 0 1114700755 2478080 275 4294967295 134512640 135169312 3215015264 3215011480 3085053678 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5051/statm: 605 275 231 161 0 44 0
[pid=5054] ppid=5051 vsize=280808 CPUtime=173.88
/proc/5054/stat : 5054 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202496 61511 0 0 0 17323 65 0 0 25 0 4 0 1114701406 287547392 61336 4294967295 134512640 135305190 3217391504 3217389360 134843311 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/5054/statm: 70202 61336 79 194 0 70006 0
[pid=5054/tid=5055] ppid=5051 vsize=280808 CPUtime=43.29
/proc/5054/task/5055/stat : 5055 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 4676 0 0 0 4311 18 0 0 25 0 4 0 1114701530 287547392 61336 4294967295 134512640 135305190 3217391504 3030314144 134570397 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5054/tid=5056] ppid=5051 vsize=280808 CPUtime=43.02
/proc/5054/task/5056/stat : 5056 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 6333 0 0 0 4288 14 0 0 25 0 4 0 1114701530 287547392 61336 4294967295 134512640 135305190 3217391504 3021925568 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5054/tid=5057] ppid=5051 vsize=280808 CPUtime=43.14
/proc/5054/task/5057/stat : 5057 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 4234 0 0 0 4304 10 0 0 25 0 4 0 1114701530 287547392 61336 4294967295 134512640 135305190 3217391504 3013536960 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 180.36
Current children cumulated vsize (KiB) 283228

[startup+102.32 s]
/proc/loadavg: 4.36 4.32 4.14 6/115 5426
/proc/meminfo: memFree=1118560/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2420 CPUtime=6.48
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 371 45047 0 0 0 0 628 20 18 0 1 0 1114700755 2478080 275 4294967295 134512640 135169312 3215015264 3215011480 3085053678 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5051/statm: 605 275 231 161 0 44 0
[pid=5054] ppid=5051 vsize=394256 CPUtime=378.4
/proc/5054/stat : 5054 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202496 89614 0 0 0 37736 104 0 0 25 0 4 0 1114701406 403718144 89439 4294967295 134512640 135305190 3217391504 3217389680 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/5054/statm: 98564 89439 79 194 0 98368 0
[pid=5054/tid=5055] ppid=5051 vsize=394256 CPUtime=94.5
/proc/5054/task/5055/stat : 5055 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 11322 0 0 0 9418 32 0 0 25 0 4 0 1114701530 403718144 89439 4294967295 134512640 135305190 3217391504 3030313840 134551636 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5054/tid=5056] ppid=5051 vsize=394256 CPUtime=94.11
/proc/5054/task/5056/stat : 5056 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 13357 0 0 0 9389 22 0 0 25 0 4 0 1114701530 403718144 89439 4294967295 134512640 135305190 3217391504 3021925568 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5054/tid=5057] ppid=5051 vsize=394256 CPUtime=94.22
/proc/5054/task/5057/stat : 5057 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 10100 0 0 0 9405 17 0 0 25 0 4 0 1114701530 403718144 89439 4294967295 134512640 135305190 3217391504 3013536664 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 384.88
Current children cumulated vsize (KiB) 396676

[startup+162.307 s]
/proc/loadavg: 4.58 4.38 4.17 6/114 5619
/proc/meminfo: memFree=1032456/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2420 CPUtime=6.48
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 371 45047 0 0 0 0 628 20 18 0 1 0 1114700755 2478080 275 4294967295 134512640 135169312 3215015264 3215011480 3085053678 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5051/statm: 605 275 231 161 0 44 0
[pid=5054] ppid=5051 vsize=480060 CPUtime=617.85
/proc/5054/stat : 5054 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202496 111284 0 0 0 61653 132 0 0 25 0 4 0 1114701406 491581440 111109 4294967295 134512640 135305190 3217391504 3217389360 134843311 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/5054/statm: 120015 111110 79 194 0 119819 0
[pid=5054/tid=5055] ppid=5051 vsize=480060 CPUtime=154.45
/proc/5054/task/5055/stat : 5055 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 16135 0 0 0 15405 40 0 0 25 0 4 0 1114701530 491581440 111111 4294967295 134512640 135305190 3217391504 3030314176 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5051 vsize=480060 CPUtime=153.97
/proc/5054/task/5056/stat : 5056 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 19986 0 0 0 15369 28 0 0 25 0 4 0 1114701530 491581440 111111 4294967295 134512640 135305190 3217391504 3021925568 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=5054/tid=5057] ppid=5051 vsize=480060 CPUtime=154.08
/proc/5054/task/5057/stat : 5057 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 14712 0 0 0 15382 26 0 0 25 0 4 0 1114701530 491581440 111111 4294967295 134512640 135305190 3217391504 3013536500 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 624.33
Current children cumulated vsize (KiB) 482480

[startup+222.314 s]
/proc/loadavg: 4.72 4.46 4.21 5/114 5806
/proc/meminfo: memFree=903984/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2420 CPUtime=6.48

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

/proc/5054/task/5057/stat : 5057 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 42551 0 0 0 51276 69 0 0 25 0 4 0 1114701530 983179264 231072 4294967295 134512640 135305190 3217391504 3013536624 134551945 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2061.07
Current children cumulated vsize (KiB) 962556

[startup+582.305 s]
/proc/loadavg: 4.93 4.71 4.39 5/114 6939
/proc/meminfo: memFree=546216/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2420 CPUtime=6.48
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 371 45047 0 0 0 0 628 20 18 0 1 0 1114700755 2478080 275 4294967295 134512640 135169312 3215015264 3215011480 3085053678 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5051/statm: 605 275 231 161 0 44 0
[pid=5054] ppid=5051 vsize=964500 CPUtime=2294.14
/proc/5054/stat : 5054 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202496 232251 0 0 0 229092 322 0 0 25 0 4 0 1114701406 987648000 232076 4294967295 134512640 135305190 3217391504 3217389680 134528512 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/5054/statm: 241125 232076 79 194 0 240929 0
[pid=5054/tid=5055] ppid=5051 vsize=964500 CPUtime=573.47
/proc/5054/task/5055/stat : 5055 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 41156 0 0 0 57277 70 0 0 25 0 4 0 1114701530 987648000 232076 4294967295 134512640 135305190 3217391504 3030314176 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5054/tid=5056] ppid=5051 vsize=964500 CPUtime=573.6
/proc/5054/task/5056/stat : 5056 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 54076 0 0 0 57286 74 0 0 25 0 4 0 1114701530 987648000 232076 4294967295 134512640 135305190 3217391504 3021925568 134528503 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5054/tid=5057] ppid=5051 vsize=964500 CPUtime=573.42
/proc/5054/task/5057/stat : 5057 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 42750 0 0 0 57273 69 0 0 25 0 4 0 1114701530 987648000 232076 4294967295 134512640 135305190 3217391504 3013537028 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2300.62
Current children cumulated vsize (KiB) 966920

[startup+642.302 s]
/proc/loadavg: 4.72 4.69 4.40 5/114 7127
/proc/meminfo: memFree=535916/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2420 CPUtime=6.48
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 371 45047 0 0 0 0 628 20 18 0 1 0 1114700755 2478080 275 4294967295 134512640 135169312 3215015264 3215011480 3085053678 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5051/statm: 605 275 231 161 0 44 0
[pid=5054] ppid=5051 vsize=972956 CPUtime=2533.14
/proc/5054/stat : 5054 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202496 234449 0 0 0 252979 335 0 0 25 0 4 0 1114701406 996306944 234274 4294967295 134512640 135305190 3217391504 3217389344 134551628 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/5054/statm: 243239 234274 79 194 0 243043 0
[pid=5054/tid=5055] ppid=5051 vsize=972956 CPUtime=633.3
/proc/5054/task/5055/stat : 5055 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 41719 0 0 0 63257 73 0 0 25 0 4 0 1114701530 996306944 234274 4294967295 134512640 135305190 3217391504 3030314176 134530561 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5054/tid=5056] ppid=5051 vsize=972956 CPUtime=633.56
/proc/5054/task/5056/stat : 5056 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 54629 0 0 0 63281 75 0 0 25 0 4 0 1114701530 996306944 234274 4294967295 134512640 135305190 3217391504 3021925248 134552678 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5054/tid=5057] ppid=5051 vsize=972956 CPUtime=633.07
/proc/5054/task/5057/stat : 5057 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 43383 0 0 0 63234 73 0 0 25 0 4 0 1114701530 996306944 234274 4294967295 134512640 135305190 3217391504 3013536624 134551712 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2539.62
Current children cumulated vsize (KiB) 975376

[startup+702.319 s]
/proc/loadavg: 4.40 4.59 4.38 5/114 7319
/proc/meminfo: memFree=456476/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2420 CPUtime=6.48
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 371 45047 0 0 0 0 628 20 18 0 1 0 1114700755 2478080 275 4294967295 134512640 135169312 3215015264 3215011480 3085053678 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5051/statm: 605 275 231 161 0 44 0
[pid=5054] ppid=5051 vsize=1055336 CPUtime=2772.65
/proc/5054/stat : 5054 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202496 255064 0 0 0 276899 366 0 0 25 0 4 0 1114701406 1080664064 254889 4294967295 134512640 135305190 3217391504 3217389344 134551729 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/5054/statm: 263834 254889 79 194 0 263638 0
[pid=5054/tid=5055] ppid=5051 vsize=1055336 CPUtime=693.02
/proc/5054/task/5055/stat : 5055 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 45819 0 0 0 69223 79 0 0 25 0 4 0 1114701530 1080664064 254889 4294967295 134512640 135305190 3217391504 3030313920 134541947 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=5054/tid=5056] ppid=5051 vsize=1055336 CPUtime=693.5
/proc/5054/task/5056/stat : 5056 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 61347 0 0 0 69266 84 0 0 25 0 4 0 1114701530 1080664064 254889 4294967295 134512640 135305190 3217391504 3021925568 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5054/tid=5057] ppid=5051 vsize=1055336 CPUtime=693
/proc/5054/task/5057/stat : 5057 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 48168 0 0 0 69220 80 0 0 25 0 4 0 1114701530 1080664064 254889 4294967295 134512640 135305190 3217391504 3013536624 134551681 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2779.13
Current children cumulated vsize (KiB) 1057756

[startup+762.316 s]
/proc/loadavg: 4.40 4.55 4.37 5/114 7507
/proc/meminfo: memFree=381792/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2420 CPUtime=6.48
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 371 45047 0 0 0 0 628 20 18 0 1 0 1114700755 2478080 275 4294967295 134512640 135169312 3215015264 3215011480 3085053678 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5051/statm: 605 275 231 161 0 44 0
[pid=5054] ppid=5051 vsize=1128840 CPUtime=3012.01
/proc/5054/stat : 5054 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202496 273481 0 0 0 300814 387 0 0 25 0 4 0 1114701406 1155932160 273306 4294967295 134512640 135305190 3217391504 3217389680 134528480 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/5054/statm: 282210 273306 79 194 0 282014 0
[pid=5054/tid=5055] ppid=5051 vsize=1128840 CPUtime=752.84
/proc/5054/task/5055/stat : 5055 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 49196 0 0 0 75202 82 0 0 25 0 4 0 1114701530 1155932160 273306 4294967295 134512640 135305190 3217391504 3030314064 134529138 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5054/tid=5056] ppid=5051 vsize=1128840 CPUtime=753.49
/proc/5054/task/5056/stat : 5056 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 68517 0 0 0 75256 93 0 0 25 0 4 0 1114701530 1155932160 273306 4294967295 134512640 135305190 3217391504 3021925248 134555106 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5054/tid=5057] ppid=5051 vsize=1128840 CPUtime=752.76
/proc/5054/task/5057/stat : 5057 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 51716 0 0 0 75190 86 0 0 25 0 4 0 1114701530 1155932160 273306 4294967295 134512640 135305190 3217391504 3013536624 134551757 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3018.49
Current children cumulated vsize (KiB) 1131260

[startup+822.313 s]
/proc/loadavg: 4.37 4.51 4.37 5/114 7694
/proc/meminfo: memFree=253924/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2420 CPUtime=6.48
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 371 45047 0 0 0 0 628 20 18 0 1 0 1114700755 2478080 275 4294967295 134512640 135169312 3215015264 3215011480 3085053678 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5051/statm: 605 275 231 161 0 44 0
[pid=5054] ppid=5051 vsize=1260080 CPUtime=3251.57
/proc/5054/stat : 5054 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202496 306072 0 0 0 324725 432 0 0 25 0 4 0 1114701406 1290321920 305897 4294967295 134512640 135305190 3217391504 3217389680 134528392 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/5054/statm: 315020 305897 79 194 0 314824 0
[pid=5054/tid=5055] ppid=5051 vsize=1260080 CPUtime=812.79
/proc/5054/task/5055/stat : 5055 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 55465 0 0 0 81192 87 0 0 25 0 4 0 1114701530 1290321920 305897 4294967295 134512640 135305190 3217391504 3030314120 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5054/tid=5056] ppid=5051 vsize=1260080 CPUtime=813.45
/proc/5054/task/5056/stat : 5056 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 79594 0 0 0 81238 107 0 0 25 0 4 0 1114701530 1290321920 305897 4294967295 134512640 135305190 3217391504 3021925568 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5054/tid=5057] ppid=5051 vsize=1260080 CPUtime=812.51
/proc/5054/task/5057/stat : 5057 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 58672 0 0 0 81155 96 0 0 25 0 4 0 1114701530 1290321920 305897 4294967295 134512640 135305190 3217391504 3013536624 134551697 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3258.05
Current children cumulated vsize (KiB) 1262500

[startup+882.309 s]
/proc/loadavg: 4.22 4.44 4.35 5/114 7882
/proc/meminfo: memFree=124136/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2420 CPUtime=6.48
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 371 45047 0 0 0 0 628 20 18 0 1 0 1114700755 2478080 275 4294967295 134512640 135169312 3215015264 3215011480 3085053678 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5051/statm: 605 275 231 161 0 44 0
[pid=5054] ppid=5051 vsize=1388588 CPUtime=3491.11
/proc/5054/stat : 5054 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202496 338106 0 0 0 348645 466 0 0 25 0 4 0 1114701406 1421914112 337931 4294967295 134512640 135305190 3217391504 3217389680 134528551 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/5054/statm: 347147 337931 79 194 0 346951 0
[pid=5054/tid=5055] ppid=5051 vsize=1388588 CPUtime=872.67
/proc/5054/task/5055/stat : 5055 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 62022 0 0 0 87171 96 0 0 25 0 4 0 1114701530 1421914112 337931 4294967295 134512640 135305190 3217391504 3030314176 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5054/tid=5056] ppid=5051 vsize=1388588 CPUtime=873.35
/proc/5054/task/5056/stat : 5056 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 89015 0 0 0 87222 113 0 0 25 0 4 0 1114701530 1421914112 337931 4294967295 134512640 135305190 3217391504 3021925184 134551799 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5054/tid=5057] ppid=5051 vsize=1388588 CPUtime=872.4
/proc/5054/task/5057/stat : 5057 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 65826 0 0 0 87130 110 0 0 25 0 4 0 1114701530 1421914112 337931 4294967295 134512640 135305190 3217391504 3013536960 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3497.59
Current children cumulated vsize (KiB) 1391008

[startup+942.306 s]
/proc/loadavg: 4.49 4.47 4.37 5/114 8070
/proc/meminfo: memFree=125160/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2420 CPUtime=6.48
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 371 45047 0 0 0 0 628 20 18 0 1 0 1114700755 2478080 275 4294967295 134512640 135169312 3215015264 3215011480 3085053678 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5051/statm: 605 275 231 161 0 44 0
[pid=5054] ppid=5051 vsize=1402020 CPUtime=3730.5
/proc/5054/stat : 5054 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202496 341457 0 0 0 372566 484 0 0 25 0 4 0 1114701406 1435668480 341282 4294967295 134512640 135305190 3217391504 3217389680 134528252 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/5054/statm: 350505 341282 79 194 0 350309 0
[pid=5054/tid=5055] ppid=5051 vsize=1402020 CPUtime=932.66
/proc/5054/task/5055/stat : 5055 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 62461 0 0 0 93168 98 0 0 25 0 4 0 1114701530 1435668480 341282 4294967295 134512640 135305190 3217391504 3030314176 134528406 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5054/tid=5056] ppid=5051 vsize=1402020 CPUtime=933.26
/proc/5054/task/5056/stat : 5056 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 90211 0 0 0 93206 120 0 0 25 0 4 0 1114701530 1435668480 341282 4294967295 134512640 135305190 3217391504 3021925568 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5054/tid=5057] ppid=5051 vsize=1402020 CPUtime=932.11
/proc/5054/task/5057/stat : 5057 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 66726 0 0 0 93097 114 0 0 25 0 4 0 1114701530 1435668480 341282 4294967295 134512640 135305190 3217391504 3013536960 134530561 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3736.98
Current children cumulated vsize (KiB) 1404440



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000 s]
/proc/loadavg: 4.50 4.46 4.37 5/114 8258
/proc/meminfo: memFree=125776/3368532 swapFree=1959840/1959888
[pid=5051] ppid=5049 vsize=2420 CPUtime=6.48
/proc/5051/stat : 5051 (manysat.sh) S 5049 5051 29143 0 -1 4194304 371 45047 0 0 0 0 628 20 18 0 1 0 1114700755 2478080 275 4294967295 134512640 135169312 3215015264 3215011480 3085053678 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/5051/statm: 605 275 231 161 0 44 0
[pid=5054] ppid=5051 vsize=1415332 CPUtime=3960.42
/proc/5054/stat : 5054 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202496 344756 0 0 0 395541 501 0 0 25 0 4 0 1114701406 1449299968 344581 4294967295 134512640 135305190 3217391504 3217389680 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/5054/statm: 353833 344581 79 194 0 353637 0
[pid=5054/tid=5055] ppid=5051 vsize=1415332 CPUtime=990.29
/proc/5054/task/5055/stat : 5055 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 63049 0 0 0 98927 102 0 0 25 0 4 0 1114701530 1449299968 344581 4294967295 134512640 135305190 3217391504 3030314176 134528939 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=5054/tid=5056] ppid=5051 vsize=1415332 CPUtime=990.7
/proc/5054/task/5056/stat : 5056 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 90775 0 0 0 98946 124 0 0 25 0 4 0 1114701530 1449299968 344581 4294967295 134512640 135305190 3217391504 3021925184 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=5054/tid=5057] ppid=5051 vsize=1415332 CPUtime=989.53
/proc/5054/task/5057/stat : 5057 (manysat1.1_stat) R 5051 5051 29143 0 -1 4202560 68047 0 0 0 98834 119 0 0 25 0 4 0 1114701530 1449299968 344581 4294967295 134512640 135305190 3217391504 3013536960 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3966.9
Current children cumulated vsize (KiB) 1417752

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 5051 and gives
#  childrusage.ru_utime.tv_sec=6
#  childrusage.ru_utime.tv_usec=280000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=200000
# CPU time returned by wait4() is 6.48
# while last known CPU time is 3966.9
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.03
CPU time (s): 3966.9
CPU user time (s): 3961.69
CPU system time (s): 5.21
CPU usage (%): 396.677
Max. virtual memory (cumulated for all children) (KiB): 1417752

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

runsolver used 0.01 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 10:46:18
IDJOB=1775686
IDBENCH=20373
IDSOLVER=620
FILE ID=/1775686-1243500378
PBS_JOBID=
Free space on /tmp= 7969 MiB

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

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

MD5SUM BENCH= ec1a03bc95c5b06907199f7ae65ad092
RANDOM SEED= 1736003265

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.073
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.073
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.073
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.073
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:       1495524 kB
Buffers:         32144 kB
Cached:        1680660 kB
SwapCached:          0 kB
Active:         447200 kB
Inactive:      1285036 kB
HighTotal:     2489216 kB
HighFree:      1051856 kB
LowTotal:       879316 kB
LowFree:        443668 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           20812 kB
Writeback:           0 kB
AnonPages:       19256 kB
Mapped:           7700 kB
Slab:           131468 kB
SReclaimable:   117896 kB
SUnreclaim:      13572 kB
PageTables:        684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   111072 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

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