Trace number 1778914

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 1/2009-03-20 (4 threads)? (TO) 3956.26 1000.04

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl128.cnf
MD5SUMd464f22dd212ad9afa317dae82dd7350
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 variables301759
Number of clauses904892
Sum of the clauses size2111412
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2603260
Number of clauses of size 3301630
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Parsing...
0.61/0.69	c ==============================================================================
0.61/0.69	c |           |     ORIGINAL     |              LEARNT              |          |
0.61/0.69	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.61/0.69	c ==============================================================================
0.61/0.69	c |         0 |  904890  2111410 |  271466       0        0     nan |  0.000 % |
9.22/9.28	c |         0 |  561543  1734504 |      --       0       --      -- |     --   | -343345/-376901
9.22/9.29	c ==============================================================================
9.22/9.29	c Result  :   #vars: 110076   #clauses: 561543   #literals: 1734504
9.22/9.29	c CPU time:   9.01 s
9.22/9.29	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-1778914-1243516637/watcher-1778914-1243516637 -o /tmp/evaluation-result-1778914-1243516637/solver-1778914-1243516637 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1778914-1243516637.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.46 4.55 4.48 4/97 25514
/proc/meminfo: memFree=3008676/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2416 CPUtime=0
/proc/25513/stat : 25513 (manysat.sh) R 25511 25513 27966 0 -1 4194304 334 0 0 0 0 0 0 0 19 0 1 0 1116327935 2473984 273 4294967295 134512640 135169312 3216289424 3216287900 3085653876 0 65538 4 65536 0 0 0 17 3 0 0 0
/proc/25513/statm: 604 273 231 161 0 43 0
[pid=25514] ppid=25513 vsize=4440 CPUtime=0.02
/proc/25514/stat : 25514 (SatElite) R 25513 25513 27966 0 -1 4202496 930 0 0 0 1 1 0 0 19 0 1 0 1116327935 4546560 867 4294967295 134512640 135034092 3219220768 3219217112 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25514/statm: 1110 867 49 128 0 980 0

[startup+0.055308 s]
/proc/loadavg: 4.46 4.55 4.48 4/97 25514
/proc/meminfo: memFree=3008676/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2416 CPUtime=0
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 349 0 0 0 0 0 0 0 19 0 1 0 1116327935 2473984 273 4294967295 134512640 135169312 3216289424 3216287960 3085651694 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/25513/statm: 604 273 231 161 0 43 0
[pid=25514] ppid=25513 vsize=10600 CPUtime=0.06
/proc/25514/stat : 25514 (SatElite) R 25513 25513 27966 0 -1 4202496 2459 0 0 0 5 1 0 0 22 0 1 0 1116327935 10854400 2396 4294967295 134512640 135034092 3219220768 3219217112 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25514/statm: 2650 2397 49 128 0 2520 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13016

[startup+0.105303 s]
/proc/loadavg: 4.46 4.55 4.48 4/97 25514
/proc/meminfo: memFree=3008676/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2416 CPUtime=0
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 349 0 0 0 0 0 0 0 19 0 1 0 1116327935 2473984 273 4294967295 134512640 135169312 3216289424 3216287960 3085651694 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/25513/statm: 604 273 231 161 0 43 0
[pid=25514] ppid=25513 vsize=19740 CPUtime=0.11
/proc/25514/stat : 25514 (SatElite) R 25513 25513 27966 0 -1 4202496 4558 0 0 0 9 2 0 0 22 0 1 0 1116327935 20213760 4495 4294967295 134512640 135034092 3219220768 3219216728 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25514/statm: 4935 4495 49 128 0 4805 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 22156

