Trace number 1780582

Some explanations

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

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

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

Solver answer on this benchmark

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

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.21/1.27	c ==============================================================================
1.21/1.27	c |           |     ORIGINAL     |              LEARNT              |          |
1.21/1.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.21/1.27	c ==============================================================================
1.21/1.27	c |         0 | 1373987  3337178 |  412196       0        0     nan |  0.000 % |
6.81/6.85	c |         0 |  956610  2684218 |      --       0       --      -- |     --   | -115260/34351
6.81/6.85	c ==============================================================================
6.81/6.85	c Result  :   #vars: 137954   #clauses: 956610   #literals: 2684218
6.81/6.85	c CPU time:   6.7 s
6.81/6.85	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-1780582-1243533313/watcher-1780582-1243533313 -o /tmp/evaluation-result-1780582-1243533313/solver-1780582-1243533313 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780582-1243533313.cnf aimd 2 

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


[startup+0 s]
/proc/loadavg: 4.03 4.32 4.34 3/109 13385
/proc/meminfo: memFree=2825876/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2412 CPUtime=0
/proc/13385/stat : 13385 (manysat.sh) R 13383 13385 29143 0 -1 4194304 333 0 0 0 0 0 0 0 18 0 1 0 1117994265 2469888 273 4294967295 134512640 135169312 3217139552 3217138028 3085715316 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/13385/statm: 603 273 231 161 0 42 0
[pid=13386] ppid=13385 vsize=2428 CPUtime=0
/proc/13386/stat : 13386 (SatElite) R 13385 13385 29143 0 -1 4202496 409 0 0 0 0 0 0 0 18 0 1 0 1117994265 2486272 345 4294967295 134512640 135034092 3214060592 3214056880 134544963 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13386/statm: 607 348 49 128 0 477 0

[startup+0.048118 s]
/proc/loadavg: 4.03 4.32 4.34 3/109 13385
/proc/meminfo: memFree=2825876/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2412 CPUtime=0
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117994265 2469888 273 4294967295 134512640 135169312 3217139552 3217138088 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 603 273 231 161 0 42 0
[pid=13386] ppid=13385 vsize=25320 CPUtime=0.05
/proc/13386/stat : 13386 (SatElite) R 13385 13385 29143 0 -1 4202496 5029 0 0 0 3 2 0 0 19 0 1 0 1117994265 25927680 4797 4294967295 134512640 135034092 3214060592 3214056880 134545186 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13386/statm: 6330 4799 49 128 0 6200 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 27732

[startup+0.108111 s]
/proc/loadavg: 4.03 4.32 4.34 3/109 13385
/proc/meminfo: memFree=2825876/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2412 CPUtime=0
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117994265 2469888 273 4294967295 134512640 135169312 3217139552 3217138088 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 603 273 231 161 0 42 0
[pid=13386] ppid=13385 vsize=32080 CPUtime=0.11
/proc/13386/stat : 13386 (SatElite) R 13385 13385 29143 0 -1 4202496 7101 0 0 0 9 2 0 0 20 0 1 0 1117994265 32849920 6869 4294967295 134512640 135034092 3214060592 3214056584 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13386/statm: 8020 6869 49 128 0 7890 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 34492

[startup+0.308102 s]
/proc/loadavg: 4.03 4.32 4.34 3/109 13385
/proc/meminfo: memFree=2825876/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2412 CPUtime=0
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117994265 2469888 273 4294967295 134512640 135169312 3217139552 3217138088 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 603 273 231 161 0 42 0
[pid=13386] ppid=13385 vsize=53416 CPUtime=0.31
/proc/13386/stat : 13386 (SatElite) R 13385 13385 29143 0 -1 4202496 12326 0 0 0 27 4 0 0 20 0 1 0 1117994265 54697984 12094 4294967295 134512640 135034092 3214060592 3214056936 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13386/statm: 13354 12094 49 128 0 13224 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 55828

[startup+0.708081 s]
/proc/loadavg: 4.03 4.32 4.34 3/109 13385
/proc/meminfo: memFree=2825876/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2412 CPUtime=0
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117994265 2469888 273 4294967295 134512640 135169312 3217139552 3217138088 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 603 273 231 161 0 42 0
[pid=13386] ppid=13385 vsize=79224 CPUtime=0.71
/proc/13386/stat : 13386 (SatElite) R 13385 13385 29143 0 -1 4202496 18811 0 0 0 64 7 0 0 21 0 1 0 1117994265 81125376 18579 4294967295 134512640 135034092 3214060592 3214056584 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13386/statm: 19806 18579 49 128 0 19676 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 81636

