Trace number 1780366

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) 3955.75 1000.05

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-20-10p0.cnf
MD5SUM28e85fc2a4586943a0ffdffa15206b58
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 variables374228
Number of clauses1603007
Sum of the clauses size3767588
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 21211215
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

Solver Data

0.00/0.00	c Parsing...
1.39/1.46	c ==============================================================================
1.39/1.46	c |           |     ORIGINAL     |              LEARNT              |          |
1.39/1.46	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.39/1.46	c ==============================================================================
1.39/1.46	c |         0 | 1588988  3752699 |  476696       0        0     nan |  0.000 % |
7.89/7.92	c |         0 | 1168572  3106678 |      --       0       --      -- |     --   | -118492/40523
7.89/7.93	c ==============================================================================
7.89/7.93	c Result  :   #vars: 243534   #clauses: 1168572   #literals: 3106678
7.89/7.93	c CPU time:   7.69 s
7.89/7.93	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-1780366-1243530441/watcher-1780366-1243530441 -o /tmp/evaluation-result-1780366-1243530441/solver-1780366-1243530441 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780366-1243530441.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.81 3.97 4.05 3/115 18286
/proc/meminfo: memFree=2935692/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2412 CPUtime=0
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117724087 2469888 272 4294967295 134512640 135169312 3217858576 3217857112 3084906222 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/18286/statm: 603 272 231 161 0 42 0
[pid=18287] ppid=18286 vsize=2424 CPUtime=0.01
/proc/18287/stat : 18287 (SatElite) R 18286 18286 12261 0 -1 4202496 511 0 0 0 1 0 0 0 18 0 1 0 1117724087 2482176 448 4294967295 134512640 135034092 3215232336 3215228624 134544856 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18287/statm: 606 450 49 128 0 476 0

[startup+0.093558 s]
/proc/loadavg: 3.81 3.97 4.05 3/115 18286
/proc/meminfo: memFree=2935692/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2412 CPUtime=0
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117724087 2469888 272 4294967295 134512640 135169312 3217858576 3217857112 3084906222 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/18286/statm: 603 272 231 161 0 42 0
[pid=18287] ppid=18286 vsize=30228 CPUtime=0.09
/proc/18287/stat : 18287 (SatElite) R 18286 18286 12261 0 -1 4202496 6632 0 0 0 8 1 0 0 18 0 1 0 1117724087 30953472 6401 4294967295 134512640 135034092 3215232336 3215228680 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18287/statm: 7557 6402 49 128 0 7427 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32640

[startup+0.103559 s]
/proc/loadavg: 3.81 3.97 4.05 3/115 18286
/proc/meminfo: memFree=2935692/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2412 CPUtime=0
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117724087 2469888 272 4294967295 134512640 135169312 3217858576 3217857112 3084906222 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/18286/statm: 603 272 231 161 0 42 0
[pid=18287] ppid=18286 vsize=31416 CPUtime=0.1
/proc/18287/stat : 18287 (SatElite) R 18286 18286 12261 0 -1 4202496 6931 0 0 0 9 1 0 0 18 0 1 0 1117724087 32169984 6700 4294967295 134512640 135034092 3215232336 3215228328 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18287/statm: 7854 6701 49 128 0 7724 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 33828

[startup+0.30355 s]
/proc/loadavg: 3.81 3.97 4.05 3/115 18286
/proc/meminfo: memFree=2935692/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2412 CPUtime=0
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117724087 2469888 272 4294967295 134512640 135169312 3217858576 3217857112 3084906222 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/18286/statm: 603 272 231 161 0 42 0
[pid=18287] ppid=18286 vsize=53148 CPUtime=0.29
/proc/18287/stat : 18287 (SatElite) R 18286 18286 12261 0 -1 4202496 12260 0 0 0 28 1 0 0 18 0 1 0 1117724087 54423552 12029 4294967295 134512640 135034092 3215232336 3215228680 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18287/statm: 13287 12030 49 128 0 13157 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55560