[startup+0.305285 s]
/proc/loadavg: 4.46 4.55 4.48 4/97 25514
/proc/meminfo: memFree=3008676/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2416 CPUtime=0
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 349 0 0 0 0 0 0 0 19 0 1 0 1116327935 2473984 273 4294967295 134512640 135169312 3216289424 3216287960 3085651694 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/25513/statm: 604 273 231 161 0 43 0
[pid=25514] ppid=25513 vsize=60640 CPUtime=0.31
/proc/25514/stat : 25514 (SatElite) R 25513 25513 27966 0 -1 4202496 12538 0 0 0 24 7 0 0 23 0 1 0 1116327935 62095360 12475 4294967295 134512640 135034092 3219220768 3219217112 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25514/statm: 15160 12476 49 128 0 15030 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 63056

[startup+0.705258 s]
/proc/loadavg: 4.46 4.55 4.48 4/97 25514
/proc/meminfo: memFree=3008676/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2416 CPUtime=0
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 349 0 0 0 0 0 0 0 19 0 1 0 1116327935 2473984 273 4294967295 134512640 135169312 3216289424 3216287960 3085651694 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/25513/statm: 604 273 231 161 0 43 0
[pid=25514] ppid=25513 vsize=142024 CPUtime=0.71
/proc/25514/stat : 25514 (SatElite) R 25513 25513 27966 0 -1 4202496 29425 0 0 0 57 14 0 0 25 0 1 0 1116327935 145432576 29362 4294967295 134512640 135034092 3219220768 3219217264 134558534 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25514/statm: 35506 29368 65 128 0 35376 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 144440

[startup+1.50519 s]
/proc/loadavg: 4.18 4.50 4.46 2/98 25515
/proc/meminfo: memFree=2890952/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2416 CPUtime=0
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 349 0 0 0 0 0 0 0 19 0 1 0 1116327935 2473984 273 4294967295 134512640 135169312 3216289424 3216287960 3085651694 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/25513/statm: 604 273 231 161 0 43 0
[pid=25514] ppid=25513 vsize=146320 CPUtime=1.51
/proc/25514/stat : 25514 (SatElite) R 25513 25513 27966 0 -1 4202496 32717 0 0 0 134 17 0 0 25 0 1 0 1116327935 149831680 30116 4294967295 134512640 135034092 3219220768 3219216764 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25514/statm: 36580 30116 67 128 0 36450 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 148736

[startup+3.10505 s]
/proc/loadavg: 4.18 4.50 4.46 2/98 25515
/proc/meminfo: memFree=2883452/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2416 CPUtime=0
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 349 0 0 0 0 0 0 0 19 0 1 0 1116327935 2473984 273 4294967295 134512640 135169312 3216289424 3216287960 3085651694 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/25513/statm: 604 273 231 161 0 43 0
[pid=25514] ppid=25513 vsize=149692 CPUtime=3.11
/proc/25514/stat : 25514 (SatElite) R 25513 25513 27966 0 -1 4202496 33565 0 0 0 293 18 0 0 25 0 1 0 1116327935 153284608 30964 4294967295 134512640 135034092 3219220768 3219216816 134529293 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25514/statm: 37423 30964 67 128 0 37293 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 152108

[startup+6.31479 s]
/proc/loadavg: 3.93 4.44 4.44 2/98 25516
/proc/meminfo: memFree=2850860/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2416 CPUtime=0
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 349 0 0 0 0 0 0 0 19 0 1 0 1116327935 2473984 273 4294967295 134512640 135169312 3216289424 3216287960 3085651694 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/25513/statm: 604 273 231 161 0 43 0
[pid=25514] ppid=25513 vsize=172896 CPUtime=6.32
/proc/25514/stat : 25514 (SatElite) R 25513 25513 27966 0 -1 4202496 39079 0 0 0 609 23 0 0 25 0 1 0 1116327935 177045504 36478 4294967295 134512640 135034092 3219220768 3219216764 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25514/statm: 43224 36478 67 128 0 43094 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 175312