[startup+1.50804 s]
/proc/loadavg: 4.03 4.32 4.34 2/111 13387
/proc/meminfo: memFree=2720292/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2412 CPUtime=0
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117994265 2469888 273 4294967295 134512640 135169312 3217139552 3217138088 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 603 273 231 161 0 42 0
[pid=13386] ppid=13385 vsize=129048 CPUtime=1.51
/proc/13386/stat : 13386 (SatElite) R 13385 13385 29143 0 -1 4202496 30899 0 0 0 141 10 0 0 24 0 1 0 1117994265 132145152 30603 4294967295 134512640 135034092 3214060592 3214057392 134539694 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13386/statm: 32262 30603 63 128 0 32132 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 131460

[startup+3.10796 s]
/proc/loadavg: 4.03 4.32 4.34 2/111 13387
/proc/meminfo: memFree=2686300/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2412 CPUtime=0
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117994265 2469888 273 4294967295 134512640 135169312 3217139552 3217138088 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 603 273 231 161 0 42 0
[pid=13386] ppid=13385 vsize=151368 CPUtime=3.11
/proc/13386/stat : 13386 (SatElite) R 13385 13385 29143 0 -1 4202496 39765 0 0 0 299 12 0 0 25 0 1 0 1117994265 155000832 35928 4294967295 134512640 135034092 3214060592 3214056832 134566212 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13386/statm: 37842 35928 67 128 0 37712 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 153780

[startup+6.30779 s]
/proc/loadavg: 3.79 4.26 4.32 2/111 13387
/proc/meminfo: memFree=2674888/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2412 CPUtime=0
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1117994265 2469888 273 4294967295 134512640 135169312 3217139552 3217138088 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 603 273 231 161 0 42 0
[pid=13386] ppid=13385 vsize=152276 CPUtime=6.31
/proc/13386/stat : 13386 (SatElite) R 13385 13385 29143 0 -1 4202496 46531 0 0 0 615 16 0 0 25 0 1 0 1117994265 155930624 36231 4294967295 134512640 135034092 3214060592 3214056832 134566285 0 0 0 3 0 0 0 17 2 0 0 0
/proc/13386/statm: 38069 36231 67 128 0 37939 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 154688

[startup+12.7069 s]
/proc/loadavg: 3.56 4.21 4.30 6/114 13392
/proc/meminfo: memFree=2539264/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2416 CPUtime=8
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 369 49232 0 0 0 0 777 23 18 0 1 0 1117994265 2473984 274 4294967295 134512640 135169312 3217139552 3217135768 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 604 274 231 161 0 43 0
[pid=13388] ppid=13385 vsize=289708 CPUtime=12.04
/proc/13388/stat : 13388 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202496 64886 0 0 0 1131 73 0 0 16 0 4 0 1117995065 296660992 64817 4294967295 134512640 135305190 3217862656 3217860832 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/13388/statm: 72427 64817 79 194 0 72231 0
[pid=13388/tid=13389] ppid=13385 vsize=289708 CPUtime=2.47
/proc/13388/task/13389/stat : 13389 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 1351 0 0 0 232 15 0 0 16 0 4 0 1117995276 296660992 64817 4294967295 134512640 135305190 3217862656 3016654016 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13388/tid=13390] ppid=13385 vsize=289708 CPUtime=2.46
/proc/13388/task/13390/stat : 13390 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 1137 0 0 0 239 7 0 0 16 0 4 0 1117995276 296660992 64817 4294967295 134512640 135305190 3217862656 3008265332 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13388/tid=13391] ppid=13385 vsize=289708 CPUtime=2.5
/proc/13388/task/13391/stat : 13391 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 1315 0 0 0 235 15 0 0 16 0 4 0 1117995276 296660992 64817 4294967295 134512640 135305190 3217862656 2999876800 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 20.04
Current children cumulated vsize (KiB) 292124

