Trace number 1780576

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) 3960.76 1000.06

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-20-10p1.cnf
MD5SUM4454a006891d750fc88d47a8b0848855
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 variables259258
Number of clauses1388006
Sum of the clauses size3352067
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981733
Number of clauses of size 3327764
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.20/1.27	c ==============================================================================
1.20/1.27	c |           |     ORIGINAL     |              LEARNT              |          |
1.20/1.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.20/1.27	c ==============================================================================
1.20/1.27	c |         0 | 1373987  3337178 |  412196       0        0     nan |  0.000 % |
6.80/6.83	c |         0 |  956610  2684218 |      --       0       --      -- |     --   | -115260/34351
6.80/6.83	c ==============================================================================
6.80/6.83	c Result  :   #vars: 137954   #clauses: 956610   #literals: 2684218
6.80/6.83	c CPU time:   6.62 s
6.80/6.83	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-1780576-1243532821/watcher-1780576-1243532821 -o /tmp/evaluation-result-1780576-1243532821/solver-1780576-1243532821 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780576-1243532821.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: 4.42 4.50 4.37 3/99 4716
/proc/meminfo: memFree=2947224/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2412 CPUtime=0
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1117946713 2469888 273 4294967295 134512640 135169312 3214767392 3214765928 3085278958 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4716/statm: 603 273 231 161 0 42 0
[pid=4717] ppid=4716 vsize=2428 CPUtime=0
/proc/4717/stat : 4717 (SatElite) R 4716 4716 19648 0 -1 4202496 405 0 0 0 0 0 0 0 18 0 1 0 1117946713 2486272 341 4294967295 134512640 135034092 3214927120 3214923232 134675816 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4717/statm: 607 345 49 128 0 477 0

[startup+0.040279 s]
/proc/loadavg: 4.42 4.50 4.37 3/99 4716
/proc/meminfo: memFree=2947224/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2412 CPUtime=0
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1117946713 2469888 273 4294967295 134512640 135169312 3214767392 3214765928 3085278958 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4716/statm: 603 273 231 161 0 42 0
[pid=4717] ppid=4716 vsize=25320 CPUtime=0.03
/proc/4717/stat : 4717 (SatElite) R 4716 4716 19648 0 -1 4202496 4272 0 0 0 2 1 0 0 18 0 1 0 1117946713 25927680 4040 4294967295 134512640 135034092 3214927120 3214923408 134544732 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4717/statm: 6330 4042 49 128 0 6200 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27732

[startup+0.110272 s]
/proc/loadavg: 4.42 4.50 4.37 3/99 4716
/proc/meminfo: memFree=2947224/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2412 CPUtime=0
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1117946713 2469888 273 4294967295 134512640 135169312 3214767392 3214765928 3085278958 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4716/statm: 603 273 231 161 0 42 0
[pid=4717] ppid=4716 vsize=32344 CPUtime=0.1
/proc/4717/stat : 4717 (SatElite) R 4716 4716 19648 0 -1 4202496 7184 0 0 0 9 1 0 0 18 0 1 0 1117946713 33120256 6952 4294967295 134512640 135034092 3214927120 3214923080 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4717/statm: 8086 6953 49 128 0 7956 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 34756

[startup+0.310253 s]
/proc/loadavg: 4.42 4.50 4.37 3/99 4716
/proc/meminfo: memFree=2947224/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2412 CPUtime=0
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1117946713 2469888 273 4294967295 134512640 135169312 3214767392 3214765928 3085278958 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4716/statm: 603 273 231 161 0 42 0
[pid=4717] ppid=4716 vsize=53548 CPUtime=0.3
/proc/4717/stat : 4717 (SatElite) R 4716 4716 19648 0 -1 4202496 12376 0 0 0 26 4 0 0 18 0 1 0 1117946713 54833152 12144 4294967295 134512640 135034092 3214927120 3214923464 134691005 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4717/statm: 13387 12145 49 128 0 13257 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 55960