[startup+12.7143 s]
/proc/loadavg: 3.69 4.38 4.42 6/101 25520
/proc/meminfo: memFree=2796504/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2420 CPUtime=10.01
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 371 43251 0 0 0 0 967 34 18 0 1 0 1116327935 2478080 275 4294967295 134512640 135169312 3216289424 3216285640 3085651694 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25513/statm: 605 275 231 161 0 44 0
[pid=25517] ppid=25513 vsize=210772 CPUtime=6.94
/proc/25517/stat : 25517 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202496 43389 0 0 0 567 127 0 0 16 0 4 0 1116328936 215830528 43310 4294967295 134512640 135305190 3217786864 3217785040 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/25517/statm: 52693 43310 79 194 0 52497 0
[pid=25517/tid=25518] ppid=25513 vsize=210772 CPUtime=1.47
/proc/25517/task/25518/stat : 25518 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 1438 0 0 0 117 30 0 0 16 0 4 0 1116329044 215830528 43310 4294967295 134512640 135305190 3217786864 3029101488 134556807 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=25517/tid=25519] ppid=25513 vsize=210772 CPUtime=1.45
/proc/25517/task/25519/stat : 25519 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 1474 0 0 0 120 25 0 0 16 0 4 0 1116329044 215830528 43310 4294967295 134512640 135305190 3217786864 3020713152 134530569 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25517/tid=25520] ppid=25513 vsize=210772 CPUtime=1.45
/proc/25517/task/25520/stat : 25520 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 1506 0 0 0 115 30 0 0 16 0 4 0 1116329046 215830528 43310 4294967295 134512640 135305190 3217786864 3012324544 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 16.95
Current children cumulated vsize (KiB) 213192

[startup+25.5132 s]
/proc/loadavg: 3.96 4.41 4.43 6/101 25521
/proc/meminfo: memFree=2775688/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2420 CPUtime=10.01
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 371 43251 0 0 0 0 967 34 18 0 1 0 1116327935 2478080 275 4294967295 134512640 135169312 3216289424 3216285640 3085651694 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25513/statm: 605 275 231 161 0 44 0
[pid=25517] ppid=25513 vsize=229608 CPUtime=57.95
/proc/25517/stat : 25517 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202496 48032 0 0 0 5657 138 0 0 25 0 4 0 1116328936 235118592 47953 4294967295 134512640 135305190 3217786864 3217785040 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/25517/statm: 57402 47953 79 194 0 57206 0
[pid=25517/tid=25518] ppid=25513 vsize=229608 CPUtime=14.2
/proc/25517/task/25518/stat : 25518 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 2358 0 0 0 1388 32 0 0 25 0 4 0 1116329044 235118592 47953 4294967295 134512640 135305190 3217786864 3029101424 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=25517/tid=25519] ppid=25513 vsize=229608 CPUtime=14.2
/proc/25517/task/25519/stat : 25519 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 3533 0 0 0 1393 27 0 0 25 0 4 0 1116329044 235118592 47953 4294967295 134512640 135305190 3217786864 3020713152 134528480 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25517/tid=25520] ppid=25513 vsize=229608 CPUtime=14.2
/proc/25517/task/25520/stat : 25520 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 2497 0 0 0 1386 34 0 0 25 0 4 0 1116329046 235118592 47953 4294967295 134512640 135305190 3217786864 3012324544 134528520 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 67.96
Current children cumulated vsize (KiB) 232028

[startup+51.1111 s]
/proc/loadavg: 4.22 4.44 4.44 6/101 25706
/proc/meminfo: memFree=2751048/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2420 CPUtime=10.01
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 371 43251 0 0 0 0 967 34 18 0 1 0 1116327935 2478080 275 4294967295 134512640 135169312 3216289424 3216285640 3085651694 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25513/statm: 605 275 231 161 0 44 0
[pid=25517] ppid=25513 vsize=252596 CPUtime=160.02
/proc/25517/stat : 25517 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202496 53871 0 0 0 15852 150 0 0 25 0 4 0 1116328936 258658304 53792 4294967295 134512640 135305190 3217786864 3217785040 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/25517/statm: 63149 53792 79 194 0 62953 0
[pid=25517/tid=25518] ppid=25513 vsize=252596 CPUtime=39.79
/proc/25517/task/25518/stat : 25518 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 3368 0 0 0 3946 33 0 0 25 0 4 0 1116329044 258658304 53792 4294967295 134512640 135305190 3217786864 3029101760 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=25517/tid=25519] ppid=25513 vsize=252596 CPUtime=39.72
/proc/25517/task/25519/stat : 25519 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 6141 0 0 0 3943 29 0 0 25 0 4 0 1116329044 258658304 53792 4294967295 134512640 135305190 3217786864 3020712832 134553353 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25517/tid=25520] ppid=25513 vsize=252596 CPUtime=39.63
/proc/25517/task/25520/stat : 25520 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 3433 0 0 0 3923 40 0 0 25 0 4 0 1116329046 258658304 53792 4294967295 134512640 135305190 3217786864 3012324272 134557370 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 170.03
Current children cumulated vsize (KiB) 255016