[startup+0.703534 s]
/proc/loadavg: 3.81 3.97 4.05 3/115 18286
/proc/meminfo: memFree=2935692/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2412 CPUtime=0
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117724087 2469888 272 4294967295 134512640 135169312 3217858576 3217857112 3084906222 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/18286/statm: 603 272 231 161 0 42 0
[pid=18287] ppid=18286 vsize=79088 CPUtime=0.69
/proc/18287/stat : 18287 (SatElite) R 18286 18286 12261 0 -1 4202496 18763 0 0 0 66 3 0 0 18 0 1 0 1117724087 80986112 18532 4294967295 134512640 135034092 3215232336 3215228328 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18287/statm: 19772 18532 49 128 0 19642 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 81500

[startup+1.5035 s]
/proc/loadavg: 3.81 3.97 4.05 2/117 18289
/proc/meminfo: memFree=2824848/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2412 CPUtime=0
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117724087 2469888 272 4294967295 134512640 135169312 3217858576 3217857112 3084906222 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/18286/statm: 603 272 231 161 0 42 0
[pid=18287] ppid=18286 vsize=175224 CPUtime=1.49
/proc/18287/stat : 18287 (SatElite) R 18286 18286 12261 0 -1 4202496 39044 0 0 0 137 12 0 0 20 0 1 0 1117724087 179429376 38813 4294967295 134512640 135034092 3215232336 3215229376 134536786 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18287/statm: 43806 38813 63 128 0 43676 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 177636

[startup+3.10344 s]
/proc/loadavg: 3.81 3.97 4.05 2/117 18472
/proc/meminfo: memFree=2766272/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2412 CPUtime=0
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117724087 2469888 272 4294967295 134512640 135169312 3217858576 3217857112 3084906222 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/18286/statm: 603 272 231 161 0 42 0
[pid=18287] ppid=18286 vsize=210136 CPUtime=3.09
/proc/18287/stat : 18287 (SatElite) R 18286 18286 12261 0 -1 4202496 51133 0 0 0 294 15 0 0 25 0 1 0 1117724087 215179264 46796 4294967295 134512640 135034092 3215232336 3215228204 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18287/statm: 52534 46796 67 128 0 52404 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 212548

[startup+6.30331 s]
/proc/loadavg: 3.59 3.92 4.03 2/117 18473
/proc/meminfo: memFree=2739508/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2412 CPUtime=0
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1117724087 2469888 272 4294967295 134512640 135169312 3217858576 3217857112 3084906222 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/18286/statm: 603 272 231 161 0 42 0
[pid=18287] ppid=18286 vsize=211940 CPUtime=6.29
/proc/18287/stat : 18287 (SatElite) R 18286 18286 12261 0 -1 4202496 56780 0 0 0 609 20 0 0 25 0 1 0 1117724087 217026560 47497 4294967295 134512640 135034092 3215232336 3215228624 134529233 0 0 0 3 0 0 0 17 2 0 0 0
/proc/18287/statm: 52985 47497 67 128 0 52855 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 214352

