Trace number 1772726

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 5018.12

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/total-10-19-u.cnf
MD5SUMa2687a8a1b0deeabfd7eddcfa56549a2
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 variables331202
Number of clauses1571183
Sum of the clauses size3644324
Maximum clause length10
Minimum clause length1
Number of clauses of size 127558
Number of clauses of size 21199929
Number of clauses of size 3281756
Number of clauses of size 46880
Number of clauses of size 527520
Number of clauses of size over 527540

Solver Data

0.00/0.00	c Parsing...
1.39/1.46	c ==============================================================================
1.39/1.46	c |           |     ORIGINAL     |              LEARNT              |          |
1.39/1.46	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.39/1.46	c ==============================================================================
1.39/1.46	c |         0 | 1543625  3616766 |  463087       0        0     nan |  0.000 % |
11.48/11.54	c |         0 |  616629  1615529 |      --       0       --      -- |     --   | -584573/-1226581
11.48/11.54	c ==============================================================================
11.48/11.54	c Result  :   #vars: 93490   #clauses: 616629   #literals: 1615529
11.48/11.54	c CPU time:   11.1493 s
11.48/11.54	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-1772726-1241284974/watcher-1772726-1241284974 -o /tmp/evaluation-result-1772726-1241284974/solver-1772726-1241284974 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1772726-1241284974.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: 0.99 0.99 0.99 3/64 27332
/proc/meminfo: memFree=911624/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=0
/proc/27332/stat : 27332 (manysat.sh) R 27330 27332 27146 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 156531298 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 262910044831 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/27332/statm: 1339 234 194 169 0 50 0
[pid=27333] ppid=27332 vsize=1140 CPUtime=0
/proc/27333/stat : 27333 (SatElite) R 27332 27332 27146 0 -1 4194304 191 0 0 0 0 0 0 0 18 0 1 0 156531298 1167360 175 1992294400 134512640 135034092 4294956112 18446744073709551615 134558523 0 0 4096 3 0 0 0 17 1 0 0
/proc/27333/statm: 285 178 50 127 0 155 0