[startup+102.317 s]
/proc/loadavg: 4.24 4.40 4.43 5/101 25893
/proc/meminfo: memFree=2718360/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2420 CPUtime=10.01
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 371 43251 0 0 0 0 967 34 18 0 1 0 1116327935 2478080 275 4294967295 134512640 135169312 3216289424 3216285640 3085651694 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25513/statm: 605 275 231 161 0 44 0
[pid=25517] ppid=25513 vsize=284636 CPUtime=364.25
/proc/25517/stat : 25517 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202496 61970 0 0 0 36250 175 0 0 25 0 4 0 1116328936 291467264 61891 4294967295 134512640 135305190 3217786864 3217785040 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/25517/statm: 71159 61891 79 194 0 70963 0
[pid=25517/tid=25518] ppid=25513 vsize=284636 CPUtime=90.73
/proc/25517/task/25518/stat : 25518 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 4908 0 0 0 9028 45 0 0 25 0 4 0 1116329044 291467264 61891 4294967295 134512640 135305190 3217786864 3029101424 134551651 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25517/tid=25519] ppid=25513 vsize=284636 CPUtime=90.74
/proc/25517/task/25519/stat : 25519 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 9920 0 0 0 9042 32 0 0 25 0 4 0 1116329044 291467264 61891 4294967295 134512640 135305190 3217786864 3020712768 134551628 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25517/tid=25520] ppid=25513 vsize=284636 CPUtime=90.82
/proc/25517/task/25520/stat : 25520 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 4620 0 0 0 9038 44 0 0 25 0 4 0 1116329046 291467264 61891 4294967295 134512640 135305190 3217786864 3012324544 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 374.26
Current children cumulated vsize (KiB) 287056

[startup+162.312 s]
/proc/loadavg: 4.32 4.39 4.42 5/101 26081
/proc/meminfo: memFree=2679912/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2420 CPUtime=10.01
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 371 43251 0 0 0 0 967 34 18 0 1 0 1116327935 2478080 275 4294967295 134512640 135169312 3216289424 3216285640 3085651694 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25513/statm: 605 275 231 161 0 44 0
[pid=25517] ppid=25513 vsize=322744 CPUtime=603.86
/proc/25517/stat : 25517 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202496 71251 0 0 0 60182 204 0 0 25 0 4 0 1116328936 330489856 71137 4294967295 134512640 135305190 3217786864 3217785040 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/25517/statm: 80686 71137 79 194 0 80490 0
[pid=25517/tid=25518] ppid=25513 vsize=322744 CPUtime=150.65
/proc/25517/task/25518/stat : 25518 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 6511 0 0 0 15013 52 0 0 25 0 4 0 1116329044 330489856 71137 4294967295 134512640 135305190 3217786864 3029101504 134542048 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=25517/tid=25519] ppid=25513 vsize=322744 CPUtime=150.68
/proc/25517/task/25519/stat : 25519 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 13552 0 0 0 15030 38 0 0 25 0 4 0 1116329044 330489856 71137 4294967295 134512640 135305190 3217786864 3020713152 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25517/tid=25520] ppid=25513 vsize=322744 CPUtime=150.82
/proc/25517/task/25520/stat : 25520 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 6950 0 0 0 15032 50 0 0 25 0 4 0 1116329046 330489856 71137 4294967295 134512640 135305190 3217786864 3012324272 134557217 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 613.87
Current children cumulated vsize (KiB) 325164