[startup+12.7031 s]
/proc/loadavg: 3.38 3.87 4.01 2/120 18477
/proc/meminfo: memFree=2588188/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2416 CPUtime=9.29
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 370 63203 0 0 0 0 900 29 15 0 1 0 1117724087 2473984 274 4294967295 134512640 135169312 3217858576 3217854792 3084906222 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18286/statm: 604 274 231 161 0 43 0
[pid=18474] ppid=18286 vsize=386028 CPUtime=5.12
/proc/18474/stat : 18474 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202496 83116 0 0 0 450 62 0 0 25 0 4 0 1117725017 395292672 83036 4294967295 134512640 135305190 3220062752 3220060928 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/18474/statm: 96507 83036 79 194 0 96311 0
[pid=18474/tid=18475] ppid=18286 vsize=386028 CPUtime=0.44
/proc/18474/task/18475/stat : 18475 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 1401 0 0 0 37 7 0 0 20 0 4 0 1117725266 395292672 83036 4294967295 134512640 135305190 3220062752 2947882024 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=18474/tid=18476] ppid=18286 vsize=386028 CPUtime=0.7
/proc/18474/task/18476/stat : 18476 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 1588 0 0 0 58 12 0 0 24 0 4 0 1117725266 395292672 83036 4294967295 134512640 135305190 3220062752 2939493508 134846246 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18474/tid=18477] ppid=18286 vsize=386028 CPUtime=0.74
/proc/18474/task/18477/stat : 18477 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 1736 0 0 0 64 10 0 0 18 0 4 0 1117725266 395292672 83036 4294967295 134512640 135305190 3220062752 2931104960 134528341 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 14.41
Current children cumulated vsize (KiB) 388444

[startup+25.5026 s]
/proc/loadavg: 3.52 3.88 4.01 6/120 18477
/proc/meminfo: memFree=2562332/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2416 CPUtime=9.29
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 370 63203 0 0 0 0 900 29 15 0 1 0 1117724087 2473984 274 4294967295 134512640 135169312 3217858576 3217854792 3084906222 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18286/statm: 604 274 231 161 0 43 0
[pid=18474] ppid=18286 vsize=393552 CPUtime=56.07
/proc/18474/stat : 18474 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202496 85181 0 0 0 5537 70 0 0 25 0 4 0 1117725017 402997248 85101 4294967295 134512640 135305190 3220062752 3220060592 134551651 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/18474/statm: 98388 85102 79 194 0 98192 0
[pid=18474/tid=18475] ppid=18286 vsize=393552 CPUtime=13.17
/proc/18474/task/18475/stat : 18475 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 1907 0 0 0 1309 8 0 0 25 0 4 0 1117725266 402997248 85102 4294967295 134512640 135305190 3220062752 2947882176 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=18474/tid=18476] ppid=18286 vsize=393552 CPUtime=13.41
/proc/18474/task/18476/stat : 18476 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 2216 0 0 0 1325 16 0 0 25 0 4 0 1117725266 402997248 85102 4294967295 134512640 135305190 3220062752 2939493568 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18474/tid=18477] ppid=18286 vsize=393552 CPUtime=13.5
/proc/18474/task/18477/stat : 18477 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 2029 0 0 0 1340 10 0 0 25 0 4 0 1117725266 402997248 85102 4294967295 134512640 135305190 3220062752 2931104960 134528237 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 65.36
Current children cumulated vsize (KiB) 395968

[startup+51.1115 s]
/proc/loadavg: 3.75 3.90 4.01 5/120 18478
/proc/meminfo: memFree=2548996/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2416 CPUtime=9.29
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 370 63203 0 0 0 0 900 29 15 0 1 0 1117724087 2473984 274 4294967295 134512640 135169312 3217858576 3217854792 3084906222 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18286/statm: 604 274 231 161 0 43 0
[pid=18474] ppid=18286 vsize=407320 CPUtime=158.38
/proc/18474/stat : 18474 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202496 88573 0 0 0 15757 81 0 0 25 0 4 0 1117725017 417095680 88493 4294967295 134512640 135305190 3220062752 3220060928 134528551 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/18474/statm: 101830 88493 79 194 0 101634 0
[pid=18474/tid=18475] ppid=18286 vsize=407320 CPUtime=38.77
/proc/18474/task/18475/stat : 18475 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 2522 0 0 0 3867 10 0 0 25 0 4 0 1117725266 417095680 88493 4294967295 134512640 135305190 3220062752 2947882176 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=18474/tid=18476] ppid=18286 vsize=407320 CPUtime=38.91
/proc/18474/task/18476/stat : 18476 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 3355 0 0 0 3871 20 0 0 25 0 4 0 1117725266 417095680 88493 4294967295 134512640 135305190 3220062752 2939493184 134551712 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18474/tid=18477] ppid=18286 vsize=407320 CPUtime=39.1
/proc/18474/task/18477/stat : 18477 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 2747 0 0 0 3896 14 0 0 25 0 4 0 1117725266 417095680 88493 4294967295 134512640 135305190 3220062752 2931104960 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 167.67
Current children cumulated vsize (KiB) 409736