[startup+0.710215 s]
/proc/loadavg: 4.42 4.50 4.37 3/99 4716
/proc/meminfo: memFree=2947224/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2412 CPUtime=0
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1117946713 2469888 273 4294967295 134512640 135169312 3214767392 3214765928 3085278958 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4716/statm: 603 273 231 161 0 42 0
[pid=4717] ppid=4716 vsize=79488 CPUtime=0.7
/proc/4717/stat : 4717 (SatElite) R 4716 4716 19648 0 -1 4202496 18875 0 0 0 61 9 0 0 18 0 1 0 1117946713 81395712 18643 4294967295 134512640 135034092 3214927120 3214923112 134673244 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4717/statm: 19872 18643 49 128 0 19742 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 81900

[startup+1.51014 s]
/proc/loadavg: 4.42 4.50 4.37 2/101 4718
/proc/meminfo: memFree=2840368/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2412 CPUtime=0
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1117946713 2469888 273 4294967295 134512640 135169312 3214767392 3214765928 3085278958 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4716/statm: 603 273 231 161 0 42 0
[pid=4717] ppid=4716 vsize=129048 CPUtime=1.5
/proc/4717/stat : 4717 (SatElite) R 4716 4716 19648 0 -1 4202496 30908 0 0 0 135 15 0 0 20 0 1 0 1117946713 132145152 30612 4294967295 134512640 135034092 3214927120 3214924160 134536786 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4717/statm: 32262 30612 63 128 0 32132 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 131460

[startup+3.10999 s]
/proc/loadavg: 4.42 4.50 4.37 2/101 4719
/proc/meminfo: memFree=2807476/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2412 CPUtime=0
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1117946713 2469888 273 4294967295 134512640 135169312 3214767392 3214765928 3085278958 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4716/statm: 603 273 231 161 0 42 0
[pid=4717] ppid=4716 vsize=151368 CPUtime=3.1
/proc/4717/stat : 4717 (SatElite) R 4716 4716 19648 0 -1 4202496 39765 0 0 0 292 18 0 0 25 0 1 0 1117946713 155000832 35928 4294967295 134512640 135034092 3214927120 3214923420 134529192 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4717/statm: 37842 35928 67 128 0 37712 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 153780

[startup+6.30968 s]
/proc/loadavg: 4.14 4.44 4.36 2/101 4720
/proc/meminfo: memFree=2796116/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2412 CPUtime=0
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1117946713 2469888 273 4294967295 134512640 135169312 3214767392 3214765928 3085278958 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/4716/statm: 603 273 231 161 0 42 0
[pid=4717] ppid=4716 vsize=152276 CPUtime=6.3
/proc/4717/stat : 4717 (SatElite) R 4716 4716 19648 0 -1 4202496 46531 0 0 0 609 21 0 0 25 0 1 0 1117946713 155930624 36231 4294967295 134512640 135034092 3214927120 3214923360 134566339 0 0 0 3 0 0 0 17 3 0 0 0
/proc/4717/statm: 38069 36231 67 128 0 37939 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 154688

