Trace number 1775767

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 2/2009-03-20 (4 threads)? (TO) 3053.76 1000.04

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-5-17-u.cnf
MD5SUM9f79c3f75a90db314ed315006ba97d6f
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 variables265064
Number of clauses1236517
Sum of the clauses size2853702
Maximum clause length10
Minimum clause length1
Number of clauses of size 122116
Number of clauses of size 2960717
Number of clauses of size 3203984
Number of clauses of size 45520
Number of clauses of size 522080
Number of clauses of size over 522100

Solver Data

0.00/0.00	c Parsing...
0.89/0.99	c ==============================================================================
0.89/0.99	c |           |     ORIGINAL     |              LEARNT              |          |
0.89/0.99	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.89/0.99	c ==============================================================================
0.89/0.99	c |         0 | 1214401  2831586 |  364320       0        0     nan |  0.000 % |
6.86/7.47	c |         0 |  540614  1448055 |      --       0       --      -- |     --   | -422902/-817661
6.86/7.47	c ==============================================================================
6.86/7.47	c Result  :   #vars: 89502   #clauses: 540614   #literals: 1448055
6.86/7.47	c CPU time:   6.7 s
6.86/7.47	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-1775767-1243501637/watcher-1775767-1243501637 -o /tmp/evaluation-result-1775767-1243501637/solver-1775767-1243501637 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1775767-1243501637.cnf aimd 2 

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: 5.20 5.11 4.63 4/125 2522
/proc/meminfo: memFree=1950632/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2416 CPUtime=0
/proc/2521/stat : 2521 (manysat.sh) R 2519 2521 21334 0 -1 4194304 333 0 0 0 0 0 0 0 20 0 1 0 1114827861 2473984 273 4294967295 134512640 135169312 3215633904 3215632380 3085481844 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/2521/statm: 604 273 231 161 0 43 0
[pid=2522] ppid=2521 vsize=2416 CPUtime=0
/proc/2522/stat : 2522 (manysat.sh) R 2521 2521 21334 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 1 0 1114827861 2473984 42 4294967295 134512640 135169312 3215633904 3215632380 3085481844 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/2522/statm: 604 42 0 161 0 43 0

[startup+0.074471 s]
/proc/loadavg: 5.20 5.11 4.63 4/125 2522
/proc/meminfo: memFree=1950632/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2416 CPUtime=0
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1114827861 2473984 273 4294967295 134512640 135169312 3215633904 3215632440 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 604 273 231 161 0 43 0
[pid=2522] ppid=2521 vsize=13972 CPUtime=0.07
/proc/2522/stat : 2522 (SatElite) R 2521 2521 21334 0 -1 4202496 3365 0 0 0 5 2 0 0 18 0 1 0 1114827861 14307328 3302 4294967295 134512640 135034092 3214367872 3214363864 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2522/statm: 3493 3303 49 128 0 3363 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16388

[startup+0.104469 s]
/proc/loadavg: 5.20 5.11 4.63 4/125 2522
/proc/meminfo: memFree=1950632/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2416 CPUtime=0
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1114827861 2473984 273 4294967295 134512640 135169312 3215633904 3215632440 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 604 273 231 161 0 43 0
[pid=2522] ppid=2521 vsize=23620 CPUtime=0.09
/proc/2522/stat : 2522 (SatElite) R 2521 2521 21334 0 -1 4202496 5249 0 0 0 6 3 0 0 18 0 1 0 1114827861 24186880 5186 4294967295 134512640 135034092 3214367872 3214364160 134544849 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2522/statm: 5905 5186 49 128 0 5775 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26036