[startup+25.5062 s]
/proc/loadavg: 3.79 4.23 4.31 5/114 13576
/proc/meminfo: memFree=2531164/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2416 CPUtime=8
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 369 49232 0 0 0 0 777 23 18 0 1 0 1117994265 2473984 274 4294967295 134512640 135169312 3217139552 3217135768 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 604 274 231 161 0 43 0
[pid=13388] ppid=13385 vsize=296860 CPUtime=62.55
/proc/13388/stat : 13388 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202496 66843 0 0 0 6175 80 0 0 22 0 4 0 1117995065 303984640 66774 4294967295 134512640 135305190 3217862656 3217860832 134530561 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/13388/statm: 74215 66774 79 194 0 74019 0
[pid=13388/tid=13389] ppid=13385 vsize=296860 CPUtime=15.2
/proc/13388/task/13389/stat : 13389 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 1708 0 0 0 1504 16 0 0 21 0 4 0 1117995276 303984640 66774 4294967295 134512640 135305190 3217862656 3016653680 134551860 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13388/tid=13390] ppid=13385 vsize=296860 CPUtime=15.16
/proc/13388/task/13390/stat : 13390 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 1772 0 0 0 1504 12 0 0 25 0 4 0 1117995276 303984640 66774 4294967295 134512640 135305190 3217862656 3008265332 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13388/tid=13391] ppid=13385 vsize=296860 CPUtime=15.04
/proc/13388/task/13391/stat : 13391 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 1676 0 0 0 1489 15 0 0 20 0 4 0 1117995276 303984640 66774 4294967295 134512640 135305190 3217862656 2999876800 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 70.55
Current children cumulated vsize (KiB) 299276

[startup+51.1149 s]
/proc/loadavg: 3.86 4.21 4.30 5/114 13578
/proc/meminfo: memFree=2505616/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2416 CPUtime=8
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 369 49232 0 0 0 0 777 23 18 0 1 0 1117994265 2473984 274 4294967295 134512640 135169312 3217139552 3217135768 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 604 274 231 161 0 43 0
[pid=13388] ppid=13385 vsize=322604 CPUtime=164.93
/proc/13388/stat : 13388 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202496 73326 0 0 0 16403 90 0 0 25 0 4 0 1117995065 330346496 73257 4294967295 134512640 135305190 3217862656 3217860832 134528229 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/13388/statm: 80651 73257 79 194 0 80455 0
[pid=13388/tid=13389] ppid=13385 vsize=322604 CPUtime=40.76
/proc/13388/task/13389/stat : 13389 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 2923 0 0 0 4055 21 0 0 25 0 4 0 1117995276 330346496 73257 4294967295 134512640 135305190 3217862656 3016654016 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13388/tid=13390] ppid=13385 vsize=322604 CPUtime=40.77
/proc/13388/task/13390/stat : 13390 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 4209 0 0 0 4065 12 0 0 25 0 4 0 1117995276 330346496 73257 4294967295 134512640 135305190 3217862656 3008265408 134528252 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13388/tid=13391] ppid=13385 vsize=322604 CPUtime=40.65
/proc/13388/task/13391/stat : 13391 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 2860 0 0 0 4049 16 0 0 25 0 4 0 1117995276 330346496 73257 4294967295 134512640 135305190 3217862656 2999876800 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 172.93
Current children cumulated vsize (KiB) 325020

[startup+102.322 s]
/proc/loadavg: 4.25 4.24 4.30 5/114 13769
/proc/meminfo: memFree=2457092/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2416 CPUtime=8
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 369 49232 0 0 0 0 777 23 18 0 1 0 1117994265 2473984 274 4294967295 134512640 135169312 3217139552 3217135768 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 604 274 231 161 0 43 0
[pid=13388] ppid=13385 vsize=370464 CPUtime=369.21
/proc/13388/stat : 13388 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202496 85360 0 0 0 36796 125 0 0 25 0 4 0 1117995065 379355136 85270 4294967295 134512640 135305190 3217862656 3217860832 134528224 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/13388/statm: 92616 85270 79 194 0 92420 0
[pid=13388/tid=13389] ppid=13385 vsize=370464 CPUtime=91.63
/proc/13388/task/13389/stat : 13389 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 5592 0 0 0 9128 35 0 0 25 0 4 0 1117995276 379355136 85270 4294967295 134512640 135305190 3217862656 3016654016 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13388/tid=13390] ppid=13385 vsize=370464 CPUtime=91.96
/proc/13388/task/13390/stat : 13390 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 7559 0 0 0 9177 19 0 0 25 0 4 0 1117995276 379355136 85270 4294967295 134512640 135305190 3217862656 3008265408 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13388/tid=13391] ppid=13385 vsize=370464 CPUtime=91.7
/proc/13388/task/13391/stat : 13391 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 5701 0 0 0 9148 22 0 0 25 0 4 0 1117995276 379355136 85270 4294967295 134512640 135305190 3217862656 2999876800 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 377.21
Current children cumulated vsize (KiB) 372880