[startup+12.7091 s]
/proc/loadavg: 3.89 4.38 4.34 7/104 4725
/proc/meminfo: memFree=2660404/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2416 CPUtime=7.98
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 369 49232 0 0 0 0 772 26 18 0 1 0 1117946713 2473984 274 4294967295 134512640 135169312 3214767392 3214763608 3085278958 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/4716/statm: 604 274 231 161 0 43 0
[pid=4722] ppid=4716 vsize=289884 CPUtime=11.84
/proc/4722/stat : 4722 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202496 64884 0 0 0 1133 51 0 0 16 0 4 0 1117947512 296841216 64820 4294967295 134512640 135305190 3216602832 3216601008 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/4722/statm: 72471 64820 79 194 0 72275 0
[pid=4722/tid=4723] ppid=4716 vsize=289884 CPUtime=2.44
/proc/4722/task/4723/stat : 4723 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 1240 0 0 0 237 7 0 0 16 0 4 0 1117947722 296841216 64820 4294967295 134512640 135305190 3216602832 3016150208 134528341 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4722/tid=4724] ppid=4716 vsize=289884 CPUtime=2.47
/proc/4722/task/4724/stat : 4724 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 1073 0 0 0 233 14 0 0 16 0 4 0 1117947722 296841216 64820 4294967295 134512640 135305190 3216602832 3007761544 134839991 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4722/tid=4725] ppid=4716 vsize=289884 CPUtime=2.44
/proc/4722/task/4725/stat : 4725 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 1308 0 0 0 239 5 0 0 16 0 4 0 1117947722 296841216 64820 4294967295 134512640 135305190 3216602832 2999372992 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 19.82
Current children cumulated vsize (KiB) 292300

[startup+25.5079 s]
/proc/loadavg: 4.20 4.43 4.35 6/104 4725
/proc/meminfo: memFree=2651184/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2416 CPUtime=7.98
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 369 49232 0 0 0 0 772 26 18 0 1 0 1117946713 2473984 274 4294967295 134512640 135169312 3214767392 3214763608 3085278958 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/4716/statm: 604 274 231 161 0 43 0
[pid=4722] ppid=4716 vsize=298140 CPUtime=62.84
/proc/4722/stat : 4722 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202496 67264 0 0 0 6225 59 0 0 25 0 4 0 1117947512 305295360 67200 4294967295 134512640 135305190 3216602832 3216601008 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/4722/statm: 74535 67200 79 194 0 74339 0
[pid=4722/tid=4723] ppid=4716 vsize=298140 CPUtime=15.2
/proc/4722/task/4723/stat : 4723 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 1719 0 0 0 1513 7 0 0 25 0 4 0 1117947722 305295360 67200 4294967295 134512640 135305190 3216602832 3016150208 134528215 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4722/tid=4724] ppid=4716 vsize=298140 CPUtime=15.17
/proc/4722/task/4724/stat : 4724 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 1883 0 0 0 1498 19 0 0 25 0 4 0 1117947722 305295360 67200 4294967295 134512640 135305190 3216602832 3007761544 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4722/tid=4725] ppid=4716 vsize=298140 CPUtime=15.19
/proc/4722/task/4725/stat : 4725 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 1711 0 0 0 1512 7 0 0 25 0 4 0 1117947722 305295360 67200 4294967295 134512640 135305190 3216602832 2999372992 134528548 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 70.82
Current children cumulated vsize (KiB) 300556

[startup+51.1054 s]
/proc/loadavg: 4.13 4.39 4.34 5/104 4911
/proc/meminfo: memFree=2626780/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2416 CPUtime=7.98
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 369 49232 0 0 0 0 772 26 18 0 1 0 1117946713 2473984 274 4294967295 134512640 135169312 3214767392 3214763608 3085278958 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/4716/statm: 604 274 231 161 0 43 0
[pid=4722] ppid=4716 vsize=322380 CPUtime=164.79
/proc/4722/stat : 4722 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202496 73370 0 0 0 16405 74 0 0 25 0 4 0 1117947512 330117120 73306 4294967295 134512640 135305190 3216602832 3216601008 134528189 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/4722/statm: 80595 73306 79 194 0 80399 0
[pid=4722/tid=4723] ppid=4716 vsize=322380 CPUtime=40.59
/proc/4722/task/4723/stat : 4723 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 2774 0 0 0 4044 15 0 0 25 0 4 0 1117947722 330117120 73306 4294967295 134512640 135305190 3216602832 3016149808 134857151 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4722/tid=4724] ppid=4716 vsize=322380 CPUtime=40.67
/proc/4722/task/4724/stat : 4724 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 4106 0 0 0 4046 21 0 0 25 0 4 0 1117947722 330117120 73306 4294967295 134512640 135305190 3216602832 3007761344 134542402 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4722/tid=4725] ppid=4716 vsize=322380 CPUtime=40.78
/proc/4722/task/4725/stat : 4725 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 2883 0 0 0 4067 11 0 0 25 0 4 0 1117947722 330117120 73306 4294967295 134512640 135305190 3216602832 2999372992 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 172.77
Current children cumulated vsize (KiB) 324796