[startup+0.012687 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 27332
/proc/meminfo: memFree=911624/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=0
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156531298 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27332/statm: 1339 235 195 169 0 50 0
[pid=27333] ppid=27332 vsize=4392 CPUtime=0
/proc/27333/stat : 27333 (SatElite) R 27332 27332 27146 0 -1 4194304 697 0 0 0 0 0 0 0 18 0 1 0 156531298 4497408 681 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/27333/statm: 1098 686 50 127 0 968 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9748

[startup+0.101695 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 27332
/proc/meminfo: memFree=911624/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=0
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156531298 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27332/statm: 1339 235 195 169 0 50 0
[pid=27333] ppid=27332 vsize=21256 CPUtime=0.08
/proc/27333/stat : 27333 (SatElite) R 27332 27332 27146 0 -1 4194304 3760 0 0 0 7 1 0 0 19 0 1 0 156531298 21766144 3744 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/27333/statm: 5314 3744 50 127 0 5184 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 26612

[startup+0.301717 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 27332
/proc/meminfo: memFree=911624/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=0
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156531298 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27332/statm: 1339 235 195 169 0 50 0
[pid=27333] ppid=27332 vsize=75500 CPUtime=0.28
/proc/27333/stat : 27333 (SatElite) R 27332 27332 27146 0 -1 4194304 13353 0 0 0 23 5 0 0 21 0 1 0 156531298 77312000 13337 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/27333/statm: 18875 13339 50 127 0 18745 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 80856

[startup+0.701763 s]
/proc/loadavg: 0.99 0.99 0.99 3/64 27332
/proc/meminfo: memFree=911624/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=0
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156531298 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27332/statm: 1339 235 195 169 0 50 0
[pid=27333] ppid=27332 vsize=110152 CPUtime=0.69
/proc/27333/stat : 27333 (SatElite) R 27332 27332 27146 0 -1 4194304 22046 0 0 0 57 12 0 0 25 0 1 0 156531298 112795648 22030 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/27333/statm: 27538 22030 50 127 0 27408 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115508

[startup+1.50186 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 27334
/proc/meminfo: memFree=804152/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=0
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156531298 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27332/statm: 1339 235 195 169 0 50 0
[pid=27333] ppid=27332 vsize=163744 CPUtime=1.48
/proc/27333/stat : 27333 (SatElite) R 27332 27332 27146 0 -1 4194304 35258 0 0 0 128 20 0 0 25 0 1 0 156531298 167673856 35242 1992294400 134512640 135034092 4294956112 18446744073709551615 134536786 0 0 4096 3 0 0 0 17 1 0 0
/proc/27333/statm: 40936 35242 64 127 0 40806 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 169100

[startup+3.10205 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 27334
/proc/meminfo: memFree=759544/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=0
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156531298 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27332/statm: 1339 235 195 169 0 50 0
[pid=27333] ppid=27332 vsize=184796 CPUtime=3.09
/proc/27333/stat : 27333 (SatElite) R 27332 27332 27146 0 -1 4194304 43131 0 0 0 283 26 0 0 25 0 1 0 156531298 189231104 39361 1992294400 134512640 135034092 4294956112 18446744073709551615 134566555 0 0 4096 3 0 0 0 17 1 0 0
/proc/27333/statm: 46199 39361 68 127 0 46069 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 190152

[startup+6.30142 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 27334
/proc/meminfo: memFree=744760/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=0
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156531298 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27332/statm: 1339 235 195 169 0 50 0
[pid=27333] ppid=27332 vsize=204612 CPUtime=6.29
/proc/27333/stat : 27333 (SatElite) R 27332 27332 27146 0 -1 4194304 47932 0 0 0 601 28 0 0 25 0 1 0 156531298 209522688 43430 1992294400 134512640 135034092 4294956112 18446744073709551615 134561054 0 0 4096 3 0 0 0 17 1 0 0
/proc/27333/statm: 51153 43430 68 127 0 51023 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 209968

[startup+12.7012 s]
/proc/loadavg: 0.99 0.99 0.99 2/66 27334
/proc/meminfo: memFree=730424/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=12.39
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 313 67618 0 0 0 0 1192 47 16 0 1 0 156531298 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 5356

[startup+25.5017 s]
/proc/loadavg: 1.46 1.08 1.03 5/69 27338
/proc/meminfo: memFree=723936/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=12.39
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 313 67618 0 0 0 0 1192 47 16 0 1 0 156531298 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 238 195 169 0 50 0
[pid=27335] ppid=27332 vsize=208564 CPUtime=24.13
/proc/27335/stat : 27335 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194304 41793 0 0 0 2386 27 0 0 17 0 4 0 156532538 213569536 41744 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27335/statm: 52141 41744 83 193 0 51945 0
[pid=27335/tid=27336] ppid=27332 vsize=208564 CPUtime=5.69
/proc/27335/task/27336/stat : 27336 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 785 0 0 0 568 1 0 0 17 0 4 0 156532707 213569536 41744 1992294400 134512640 135305190 4294956160 18446744073709551615 134528858 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27335/tid=27337] ppid=27332 vsize=208564 CPUtime=5.56
/proc/27335/task/27337/stat : 27337 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 681 0 0 0 553 3 0 0 17 0 4 0 156532707 213569536 41744 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27335/tid=27338] ppid=27332 vsize=208564 CPUtime=5.83
/proc/27335/task/27338/stat : 27338 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 825 0 0 0 581 2 0 0 18 0 4 0 156532707 213569536 41744 1992294400 134512640 135305190 4294956160 18446744073709551615 134551782 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 36.52
Current children cumulated vsize (KiB) 213920

[startup+51.1017 s]
/proc/loadavg: 2.32 1.32 1.10 5/69 27338
/proc/meminfo: memFree=722848/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=12.39
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 313 67618 0 0 0 0 1192 47 16 0 1 0 156531298 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 238 195 169 0 50 0
[pid=27335] ppid=27332 vsize=208864 CPUtime=75.07
/proc/27335/stat : 27335 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194304 41941 0 0 0 7477 30 0 0 19 0 4 0 156532538 213876736 41892 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27335/statm: 52216 41892 83 193 0 52020 0
[pid=27335/tid=27336] ppid=27332 vsize=208864 CPUtime=18.11
/proc/27335/task/27336/stat : 27336 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 816 0 0 0 1809 2 0 0 24 0 4 0 156532707 213876736 41892 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27335/tid=27337] ppid=27332 vsize=208864 CPUtime=16.3
/proc/27335/task/27337/stat : 27337 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 728 0 0 0 1626 4 0 0 22 0 4 0 156532707 213876736 41892 1992294400 134512640 135305190 4294956160 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27335/tid=27338] ppid=27332 vsize=208864 CPUtime=20.06
/proc/27335/task/27338/stat : 27338 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 876 0 0 0 2002 4 0 0 17 0 4 0 156532707 213876736 41892 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 87.46
Current children cumulated vsize (KiB) 214220

[startup+102.307 s]
/proc/loadavg: 3.25 1.74 1.26 5/69 27338
/proc/meminfo: memFree=714272/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=12.39
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 313 67618 0 0 0 0 1192 47 16 0 1 0 156531298 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 238 195 169 0 50 0
[pid=27335] ppid=27332 vsize=218396 CPUtime=177.24
/proc/27335/stat : 27335 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194304 44266 0 0 0 17690 34 0 0 18 0 4 0 156532538 223637504 44217 1992294400 134512640 135305190 4294956160 18446744073709551615 134528568 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27335/statm: 54599 44217 83 193 0 54403 0
[pid=27335/tid=27336] ppid=27332 vsize=218396 CPUtime=36.97
/proc/27335/task/27336/stat : 27336 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 1060 0 0 0 3695 2 0 0 20 0 4 0 156532707 223637504 44217 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27335/tid=27337] ppid=27332 vsize=218396 CPUtime=44.46
/proc/27335/task/27337/stat : 27337 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 1914 0 0 0 4441 5 0 0 21 0 4 0 156532707 223637504 44217 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27335/tid=27338] ppid=27332 vsize=218396 CPUtime=50.58
/proc/27335/task/27338/stat : 27338 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 1469 0 0 0 5053 5 0 0 17 0 4 0 156532707 223637504 44217 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 189.63
Current children cumulated vsize (KiB) 223752