[startup+102.319 s]
/proc/loadavg: 4.25 4.02 4.05 5/120 18666
/proc/meminfo: memFree=2517392/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2416 CPUtime=9.29
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 370 63203 0 0 0 0 900 29 15 0 1 0 1117724087 2473984 274 4294967295 134512640 135169312 3217858576 3217854792 3084906222 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18286/statm: 604 274 231 161 0 43 0
[pid=18474] ppid=18286 vsize=439140 CPUtime=362.62
/proc/18474/stat : 18474 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202496 96476 0 0 0 36165 97 0 0 25 0 4 0 1117725017 449679360 96377 4294967295 134512640 135305190 3220062752 3220060592 134551651 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/18474/statm: 109785 96377 79 194 0 109589 0
[pid=18474/tid=18475] ppid=18286 vsize=439140 CPUtime=89.96
/proc/18474/task/18475/stat : 18475 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 3914 0 0 0 8981 15 0 0 25 0 4 0 1117725266 449679360 96377 4294967295 134512640 135305190 3220062752 2947882176 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=18474/tid=18476] ppid=18286 vsize=439140 CPUtime=90
/proc/18474/task/18476/stat : 18476 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 5925 0 0 0 8975 25 0 0 25 0 4 0 1117725266 449679360 96377 4294967295 134512640 135305190 3220062752 2939493184 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18474/tid=18477] ppid=18286 vsize=439140 CPUtime=90.11
/proc/18474/task/18477/stat : 18477 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 4318 0 0 0 8993 18 0 0 25 0 4 0 1117725266 449679360 96377 4294967295 134512640 135305190 3220062752 2931104960 134528551 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 371.91
Current children cumulated vsize (KiB) 441556

[startup+162.307 s]
/proc/loadavg: 4.24 4.06 4.06 5/120 18857
/proc/meminfo: memFree=2489116/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2416 CPUtime=9.29
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 370 63203 0 0 0 0 900 29 15 0 1 0 1117724087 2473984 274 4294967295 134512640 135169312 3217858576 3217854792 3084906222 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18286/statm: 604 274 231 161 0 43 0
[pid=18474] ppid=18286 vsize=467948 CPUtime=602.22
/proc/18474/stat : 18474 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202496 103510 0 0 0 60104 118 0 0 25 0 4 0 1117725017 479178752 103411 4294967295 134512640 135305190 3220062752 3220060656 134556720 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/18474/statm: 116987 103411 79 194 0 116791 0
[pid=18474/tid=18475] ppid=18286 vsize=467948 CPUtime=149.91
/proc/18474/task/18475/stat : 18475 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 5230 0 0 0 14970 21 0 0 25 0 4 0 1117725266 479178752 103411 4294967295 134512640 135305190 3220062752 2947882176 134528252 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=18474/tid=18476] ppid=18286 vsize=467948 CPUtime=149.87
/proc/18474/task/18476/stat : 18476 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 7822 0 0 0 14954 33 0 0 25 0 4 0 1117725266 479178752 103411 4294967295 134512640 135305190 3220062752 2939493568 134528376 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18474/tid=18477] ppid=18286 vsize=467948 CPUtime=150.02
/proc/18474/task/18477/stat : 18477 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 6029 0 0 0 14980 22 0 0 25 0 4 0 1117725266 479178752 103411 4294967295 134512640 135305190 3220062752 2931104960 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 611.51
Current children cumulated vsize (KiB) 470364