[startup+0.304447 s]
/proc/loadavg: 5.20 5.11 4.63 4/125 2522
/proc/meminfo: memFree=1950632/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2416 CPUtime=0
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1114827861 2473984 273 4294967295 134512640 135169312 3215633904 3215632440 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 604 273 231 161 0 43 0
[pid=2522] ppid=2521 vsize=56208 CPUtime=0.29
/proc/2522/stat : 2522 (SatElite) R 2521 2521 21334 0 -1 4202496 13337 0 0 0 23 6 0 0 18 0 1 0 1114827861 57556992 13274 4294967295 134512640 135034092 3214367872 3214363864 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2522/statm: 14052 13274 49 128 0 13922 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58624

[startup+0.704412 s]
/proc/loadavg: 5.20 5.11 4.63 4/125 2522
/proc/meminfo: memFree=1950632/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2416 CPUtime=0
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1114827861 2473984 273 4294967295 134512640 135169312 3215633904 3215632440 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 604 273 231 161 0 43 0
[pid=2522] ppid=2521 vsize=116288 CPUtime=0.69
/proc/2522/stat : 2522 (SatElite) R 2521 2521 21334 0 -1 4202496 22088 0 0 0 59 10 0 0 18 0 1 0 1114827861 119078912 22025 4294967295 134512640 135034092 3214367872 3214364216 134691005 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2522/statm: 29072 22025 50 128 0 28942 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 118704

[startup+1.50435 s]
/proc/loadavg: 5.20 5.11 4.63 3/126 2523
/proc/meminfo: memFree=1841548/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2416 CPUtime=0
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1114827861 2473984 273 4294967295 134512640 135169312 3215633904 3215632440 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 604 273 231 161 0 43 0
[pid=2522] ppid=2521 vsize=154688 CPUtime=1.49
/proc/2522/stat : 2522 (SatElite) R 2521 2521 21334 0 -1 4202496 33358 0 0 0 136 13 0 0 20 0 1 0 1114827861 158400512 30302 4294967295 134512640 135034092 3214367872 3214363868 134691101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/2522/statm: 38672 30302 67 128 0 38542 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 157104

[startup+3.10403 s]
/proc/loadavg: 5.20 5.11 4.63 6/126 2523
/proc/meminfo: memFree=1837208/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2416 CPUtime=0
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1114827861 2473984 273 4294967295 134512640 135169312 3215633904 3215632440 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 604 273 231 161 0 43 0
[pid=2522] ppid=2521 vsize=167940 CPUtime=2.81
/proc/2522/stat : 2522 (SatElite) R 2521 2521 21334 0 -1 4202496 35928 0 0 0 264 17 0 0 24 0 1 0 1114827861 171970560 32635 4294967295 134512640 135034092 3214367872 3214364112 134566708 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2522/statm: 41985 32635 67 128 0 41855 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 170356

[startup+6.30375 s]
/proc/loadavg: 4.94 5.06 4.62 3/126 2523
/proc/meminfo: memFree=1686852/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2416 CPUtime=0
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1114827861 2473984 273 4294967295 134512640 135169312 3215633904 3215632440 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 604 273 231 161 0 43 0
[pid=2522] ppid=2521 vsize=181772 CPUtime=5.88
/proc/2522/stat : 2522 (SatElite) R 2521 2521 21334 0 -1 4202496 42720 0 0 0 565 23 0 0 25 0 1 0 1114827861 186134528 35411 4294967295 134512640 135034092 3214367872 3214364272 134571747 0 0 0 3 0 0 0 17 2 0 0 0
/proc/2522/statm: 45443 35411 67 128 0 45313 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 184188