[startup+102.311 s]
/proc/loadavg: 4.20 4.37 4.34 6/104 5097
/proc/meminfo: memFree=2585684/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2416 CPUtime=7.98
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 369 49232 0 0 0 0 772 26 18 0 1 0 1117946713 2473984 274 4294967295 134512640 135169312 3214767392 3214763608 3085278958 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/4716/statm: 604 274 231 161 0 43 0
[pid=4722] ppid=4716 vsize=363044 CPUtime=369.02
/proc/4722/stat : 4722 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202496 83501 0 0 0 36799 103 0 0 25 0 4 0 1117947512 371757056 83416 4294967295 134512640 135305190 3216602832 3216600672 134551651 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/4722/statm: 90761 83416 79 194 0 90565 0
[pid=4722/tid=4723] ppid=4716 vsize=363044 CPUtime=91.54
/proc/4722/task/4723/stat : 4723 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 4657 0 0 0 9132 22 0 0 25 0 4 0 1117947722 371757056 83416 4294967295 134512640 135305190 3216602832 3016150208 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4722/tid=4724] ppid=4716 vsize=363044 CPUtime=91.82
/proc/4722/task/4724/stat : 4724 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 6826 0 0 0 9157 25 0 0 25 0 4 0 1117947722 371757056 83416 4294967295 134512640 135305190 3216602832 3007761544 134838901 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4722/tid=4725] ppid=4716 vsize=363044 CPUtime=91.87
/proc/4722/task/4725/stat : 4725 (manysat1.1_stat) S 4716 4716 19648 0 -1 4202560 5353 0 0 0 9166 21 0 0 25 0 4 0 1117947722 371757056 83416 4294967295 134512640 135305190 3216602832 2999372916 134694990 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 377
Current children cumulated vsize (KiB) 365460

[startup+162.315 s]
/proc/loadavg: 4.36 4.39 4.35 6/104 5286
/proc/meminfo: memFree=2530020/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2416 CPUtime=7.98
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 369 49232 0 0 0 0 772 26 18 0 1 0 1117946713 2473984 274 4294967295 134512640 135169312 3214767392 3214763608 3085278958 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/4716/statm: 604 274 231 161 0 43 0
[pid=4722] ppid=4716 vsize=419364 CPUtime=608.57
/proc/4722/stat : 4722 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202496 97536 0 0 0 60721 136 0 0 25 0 4 0 1117947512 429428736 97451 4294967295 134512640 135305190 3216602832 3216600896 134529062 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/4722/statm: 104841 97451 79 194 0 104645 0
[pid=4722/tid=4723] ppid=4716 vsize=419364 CPUtime=151.53
/proc/4722/task/4723/stat : 4723 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 7717 0 0 0 15123 30 0 0 25 0 4 0 1117947722 429428736 97451 4294967295 134512640 135305190 3216602832 3016150152 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4722/tid=4724] ppid=4716 vsize=419364 CPUtime=151.58
/proc/4722/task/4724/stat : 4724 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 10435 0 0 0 15123 35 0 0 25 0 4 0 1117947722 429428736 97451 4294967295 134512640 135305190 3216602832 3007761600 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4722/tid=4725] ppid=4716 vsize=419364 CPUtime=151.75
/proc/4722/task/4725/stat : 4725 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 9042 0 0 0 15145 30 0 0 25 0 4 0 1117947722 429428736 97451 4294967295 134512640 135305190 3216602832 2999372992 134528539 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 616.55
Current children cumulated vsize (KiB) 421780

