Trace number 1773826

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? (TO) 10000.1 5015.72

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7131.52
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.49/0.55	c ==============================================================================
0.49/0.55	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.55	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.55	c ==============================================================================
0.49/0.55	c |         0 |  598617  1396773 |  179585       0        0     nan |  0.000 % |
8.08/8.10	c |         0 |  341039  1130857 |      --       0       --      -- |     --   | -257536/-265815
8.08/8.10	c ==============================================================================
8.08/8.10	c Result  :   #vars: 72981   #clauses: 341039   #literals: 1130857
8.08/8.10	c CPU time:   7.80981 s
8.08/8.10	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773826-1241288475/watcher-1773826-1241288475 -o /tmp/evaluation-result-1773826-1241288475/solver-1773826-1241288475 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773826-1241288475.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): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.22 1.02 0.99 3/64 25767
/proc/meminfo: memFree=1156144/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=0
/proc/25767/stat : 25767 (manysat.sh) R 25765 25767 25662 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 156881065 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 238487661215 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25767/statm: 1339 234 194 169 0 50 0
[pid=25768] ppid=25767 vsize=988 CPUtime=0
/proc/25768/stat : 25768 (SatElite) R 25767 25767 25662 0 -1 4194304 168 0 0 0 0 0 0 0 18 0 1 0 156881066 1011712 152 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25768/statm: 247 153 50 127 0 117 0

[startup+0.058232 s]
/proc/loadavg: 1.22 1.02 0.99 3/64 25767
/proc/meminfo: memFree=1156144/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=0
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156881065 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25767/statm: 1339 235 195 169 0 50 0
[pid=25768] ppid=25767 vsize=9288 CPUtime=0.05
/proc/25768/stat : 25768 (SatElite) R 25767 25767 25662 0 -1 4194304 2022 0 0 0 4 1 0 0 19 0 1 0 156881066 9510912 2006 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25768/statm: 2322 2008 50 127 0 2192 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14644

[startup+0.101236 s]
/proc/loadavg: 1.22 1.02 0.99 3/64 25767
/proc/meminfo: memFree=1156144/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=0
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156881065 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25767/statm: 1339 235 195 169 0 50 0
[pid=25768] ppid=25767 vsize=16268 CPUtime=0.09
/proc/25768/stat : 25768 (SatElite) R 25767 25767 25662 0 -1 4194304 3497 0 0 0 7 2 0 0 19 0 1 0 156881066 16658432 3481 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25768/statm: 4067 3481 50 127 0 3937 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21624

[startup+0.301258 s]
/proc/loadavg: 1.22 1.02 0.99 3/64 25767
/proc/meminfo: memFree=1156144/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=0
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156881065 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25767/statm: 1339 235 195 169 0 50 0
[pid=25768] ppid=25767 vsize=42172 CPUtime=0.29
/proc/25768/stat : 25768 (SatElite) R 25767 25767 25662 0 -1 4194304 10199 0 0 0 23 6 0 0 21 0 1 0 156881066 43184128 10183 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25768/statm: 10543 10185 50 127 0 10413 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47528

[startup+0.701303 s]
/proc/loadavg: 1.22 1.02 0.99 3/64 25767
/proc/meminfo: memFree=1156144/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=0
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156881065 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25767/statm: 1339 235 195 169 0 50 0
[pid=25768] ppid=25767 vsize=89800 CPUtime=0.69
/proc/25768/stat : 25768 (SatElite) R 25767 25767 25662 0 -1 4194304 21594 0 0 0 56 13 0 0 25 0 1 0 156881066 91955200 19886 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/25768/statm: 22450 19886 68 127 0 22320 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 95156

[startup+1.50139 s]
/proc/loadavg: 1.22 1.02 0.99 2/66 25769
/proc/meminfo: memFree=1072928/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=0
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156881065 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25767/statm: 1339 235 195 169 0 50 0
[pid=25768] ppid=25767 vsize=92588 CPUtime=1.49
/proc/25768/stat : 25768 (SatElite) R 25767 25767 25662 0 -1 4194304 22218 0 0 0 134 15 0 0 25 0 1 0 156881066 94810112 20510 1992294400 134512640 135034092 4294956112 18446744073709551615 134540406 0 0 4096 3 0 0 0 17 0 0 0
/proc/25768/statm: 23147 20510 68 127 0 23017 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 97944