[startup+12.7132 s]
/proc/loadavg: 5.11 5.09 4.63 7/129 2529
/proc/meminfo: memFree=1777336/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2420 CPUtime=7.6
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 369 53496 0 0 0 0 728 32 18 0 1 0 1114827861 2478080 275 4294967295 134512640 135169312 3215633904 3215630120 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 605 275 231 161 0 44 0
[pid=2526] ppid=2521 vsize=179884 CPUtime=12.56
/proc/2526/stat : 2526 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202496 37356 0 0 0 1215 41 0 0 16 0 4 0 1114828675 184201216 37250 4294967295 134512640 135305190 3216871184 3216869360 134528189 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/2526/statm: 44971 37250 79 194 0 44775 0
[pid=2526/tid=2527] ppid=2521 vsize=179884 CPUtime=1.85
/proc/2526/task/2527/stat : 2527 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 521 0 0 0 181 4 0 0 16 0 4 0 1114828793 184201216 37250 4294967295 134512640 135305190 3216871184 3044396148 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=2526/tid=2528] ppid=2521 vsize=179884 CPUtime=3.21
/proc/2526/task/2528/stat : 2528 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 715 0 0 0 317 4 0 0 16 0 4 0 1114828793 184201216 37250 4294967295 134512640 135305190 3216871184 3036007616 134528252 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=2526/tid=2529] ppid=2521 vsize=179884 CPUtime=3.17
/proc/2526/task/2529/stat : 2529 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 813 0 0 0 306 11 0 0 16 0 4 0 1114828793 184201216 37250 4294967295 134512640 135305190 3216871184 3027618896 134529518 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.16
Current children cumulated vsize (KiB) 182304

[startup+25.5121 s]
/proc/loadavg: 5.22 5.12 4.65 6/129 2530
/proc/meminfo: memFree=1608848/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2420 CPUtime=7.6
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 369 53496 0 0 0 0 728 32 18 0 1 0 1114827861 2478080 275 4294967295 134512640 135169312 3215633904 3215630120 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 605 275 231 161 0 44 0
[pid=2526] ppid=2521 vsize=181068 CPUtime=58.85
/proc/2526/stat : 2526 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202496 37577 0 0 0 5841 44 0 0 25 0 4 0 1114828675 185413632 37471 4294967295 134512640 135305190 3216871184 3216869360 134528851 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/2526/statm: 45267 37471 79 194 0 45071 0
[pid=2526/tid=2527] ppid=2521 vsize=181068 CPUtime=14.54
/proc/2526/task/2527/stat : 2527 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 551 0 0 0 1449 5 0 0 25 0 4 0 1114828793 185413632 37471 4294967295 134512640 135305190 3216871184 3044396224 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=2526/tid=2528] ppid=2521 vsize=181068 CPUtime=11.82
/proc/2526/task/2528/stat : 2528 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 774 0 0 0 1178 4 0 0 20 0 4 0 1114828793 185413632 37471 4294967295 134512640 135305190 3216871184 3036007616 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=2526/tid=2529] ppid=2521 vsize=181068 CPUtime=15.48
/proc/2526/task/2529/stat : 2529 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 877 0 0 0 1536 12 0 0 25 0 4 0 1114828793 185413632 37471 4294967295 134512640 135305190 3216871184 3027619008 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 66.45
Current children cumulated vsize (KiB) 183488

[startup+51.1208 s]
/proc/loadavg: 5.14 5.11 4.65 6/129 2531
/proc/meminfo: memFree=1507308/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2420 CPUtime=7.6
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 369 53496 0 0 0 0 728 32 18 0 1 0 1114827861 2478080 275 4294967295 134512640 135169312 3215633904 3215630120 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 605 275 231 161 0 44 0
[pid=2526] ppid=2521 vsize=182560 CPUtime=137.69
/proc/2526/stat : 2526 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202496 38038 0 0 0 13724 45 0 0 25 0 4 0 1114828675 186941440 37932 4294967295 134512640 135305190 3216871184 3216869360 134528548 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/2526/statm: 45640 37932 79 194 0 45444 0
[pid=2526/tid=2527] ppid=2521 vsize=182560 CPUtime=30.57
/proc/2526/task/2527/stat : 2527 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 592 0 0 0 3052 5 0 0 25 0 4 0 1114828793 186941440 37932 4294967295 134512640 135305190 3216871184 3044396224 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=2526/tid=2528] ppid=2521 vsize=182560 CPUtime=34.55
/proc/2526/task/2528/stat : 2528 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 979 0 0 0 3451 4 0 0 25 0 4 0 1114828793 186941440 37932 4294967295 134512640 135305190 3216871184 3036007296 134553482 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=2526/tid=2529] ppid=2521 vsize=182560 CPUtime=30.81
/proc/2526/task/2529/stat : 2529 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 938 0 0 0 3069 12 0 0 25 0 4 0 1114828793 186941440 37932 4294967295 134512640 135305190 3216871184 3027619008 134528341 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 145.29
Current children cumulated vsize (KiB) 184980