[startup+162.302 s]
/proc/loadavg: 3.72 2.15 1.43 5/69 27338
/proc/meminfo: memFree=690784/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=12.39
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 313 67618 0 0 0 0 1192 47 16 0 1 0 156531298 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 238 195 169 0 50 0
[pid=27335] ppid=27332 vsize=241704 CPUtime=296.98
/proc/27335/stat : 27335 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194304 50182 0 0 0 29657 41 0 0 19 0 4 0 156532538 247504896 50133 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27335/statm: 60426 50133 83 193 0 60230 0
[pid=27335/tid=27336] ppid=27332 vsize=241704 CPUtime=55.6
/proc/27335/task/27336/stat : 27336 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 1593 0 0 0 5558 2 0 0 25 0 4 0 156532707 247504896 50133 1992294400 134512640 135305190 4294956160 18446744073709551615 134551951 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27335/tid=27337] ppid=27332 vsize=241704 CPUtime=68.99
/proc/27335/task/27337/stat : 27337 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 4176 0 0 0 6891 8 0 0 25 0 4 0 156532707 247504896 50133 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27335/tid=27338] ppid=27332 vsize=241704 CPUtime=92.39
/proc/27335/task/27338/stat : 27338 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 3393 0 0 0 9231 8 0 0 23 0 4 0 156532707 247504896 50133 1992294400 134512640 135305190 4294956160 18446744073709551615 134558374 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 309.37
Current children cumulated vsize (KiB) 247060

[startup+222.302 s]
/proc/loadavg: 3.90 2.48 1.58 5/69 27338
/proc/meminfo: memFree=683232/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=12.39
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 313 67618 0 0 0 0 1192 47 16 0 1 0 156531298 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 238 195 169 0 50 0
[pid=27335] ppid=27332 vsize=249148 CPUtime=416.71
/proc/27335/stat : 27335 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194304 52049 0 0 0 41627 44 0 0 21 0 4 0 156532538 255127552 52000 1992294400 134512640 135305190 4294956160 18446744073709551615 134551709 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27335/statm: 62287 52000 83 193 0 62091 0
[pid=27335/tid=27336] ppid=27332 vsize=249148 CPUtime=86.1
/proc/27335/task/27336/stat : 27336 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 2054 0 0 0 8607 3 0 0 25 0 4 0 156532707 255127552 52000 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27335/tid=27337] ppid=27332 vsize=249148 CPUtime=95.2
/proc/27335/task/27337/stat : 27337 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 4601 0 0 0 9511 9 0 0 25 0 4 0 156532707 255127552 52000 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0

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