[startup+222.309 s]
/proc/loadavg: 4.40 4.39 4.35 5/104 5472
/proc/meminfo: memFree=2510312/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2416 CPUtime=7.98

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

/proc/4722/task/4725/stat : 4725 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 19429 0 0 0 51083 64 0 0 25 0 4 0 1117947722 544370688 125378 4294967295 134512640 135305190 3216602832 2999372992 134528406 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2053.15
Current children cumulated vsize (KiB) 534028

[startup+582.305 s]
/proc/loadavg: 4.74 4.54 4.41 7/105 6559
/proc/meminfo: memFree=2415204/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2416 CPUtime=7.98
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 369 49232 0 0 0 0 772 26 18 0 1 0 1117946713 2473984 274 4294967295 134512640 135169312 3214767392 3214763608 3085278958 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/4716/statm: 604 274 231 161 0 43 0
[pid=4722] ppid=4716 vsize=533412 CPUtime=2284.53
/proc/4722/stat : 4722 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202496 125972 0 0 0 228175 278 0 0 25 0 4 0 1117947512 546213888 125887 4294967295 134512640 135305190 3216602832 3216601008 134528319 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/4722/statm: 133353 125887 79 194 0 133157 0
[pid=4722/tid=4723] ppid=4716 vsize=533412 CPUtime=569.78
/proc/4722/task/4723/stat : 4723 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 11217 0 0 0 56907 71 0 0 25 0 4 0 1117947722 546213888 125887 4294967295 134512640 135305190 3216602832 3016150208 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4722/tid=4724] ppid=4716 vsize=533412 CPUtime=570.53
/proc/4722/task/4724/stat : 4724 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 19785 0 0 0 56983 70 0 0 25 0 4 0 1117947722 546213888 125887 4294967295 134512640 135305190 3216602832 3007761600 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4722/tid=4725] ppid=4716 vsize=533412 CPUtime=571.47
/proc/4722/task/4725/stat : 4725 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 19487 0 0 0 57078 69 0 0 25 0 4 0 1117947722 546213888 125887 4294967295 134512640 135305190 3216602832 2999372992 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2292.51
Current children cumulated vsize (KiB) 535828

[startup+642.309 s]
/proc/loadavg: 4.61 4.53 4.42 5/104 6798
/proc/meminfo: memFree=2401600/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2416 CPUtime=7.98
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 369 49232 0 0 0 0 772 26 18 0 1 0 1117946713 2473984 274 4294967295 134512640 135169312 3214767392 3214763608 3085278958 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/4716/statm: 604 274 231 161 0 43 0
[pid=4722] ppid=4716 vsize=546124 CPUtime=2524.04
/proc/4722/stat : 4722 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202496 129179 0 0 0 252099 305 0 0 25 0 4 0 1117947512 559230976 129094 4294967295 134512640 135305190 3216602832 3216601008 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/4722/statm: 136531 129094 79 194 0 136335 0
[pid=4722/tid=4723] ppid=4716 vsize=546124 CPUtime=629.64
/proc/4722/task/4723/stat : 4723 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 11626 0 0 0 62883 81 0 0 25 0 4 0 1117947722 559230976 129094 4294967295 134512640 135305190 3216602832 3016150208 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4722/tid=4724] ppid=4716 vsize=546124 CPUtime=630.26
/proc/4722/task/4724/stat : 4724 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 20808 0 0 0 62947 79 0 0 25 0 4 0 1117947722 559230976 129094 4294967295 134512640 135305190 3216602832 3007761600 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4722/tid=4725] ppid=4716 vsize=546124 CPUtime=631.42
/proc/4722/task/4725/stat : 4725 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 20811 0 0 0 63067 75 0 0 25 0 4 0 1117947722 559230976 129094 4294967295 134512640 135305190 3216602832 2999372992 134528559 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2532.02
Current children cumulated vsize (KiB) 548540