[startup+102.316 s]
/proc/loadavg: 5.68 5.28 4.74 7/129 2727
/proc/meminfo: memFree=1873304/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2420 CPUtime=7.6
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 369 53496 0 0 0 0 728 32 18 0 1 0 1114827861 2478080 275 4294967295 134512640 135169312 3215633904 3215630120 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 605 275 231 161 0 44 0
[pid=2526] ppid=2521 vsize=202968 CPUtime=303.62
/proc/2526/stat : 2526 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202496 43048 0 0 0 30291 71 0 0 25 0 4 0 1114828675 207839232 42942 4294967295 134512640 135305190 3216871184 3216869360 134528784 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/2526/statm: 50742 42942 79 194 0 50546 0
[pid=2526/tid=2527] ppid=2521 vsize=202968 CPUtime=61.77
/proc/2526/task/2527/stat : 2527 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 1108 0 0 0 6169 8 0 0 25 0 4 0 1114828793 207839232 42942 4294967295 134512640 135305190 3216871184 3044396224 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=2526/tid=2528] ppid=2521 vsize=202968 CPUtime=79.64
/proc/2526/task/2528/stat : 2528 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 2826 0 0 0 7956 8 0 0 25 0 4 0 1114828793 207839232 42942 4294967295 134512640 135305190 3216871184 3036007616 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=2526/tid=2529] ppid=2521 vsize=202968 CPUtime=79.77
/proc/2526/task/2529/stat : 2529 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 2216 0 0 0 7959 18 0 0 25 0 4 0 1114828793 207839232 42942 4294967295 134512640 135305190 3216871184 3027619008 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 311.22
Current children cumulated vsize (KiB) 205388

[startup+162.31 s]
/proc/loadavg: 5.51 5.32 4.78 6/129 2916
/proc/meminfo: memFree=1721408/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2420 CPUtime=7.6
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 369 53496 0 0 0 0 728 32 18 0 1 0 1114827861 2478080 275 4294967295 134512640 135169312 3215633904 3215630120 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 605 275 231 161 0 44 0
[pid=2526] ppid=2521 vsize=222088 CPUtime=485.65
/proc/2526/stat : 2526 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202496 47645 0 0 0 48480 85 0 0 25 0 4 0 1114828675 227418112 47539 4294967295 134512640 135305190 3216871184 3216869360 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/2526/statm: 55522 47539 79 194 0 55326 0
[pid=2526/tid=2527] ppid=2521 vsize=222088 CPUtime=118.79
/proc/2526/task/2527/stat : 2527 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 1986 0 0 0 11864 15 0 0 25 0 4 0 1114828793 227418112 47539 4294967295 134512640 135305190 3216871184 3044396224 134530561 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=2526/tid=2528] ppid=2521 vsize=222088 CPUtime=118.44
/proc/2526/task/2528/stat : 2528 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 4538 0 0 0 11831 13 0 0 25 0 4 0 1114828793 227418112 47539 4294967295 134512640 135305190 3216871184 3036007616 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=2526/tid=2529] ppid=2521 vsize=222088 CPUtime=132.05
/proc/2526/task/2529/stat : 2529 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 3353 0 0 0 13186 19 0 0 25 0 4 0 1114828793 227418112 47539 4294967295 134512640 135305190 3216871184 3027619008 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 493.25
Current children cumulated vsize (KiB) 224508