/proc/27335/task/27338/stat : 27338 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 43530 0 0 0 237582 71 0 0 25 0 4 0 156532707 779104256 177331 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9170.23
Current children cumulated vsize (KiB) 766200

[startup+4662.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 27348
/proc/meminfo: memFree=176352/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=12.39
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 313 67618 0 0 0 0 1192 47 16 0 1 0 156531298 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 238 195 169 0 50 0
[pid=27335] ppid=27332 vsize=766416 CPUtime=9277.57
/proc/27335/stat : 27335 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194304 178414 0 0 0 927509 248 0 0 25 0 4 0 156532538 784809984 178365 1992294400 134512640 135305190 4294956160 18446744073709551615 134551729 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27335/statm: 191604 178365 83 193 0 191408 0
[pid=27335/tid=27336] ppid=27332 vsize=766416 CPUtime=2259.67
/proc/27335/task/27336/stat : 27336 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 31965 0 0 0 225911 56 0 0 25 0 4 0 156532707 784809984 178365 1992294400 134512640 135305190 4294956160 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27335/tid=27337] ppid=27332 vsize=766416 CPUtime=2220.91
/proc/27335/task/27337/stat : 27337 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 32838 0 0 0 222039 52 0 0 25 0 4 0 156532707 784809984 178365 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27335/tid=27338] ppid=27332 vsize=766416 CPUtime=2406.45
/proc/27335/task/27338/stat : 27338 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 43757 0 0 0 240574 71 0 0 25 0 4 0 156532707 784809984 178365 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9289.96
Current children cumulated vsize (KiB) 771772

[startup+4722.31 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 27348
/proc/meminfo: memFree=172576/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=12.39
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 313 67618 0 0 0 0 1192 47 16 0 1 0 156531298 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 238 195 169 0 50 0
[pid=27335] ppid=27332 vsize=771492 CPUtime=9397.32
/proc/27335/stat : 27335 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194304 179359 0 0 0 939482 250 0 0 25 0 4 0 156532538 790007808 179310 1992294400 134512640 135305190 4294956160 18446744073709551615 134528240 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27335/statm: 192873 179310 83 193 0 192677 0
[pid=27335/tid=27336] ppid=27332 vsize=771492 CPUtime=2288.16
/proc/27335/task/27336/stat : 27336 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 32181 0 0 0 228760 56 0 0 25 0 4 0 156532707 790007808 179310 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27335/tid=27337] ppid=27332 vsize=771492 CPUtime=2251.47
/proc/27335/task/27337/stat : 27337 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 33107 0 0 0 225094 53 0 0 25 0 4 0 156532707 790007808 179310 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27335/tid=27338] ppid=27332 vsize=771492 CPUtime=2437.85
/proc/27335/task/27338/stat : 27338 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 43969 0 0 0 243713 72 0 0 19 0 4 0 156532707 790007808 179310 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9409.71
Current children cumulated vsize (KiB) 776848

[startup+4782.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 27348
/proc/meminfo: memFree=168672/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=12.39
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 313 67618 0 0 0 0 1192 47 16 0 1 0 156531298 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 238 195 169 0 50 0
[pid=27335] ppid=27332 vsize=775684 CPUtime=9517.06
/proc/27335/stat : 27335 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194304 180327 0 0 0 951453 253 0 0 25 0 4 0 156532538 794300416 180278 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27335/statm: 193921 180278 83 193 0 193725 0
[pid=27335/tid=27336] ppid=27332 vsize=775684 CPUtime=2317.66
/proc/27335/task/27336/stat : 27336 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 32482 0 0 0 231709 57 0 0 25 0 4 0 156532707 794300416 180278 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27335/tid=27337] ppid=27332 vsize=775684 CPUtime=2280.65
/proc/27335/task/27337/stat : 27337 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 33301 0 0 0 228012 53 0 0 25 0 4 0 156532707 794300416 180278 1992294400 134512640 135305190 4294956160 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27335/tid=27338] ppid=27332 vsize=775684 CPUtime=2468.5
/proc/27335/task/27338/stat : 27338 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 44186 0 0 0 246777 73 0 0 25 0 4 0 156532707 794300416 180278 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9529.45
Current children cumulated vsize (KiB) 781040