[startup+222.315 s]
/proc/loadavg: 4.50 4.18 4.10 5/120 19042
/proc/meminfo: memFree=2457004/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2416 CPUtime=9.29

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

/proc/18474/task/18477/stat : 18477 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 14437 0 0 0 50903 61 0 0 25 0 4 0 1117725266 584224768 129168 4294967295 134512640 135305190 3220062752 2931104688 134558345 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2048.69
Current children cumulated vsize (KiB) 572948

[startup+582.31 s]
/proc/loadavg: 4.61 4.43 4.21 5/120 20176
/proc/meminfo: memFree=2361480/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2416 CPUtime=9.29
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 370 63203 0 0 0 0 900 29 15 0 1 0 1117724087 2473984 274 4294967295 134512640 135169312 3217858576 3217854792 3084906222 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18286/statm: 604 274 231 161 0 43 0
[pid=18474] ppid=18286 vsize=594748 CPUtime=2278.81
/proc/18474/stat : 18474 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202496 135254 0 0 0 227598 283 0 0 25 0 4 0 1117725017 609021952 135155 4294967295 134512640 135305190 3220062752 3220060928 134528480 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/18474/statm: 148687 135155 79 194 0 148491 0
[pid=18474/tid=18475] ppid=18286 vsize=594748 CPUtime=568.94
/proc/18474/task/18475/stat : 18475 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 9184 0 0 0 56831 63 0 0 25 0 4 0 1117725266 609021952 135155 4294967295 134512640 135305190 3220062752 2947882176 134528341 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18474/tid=18476] ppid=18286 vsize=594748 CPUtime=568.67
/proc/18474/task/18476/stat : 18476 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 18984 0 0 0 56794 73 0 0 25 0 4 0 1117725266 609021952 135155 4294967295 134512640 135305190 3220062752 2939493568 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18474/tid=18477] ppid=18286 vsize=594748 CPUtime=569.48
/proc/18474/task/18477/stat : 18477 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 17121 0 0 0 56880 68 0 0 25 0 4 0 1117725266 609021952 135155 4294967295 134512640 135305190 3220062752 2931104960 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2288.1
Current children cumulated vsize (KiB) 597164

[startup+642.308 s]
/proc/loadavg: 4.59 4.45 4.23 6/120 20369
/proc/meminfo: memFree=2342308/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2416 CPUtime=9.29
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 370 63203 0 0 0 0 900 29 15 0 1 0 1117724087 2473984 274 4294967295 134512640 135169312 3217858576 3217854792 3084906222 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18286/statm: 604 274 231 161 0 43 0
[pid=18474] ppid=18286 vsize=613844 CPUtime=2518.42
/proc/18474/stat : 18474 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202496 139944 0 0 0 251538 304 0 0 25 0 4 0 1117725017 628576256 139845 4294967295 134512640 135305190 3220062752 3220060592 134551651 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/18474/statm: 153461 139845 79 194 0 153265 0
[pid=18474/tid=18475] ppid=18286 vsize=613844 CPUtime=628.91
/proc/18474/task/18475/stat : 18475 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 9539 0 0 0 62820 71 0 0 25 0 4 0 1117725266 628576256 139845 4294967295 134512640 135305190 3220062752 2947882120 134840070 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18474/tid=18476] ppid=18286 vsize=613844 CPUtime=628.66
/proc/18474/task/18476/stat : 18476 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 20870 0 0 0 62791 75 0 0 25 0 4 0 1117725266 628576256 139845 4294967295 134512640 135305190 3220062752 2939493568 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18474/tid=18477] ppid=18286 vsize=613844 CPUtime=629.21
/proc/18474/task/18477/stat : 18477 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 18946 0 0 0 62845 76 0 0 25 0 4 0 1117725266 628576256 139845 4294967295 134512640 135305190 3220062752 2931105072 134565634 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2527.71
Current children cumulated vsize (KiB) 616260