[startup+222.317 s]
/proc/loadavg: 4.19 4.33 4.39 5/101 26272
/proc/meminfo: memFree=2647648/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2420 CPUtime=10.01

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

/proc/25517/task/25520/stat : 25520 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 14752 0 0 0 50942 81 0 0 25 0 4 0 1116329046 536092672 121041 4294967295 134512640 135305190 3217786864 3012324208 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2050.1
Current children cumulated vsize (KiB) 525948

[startup+582.317 s]
/proc/loadavg: 4.63 4.44 4.40 7/102 27307
/proc/meminfo: memFree=2437468/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2420 CPUtime=10.01
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 371 43251 0 0 0 0 967 34 18 0 1 0 1116327935 2478080 275 4294967295 134512640 135169312 3216289424 3216285640 3085651694 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25513/statm: 605 275 231 161 0 44 0
[pid=25517] ppid=25513 vsize=566972 CPUtime=2279.64
/proc/25517/stat : 25517 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202496 131992 0 0 0 227584 380 0 0 25 0 4 0 1116328936 580579328 131864 4294967295 134512640 135305190 3217786864 3217785040 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/25517/statm: 141743 131864 79 194 0 141547 0
[pid=25517/tid=25518] ppid=25513 vsize=566972 CPUtime=568.62
/proc/25517/task/25518/stat : 25518 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 16507 0 0 0 56768 94 0 0 25 0 4 0 1116329044 580579328 131864 4294967295 134512640 135305190 3217786864 3029101760 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25517/tid=25519] ppid=25513 vsize=566972 CPUtime=569.97
/proc/25517/task/25519/stat : 25519 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 44219 0 0 0 56912 85 0 0 25 0 4 0 1116329044 580579328 131864 4294967295 134512640 135305190 3217786864 3020712768 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=25517/tid=25520] ppid=25513 vsize=566972 CPUtime=570.25
/proc/25517/task/25520/stat : 25520 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 16315 0 0 0 56936 89 0 0 25 0 4 0 1116329046 580579328 131864 4294967295 134512640 135305190 3217786864 3012324208 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2289.65
Current children cumulated vsize (KiB) 569392

[startup+642.312 s]
/proc/loadavg: 4.50 4.42 4.39 6/102 27483
/proc/meminfo: memFree=2403460/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2420 CPUtime=10.01
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 371 43251 0 0 0 0 967 34 18 0 1 0 1116327935 2478080 275 4294967295 134512640 135169312 3216289424 3216285640 3085651694 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25513/statm: 605 275 231 161 0 44 0
[pid=25517] ppid=25513 vsize=600816 CPUtime=2519.14
/proc/25517/stat : 25517 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202496 140527 0 0 0 251509 405 0 0 25 0 4 0 1116328936 615235584 140374 4294967295 134512640 135305190 3217786864 3217785040 134528406 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/25517/statm: 150204 140374 79 194 0 150008 0
[pid=25517/tid=25518] ppid=25513 vsize=600816 CPUtime=628.6
/proc/25517/task/25518/stat : 25518 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 18296 0 0 0 62762 98 0 0 25 0 4 0 1116329044 615235584 140374 4294967295 134512640 135305190 3217786864 3029101760 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25517/tid=25519] ppid=25513 vsize=600816 CPUtime=629.79
/proc/25517/task/25519/stat : 25519 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 47737 0 0 0 62887 92 0 0 25 0 4 0 1116329044 615235584 140374 4294967295 134512640 135305190 3217786864 3020713152 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=25517/tid=25520] ppid=25513 vsize=600816 CPUtime=629.97
/proc/25517/task/25520/stat : 25520 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 17761 0 0 0 62903 94 0 0 25 0 4 0 1116329046 615235584 140374 4294967295 134512640 135305190 3217786864 3012324544 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2529.15
Current children cumulated vsize (KiB) 603236