[startup+4842.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 27348
/proc/meminfo: memFree=156064/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=12.39
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 313 67618 0 0 0 0 1192 47 16 0 1 0 156531298 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 238 195 169 0 50 0
[pid=27335] ppid=27332 vsize=787780 CPUtime=9636.79
/proc/27335/stat : 27335 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194304 183477 0 0 0 963422 257 0 0 25 0 4 0 156532538 806686720 183428 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27335/statm: 196945 183428 83 193 0 196749 0
[pid=27335/tid=27336] ppid=27332 vsize=787780 CPUtime=2343.54
/proc/27335/task/27336/stat : 27336 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 33325 0 0 0 234296 58 0 0 18 0 4 0 156532707 806686720 183428 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27335/tid=27337] ppid=27332 vsize=787780 CPUtime=2309.02
/proc/27335/task/27337/stat : 27337 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 33638 0 0 0 230848 54 0 0 25 0 4 0 156532707 806686720 183428 1992294400 134512640 135305190 4294956160 18446744073709551615 134528489 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27335/tid=27338] ppid=27332 vsize=787780 CPUtime=2502.52
/proc/27335/task/27338/stat : 27338 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 45338 0 0 0 250177 75 0 0 19 0 4 0 156532707 806686720 183428 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9649.18
Current children cumulated vsize (KiB) 793136

[startup+4902.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 27348
/proc/meminfo: memFree=141408/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=12.39
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 313 67618 0 0 0 0 1192 47 16 0 1 0 156531298 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 238 195 169 0 50 0
[pid=27335] ppid=27332 vsize=803168 CPUtime=9756.54
/proc/27335/stat : 27335 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194304 187167 0 0 0 975391 263 0 0 25 0 4 0 156532538 822444032 187118 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27335/statm: 200792 187118 83 193 0 200596 0
[pid=27335/tid=27336] ppid=27332 vsize=803168 CPUtime=2373.55
/proc/27335/task/27336/stat : 27336 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 34340 0 0 0 237296 59 0 0 25 0 4 0 156532707 822444032 187118 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27335/tid=27337] ppid=27332 vsize=803168 CPUtime=2338.75
/proc/27335/task/27337/stat : 27337 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 34181 0 0 0 233820 55 0 0 25 0 4 0 156532707 822444032 187118 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27335/tid=27338] ppid=27332 vsize=803168 CPUtime=2532.48
/proc/27335/task/27338/stat : 27338 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 46604 0 0 0 253172 76 0 0 25 0 4 0 156532707 822444032 187118 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9768.93
Current children cumulated vsize (KiB) 808524

[startup+4962.3 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 27348
/proc/meminfo: memFree=126816/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=12.39
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 313 67618 0 0 0 0 1192 47 16 0 1 0 156531298 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 238 195 169 0 50 0
[pid=27335] ppid=27332 vsize=817404 CPUtime=9876.28
/proc/27335/stat : 27335 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194304 190822 0 0 0 987361 267 0 0 25 0 4 0 156532538 837021696 190773 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27335/statm: 204351 190773 83 193 0 204155 0
[pid=27335/tid=27336] ppid=27332 vsize=817404 CPUtime=2404.64
/proc/27335/task/27336/stat : 27336 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 35383 0 0 0 240404 60 0 0 25 0 4 0 156532707 837021696 190773 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
[pid=27335/tid=27337] ppid=27332 vsize=817404 CPUtime=2368.57
/proc/27335/task/27337/stat : 27337 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 34711 0 0 0 236802 55 0 0 25 0 4 0 156532707 837021696 190773 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27335/tid=27338] ppid=27332 vsize=817404 CPUtime=2561.25
/proc/27335/task/27338/stat : 27338 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 47633 0 0 0 256047 78 0 0 17 0 4 0 156532707 837021696 190773 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9888.67
Current children cumulated vsize (KiB) 822760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5018.1 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 27348
/proc/meminfo: memFree=112416/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=12.39
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 313 67618 0 0 0 0 1192 47 16 0 1 0 156531298 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 238 195 169 0 50 0
[pid=27335] ppid=27332 vsize=831404 CPUtime=9987.65
/proc/27335/stat : 27335 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194304 194368 0 0 0 998492 273 0 0 25 0 4 0 156532538 851357696 194319 1992294400 134512640 135305190 4294956160 18446744073709551615 134528363 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27335/statm: 207851 194319 83 193 0 207655 0
[pid=27335/tid=27336] ppid=27332 vsize=831404 CPUtime=2431.36
/proc/27335/task/27336/stat : 27336 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 36348 0 0 0 243074 62 0 0 16 0 4 0 156532707 851357696 194319 1992294400 134512640 135305190 4294956160 18446744073709551615 134538319 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27335/tid=27337] ppid=27332 vsize=831404 CPUtime=2396.52
/proc/27335/task/27337/stat : 27337 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 35148 0 0 0 239596 56 0 0 25 0 4 0 156532707 851357696 194319 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27335/tid=27338] ppid=27332 vsize=831404 CPUtime=2590.14
/proc/27335/task/27338/stat : 27338 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 48861 0 0 0 258935 79 0 0 23 0 4 0 156532707 851357696 194319 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 836760

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

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