[startup+702.313 s]
/proc/loadavg: 4.52 4.49 4.41 6/105 6939
/proc/meminfo: memFree=2380476/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2416 CPUtime=7.98
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 369 49232 0 0 0 0 772 26 18 0 1 0 1117946713 2473984 274 4294967295 134512640 135169312 3214767392 3214763608 3085278958 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/4716/statm: 604 274 231 161 0 43 0
[pid=4722] ppid=4716 vsize=566020 CPUtime=2763.62
/proc/4722/stat : 4722 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202496 134097 0 0 0 276035 327 0 0 25 0 4 0 1117947512 579604480 134012 4294967295 134512640 135305190 3216602832 3216601008 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/4722/statm: 141505 134012 79 194 0 141309 0
[pid=4722/tid=4723] ppid=4716 vsize=566020 CPUtime=689.38
/proc/4722/task/4723/stat : 4723 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 11874 0 0 0 68855 83 0 0 25 0 4 0 1117947722 579604480 134012 4294967295 134512640 135305190 3216602832 3016150208 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4722/tid=4724] ppid=4716 vsize=566020 CPUtime=690.24
/proc/4722/task/4724/stat : 4724 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 22604 0 0 0 68936 88 0 0 25 0 4 0 1117947722 579604480 134012 4294967295 134512640 135305190 3216602832 3007761600 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4722/tid=4725] ppid=4716 vsize=566020 CPUtime=691.33
/proc/4722/task/4725/stat : 4725 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 23223 0 0 0 69049 84 0 0 25 0 4 0 1117947722 579604480 134012 4294967295 134512640 135305190 3216602832 2999372992 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2771.6
Current children cumulated vsize (KiB) 568436

[startup+762.318 s]
/proc/loadavg: 4.71 4.55 4.43 6/105 7096
/proc/meminfo: memFree=2381112/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2416 CPUtime=7.98
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 369 49232 0 0 0 0 772 26 18 0 1 0 1117946713 2473984 274 4294967295 134512640 135169312 3214767392 3214763608 3085278958 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/4716/statm: 604 274 231 161 0 43 0
[pid=4722] ppid=4716 vsize=566340 CPUtime=3003.33
/proc/4722/stat : 4722 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202496 134178 0 0 0 299988 345 0 0 25 0 4 0 1117947512 579932160 134093 4294967295 134512640 135305190 3216602832 3216601008 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/4722/statm: 141585 134093 79 194 0 141389 0
[pid=4722/tid=4723] ppid=4716 vsize=566340 CPUtime=749.33
/proc/4722/task/4723/stat : 4723 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 11889 0 0 0 74844 89 0 0 25 0 4 0 1117947722 579932160 134093 4294967295 134512640 135305190 3216602832 3016150208 134528520 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4722/tid=4724] ppid=4716 vsize=566340 CPUtime=750.25
/proc/4722/task/4724/stat : 4724 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 22646 0 0 0 74935 90 0 0 25 0 4 0 1117947722 579932160 134093 4294967295 134512640 135305190 3216602832 3007761600 134530561 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4722/tid=4725] ppid=4716 vsize=566340 CPUtime=751.32
/proc/4722/task/4725/stat : 4725 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 23223 0 0 0 75040 92 0 0 25 0 4 0 1117947722 579932160 134093 4294967295 134512640 135305190 3216602832 2999372992 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3011.31
Current children cumulated vsize (KiB) 568756