[startup+702.317 s]
/proc/loadavg: 4.37 4.39 4.37 6/101 27786
/proc/meminfo: memFree=2393468/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2420 CPUtime=10.01
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 371 43251 0 0 0 0 967 34 18 0 1 0 1116327935 2478080 275 4294967295 134512640 135169312 3216289424 3216285640 3085651694 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25513/statm: 605 275 231 161 0 44 0
[pid=25517] ppid=25513 vsize=610712 CPUtime=2758.42
/proc/25517/stat : 25517 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202496 143097 0 0 0 275414 428 0 0 25 0 4 0 1116328936 625369088 142942 4294967295 134512640 135305190 3217786864 3217784704 134551651 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/25517/statm: 152678 142942 79 194 0 152482 0
[pid=25517/tid=25518] ppid=25513 vsize=610712 CPUtime=688.51
/proc/25517/task/25518/stat : 25518 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 18865 0 0 0 68748 103 0 0 25 0 4 0 1116329044 625369088 142942 4294967295 134512640 135305190 3217786864 3029101760 134528503 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25517/tid=25519] ppid=25513 vsize=610712 CPUtime=689.74
/proc/25517/task/25519/stat : 25519 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 48613 0 0 0 68878 96 0 0 25 0 4 0 1116329044 625369088 142942 4294967295 134512640 135305190 3217786864 3020713152 134528406 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=25517/tid=25520] ppid=25513 vsize=610712 CPUtime=689.84
/proc/25517/task/25520/stat : 25520 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 18319 0 0 0 68887 97 0 0 25 0 4 0 1116329046 625369088 142942 4294967295 134512640 135305190 3217786864 3012324544 134528195 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2768.43
Current children cumulated vsize (KiB) 613132

[startup+762.312 s]
/proc/loadavg: 4.51 4.41 4.38 6/102 27852
/proc/meminfo: memFree=2342276/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2420 CPUtime=10.01
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 371 43251 0 0 0 0 967 34 18 0 1 0 1116327935 2478080 275 4294967295 134512640 135169312 3216289424 3216285640 3085651694 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25513/statm: 605 275 231 161 0 44 0
[pid=25517] ppid=25513 vsize=661272 CPUtime=2997.94
/proc/25517/stat : 25517 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202496 155885 0 0 0 299339 455 0 0 25 0 4 0 1116328936 677142528 155730 4294967295 134512640 135305190 3217786864 3217785040 134528189 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/25517/statm: 165318 155730 79 194 0 165122 0
[pid=25517/tid=25518] ppid=25513 vsize=661272 CPUtime=748.26
/proc/25517/task/25518/stat : 25518 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 21397 0 0 0 74717 109 0 0 25 0 4 0 1116329044 677142528 155730 4294967295 134512640 135305190 3217786864 3029101760 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25517/tid=25519] ppid=25513 vsize=661272 CPUtime=749.68
/proc/25517/task/25519/stat : 25519 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 53435 0 0 0 74866 102 0 0 25 0 4 0 1116329044 677142528 155730 4294967295 134512640 135305190 3217786864 3020712832 134552908 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=25517/tid=25520] ppid=25513 vsize=661272 CPUtime=749.84
/proc/25517/task/25520/stat : 25520 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 20986 0 0 0 74882 102 0 0 25 0 4 0 1116329046 677142528 155730 4294967295 134512640 135305190 3217786864 3012324544 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3007.95
Current children cumulated vsize (KiB) 663692