[startup+162.309 s]
/proc/loadavg: 4.40 4.27 4.30 5/114 13957
/proc/meminfo: memFree=2416520/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2416 CPUtime=8
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 369 49232 0 0 0 0 777 23 18 0 1 0 1117994265 2473984 274 4294967295 134512640 135169312 3217139552 3217135768 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 604 274 231 161 0 43 0
[pid=13388] ppid=13385 vsize=411964 CPUtime=608.63
/proc/13388/stat : 13388 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202496 95577 0 0 0 60707 156 0 0 25 0 4 0 1117995065 421851136 95487 4294967295 134512640 135305190 3217862656 3217860832 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/13388/statm: 102991 95487 79 194 0 102795 0
[pid=13388/tid=13389] ppid=13385 vsize=411964 CPUtime=151.31
/proc/13388/task/13389/stat : 13389 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 7652 0 0 0 15083 48 0 0 25 0 4 0 1117995276 421851136 95487 4294967295 134512640 135305190 3217862656 3016654016 134528206 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13388/tid=13390] ppid=13385 vsize=411964 CPUtime=151.93
/proc/13388/task/13390/stat : 13390 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 10410 0 0 0 15170 23 0 0 25 0 4 0 1117995276 421851136 95487 4294967295 134512640 135305190 3217862656 3008265088 134555106 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13388/tid=13391] ppid=13385 vsize=411964 CPUtime=151.56
/proc/13388/task/13391/stat : 13391 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 8559 0 0 0 15130 26 0 0 25 0 4 0 1117995276 421851136 95487 4294967295 134512640 135305190 3217862656 2999876800 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 616.63
Current children cumulated vsize (KiB) 414380

[startup+222.306 s]
/proc/loadavg: 4.74 4.37 4.33 5/114 14145
/proc/meminfo: memFree=2381596/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2416 CPUtime=8

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

/proc/13388/task/13391/stat : 13391 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 20832 0 0 0 51026 66 0 0 25 0 4 0 1117995276 566231040 130690 4294967295 134512640 135305190 3217862656 2999876800 134528554 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2053.57
Current children cumulated vsize (KiB) 555376

[startup+582.307 s]
/proc/loadavg: 4.96 4.65 4.45 5/114 15277
/proc/meminfo: memFree=2272952/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2416 CPUtime=8
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 369 49232 0 0 0 0 777 23 18 0 1 0 1117994265 2473984 274 4294967295 134512640 135169312 3217139552 3217135768 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 604 274 231 161 0 43 0
[pid=13388] ppid=13385 vsize=553644 CPUtime=2284.79
/proc/13388/stat : 13388 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202496 130918 0 0 0 228188 291 0 0 25 0 4 0 1117995065 566931456 130828 4294967295 134512640 135305190 3217862656 3217860832 134530691 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/13388/statm: 138411 130828 79 194 0 138215 0
[pid=13388/tid=13389] ppid=13385 vsize=553644 CPUtime=569.99
/proc/13388/task/13389/stat : 13389 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 12671 0 0 0 56921 78 0 0 25 0 4 0 1117995276 566931456 130828 4294967295 134512640 135305190 3217862656 3016654016 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13388/tid=13390] ppid=13385 vsize=553644 CPUtime=571.65
/proc/13388/task/13390/stat : 13390 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 23388 0 0 0 57111 54 0 0 25 0 4 0 1117995276 566931456 130828 4294967295 134512640 135305190 3217862656 3008265024 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13388/tid=13391] ppid=13385 vsize=553644 CPUtime=570.82
/proc/13388/task/13391/stat : 13391 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 20836 0 0 0 57014 68 0 0 25 0 4 0 1117995276 566931456 130828 4294967295 134512640 135305190 3217862656 2999876800 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2292.79
Current children cumulated vsize (KiB) 556060