[startup+222.305 s]
/proc/loadavg: 5.55 5.36 4.83 6/129 3104
/proc/meminfo: memFree=1743476/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2420 CPUtime=7.6

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

/proc/2526/task/2529/stat : 2529 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 8612 0 0 0 36894 32 0 0 25 0 4 0 1114828793 333594624 73079 4294967295 134512640 135305190 3216871184 3027619008 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1625.77
Current children cumulated vsize (KiB) 328196

[startup+582.314 s]
/proc/loadavg: 5.64 5.52 5.05 7/129 4265
/proc/meminfo: memFree=1671744/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2420 CPUtime=7.6
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 369 53496 0 0 0 0 728 32 18 0 1 0 1114827861 2478080 275 4294967295 134512640 135169312 3215633904 3215630120 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 605 275 231 161 0 44 0
[pid=2526] ppid=2521 vsize=354668 CPUtime=1797.65
/proc/2526/stat : 2526 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202496 80033 0 0 0 179546 219 0 0 25 0 4 0 1114828675 363180032 79927 4294967295 134512640 135305190 3216871184 3216869024 134551804 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/2526/statm: 88667 79927 79 194 0 88471 0
[pid=2526/tid=2527] ppid=2521 vsize=354668 CPUtime=483.76
/proc/2526/task/2527/stat : 2527 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 9121 0 0 0 48312 64 0 0 25 0 4 0 1114828793 363180032 79927 4294967295 134512640 135305190 3216871184 3044396224 134530561 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=2526/tid=2528] ppid=2521 vsize=354668 CPUtime=502.38
/proc/2526/task/2528/stat : 2528 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 15001 0 0 0 50184 54 0 0 25 0 4 0 1114828793 363180032 79927 4294967295 134512640 135305190 3216871184 3036007616 134528503 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=2526/tid=2529] ppid=2521 vsize=354668 CPUtime=423.01
/proc/2526/task/2529/stat : 2529 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 11266 0 0 0 42263 38 0 0 25 0 4 0 1114828793 363180032 79927 4294967295 134512640 135305190 3216871184 3027619008 134528356 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1805.25
Current children cumulated vsize (KiB) 357088

[startup+642.309 s]
/proc/loadavg: 5.85 5.60 5.11 6/129 4457
/proc/meminfo: memFree=1681528/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2420 CPUtime=7.6
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 369 53496 0 0 0 0 728 32 18 0 1 0 1114827861 2478080 275 4294967295 134512640 135169312 3215633904 3215630120 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 605 275 231 161 0 44 0
[pid=2526] ppid=2521 vsize=359008 CPUtime=1977.03
/proc/2526/stat : 2526 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202496 80990 0 0 0 197468 235 0 0 25 0 4 0 1114828675 367624192 80884 4294967295 134512640 135305190 3216871184 3216869360 134528189 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/2526/statm: 89752 80884 79 194 0 89556 0
[pid=2526/tid=2527] ppid=2521 vsize=359008 CPUtime=543.76
/proc/2526/task/2527/stat : 2527 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 9176 0 0 0 54308 68 0 0 25 0 4 0 1114828793 367624192 80884 4294967295 134512640 135305190 3216871184 3044396224 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=2526/tid=2528] ppid=2521 vsize=359008 CPUtime=561.76
/proc/2526/task/2528/stat : 2528 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 15901 0 0 0 56116 60 0 0 25 0 4 0 1114828793 367624192 80884 4294967295 134512640 135305190 3216871184 3036007616 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=2526/tid=2529] ppid=2521 vsize=359008 CPUtime=453.03
/proc/2526/task/2529/stat : 2529 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 11266 0 0 0 45260 43 0 0 25 0 4 0 1114828793 367624192 80884 4294967295 134512640 135305190 3216871184 3027619008 134528548 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1984.63
Current children cumulated vsize (KiB) 361428