[startup+822.307 s]
/proc/loadavg: 4.40 4.39 4.37 5/101 28164
/proc/meminfo: memFree=2334360/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2420 CPUtime=10.01
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 371 43251 0 0 0 0 967 34 18 0 1 0 1116327935 2478080 275 4294967295 134512640 135169312 3216289424 3216285640 3085651694 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25513/statm: 605 275 231 161 0 44 0
[pid=25517] ppid=25513 vsize=668628 CPUtime=3237.04
/proc/25517/stat : 25517 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202496 157832 0 0 0 323237 467 0 0 25 0 4 0 1116328936 684675072 157677 4294967295 134512640 135305190 3217786864 3217785040 134528319 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/25517/statm: 167157 157677 79 194 0 166961 0
[pid=25517/tid=25518] ppid=25513 vsize=668628 CPUtime=808.22
/proc/25517/task/25518/stat : 25518 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 21706 0 0 0 80711 111 0 0 25 0 4 0 1116329044 684675072 157677 4294967295 134512640 135305190 3217786864 3029101752 134570422 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25517/tid=25519] ppid=25513 vsize=668628 CPUtime=809.48
/proc/25517/task/25519/stat : 25519 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 54237 0 0 0 80844 104 0 0 25 0 4 0 1116329044 684675072 157677 4294967295 134512640 135305190 3217786864 3020713152 134528515 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=25517/tid=25520] ppid=25513 vsize=668628 CPUtime=809.4
/proc/25517/task/25520/stat : 25520 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 21404 0 0 0 80832 108 0 0 25 0 4 0 1116329046 684675072 157677 4294967295 134512640 135305190 3217786864 3012324272 134556558 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3247.05
Current children cumulated vsize (KiB) 671048

[startup+882.312 s]
/proc/loadavg: 4.35 4.37 4.36 7/102 28231
/proc/meminfo: memFree=2306572/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2420 CPUtime=10.01
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 371 43251 0 0 0 0 967 34 18 0 1 0 1116327935 2478080 275 4294967295 134512640 135169312 3216289424 3216285640 3085651694 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25513/statm: 605 275 231 161 0 44 0
[pid=25517] ppid=25513 vsize=697388 CPUtime=3476.58
/proc/25517/stat : 25517 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202496 164667 0 0 0 347156 502 0 0 25 0 4 0 1116328936 714125312 164512 4294967295 134512640 135305190 3217786864 3217785040 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/25517/statm: 174347 164512 79 194 0 174151 0
[pid=25517/tid=25518] ppid=25513 vsize=697388 CPUtime=868.16
/proc/25517/task/25518/stat : 25518 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 22932 0 0 0 86698 118 0 0 25 0 4 0 1116329044 714125312 164512 4294967295 134512640 135305190 3217786864 3029101760 134528512 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25517/tid=25519] ppid=25513 vsize=697388 CPUtime=869.49
/proc/25517/task/25519/stat : 25519 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 56591 0 0 0 86837 112 0 0 25 0 4 0 1116329044 714125312 164512 4294967295 134512640 135305190 3217786864 3020713152 134528958 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=25517/tid=25520] ppid=25513 vsize=697388 CPUtime=869.39
/proc/25517/task/25520/stat : 25520 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 23346 0 0 0 86822 117 0 0 25 0 4 0 1116329046 714125312 164512 4294967295 134512640 135305190 3217786864 3012324544 134528814 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3486.59
Current children cumulated vsize (KiB) 699808