[startup+5018.1 s]
/proc/loadavg: 3.99 3.97 3.91 5/69 27348
/proc/meminfo: memFree=112416/2055920 swapFree=4182092/4192956
[pid=27332] ppid=27330 vsize=5356 CPUtime=12.39
/proc/27332/stat : 27332 (manysat.sh) S 27330 27332 27146 0 -1 4194304 313 67618 0 0 0 0 1192 47 16 0 1 0 156531298 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 262910042948 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27332/statm: 1339 238 195 169 0 50 0
[pid=27335] ppid=27332 vsize=831404 CPUtime=9987.65
/proc/27335/stat : 27335 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194304 194368 0 0 0 998492 273 0 0 25 0 4 0 156532538 851357696 194319 1992294400 134512640 135305190 4294956160 18446744073709551615 134528363 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/27335/statm: 207851 194319 83 193 0 207655 0
[pid=27335/tid=27336] ppid=27332 vsize=831404 CPUtime=2431.36
/proc/27335/task/27336/stat : 27336 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 36348 0 0 0 243074 62 0 0 16 0 4 0 156532707 851357696 194319 1992294400 134512640 135305190 4294956160 18446744073709551615 134538319 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27335/tid=27337] ppid=27332 vsize=831404 CPUtime=2396.52
/proc/27335/task/27337/stat : 27337 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 35148 0 0 0 239596 56 0 0 25 0 4 0 156532707 851357696 194319 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0
[pid=27335/tid=27338] ppid=27332 vsize=831404 CPUtime=2590.14
/proc/27335/task/27338/stat : 27338 (manysat1.1_stat) R 27332 27332 27146 0 -1 4194368 48861 0 0 0 258935 79 0 0 23 0 4 0 156532707 851357696 194319 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 836760

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27332 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=927186
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=474927
# CPU time returned by wait4() is 12.4021
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5018.12
CPU time (s): 10000
CPU user time (s): 9996.84
CPU system time (s): 3.2
CPU usage (%): 199.278
Max. virtual memory (cumulated for all children) (KiB): 836760

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

runsolver used 4.50731 second user time and 13.7559 second system time

The end

Launcher Data

Begin job on node11 at 2009-05-02 19:22:56
IDJOB=1772726
IDBENCH=20375
IDSOLVER=612
FILE ID=node11/1772726-1241284974
PBS_JOBID= 9225047
Free space on /tmp= 66436 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/total-10-19-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772726-1241284974/watcher-1772726-1241284974 -o /tmp/evaluation-result-1772726-1241284974/solver-1772726-1241284974 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1772726-1241284974.cnf aimd 1

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

MD5SUM BENCH= a2687a8a1b0deeabfd7eddcfa56549a2
RANDOM SEED=1407474519

node11.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.214
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.214
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:        911976 kB
Buffers:         85556 kB
Cached:         947080 kB
SwapCached:       4976 kB
Active:         110380 kB
Inactive:       930460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        911976 kB
SwapTotal:     4192956 kB
SwapFree:      4182092 kB
Dirty:           30320 kB
Writeback:           0 kB
Mapped:          14456 kB
Slab:            89000 kB
Committed_AS:   693424 kB
PageTables:       1448 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= 66412 MiB
End job on node11 at 2009-05-02 20:46:37