[startup+822.312 s]
/proc/loadavg: 4.53 4.52 4.43 6/105 7252
/proc/meminfo: memFree=2380196/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2416 CPUtime=7.98
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 369 49232 0 0 0 0 772 26 18 0 1 0 1117946713 2473984 274 4294967295 134512640 135169312 3214767392 3214763608 3085278958 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/4716/statm: 604 274 231 161 0 43 0
[pid=4722] ppid=4716 vsize=568020 CPUtime=3243.03
/proc/4722/stat : 4722 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202496 134394 0 0 0 323946 357 0 0 25 0 4 0 1117947512 581652480 134309 4294967295 134512640 135305190 3216602832 3216601008 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/4722/statm: 142005 134309 79 194 0 141809 0
[pid=4722/tid=4723] ppid=4716 vsize=568020 CPUtime=809.27
/proc/4722/task/4723/stat : 4723 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 11943 0 0 0 80836 91 0 0 25 0 4 0 1117947722 581652480 134309 4294967295 134512640 135305190 3216602832 3016150208 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4722/tid=4724] ppid=4716 vsize=568020 CPUtime=810.25
/proc/4722/task/4724/stat : 4724 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 22761 0 0 0 80934 91 0 0 25 0 4 0 1117947722 581652480 134309 4294967295 134512640 135305190 3216602832 3007761600 134530561 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4722/tid=4725] ppid=4716 vsize=568020 CPUtime=811.31
/proc/4722/task/4725/stat : 4725 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 23247 0 0 0 81036 95 0 0 25 0 4 0 1117947722 581652480 134309 4294967295 134512640 135305190 3216602832 2999372992 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3251.01
Current children cumulated vsize (KiB) 570436

[startup+882.306 s]
/proc/loadavg: 4.47 4.53 4.44 7/105 7411
/proc/meminfo: memFree=2374688/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2416 CPUtime=7.98
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 369 49232 0 0 0 0 772 26 18 0 1 0 1117946713 2473984 274 4294967295 134512640 135169312 3214767392 3214763608 3085278958 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/4716/statm: 604 274 231 161 0 43 0
[pid=4722] ppid=4716 vsize=574708 CPUtime=3482.71
/proc/4722/stat : 4722 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202496 136064 0 0 0 347899 372 0 0 25 0 4 0 1117947512 588500992 135979 4294967295 134512640 135305190 3216602832 3216601008 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/4722/statm: 143677 135979 79 194 0 143481 0
[pid=4722/tid=4723] ppid=4716 vsize=574708 CPUtime=869.22
/proc/4722/task/4723/stat : 4723 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 12061 0 0 0 86829 93 0 0 25 0 4 0 1117947722 588500992 135979 4294967295 134512640 135305190 3216602832 3016150208 134530561 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4722/tid=4724] ppid=4716 vsize=574708 CPUtime=870.04
/proc/4722/task/4724/stat : 4724 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 23671 0 0 0 86909 95 0 0 25 0 4 0 1117947722 588500992 135979 4294967295 134512640 135305190 3216602832 3007761600 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4722/tid=4725] ppid=4716 vsize=574708 CPUtime=871.29
/proc/4722/task/4725/stat : 4725 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 23675 0 0 0 87029 100 0 0 25 0 4 0 1117947722 588500992 135979 4294967295 134512640 135305190 3216602832 2999372992 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3490.69
Current children cumulated vsize (KiB) 577124