[startup+702.306 s]
/proc/loadavg: 4.94 4.57 4.29 5/120 20557
/proc/meminfo: memFree=2339928/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2416 CPUtime=9.29
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 370 63203 0 0 0 0 900 29 15 0 1 0 1117724087 2473984 274 4294967295 134512640 135169312 3217858576 3217854792 3084906222 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18286/statm: 604 274 231 161 0 43 0
[pid=18474] ppid=18286 vsize=615720 CPUtime=2757.72
/proc/18474/stat : 18474 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202496 140455 0 0 0 275445 327 0 0 25 0 4 0 1117725017 630497280 140356 4294967295 134512640 135305190 3220062752 3220060928 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/18474/statm: 153930 140356 79 194 0 153734 0
[pid=18474/tid=18475] ppid=18286 vsize=615720 CPUtime=688.67
/proc/18474/task/18475/stat : 18475 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 9558 0 0 0 68792 75 0 0 25 0 4 0 1117725266 630497280 140356 4294967295 134512640 135305190 3220062752 2947882176 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18474/tid=18476] ppid=18286 vsize=615720 CPUtime=688.63
/proc/18474/task/18476/stat : 18476 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 21010 0 0 0 68784 79 0 0 25 0 4 0 1117725266 630497280 140356 4294967295 134512640 135305190 3220062752 2939493568 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18474/tid=18477] ppid=18286 vsize=615720 CPUtime=688.9
/proc/18474/task/18477/stat : 18477 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 19084 0 0 0 68808 82 0 0 25 0 4 0 1117725266 630497280 140356 4294967295 134512640 135305190 3220062752 2931104960 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2767.01
Current children cumulated vsize (KiB) 618136

[startup+762.323 s]
/proc/loadavg: 4.72 4.54 4.29 6/121 20700
/proc/meminfo: memFree=2339448/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2416 CPUtime=9.29
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 370 63203 0 0 0 0 900 29 15 0 1 0 1117724087 2473984 274 4294967295 134512640 135169312 3217858576 3217854792 3084906222 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18286/statm: 604 274 231 161 0 43 0
[pid=18474] ppid=18286 vsize=615888 CPUtime=2997.19
/proc/18474/stat : 18474 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202496 140523 0 0 0 299372 347 0 0 25 0 4 0 1117725017 630669312 140424 4294967295 134512640 135305190 3220062752 3220060928 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/18474/statm: 153972 140424 79 194 0 153776 0
[pid=18474/tid=18475] ppid=18286 vsize=615888 CPUtime=748.39
/proc/18474/task/18475/stat : 18475 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 9583 0 0 0 74760 79 0 0 25 0 4 0 1117725266 630669312 140424 4294967295 134512640 135305190 3220062752 2947882176 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18474/tid=18476] ppid=18286 vsize=615888 CPUtime=748.64
/proc/18474/task/18476/stat : 18476 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 21052 0 0 0 74781 83 0 0 25 0 4 0 1117725266 630669312 140424 4294967295 134512640 135305190 3220062752 2939493568 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18474/tid=18477] ppid=18286 vsize=615888 CPUtime=748.91
/proc/18474/task/18477/stat : 18477 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 19084 0 0 0 74807 84 0 0 25 0 4 0 1117725266 630669312 140424 4294967295 134512640 135305190 3220062752 2931104960 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3006.48
Current children cumulated vsize (KiB) 618304