[startup+702.314 s]
/proc/loadavg: 5.85 5.64 5.15 7/129 4645
/proc/meminfo: memFree=1524884/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2420 CPUtime=7.6
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 369 53496 0 0 0 0 728 32 18 0 1 0 1114827861 2478080 275 4294967295 134512640 135169312 3215633904 3215630120 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 605 275 231 161 0 44 0
[pid=2526] ppid=2521 vsize=375780 CPUtime=2156.51
/proc/2526/stat : 2526 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202496 85112 0 0 0 215402 249 0 0 25 0 4 0 1114828675 384798720 85006 4294967295 134512640 135305190 3216871184 3216869360 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/2526/statm: 93945 85006 79 194 0 93749 0
[pid=2526/tid=2527] ppid=2521 vsize=375780 CPUtime=594.57
/proc/2526/task/2527/stat : 2527 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 9925 0 0 0 59388 69 0 0 25 0 4 0 1114828793 384798720 85006 4294967295 134512640 135305190 3216871184 3044396224 134528277 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=2526/tid=2528] ppid=2521 vsize=375780 CPUtime=617.02
/proc/2526/task/2528/stat : 2528 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 17396 0 0 0 61638 64 0 0 25 0 4 0 1114828793 384798720 85006 4294967295 134512640 135305190 3216871184 3036007688 134694990 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=2526/tid=2529] ppid=2521 vsize=375780 CPUtime=487.11
/proc/2526/task/2529/stat : 2529 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 12070 0 0 0 48661 50 0 0 25 0 4 0 1114828793 384798720 85006 4294967295 134512640 135305190 3216871184 3027619008 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2164.11
Current children cumulated vsize (KiB) 378200

[startup+762.309 s]
/proc/loadavg: 5.89 5.68 5.19 6/129 4837
/proc/meminfo: memFree=1552084/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2420 CPUtime=7.6
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 369 53496 0 0 0 0 728 32 18 0 1 0 1114827861 2478080 275 4294967295 134512640 135169312 3215633904 3215630120 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 605 275 231 161 0 44 0
[pid=2526] ppid=2521 vsize=394168 CPUtime=2335.7
/proc/2526/stat : 2526 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202496 89544 0 0 0 233292 278 0 0 25 0 4 0 1114828675 403628032 89438 4294967295 134512640 135305190 3216871184 3216869360 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/2526/statm: 98542 89438 79 194 0 98346 0
[pid=2526/tid=2527] ppid=2521 vsize=394168 CPUtime=624.87
/proc/2526/task/2527/stat : 2527 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 10757 0 0 0 62414 73 0 0 25 0 4 0 1114828793 403628032 89438 4294967295 134512640 135305190 3216871184 3044396072 134694990 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=2526/tid=2528] ppid=2521 vsize=394168 CPUtime=662.26
/proc/2526/task/2528/stat : 2528 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 18195 0 0 0 66158 68 0 0 25 0 4 0 1114828793 403628032 89438 4294967295 134512640 135305190 3216871184 3036007616 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=2526/tid=2529] ppid=2521 vsize=394168 CPUtime=547.08
/proc/2526/task/2529/stat : 2529 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 13353 0 0 0 54653 55 0 0 25 0 4 0 1114828793 403628032 89438 4294967295 134512640 135305190 3216871184 3027619008 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2343.3
Current children cumulated vsize (KiB) 396588