[startup+3.10158 s]
/proc/loadavg: 1.22 1.02 0.99 2/66 25769
/proc/meminfo: memFree=1064096/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=0
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156881065 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25767/statm: 1339 235 195 169 0 50 0
[pid=25768] ppid=25767 vsize=96504 CPUtime=3.09
/proc/25768/stat : 25768 (SatElite) R 25767 25767 25662 0 -1 4194304 23148 0 0 0 290 19 0 0 25 0 1 0 156881066 98820096 21440 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/25768/statm: 24126 21440 68 127 0 23996 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101860

[startup+6.30194 s]
/proc/loadavg: 1.28 1.04 0.99 2/66 25769
/proc/meminfo: memFree=1044448/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=0
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156881065 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25767/statm: 1339 235 195 169 0 50 0
[pid=25768] ppid=25767 vsize=102136 CPUtime=6.28
/proc/25768/stat : 25768 (SatElite) R 25767 25767 25662 0 -1 4194304 24635 0 0 0 601 27 0 0 25 0 1 0 156881066 104587264 22927 1992294400 134512640 135034092 4294956112 18446744073709551615 134577156 0 0 4096 3 0 0 0 17 0 0 0
/proc/25768/statm: 25534 22927 68 127 0 25404 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 107492

[startup+12.7017 s]
/proc/loadavg: 1.34 1.05 1.00 5/69 25773
/proc/meminfo: memFree=1013640/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=8.59
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 313 26965 0 0 0 0 827 32 16 0 1 0 156881065 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25767/statm: 1339 238 195 169 0 50 0
[pid=25770] ppid=25767 vsize=151336 CPUtime=7.19
/proc/25770/stat : 25770 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194304 27755 0 0 0 696 23 0 0 17 0 4 0 156881926 154968064 27643 1992294400 134512640 135305190 4294956160 18446744073709551615 134551986 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25770/statm: 37834 27643 83 193 0 37638 0
[pid=25770/tid=25771] ppid=25767 vsize=151336 CPUtime=1.44
/proc/25770/task/25771/stat : 25771 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 931 0 0 0 142 2 0 0 16 0 4 0 156882017 154968064 27643 1992294400 134512640 135305190 4294956160 18446744073709551615 134530991 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25770/tid=25772] ppid=25767 vsize=151336 CPUtime=1.6
/proc/25770/task/25772/stat : 25772 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 705 0 0 0 159 1 0 0 17 0 4 0 156882017 154968064 27643 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25770/tid=25773] ppid=25767 vsize=151336 CPUtime=1.76
/proc/25770/task/25773/stat : 25773 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 925 0 0 0 173 3 0 0 16 0 4 0 156882017 154968064 27643 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.78
Current children cumulated vsize (KiB) 156692

[startup+25.5021 s]
/proc/loadavg: 1.92 1.20 1.05 5/69 25773
/proc/meminfo: memFree=1003336/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=8.59
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 313 26965 0 0 0 0 827 32 16 0 1 0 156881065 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25767/statm: 1339 238 195 169 0 50 0
[pid=25770] ppid=25767 vsize=160620 CPUtime=32.74
/proc/25770/stat : 25770 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194304 30147 0 0 0 3246 28 0 0 17 0 4 0 156881926 164474880 30035 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 40155 30035 83 193 0 39959 0
[pid=25770/tid=25771] ppid=25767 vsize=160620 CPUtime=9.04
/proc/25770/task/25771/stat : 25771 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 1420 0 0 0 901 3 0 0 18 0 4 0 156882017 164474880 30035 1992294400 134512640 135305190 4294956160 18446744073709551615 134542031 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25767 vsize=160620 CPUtime=6.31
/proc/25770/task/25772/stat : 25772 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 1348 0 0 0 629 2 0 0 18 0 4 0 156882017 164474880 30035 1992294400 134512640 135305190 4294956160 18446744073709551615 134551962 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25770/tid=25773] ppid=25767 vsize=160620 CPUtime=8.45
/proc/25770/task/25773/stat : 25773 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 1638 0 0 0 841 4 0 0 17 0 4 0 156882017 164474880 30035 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 41.33
Current children cumulated vsize (KiB) 165976