[startup+822.311 s]
/proc/loadavg: 4.59 4.52 4.29 7/121 20813
/proc/meminfo: memFree=2338968/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2416 CPUtime=9.29
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 370 63203 0 0 0 0 900 29 15 0 1 0 1117724087 2473984 274 4294967295 134512640 135169312 3217858576 3217854792 3084906222 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18286/statm: 604 274 231 161 0 43 0
[pid=18474] ppid=18286 vsize=616712 CPUtime=3236.8
/proc/18474/stat : 18474 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202496 140667 0 0 0 323318 362 0 0 25 0 4 0 1117725017 631513088 140568 4294967295 134512640 135305190 3220062752 3220060928 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/18474/statm: 154178 140568 79 194 0 153982 0
[pid=18474/tid=18475] ppid=18286 vsize=616712 CPUtime=808.22
/proc/18474/task/18475/stat : 18475 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 9635 0 0 0 80740 82 0 0 25 0 4 0 1117725266 631513088 140568 4294967295 134512640 135305190 3220062752 2947882176 134528195 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18474/tid=18476] ppid=18286 vsize=616712 CPUtime=808.56
/proc/18474/task/18476/stat : 18476 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 21101 0 0 0 80766 90 0 0 25 0 4 0 1117725266 631513088 140568 4294967295 134512640 135305190 3220062752 2939493184 134551729 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18474/tid=18477] ppid=18286 vsize=616712 CPUtime=808.9
/proc/18474/task/18477/stat : 18477 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 19089 0 0 0 80806 84 0 0 25 0 4 0 1117725266 631513088 140568 4294967295 134512640 135305190 3220062752 2931104960 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3246.09
Current children cumulated vsize (KiB) 619128

[startup+882.308 s]
/proc/loadavg: 4.47 4.51 4.30 6/121 20970
/proc/meminfo: memFree=2332860/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2416 CPUtime=9.29
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 370 63203 0 0 0 0 900 29 15 0 1 0 1117724087 2473984 274 4294967295 134512640 135169312 3217858576 3217854792 3084906222 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18286/statm: 604 274 231 161 0 43 0
[pid=18474] ppid=18286 vsize=623404 CPUtime=3476.51
/proc/18474/stat : 18474 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202496 142375 0 0 0 347267 384 0 0 25 0 4 0 1117725017 638365696 142276 4294967295 134512640 135305190 3220062752 3220060928 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/18474/statm: 155851 142276 79 194 0 155655 0
[pid=18474/tid=18475] ppid=18286 vsize=623404 CPUtime=868.2
/proc/18474/task/18475/stat : 18475 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 9725 0 0 0 86731 89 0 0 25 0 4 0 1117725266 638365696 142276 4294967295 134512640 135305190 3220062752 2947882176 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18474/tid=18476] ppid=18286 vsize=623404 CPUtime=868.37
/proc/18474/task/18476/stat : 18476 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 21992 0 0 0 86739 98 0 0 25 0 4 0 1117725266 638365696 142276 4294967295 134512640 135305190 3220062752 2939493568 134528503 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18474/tid=18477] ppid=18286 vsize=623404 CPUtime=868.89
/proc/18474/task/18477/stat : 18477 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 19672 0 0 0 86804 85 0 0 25 0 4 0 1117725266 638365696 142276 4294967295 134512640 135305190 3220062752 2931104960 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3485.8
Current children cumulated vsize (KiB) 625820