[startup+942.307 s]
/proc/loadavg: 4.55 4.41 4.37 6/102 28402
/proc/meminfo: memFree=2274564/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2420 CPUtime=10.01
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 371 43251 0 0 0 0 967 34 18 0 1 0 1116327935 2478080 275 4294967295 134512640 135169312 3216289424 3216285640 3085651694 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25513/statm: 605 275 231 161 0 44 0
[pid=25517] ppid=25513 vsize=731036 CPUtime=3715.88
/proc/25517/stat : 25517 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202496 172572 0 0 0 371059 529 0 0 25 0 4 0 1116328936 748580864 172417 4294967295 134512640 135305190 3217786864 3217784768 134557484 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/25517/statm: 182759 172417 79 194 0 182563 0
[pid=25517/tid=25518] ppid=25513 vsize=731036 CPUtime=927.92
/proc/25517/task/25518/stat : 25518 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 24582 0 0 0 92667 125 0 0 25 0 4 0 1116329044 748580864 172417 4294967295 134512640 135305190 3217786864 3029101760 134530592 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25517/tid=25519] ppid=25513 vsize=731036 CPUtime=929.45
/proc/25517/task/25519/stat : 25519 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 59360 0 0 0 92823 122 0 0 25 0 4 0 1116329044 748580864 172417 4294967295 134512640 135305190 3217786864 3020712900 134837724 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25517/tid=25520] ppid=25513 vsize=731036 CPUtime=929.34
/proc/25517/task/25520/stat : 25520 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 24903 0 0 0 92815 119 0 0 25 0 4 0 1116329046 748580864 172417 4294967295 134512640 135305190 3217786864 3012324544 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3725.89
Current children cumulated vsize (KiB) 733456



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.42 4.41 4.37 6/102 28600
/proc/meminfo: memFree=2265980/3368532 swapFree=1953788/1959888
[pid=25513] ppid=25511 vsize=2420 CPUtime=10.01
/proc/25513/stat : 25513 (manysat.sh) S 25511 25513 27966 0 -1 4194304 371 43251 0 0 0 0 967 34 18 0 1 0 1116327935 2478080 275 4294967295 134512640 135169312 3216289424 3216285640 3085651694 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25513/statm: 605 275 231 161 0 44 0
[pid=25517] ppid=25513 vsize=739740 CPUtime=3946.25
/proc/25517/stat : 25517 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202496 174865 0 0 0 394086 539 0 0 25 0 4 0 1116328936 757493760 174701 4294967295 134512640 135305190 3217786864 3217784768 134556792 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/25517/statm: 184935 174701 79 194 0 184739 0
[pid=25517/tid=25518] ppid=25513 vsize=739740 CPUtime=985.62
/proc/25517/task/25518/stat : 25518 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 25198 0 0 0 98435 127 0 0 25 0 4 0 1116329044 757493760 174701 4294967295 134512640 135305190 3217786864 3029101760 134528512 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25517/tid=25519] ppid=25513 vsize=739740 CPUtime=987.08
/proc/25517/task/25519/stat : 25519 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 59939 0 0 0 98586 122 0 0 25 0 4 0 1116329044 757493760 174701 4294967295 134512640 135305190 3217786864 3020712900 134840070 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25517/tid=25520] ppid=25513 vsize=739740 CPUtime=986.83
/proc/25517/task/25520/stat : 25520 (manysat1.1_stat) R 25513 25513 27966 0 -1 4202560 25326 0 0 0 98561 122 0 0 25 0 4 0 1116329046 757493760 174701 4294967295 134512640 135305190 3217786864 3012324272 134557554 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3956.26
Current children cumulated vsize (KiB) 742160

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 25513 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=670000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=340000
# CPU time returned by wait4() is 10.01
# while last known CPU time is 3956.26
#
# 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): 3956.26
CPU user time (s): 3950.53
CPU system time (s): 5.73
CPU usage (%): 395.609
Max. virtual memory (cumulated for all children) (KiB): 742160

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 15:17:17
IDJOB=1778914
IDBENCH=70782
IDSOLVER=623
FILE ID=/1778914-1243516637
PBS_JOBID=
Free space on /tmp= 6460 MiB

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

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

MD5SUM BENCH= d464f22dd212ad9afa317dae82dd7350
RANDOM SEED= 741962429

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.41
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.12
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       3011044 kB
Buffers:         51004 kB
Cached:         207284 kB
SwapCached:       2256 kB
Active:         130716 kB
Inactive:       137364 kB
HighTotal:     2489216 kB
HighFree:      2271080 kB
LowTotal:       879316 kB
LowFree:        739964 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:           18276 kB
Writeback:           0 kB
AnonPages:        8832 kB
Mapped:           3232 kB
Slab:            80908 kB
SReclaimable:    67408 kB
SUnreclaim:      13500 kB
PageTables:        464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88684 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6416 MiB
End job on  at 2009-05-28 15:34:01