[startup+51.102 s]
/proc/loadavg: 2.63 1.42 1.12 5/69 25773
/proc/meminfo: memFree=989896/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=8.59
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 313 26965 0 0 0 0 827 32 16 0 1 0 156881065 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25767/statm: 1339 238 195 169 0 50 0
[pid=25770] ppid=25767 vsize=174812 CPUtime=83.8
/proc/25770/stat : 25770 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194304 33557 0 0 0 8347 33 0 0 21 0 4 0 156881926 179007488 33445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 43703 33445 83 193 0 43507 0
[pid=25770/tid=25771] ppid=25767 vsize=174812 CPUtime=20.23
/proc/25770/task/25771/stat : 25771 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 1859 0 0 0 2019 4 0 0 17 0 4 0 156882017 179007488 33445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25767 vsize=174812 CPUtime=14
/proc/25770/task/25772/stat : 25772 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 2706 0 0 0 1396 4 0 0 25 0 4 0 156882017 179007488 33445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25770/tid=25773] ppid=25767 vsize=174812 CPUtime=21.69
/proc/25770/task/25773/stat : 25773 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 2218 0 0 0 2164 5 0 0 18 0 4 0 156882017 179007488 33445 1992294400 134512640 135305190 4294956160 18446744073709551615 134545957 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 92.39
Current children cumulated vsize (KiB) 180168

[startup+102.307 s]
/proc/loadavg: 3.40 1.81 1.27 5/69 25773
/proc/meminfo: memFree=965768/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=8.59
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 313 26965 0 0 0 0 827 32 16 0 1 0 156881065 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25767/statm: 1339 238 195 169 0 50 0
[pid=25770] ppid=25767 vsize=198712 CPUtime=185.98
/proc/25770/stat : 25770 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194304 39555 0 0 0 18557 41 0 0 18 0 4 0 156881926 203481088 39426 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 49678 39426 83 193 0 49482 0
[pid=25770/tid=25771] ppid=25767 vsize=198712 CPUtime=36.43
/proc/25770/task/25771/stat : 25771 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 2404 0 0 0 3639 4 0 0 16 0 4 0 156882017 203481088 39426 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25767 vsize=198712 CPUtime=33.59
/proc/25770/task/25772/stat : 25772 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 5044 0 0 0 3353 6 0 0 19 0 4 0 156882017 203481088 39426 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25770/tid=25773] ppid=25767 vsize=198712 CPUtime=54.11
/proc/25770/task/25773/stat : 25773 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 3215 0 0 0 5403 8 0 0 20 0 4 0 156882017 203481088 39426 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 194.57
Current children cumulated vsize (KiB) 204068

[startup+162.303 s]
/proc/loadavg: 3.78 2.21 1.44 5/69 25773
/proc/meminfo: memFree=946376/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=8.59
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 313 26965 0 0 0 0 827 32 16 0 1 0 156881065 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25767/statm: 1339 238 195 169 0 50 0
[pid=25770] ppid=25767 vsize=217872 CPUtime=305.72
/proc/25770/stat : 25770 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194304 44462 0 0 0 30523 49 0 0 21 0 4 0 156881926 223100928 44333 1992294400 134512640 135305190 4294956160 18446744073709551615 134528851 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25770/statm: 54468 44333 83 193 0 54272 0
[pid=25770/tid=25771] ppid=25767 vsize=217872 CPUtime=70.99
/proc/25770/task/25771/stat : 25771 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 3194 0 0 0 7093 6 0 0 17 0 4 0 156882017 223100928 44333 1992294400 134512640 135305190 4294956160 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25767 vsize=217872 CPUtime=55.03
/proc/25770/task/25772/stat : 25772 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 7581 0 0 0 5493 10 0 0 22 0 4 0 156882017 223100928 44333 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25770/tid=25773] ppid=25767 vsize=217872 CPUtime=92.68
/proc/25770/task/25773/stat : 25773 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 3987 0 0 0 9259 9 0 0 22 0 4 0 156882017 223100928 44333 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 314.31
Current children cumulated vsize (KiB) 223228