[startup+942.316 s]
/proc/loadavg: 4.55 4.54 4.32 6/120 21125
/proc/meminfo: memFree=2312388/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2416 CPUtime=9.29
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 370 63203 0 0 0 0 900 29 15 0 1 0 1117724087 2473984 274 4294967295 134512640 135169312 3217858576 3217854792 3084906222 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18286/statm: 604 274 231 161 0 43 0
[pid=18474] ppid=18286 vsize=645364 CPUtime=3716.15
/proc/18474/stat : 18474 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202496 147803 0 0 0 371213 402 0 0 25 0 4 0 1117725017 660852736 147704 4294967295 134512640 135305190 3220062752 3220060928 134528768 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/18474/statm: 161341 147704 79 194 0 161145 0
[pid=18474/tid=18475] ppid=18286 vsize=645364 CPUtime=928.11
/proc/18474/task/18475/stat : 18475 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 10224 0 0 0 92720 91 0 0 25 0 4 0 1117725266 660852736 147704 4294967295 134512640 135305190 3220062752 2947882176 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18474/tid=18476] ppid=18286 vsize=645364 CPUtime=928.37
/proc/18474/task/18476/stat : 18476 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 24310 0 0 0 92731 106 0 0 25 0 4 0 1117725266 660852736 147704 4294967295 134512640 135305190 3220062752 2939493184 134551697 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18474/tid=18477] ppid=18286 vsize=645364 CPUtime=928.64
/proc/18474/task/18477/stat : 18477 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 21769 0 0 0 92773 91 0 0 25 0 4 0 1117725266 660852736 147704 4294967295 134512640 135305190 3220062752 2931104960 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3725.44
Current children cumulated vsize (KiB) 647780



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.50 4.54 4.34 5/120 21317
/proc/meminfo: memFree=2293872/3368532 swapFree=1941392/1959888
[pid=18286] ppid=18284 vsize=2416 CPUtime=9.29
/proc/18286/stat : 18286 (manysat.sh) S 18284 18286 12261 0 -1 4194304 370 63203 0 0 0 0 900 29 15 0 1 0 1117724087 2473984 274 4294967295 134512640 135169312 3217858576 3217854792 3084906222 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/18286/statm: 604 274 231 161 0 43 0
[pid=18474] ppid=18286 vsize=664336 CPUtime=3946.46
/proc/18474/stat : 18474 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202496 152399 0 0 0 394220 426 0 0 25 0 4 0 1117725017 680280064 152300 4294967295 134512640 135305190 3220062752 3220060928 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/18474/statm: 166084 152300 79 194 0 165888 0
[pid=18474/tid=18475] ppid=18286 vsize=664336 CPUtime=985.55
/proc/18474/task/18475/stat : 18475 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 10621 0 0 0 98456 99 0 0 25 0 4 0 1117725266 680280064 152300 4294967295 134512640 135305190 3220062752 2947882176 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18474/tid=18476] ppid=18286 vsize=664336 CPUtime=986.06
/proc/18474/task/18476/stat : 18476 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 26063 0 0 0 98494 112 0 0 25 0 4 0 1117725266 680280064 152300 4294967295 134512640 135305190 3220062752 2939493568 134528559 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18474/tid=18477] ppid=18286 vsize=664336 CPUtime=986.12
/proc/18474/task/18477/stat : 18477 (manysat1.1_stat) R 18286 18286 12261 0 -1 4202560 23824 0 0 0 98518 94 0 0 25 0 4 0 1117725266 680280064 152300 4294967295 134512640 135305190 3220062752 2931104960 134528410 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3955.75
Current children cumulated vsize (KiB) 666752

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

Real time (s): 1000.05
CPU time (s): 3955.75
CPU user time (s): 3951.2
CPU system time (s): 4.55
CPU usage (%): 395.554
Max. virtual memory (cumulated for all children) (KiB): 666752

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 19:07:21
IDJOB=1780366
IDBENCH=70996
IDSOLVER=620
FILE ID=/1780366-1243530441
PBS_JOBID=
Free space on /tmp= 15700 MiB

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

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

MD5SUM BENCH= 28e85fc2a4586943a0ffdffa15206b58
RANDOM SEED= 761618124

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.143
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.143
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.143
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.17
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.143
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:       2935692 kB
Buffers:         36000 kB
Cached:         315028 kB
SwapCached:       4320 kB
Active:         167960 kB
Inactive:       194080 kB
HighTotal:     2489216 kB
HighFree:      2161036 kB
LowTotal:       879316 kB
LowFree:        774656 kB
SwapTotal:     1959888 kB
SwapFree:      1941392 kB
Dirty:           31784 kB
Writeback:           0 kB
AnonPages:        9836 kB
Mapped:           4212 kB
Slab:            59764 kB
SReclaimable:    51008 kB
SUnreclaim:       8756 kB
PageTables:        776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   127448 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15667 MiB
End job on  at 2009-05-28 19:24:05