[startup+642.304 s]
/proc/loadavg: 4.86 4.67 4.46 5/114 15471
/proc/meminfo: memFree=2264492/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2416 CPUtime=8
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 369 49232 0 0 0 0 777 23 18 0 1 0 1117994265 2473984 274 4294967295 134512640 135169312 3217139552 3217135768 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 604 274 231 161 0 43 0
[pid=13388] ppid=13385 vsize=562248 CPUtime=2524.12
/proc/13388/stat : 13388 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202496 133033 0 0 0 252108 304 0 0 25 0 4 0 1117995065 575741952 132943 4294967295 134512640 135305190 3217862656 3217860832 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/13388/statm: 140562 132943 79 194 0 140366 0
[pid=13388/tid=13389] ppid=13385 vsize=562248 CPUtime=629.91
/proc/13388/task/13389/stat : 13389 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 13025 0 0 0 62908 83 0 0 25 0 4 0 1117995276 575741952 132943 4294967295 134512640 135305190 3217862656 3016654016 134528252 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13388/tid=13390] ppid=13385 vsize=562248 CPUtime=631.21
/proc/13388/task/13390/stat : 13390 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 24001 0 0 0 63063 58 0 0 25 0 4 0 1117995276 575741952 132943 4294967295 134512640 135305190 3217862656 3008265408 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13388/tid=13391] ppid=13385 vsize=562248 CPUtime=630.71
/proc/13388/task/13391/stat : 13391 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 21753 0 0 0 62999 72 0 0 25 0 4 0 1117995276 575741952 132943 4294967295 134512640 135305190 3217862656 2999876800 134528512 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2532.12
Current children cumulated vsize (KiB) 564664

[startup+702.311 s]
/proc/loadavg: 4.67 4.64 4.46 6/114 15659
/proc/meminfo: memFree=2234680/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2416 CPUtime=8
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 369 49232 0 0 0 0 777 23 18 0 1 0 1117994265 2473984 274 4294967295 134512640 135169312 3217139552 3217135768 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 604 274 231 161 0 43 0
[pid=13388] ppid=13385 vsize=593484 CPUtime=2763.55
/proc/13388/stat : 13388 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202496 140737 0 0 0 276017 338 0 0 25 0 4 0 1117995065 607727616 140647 4294967295 134512640 135305190 3217862656 3217860832 134528189 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/13388/statm: 148371 140647 79 194 0 148175 0
[pid=13388/tid=13389] ppid=13385 vsize=593484 CPUtime=689.77
/proc/13388/task/13389/stat : 13389 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 13772 0 0 0 68885 92 0 0 25 0 4 0 1117995276 607727616 140647 4294967295 134512640 135305190 3217862656 3016654016 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13388/tid=13390] ppid=13385 vsize=593484 CPUtime=690.86
/proc/13388/task/13390/stat : 13390 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 26355 0 0 0 69021 65 0 0 25 0 4 0 1117995276 607727616 140647 4294967295 134512640 135305190 3217862656 3008265408 134528252 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=13388/tid=13391] ppid=13385 vsize=593484 CPUtime=690.68
/proc/13388/task/13391/stat : 13391 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 24995 0 0 0 68984 84 0 0 25 0 4 0 1117995276 607727616 140647 4294967295 134512640 135305190 3217862656 2999876480 134843311 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2771.55
Current children cumulated vsize (KiB) 595900

[startup+762.318 s]
/proc/loadavg: 4.45 4.58 4.45 6/114 15847
/proc/meminfo: memFree=2228032/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2416 CPUtime=8
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 369 49232 0 0 0 0 777 23 18 0 1 0 1117994265 2473984 274 4294967295 134512640 135169312 3217139552 3217135768 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 604 274 231 161 0 43 0
[pid=13388] ppid=13385 vsize=597844 CPUtime=3003.01
/proc/13388/stat : 13388 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202496 141976 0 0 0 299942 359 0 0 25 0 4 0 1117995065 612192256 141886 4294967295 134512640 135305190 3217862656 3217860560 134558354 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/13388/statm: 149461 141886 79 194 0 149265 0
[pid=13388/tid=13389] ppid=13385 vsize=597844 CPUtime=749.48
/proc/13388/task/13389/stat : 13389 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 13958 0 0 0 74850 98 0 0 25 0 4 0 1117995276 612192256 141886 4294967295 134512640 135305190 3217862656 3016654016 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13388/tid=13390] ppid=13385 vsize=597844 CPUtime=750.79
/proc/13388/task/13390/stat : 13390 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 26674 0 0 0 75008 71 0 0 25 0 4 0 1117995276 612192256 141886 4294967295 134512640 135305190 3217862656 3008265408 134528350 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=13388/tid=13391] ppid=13385 vsize=597844 CPUtime=750.65
/proc/13388/task/13391/stat : 13391 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 25608 0 0 0 74973 92 0 0 25 0 4 0 1117995276 612192256 141886 4294967295 134512640 135305190 3217862656 2999876800 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3011.01
Current children cumulated vsize (KiB) 600260