[startup+822.304 s]
/proc/loadavg: 5.97 5.72 5.23 7/129 5024
/proc/meminfo: memFree=1624732/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2420 CPUtime=7.6
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 369 53496 0 0 0 0 728 32 18 0 1 0 1114827861 2478080 275 4294967295 134512640 135169312 3215633904 3215630120 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 605 275 231 161 0 44 0
[pid=2526] ppid=2521 vsize=399104 CPUtime=2514.94
/proc/2526/stat : 2526 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202496 90496 0 0 0 251205 289 0 0 25 0 4 0 1114828675 408682496 90390 4294967295 134512640 135305190 3216871184 3216869360 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/2526/statm: 99776 90390 79 194 0 99580 0
[pid=2526/tid=2527] ppid=2521 vsize=399104 CPUtime=654.67
/proc/2526/task/2527/stat : 2527 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 10786 0 0 0 65390 77 0 0 25 0 4 0 1114828793 408682496 90390 4294967295 134512640 135305190 3216871184 3044395952 134556789 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=2526/tid=2528] ppid=2521 vsize=399104 CPUtime=721.56
/proc/2526/task/2528/stat : 2528 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 18612 0 0 0 72085 71 0 0 25 0 4 0 1114828793 408682496 90390 4294967295 134512640 135305190 3216871184 3036007616 134528744 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=2526/tid=2529] ppid=2521 vsize=399104 CPUtime=607.03
/proc/2526/task/2529/stat : 2529 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 13661 0 0 0 60644 59 0 0 25 0 4 0 1114828793 408682496 90390 4294967295 134512640 135305190 3216871184 3027618672 134551729 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2522.54
Current children cumulated vsize (KiB) 401524

[startup+882.318 s]
/proc/loadavg: 5.80 5.71 5.26 6/129 5211
/proc/meminfo: memFree=1595672/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2420 CPUtime=7.6
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 369 53496 0 0 0 0 728 32 18 0 1 0 1114827861 2478080 275 4294967295 134512640 135169312 3215633904 3215630120 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 605 275 231 161 0 44 0
[pid=2526] ppid=2521 vsize=409396 CPUtime=2694.47
/proc/2526/stat : 2526 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202496 93322 0 0 0 269143 304 0 0 25 0 4 0 1114828675 419221504 93216 4294967295 134512640 135305190 3216871184 3216869360 134528268 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/2526/statm: 102349 93216 79 194 0 102153 0
[pid=2526/tid=2527] ppid=2521 vsize=409396 CPUtime=689.48
/proc/2526/task/2527/stat : 2527 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 11345 0 0 0 68867 81 0 0 25 0 4 0 1114828793 419221504 93216 4294967295 134512640 135305190 3216871184 3044395888 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=2526/tid=2528] ppid=2521 vsize=409396 CPUtime=777.02
/proc/2526/task/2528/stat : 2528 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 19536 0 0 0 77626 76 0 0 25 0 4 0 1114828793 419221504 93216 4294967295 134512640 135305190 3216871184 3036007616 134528252 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=2526/tid=2529] ppid=2521 vsize=409396 CPUtime=658.71
/proc/2526/task/2529/stat : 2529 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 14299 0 0 0 65807 64 0 0 25 0 4 0 1114828793 419221504 93216 4294967295 134512640 135305190 3216871184 3027618736 134556770 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2702.07
Current children cumulated vsize (KiB) 411816