[startup+942.311 s]
/proc/loadavg: 4.44 4.53 4.45 5/104 7554
/proc/meminfo: memFree=2354880/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2416 CPUtime=7.98
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 369 49232 0 0 0 0 772 26 18 0 1 0 1117946713 2473984 274 4294967295 134512640 135169312 3214767392 3214763608 3085278958 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/4716/statm: 604 274 231 161 0 43 0
[pid=4722] ppid=4716 vsize=595672 CPUtime=3722.26
/proc/4722/stat : 4722 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202496 141243 0 0 0 371829 397 0 0 25 0 4 0 1117947512 609968128 141158 4294967295 134512640 135305190 3216602832 3216601008 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/4722/statm: 148918 141158 79 194 0 148722 0
[pid=4722/tid=4723] ppid=4716 vsize=595672 CPUtime=929.06
/proc/4722/task/4723/stat : 4723 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 12552 0 0 0 92807 99 0 0 25 0 4 0 1117947722 609968128 141158 4294967295 134512640 135305190 3216602832 3016150208 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4722/tid=4724] ppid=4716 vsize=595672 CPUtime=930.05
/proc/4722/task/4724/stat : 4724 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 26071 0 0 0 92899 106 0 0 25 0 4 0 1117947722 609968128 141158 4294967295 134512640 135305190 3216602832 3007761600 134528181 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4722/tid=4725] ppid=4716 vsize=595672 CPUtime=931
/proc/4722/task/4725/stat : 4725 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 25408 0 0 0 92994 106 0 0 25 0 4 0 1117947722 609968128 141158 4294967295 134512640 135305190 3216602832 2999372992 134528837 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3730.24
Current children cumulated vsize (KiB) 598088



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 4.41 4.52 4.45 5/104 7745
/proc/meminfo: memFree=2326948/3368532 swapFree=1953580/1959888
[pid=4716] ppid=4714 vsize=2416 CPUtime=7.98
/proc/4716/stat : 4716 (manysat.sh) S 4714 4716 19648 0 -1 4194304 369 49232 0 0 0 0 772 26 18 0 1 0 1117946713 2473984 274 4294967295 134512640 135169312 3214767392 3214763608 3085278958 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/4716/statm: 604 274 231 161 0 43 0
[pid=4722] ppid=4716 vsize=624344 CPUtime=3952.78
/proc/4722/stat : 4722 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202496 148296 0 0 0 394870 408 0 0 25 0 4 0 1117947512 639328256 148211 4294967295 134512640 135305190 3216602832 3216601008 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/4722/statm: 156086 148211 79 194 0 155890 0
[pid=4722/tid=4723] ppid=4716 vsize=624344 CPUtime=986.64
/proc/4722/task/4723/stat : 4723 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 12992 0 0 0 98563 101 0 0 25 0 4 0 1117947722 639328256 148211 4294967295 134512640 135305190 3216602832 3016150208 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4722/tid=4724] ppid=4716 vsize=624344 CPUtime=987.76
/proc/4722/task/4724/stat : 4724 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 28910 0 0 0 98668 108 0 0 25 0 4 0 1117947722 639328256 148211 4294967295 134512640 135305190 3216602832 3007761216 134551671 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4722/tid=4725] ppid=4716 vsize=624344 CPUtime=988.53
/proc/4722/task/4725/stat : 4725 (manysat1.1_stat) R 4716 4716 19648 0 -1 4202560 28239 0 0 0 98743 110 0 0 25 0 4 0 1117947722 639328256 148211 4294967295 134512640 135305190 3216602832 2999372672 134843311 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3960.76
Current children cumulated vsize (KiB) 626760

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

Real time (s): 1000.06
CPU time (s): 3960.76
CPU user time (s): 3956.42
CPU system time (s): 4.34
CPU usage (%): 396.054
Max. virtual memory (cumulated for all children) (KiB): 626760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.72
system time used= 0.26
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49601
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 19

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 19:47:01
IDJOB=1780576
IDBENCH=71029
IDSOLVER=620
FILE ID=/1780576-1243532821
PBS_JOBID=
Free space on /tmp= 15859 MiB

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

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

MD5SUM BENCH= 4454a006891d750fc88d47a8b0848855
RANDOM SEED= 2024929810

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.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.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:       2947224 kB
Buffers:         34464 kB
Cached:         308076 kB
SwapCached:       2424 kB
Active:         135992 kB
Inactive:       217316 kB
HighTotal:     2489216 kB
HighFree:      2168052 kB
LowTotal:       879316 kB
LowFree:        779172 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:           28004 kB
Writeback:           0 kB
AnonPages:       10104 kB
Mapped:           4940 kB
Slab:            58856 kB
SReclaimable:    50344 kB
SUnreclaim:       8512 kB
PageTables:        536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93912 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15831 MiB
End job on  at 2009-05-28 20:03:45