[startup+222.302 s]
/proc/loadavg: 3.92 2.53 1.60 5/69 25773
/proc/meminfo: memFree=928264/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=8.59

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

/proc/25770/task/25773/stat : 25773 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 21955 0 0 0 246136 44 0 0 25 0 4 0 156882017 756494336 170858 1992294400 134512640 135305190 4294956160 18446744073709551615 134556798 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9175.1
Current children cumulated vsize (KiB) 744120

[startup+4662.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 25781
/proc/meminfo: memFree=437896/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=8.59
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 313 26965 0 0 0 0 827 32 16 0 1 0 156881065 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25767/statm: 1339 238 195 169 0 50 0
[pid=25770] ppid=25767 vsize=738908 CPUtime=9286.25
/proc/25770/stat : 25770 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194304 171304 0 0 0 928394 231 0 0 25 0 4 0 156881926 756641792 171039 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 184727 171039 83 193 0 184531 0
[pid=25770/tid=25771] ppid=25767 vsize=738908 CPUtime=2238.37
/proc/25770/task/25771/stat : 25771 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 26179 0 0 0 223799 38 0 0 25 0 4 0 156882017 756641792 171039 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25767 vsize=738908 CPUtime=2149.97
/proc/25770/task/25772/stat : 25772 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 58746 0 0 0 214920 77 0 0 25 0 4 0 156882017 756641792 171039 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25770/tid=25773] ppid=25767 vsize=738908 CPUtime=2491.6
/proc/25770/task/25773/stat : 25773 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 22002 0 0 0 249116 44 0 0 25 0 4 0 156882017 756641792 171039 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9294.84
Current children cumulated vsize (KiB) 744264

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 25783
/proc/meminfo: memFree=436872/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=8.59
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 313 26965 0 0 0 0 827 32 16 0 1 0 156881065 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25767/statm: 1339 238 195 169 0 50 0
[pid=25770] ppid=25767 vsize=740500 CPUtime=9406
/proc/25770/stat : 25770 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194304 171561 0 0 0 940368 232 0 0 25 0 4 0 156881926 758272000 171296 1992294400 134512640 135305190 4294956160 18446744073709551615 134528990 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 185125 171296 83 193 0 184929 0
[pid=25770/tid=25771] ppid=25767 vsize=740500 CPUtime=2269.12
/proc/25770/task/25771/stat : 25771 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 26266 0 0 0 226874 38 0 0 25 0 4 0 156882017 758272000 171296 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25767 vsize=740500 CPUtime=2179.87
/proc/25770/task/25772/stat : 25772 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 58785 0 0 0 217910 77 0 0 25 0 4 0 156882017 758272000 171296 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25770/tid=25773] ppid=25767 vsize=740500 CPUtime=2521.51
/proc/25770/task/25773/stat : 25773 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 22074 0 0 0 252107 44 0 0 25 0 4 0 156882017 758272000 171296 1992294400 134512640 135305190 4294956160 18446744073709551615 134556752 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9414.59
Current children cumulated vsize (KiB) 745856

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 25783
/proc/meminfo: memFree=435784/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=8.59
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 313 26965 0 0 0 0 827 32 16 0 1 0 156881065 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25767/statm: 1339 238 195 169 0 50 0
[pid=25770] ppid=25767 vsize=741112 CPUtime=9525.72
/proc/25770/stat : 25770 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194304 171821 0 0 0 952340 232 0 0 25 0 4 0 156881926 758898688 171556 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25770/statm: 185278 171556 83 193 0 185082 0
[pid=25770/tid=25771] ppid=25767 vsize=741112 CPUtime=2298.27
/proc/25770/task/25771/stat : 25771 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 26344 0 0 0 229789 38 0 0 25 0 4 0 156882017 758898688 171556 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25770/tid=25772] ppid=25767 vsize=741112 CPUtime=2210.66
/proc/25770/task/25772/stat : 25772 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 58811 0 0 0 220989 77 0 0 25 0 4 0 156882017 758898688 171556 1992294400 134512640 135305190 4294956160 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25770/tid=25773] ppid=25767 vsize=741112 CPUtime=2551.4
/proc/25770/task/25773/stat : 25773 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 22105 0 0 0 255096 44 0 0 25 0 4 0 156882017 758898688 171556 1992294400 134512640 135305190 4294956160 18446744073709551615 134528584 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9534.31
Current children cumulated vsize (KiB) 746468

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 25783
/proc/meminfo: memFree=434696/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=8.59
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 313 26965 0 0 0 0 827 32 16 0 1 0 156881065 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25767/statm: 1339 238 195 169 0 50 0
[pid=25770] ppid=25767 vsize=741804 CPUtime=9645.47
/proc/25770/stat : 25770 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194304 172093 0 0 0 964314 233 0 0 25 0 4 0 156881926 759607296 171828 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25770/statm: 185451 171828 83 193 0 185255 0
[pid=25770/tid=25771] ppid=25767 vsize=741804 CPUtime=2329.34
/proc/25770/task/25771/stat : 25771 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 26455 0 0 0 232896 38 0 0 22 0 4 0 156882017 759607296 171828 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25770/tid=25772] ppid=25767 vsize=741804 CPUtime=2239.46
/proc/25770/task/25772/stat : 25772 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 58867 0 0 0 223869 77 0 0 25 0 4 0 156882017 759607296 171828 1992294400 134512640 135305190 4294956160 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25770/tid=25773] ppid=25767 vsize=741804 CPUtime=2581.22
/proc/25770/task/25773/stat : 25773 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 22182 0 0 0 258078 44 0 0 25 0 4 0 156882017 759607296 171828 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9654.06
Current children cumulated vsize (KiB) 747160

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 25783
/proc/meminfo: memFree=433480/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=8.59
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 313 26965 0 0 0 0 827 32 16 0 1 0 156881065 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25767/statm: 1339 238 195 169 0 50 0
[pid=25770] ppid=25767 vsize=744136 CPUtime=9765.2
/proc/25770/stat : 25770 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194304 172400 0 0 0 976287 233 0 0 25 0 4 0 156881926 761995264 172135 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 186034 172135 83 193 0 185838 0
[pid=25770/tid=25771] ppid=25767 vsize=744136 CPUtime=2359.05
/proc/25770/task/25771/stat : 25771 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 26584 0 0 0 235866 39 0 0 25 0 4 0 156882017 761995264 172135 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25767 vsize=744136 CPUtime=2268.68
/proc/25770/task/25772/stat : 25772 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 58883 0 0 0 226791 77 0 0 25 0 4 0 156882017 761995264 172135 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25770/tid=25773] ppid=25767 vsize=744136 CPUtime=2611.84
/proc/25770/task/25773/stat : 25773 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 22208 0 0 0 261140 44 0 0 25 0 4 0 156882017 761995264 172135 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9773.79
Current children cumulated vsize (KiB) 749492

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 25783
/proc/meminfo: memFree=433352/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=8.59
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 313 26965 0 0 0 0 827 32 16 0 1 0 156881065 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25767/statm: 1339 238 195 169 0 50 0
[pid=25770] ppid=25767 vsize=744424 CPUtime=9884.95
/proc/25770/stat : 25770 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194304 172454 0 0 0 988261 234 0 0 25 0 4 0 156881926 762290176 172189 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 186106 172189 83 193 0 185910 0
[pid=25770/tid=25771] ppid=25767 vsize=744424 CPUtime=2388.14
/proc/25770/task/25771/stat : 25771 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 26610 0 0 0 238775 39 0 0 25 0 4 0 156882017 762290176 172189 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25767 vsize=744424 CPUtime=2299.35
/proc/25770/task/25772/stat : 25772 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 58883 0 0 0 229858 77 0 0 23 0 4 0 156882017 762290176 172189 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25770/tid=25773] ppid=25767 vsize=744424 CPUtime=2640.49
/proc/25770/task/25773/stat : 25773 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 22208 0 0 0 264005 44 0 0 25 0 4 0 156882017 762290176 172189 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9893.54
Current children cumulated vsize (KiB) 749780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5015.7 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 25783
/proc/meminfo: memFree=432520/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=8.59
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 313 26965 0 0 0 0 827 32 16 0 1 0 156881065 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25767/statm: 1339 238 195 169 0 50 0
[pid=25770] ppid=25767 vsize=745288 CPUtime=9991.52
/proc/25770/stat : 25770 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194304 172666 0 0 0 998918 234 0 0 25 0 4 0 156881926 763174912 172401 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 186322 172401 83 193 0 186126 0
[pid=25770/tid=25771] ppid=25767 vsize=745288 CPUtime=2413.84
/proc/25770/task/25771/stat : 25771 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 26718 0 0 0 241345 39 0 0 25 0 4 0 156882017 763174912 172401 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25767 vsize=745288 CPUtime=2326.84
/proc/25770/task/25772/stat : 25772 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 58884 0 0 0 232607 77 0 0 25 0 4 0 156882017 763174912 172401 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25770/tid=25773] ppid=25767 vsize=745288 CPUtime=2664
/proc/25770/task/25773/stat : 25773 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 22208 0 0 0 266356 44 0 0 20 0 4 0 156882017 763174912 172401 1992294400 134512640 135305190 4294956160 18446744073709551615 134541971 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 750644

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+5015.7 s]
/proc/loadavg: 4.00 4.00 3.91 5/69 25783
/proc/meminfo: memFree=432520/2055920 swapFree=4180748/4192956
[pid=25767] ppid=25765 vsize=5356 CPUtime=8.59
/proc/25767/stat : 25767 (manysat.sh) S 25765 25767 25662 0 -1 4194304 313 26965 0 0 0 0 827 32 16 0 1 0 156881065 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 238487659332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25767/statm: 1339 238 195 169 0 50 0
[pid=25770] ppid=25767 vsize=745288 CPUtime=9991.52
/proc/25770/stat : 25770 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194304 172666 0 0 0 998918 234 0 0 25 0 4 0 156881926 763174912 172401 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25770/statm: 186322 172401 83 193 0 186126 0
[pid=25770/tid=25771] ppid=25767 vsize=745288 CPUtime=2413.84
/proc/25770/task/25771/stat : 25771 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 26718 0 0 0 241345 39 0 0 25 0 4 0 156882017 763174912 172401 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25770/tid=25772] ppid=25767 vsize=745288 CPUtime=2326.84
/proc/25770/task/25772/stat : 25772 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 58884 0 0 0 232607 77 0 0 25 0 4 0 156882017 763174912 172401 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25770/tid=25773] ppid=25767 vsize=745288 CPUtime=2664
/proc/25770/task/25773/stat : 25773 (manysat1.1_stat) R 25767 25767 25662 0 -1 4194368 22208 0 0 0 266356 44 0 0 20 0 4 0 156882017 763174912 172401 1992294400 134512640 135305190 4294956160 18446744073709551615 134541971 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 750644

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25767 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=274742
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=323950
# CPU time returned by wait4() is 8.59869
# while last known CPU time is 10000.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5015.72
CPU time (s): 10000.1
CPU user time (s): 9997.45
CPU system time (s): 2.66
CPU usage (%): 199.375
Max. virtual memory (cumulated for all children) (KiB): 750644

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

runsolver used 5.2272 second user time and 13.06 second system time

The end

Launcher Data

Begin job on node23 at 2009-05-02 20:21:16
IDJOB=1773826
IDBENCH=70808
IDSOLVER=612
FILE ID=node23/1773826-1241288475
PBS_JOBID= 9225066
Free space on /tmp= 66432 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773826-1241288475/watcher-1773826-1241288475 -o /tmp/evaluation-result-1773826-1241288475/solver-1773826-1241288475 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1773826-1241288475.cnf aimd 1

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=1955771141

node23.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.238
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1156624 kB
Buffers:         80736 kB
Cached:         715088 kB
SwapCached:       6032 kB
Active:          62552 kB
Inactive:       741712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1156624 kB
SwapTotal:     4192956 kB
SwapFree:      4180748 kB
Dirty:           12208 kB
Writeback:           0 kB
Mapped:          14112 kB
Slab:            81052 kB
Committed_AS:   725012 kB
PageTables:       1388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66396 MiB
End job on node23 at 2009-05-02 21:44:53