[startup+942.313 s]
/proc/loadavg: 6.09 5.79 5.31 6/129 5400
/proc/meminfo: memFree=1576556/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2420 CPUtime=7.6
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 369 53496 0 0 0 0 728 32 18 0 1 0 1114827861 2478080 275 4294967295 134512640 135169312 3215633904 3215630120 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 605 275 231 161 0 44 0
[pid=2526] ppid=2521 vsize=449032 CPUtime=2873.52
/proc/2526/stat : 2526 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202496 102728 0 0 0 287027 325 0 0 25 0 4 0 1114828675 459808768 102622 4294967295 134512640 135305190 3216871184 3216869360 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/2526/statm: 112258 102622 79 194 0 112062 0
[pid=2526/tid=2527] ppid=2521 vsize=449032 CPUtime=724.18
/proc/2526/task/2527/stat : 2527 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 13056 0 0 0 72334 84 0 0 25 0 4 0 1114828793 459808768 102622 4294967295 134512640 135305190 3216871184 3044396224 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=2526/tid=2528] ppid=2521 vsize=449032 CPUtime=832.29
/proc/2526/task/2528/stat : 2528 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 22685 0 0 0 83145 84 0 0 25 0 4 0 1114828793 459808768 102622 4294967295 134512640 135305190 3216871184 3036007616 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=2526/tid=2529] ppid=2521 vsize=449032 CPUtime=688.21
/proc/2526/task/2529/stat : 2529 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 16147 0 0 0 68752 69 0 0 25 0 4 0 1114828793 459808768 102622 4294967295 134512640 135305190 3216871184 3027619008 134528418 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2881.12
Current children cumulated vsize (KiB) 451452



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 6.14 5.84 5.35 7/130 5522
/proc/meminfo: memFree=1622224/3368532 swapFree=1957708/1959888
[pid=2521] ppid=2519 vsize=2420 CPUtime=7.6
/proc/2521/stat : 2521 (manysat.sh) S 2519 2521 21334 0 -1 4194304 369 53496 0 0 0 0 728 32 18 0 1 0 1114827861 2478080 275 4294967295 134512640 135169312 3215633904 3215630120 3085479662 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/2521/statm: 605 275 231 161 0 44 0
[pid=2526] ppid=2521 vsize=454596 CPUtime=3046.16
/proc/2526/stat : 2526 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202496 104192 0 0 0 304272 344 0 0 25 0 4 0 1114828675 465506304 104086 4294967295 134512640 135305190 3216871184 3216869360 134528503 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/2526/statm: 113649 104086 79 194 0 113453 0
[pid=2526/tid=2527] ppid=2521 vsize=454596 CPUtime=765.29
/proc/2526/task/2527/stat : 2527 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 13397 0 0 0 76440 89 0 0 25 0 4 0 1114828793 465506304 104086 4294967295 134512640 135305190 3216871184 3044396224 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=2526/tid=2528] ppid=2521 vsize=454596 CPUtime=877.95
/proc/2526/task/2528/stat : 2528 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 23405 0 0 0 87708 87 0 0 25 0 4 0 1114828793 465506304 104086 4294967295 134512640 135305190 3216871184 3036007616 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=2526/tid=2529] ppid=2521 vsize=454596 CPUtime=735.11
/proc/2526/task/2529/stat : 2529 (manysat1.1_stat) R 2521 2521 21334 0 -1 4202560 16534 0 0 0 73431 80 0 0 25 0 4 0 1114828793 465506304 104086 4294967295 134512640 135305190 3216871184 3027619008 134528263 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3053.76
Current children cumulated vsize (KiB) 457016

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

Real time (s): 1000.04
CPU time (s): 3053.76
CPU user time (s): 3050
CPU system time (s): 3.76
CPU usage (%): 305.364
Max. virtual memory (cumulated for all children) (KiB): 457016

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 11:07:17
IDJOB=1775767
IDBENCH=20383
IDSOLVER=626
FILE ID=/1775767-1243501637
PBS_JOBID=
Free space on /tmp= 15863 MiB

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

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

MD5SUM BENCH= 9f79c3f75a90db314ed315006ba97d6f
RANDOM SEED= 1489767483

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.105
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.43
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.105
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.11
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.105
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.16
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.105
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.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       1956996 kB
Buffers:         13492 kB
Cached:         633084 kB
SwapCached:         16 kB
Active:         780684 kB
Inactive:       569988 kB
HighTotal:     2489216 kB
HighFree:      1149092 kB
LowTotal:       879316 kB
LowFree:        807904 kB
SwapTotal:     1959888 kB
SwapFree:      1957708 kB
Dirty:           24284 kB
Writeback:           0 kB
AnonPages:      704128 kB
Mapped:          35512 kB
Slab:            50580 kB
SReclaimable:    41496 kB
SUnreclaim:       9084 kB
PageTables:       1452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   972376 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15846 MiB
End job on  at 2009-05-28 11:24:01