[startup+822.315 s]
/proc/loadavg: 4.47 4.56 4.45 5/114 16038
/proc/meminfo: memFree=2227820/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2416 CPUtime=8
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 369 49232 0 0 0 0 777 23 18 0 1 0 1117994265 2473984 274 4294967295 134512640 135169312 3217139552 3217135768 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 604 274 231 161 0 43 0
[pid=13388] ppid=13385 vsize=598220 CPUtime=3242.69
/proc/13388/stat : 13388 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202496 142063 0 0 0 323902 367 0 0 25 0 4 0 1117995065 612577280 141973 4294967295 134512640 135305190 3217862656 3217860832 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/13388/statm: 149555 141973 79 194 0 149359 0
[pid=13388/tid=13389] ppid=13385 vsize=598220 CPUtime=809.44
/proc/13388/task/13389/stat : 13389 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 13985 0 0 0 80845 99 0 0 25 0 4 0 1117995276 612577280 141973 4294967295 134512640 135305190 3217862656 3016654016 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13388/tid=13390] ppid=13385 vsize=598220 CPUtime=810.59
/proc/13388/task/13390/stat : 13390 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 26731 0 0 0 80986 73 0 0 25 0 4 0 1117995276 612577280 141973 4294967295 134512640 135305190 3217862656 3008265408 134528289 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=13388/tid=13391] ppid=13385 vsize=598220 CPUtime=810.62
/proc/13388/task/13391/stat : 13391 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 25609 0 0 0 80968 94 0 0 25 0 4 0 1117995276 612577280 141973 4294967295 134512640 135305190 3217862656 2999876800 134528542 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3250.69
Current children cumulated vsize (KiB) 600636

[startup+882.312 s]
/proc/loadavg: 4.51 4.54 4.45 6/115 16208
/proc/meminfo: memFree=2226164/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2416 CPUtime=8
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 369 49232 0 0 0 0 777 23 18 0 1 0 1117994265 2473984 274 4294967295 134512640 135169312 3217139552 3217135768 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 604 274 231 161 0 43 0
[pid=13388] ppid=13385 vsize=599644 CPUtime=3482.25
/proc/13388/stat : 13388 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202496 142446 0 0 0 347839 386 0 0 25 0 4 0 1117995065 614035456 142356 4294967295 134512640 135305190 3217862656 3217860832 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/13388/statm: 149911 142356 79 194 0 149715 0
[pid=13388/tid=13389] ppid=13385 vsize=599644 CPUtime=869.03
/proc/13388/task/13389/stat : 13389 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 14051 0 0 0 86800 103 0 0 25 0 4 0 1117995276 614035456 142356 4294967295 134512640 135305190 3217862656 3016654016 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13388/tid=13390] ppid=13385 vsize=599644 CPUtime=870.59
/proc/13388/task/13390/stat : 13390 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 26953 0 0 0 86983 76 0 0 25 0 4 0 1117995276 614035456 142356 4294967295 134512640 135305190 3217862656 3008265024 134551639 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=13388/tid=13391] ppid=13385 vsize=599644 CPUtime=870.6
/proc/13388/task/13391/stat : 13391 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 25672 0 0 0 86961 99 0 0 25 0 4 0 1117995276 614035456 142356 4294967295 134512640 135305190 3217862656 2999876800 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3490.25
Current children cumulated vsize (KiB) 602060

[startup+942.308 s]
/proc/loadavg: 4.66 4.57 4.46 6/115 16345
/proc/meminfo: memFree=2224100/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2416 CPUtime=8
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 369 49232 0 0 0 0 777 23 18 0 1 0 1117994265 2473984 274 4294967295 134512640 135169312 3217139552 3217135768 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 604 274 231 161 0 43 0
[pid=13388] ppid=13385 vsize=602392 CPUtime=3721.92
/proc/13388/stat : 13388 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202496 143009 0 0 0 371793 399 0 0 25 0 4 0 1117995065 616849408 142919 4294967295 134512640 135305190 3217862656 3217860832 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/13388/statm: 150598 142919 79 194 0 150402 0
[pid=13388/tid=13389] ppid=13385 vsize=602392 CPUtime=928.73
/proc/13388/task/13389/stat : 13389 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 14157 0 0 0 92766 107 0 0 25 0 4 0 1117995276 616849408 142919 4294967295 134512640 135305190 3217862656 3016654016 134528784 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13388/tid=13390] ppid=13385 vsize=602392 CPUtime=930.59
/proc/13388/task/13390/stat : 13390 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 27190 0 0 0 92980 79 0 0 25 0 4 0 1117995276 616849408 142919 4294967295 134512640 135305190 3217862656 3008265408 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=13388/tid=13391] ppid=13385 vsize=602392 CPUtime=930.58
/proc/13388/task/13391/stat : 13391 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 25785 0 0 0 92956 102 0 0 25 0 4 0 1117995276 616849408 142919 4294967295 134512640 135305190 3217862656 2999876464 134551712 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3729.92
Current children cumulated vsize (KiB) 604808



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.56 4.56 4.46 6/115 16488
/proc/meminfo: memFree=2207112/3368532 swapFree=1959840/1959888
[pid=13385] ppid=13383 vsize=2416 CPUtime=8
/proc/13385/stat : 13385 (manysat.sh) S 13383 13385 29143 0 -1 4194304 369 49232 0 0 0 0 777 23 18 0 1 0 1117994265 2473984 274 4294967295 134512640 135169312 3217139552 3217135768 3085713134 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/13385/statm: 604 274 231 161 0 43 0
[pid=13388] ppid=13385 vsize=620128 CPUtime=3952.37
/proc/13388/stat : 13388 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202496 147347 0 0 0 394819 418 0 0 25 0 4 0 1117995065 635011072 147257 4294967295 134512640 135305190 3217862656 3217860832 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/13388/statm: 155032 147257 79 194 0 154836 0
[pid=13388/tid=13389] ppid=13385 vsize=620128 CPUtime=986.22
/proc/13388/task/13389/stat : 13389 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 14613 0 0 0 98512 110 0 0 25 0 4 0 1117995276 635011072 147258 4294967295 134512640 135305190 3217862656 3016653960 134840070 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=13388/tid=13390] ppid=13385 vsize=620128 CPUtime=988.26
/proc/13388/task/13390/stat : 13390 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 28804 0 0 0 98741 85 0 0 25 0 4 0 1117995276 635011072 147258 4294967295 134512640 135305190 3217862656 3008265408 134528480 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=13388/tid=13391] ppid=13385 vsize=620128 CPUtime=988.28
/proc/13388/task/13391/stat : 13391 (manysat1.1_stat) R 13385 13385 29143 0 -1 4202560 27378 0 0 0 98719 109 0 0 25 0 4 0 1117995276 635011072 147258 4294967295 134512640 135305190 3217862656 2999876800 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3960.37
Current children cumulated vsize (KiB) 622544

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 13385 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=770000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=230000
# CPU time returned by wait4() is 8
# while last known CPU time is 3960.37
#
# 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): 3960.37
CPU user time (s): 3955.96
CPU system time (s): 4.41
CPU usage (%): 396.023
Max. virtual memory (cumulated for all children) (KiB): 622544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.77
system time used= 0.23
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= 5
involuntary context switches= 28

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 19:55:13
IDJOB=1780582
IDBENCH=71029
IDSOLVER=626
FILE ID=/1780582-1243533313
PBS_JOBID=
Free space on /tmp= 7961 MiB

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

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

MD5SUM BENCH= 4454a006891d750fc88d47a8b0848855
RANDOM SEED= 1029570725

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

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

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

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

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


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2826272 kB
Buffers:         49504 kB
Cached:         393036 kB
SwapCached:          0 kB
Active:          71508 kB
Inactive:       390212 kB
HighTotal:     2489216 kB
HighFree:      2077140 kB
LowTotal:       879316 kB
LowFree:        749132 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           28476 kB
Writeback:           0 kB
AnonPages:       19040 kB
Mapped:           7700 kB
Slab:            70984 kB
SReclaimable:    58728 kB
SUnreclaim:      12256 kB
PageTables:        684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   111080 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7933 MiB
End job on  at 2009-05-28 20:11:57