Trace number 1774146

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 5012.02

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-28-s100.cnf
MD5SUM06e51f5d7b210924fc518c0569affee4
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 variables32151
Number of clauses96786
Sum of the clauses size228372
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261858
Number of clauses of size 334864
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.03/0.09	c ==============================================================================
0.03/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.03/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.03/0.09	c ==============================================================================
0.03/0.09	c |         0 |   96586   227896 |   28975       0        0     nan |  0.000 % |
1.29/1.34	c |         0 |   59532   176727 |      --       0       --      -- |     --   | -36714/-50193
1.29/1.34	c ==============================================================================
1.29/1.34	c Result  :   #vars: 14331   #clauses: 59532   #literals: 176727
1.29/1.34	c CPU time:   1.3018 s
1.29/1.34	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-1774146-1241290446/watcher-1774146-1241290446 -o /tmp/evaluation-result-1774146-1241290446/solver-1774146-1241290446 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1774146-1241290446.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: 3.68 3.93 3.89 3/64 1297
/proc/meminfo: memFree=1621000/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=0
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157072594 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 235 195 169 0 50 0
[pid=1298] ppid=1297 vsize=1556 CPUtime=0
/proc/1298/stat : 1298 (SatElite) R 1297 1297 1260 0 -1 4194304 249 0 0 0 0 0 0 0 20 0 1 0 157072594 1593344 233 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/1298/statm: 389 241 50 127 0 259 0

[startup+0.0421431 s]
/proc/loadavg: 3.68 3.93 3.89 3/64 1297
/proc/meminfo: memFree=1621000/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=0
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157072594 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 235 195 169 0 50 0
[pid=1298] ppid=1297 vsize=6932 CPUtime=0.03
/proc/1298/stat : 1298 (SatElite) R 1297 1297 1260 0 -1 4194304 1605 0 0 0 2 1 0 0 20 0 1 0 157072594 7098368 1589 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/1298/statm: 1733 1590 51 127 0 1603 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12288

[startup+0.101152 s]
/proc/loadavg: 3.68 3.93 3.89 3/64 1297
/proc/meminfo: memFree=1621000/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=0
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157072594 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 235 195 169 0 50 0
[pid=1298] ppid=1297 vsize=13056 CPUtime=0.08
/proc/1298/stat : 1298 (SatElite) R 1297 1297 1260 0 -1 4194304 3242 0 0 0 7 1 0 0 20 0 1 0 157072594 13369344 3112 1992294400 134512640 135034092 4294956112 18446744073709551615 134562180 0 0 4096 3 0 0 0 17 1 0 0
/proc/1298/statm: 3264 3112 67 127 0 3134 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 18412

[startup+0.301188 s]
/proc/loadavg: 3.68 3.93 3.89 3/64 1297
/proc/meminfo: memFree=1621000/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=0
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157072594 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 235 195 169 0 50 0
[pid=1298] ppid=1297 vsize=14668 CPUtime=0.28
/proc/1298/stat : 1298 (SatElite) R 1297 1297 1260 0 -1 4194304 3551 0 0 0 26 2 0 0 21 0 1 0 157072594 15020032 3421 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/1298/statm: 3667 3421 68 127 0 3537 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 20024

[startup+0.701262 s]
/proc/loadavg: 3.68 3.93 3.89 3/64 1297
/proc/meminfo: memFree=1621000/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=0
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157072594 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 235 195 169 0 50 0
[pid=1298] ppid=1297 vsize=15312 CPUtime=0.69
/proc/1298/stat : 1298 (SatElite) R 1297 1297 1260 0 -1 4194304 3736 0 0 0 66 3 0 0 25 0 1 0 157072594 15679488 3606 1992294400 134512640 135034092 4294956112 18446744073709551615 134566413 0 0 4096 3 0 0 0 17 1 0 0
/proc/1298/statm: 3828 3606 68 127 0 3698 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20668

[startup+1.50142 s]
/proc/loadavg: 3.68 3.93 3.89 2/66 1299
/proc/meminfo: memFree=1602744/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=1.41
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 313 4180 0 0 0 0 137 4 16 0 1 0 157072594 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 5356

[startup+3.10271 s]
/proc/loadavg: 3.46 3.88 3.87 5/69 1303
/proc/meminfo: memFree=1594976/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=1.41
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 313 4180 0 0 0 0 137 4 16 0 1 0 157072594 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 238 195 169 0 50 0
[pid=1300] ppid=1297 vsize=54528 CPUtime=3.17
/proc/1300/stat : 1300 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194304 5336 0 0 0 313 4 0 0 17 0 4 0 157072736 55836672 5322 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 13632 5322 83 193 0 13436 0
[pid=1300/tid=1301] ppid=1297 vsize=54528 CPUtime=0.82
/proc/1300/task/1301/stat : 1301 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 167 0 0 0 82 0 0 0 17 0 4 0 157072753 55836672 5322 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1300/tid=1302] ppid=1297 vsize=54528 CPUtime=0.31
/proc/1300/task/1302/stat : 1302 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 152 0 0 0 31 0 0 0 18 0 4 0 157072753 55836672 5322 1992294400 134512640 135305190 4294956160 18446744073709551615 134554281 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1300/tid=1303] ppid=1297 vsize=54528 CPUtime=1.12
/proc/1300/task/1303/stat : 1303 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 258 0 0 0 112 0 0 0 17 0 4 0 157072753 55836672 5322 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 59884

[startup+6.30129 s]
/proc/loadavg: 3.46 3.88 3.87 5/69 1303
/proc/meminfo: memFree=1593888/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=1.41
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 313 4180 0 0 0 0 137 4 16 0 1 0 157072594 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 238 195 169 0 50 0
[pid=1300] ppid=1297 vsize=55060 CPUtime=9.54
/proc/1300/stat : 1300 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194304 5456 0 0 0 950 4 0 0 18 0 4 0 157072736 56381440 5442 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 13765 5442 83 193 0 13569 0
[pid=1300/tid=1301] ppid=1297 vsize=55060 CPUtime=2.22
/proc/1300/task/1301/stat : 1301 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 190 0 0 0 221 1 0 0 19 0 4 0 157072753 56381440 5442 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1300/tid=1302] ppid=1297 vsize=55060 CPUtime=1.21
/proc/1300/task/1302/stat : 1302 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 179 0 0 0 121 0 0 0 19 0 4 0 157072753 56381440 5442 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1300/tid=1303] ppid=1297 vsize=55060 CPUtime=3
/proc/1300/task/1303/stat : 1303 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 287 0 0 0 300 0 0 0 16 0 4 0 157072753 56381440 5442 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.95
Current children cumulated vsize (KiB) 60416

[startup+12.7015 s]
/proc/loadavg: 3.55 3.89 3.87 5/69 1303
/proc/meminfo: memFree=1593408/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=1.41
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 313 4180 0 0 0 0 137 4 16 0 1 0 157072594 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 238 195 169 0 50 0
[pid=1300] ppid=1297 vsize=55712 CPUtime=22.32
/proc/1300/stat : 1300 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194304 5637 0 0 0 2227 5 0 0 25 0 4 0 157072736 57049088 5623 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 13928 5623 83 193 0 13732 0
[pid=1300/tid=1301] ppid=1297 vsize=55712 CPUtime=5.12
/proc/1300/task/1301/stat : 1301 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 226 0 0 0 511 1 0 0 25 0 4 0 157072753 57049088 5623 1992294400 134512640 135305190 4294956160 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1300/tid=1302] ppid=1297 vsize=55712 CPUtime=3.41
/proc/1300/task/1302/stat : 1302 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 203 0 0 0 341 0 0 0 25 0 4 0 157072753 57049088 5623 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1300/tid=1303] ppid=1297 vsize=55712 CPUtime=7.19
/proc/1300/task/1303/stat : 1303 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 374 0 0 0 719 0 0 0 24 0 4 0 157072753 57049088 5623 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.73
Current children cumulated vsize (KiB) 61068

[startup+25.5018 s]
/proc/loadavg: 3.62 3.89 3.87 5/69 1303
/proc/meminfo: memFree=1592272/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=1.41
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 313 4180 0 0 0 0 137 4 16 0 1 0 157072594 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 238 195 169 0 50 0
[pid=1300] ppid=1297 vsize=56888 CPUtime=47.86
/proc/1300/stat : 1300 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194304 5946 0 0 0 4781 5 0 0 25 0 4 0 157072736 58253312 5932 1992294400 134512640 135305190 4294956160 18446744073709551615 134528195 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 14222 5932 83 193 0 14026 0
[pid=1300/tid=1301] ppid=1297 vsize=56888 CPUtime=11.47
/proc/1300/task/1301/stat : 1301 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 277 0 0 0 1146 1 0 0 25 0 4 0 157072753 58253312 5932 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1300/tid=1302] ppid=1297 vsize=56888 CPUtime=9.81
/proc/1300/task/1302/stat : 1302 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 274 0 0 0 981 0 0 0 25 0 4 0 157072753 58253312 5932 1992294400 134512640 135305190 4294956160 18446744073709551615 134553373 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1300/tid=1303] ppid=1297 vsize=56888 CPUtime=13.6
/proc/1300/task/1303/stat : 1303 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 486 0 0 0 1359 1 0 0 25 0 4 0 157072753 58253312 5932 1992294400 134512640 135305190 4294956160 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.27
Current children cumulated vsize (KiB) 62244

[startup+51.1015 s]
/proc/loadavg: 3.75 3.90 3.88 5/69 1303
/proc/meminfo: memFree=1590288/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=1.41
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 313 4180 0 0 0 0 137 4 16 0 1 0 157072594 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 238 195 169 0 50 0
[pid=1300] ppid=1297 vsize=58856 CPUtime=98.94
/proc/1300/stat : 1300 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194304 6461 0 0 0 9888 6 0 0 25 0 4 0 157072736 60268544 6447 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 14714 6447 83 193 0 14518 0
[pid=1300/tid=1301] ppid=1297 vsize=58856 CPUtime=22.82
/proc/1300/task/1301/stat : 1301 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 377 0 0 0 2281 1 0 0 25 0 4 0 157072753 60268544 6447 1992294400 134512640 135305190 4294956160 18446744073709551615 134556740 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1300/tid=1302] ppid=1297 vsize=58856 CPUtime=22.6
/proc/1300/task/1302/stat : 1302 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 368 0 0 0 2260 0 0 0 25 0 4 0 157072753 60268544 6447 1992294400 134512640 135305190 4294956160 18446744073709551615 134553384 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1300/tid=1303] ppid=1297 vsize=58856 CPUtime=26.39
/proc/1300/task/1303/stat : 1303 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 701 0 0 0 2638 1 0 0 25 0 4 0 157072753 60268544 6447 1992294400 134512640 135305190 4294956160 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.35
Current children cumulated vsize (KiB) 64212

[startup+102.306 s]
/proc/loadavg: 3.90 3.91 3.88 5/69 1303
/proc/meminfo: memFree=1586064/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=1.41
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 313 4180 0 0 0 0 137 4 16 0 1 0 157072594 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 238 195 169 0 50 0
[pid=1300] ppid=1297 vsize=63004 CPUtime=201.12
/proc/1300/stat : 1300 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194304 7496 0 0 0 20105 7 0 0 25 0 4 0 157072736 64516096 7482 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 15751 7482 83 193 0 15555 0
[pid=1300/tid=1301] ppid=1297 vsize=63004 CPUtime=47.56
/proc/1300/task/1301/stat : 1301 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 566 0 0 0 4755 1 0 0 25 0 4 0 157072753 64516096 7482 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1300/tid=1302] ppid=1297 vsize=63004 CPUtime=48.19
/proc/1300/task/1302/stat : 1302 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 559 0 0 0 4819 0 0 0 25 0 4 0 157072753 64516096 7482 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1300/tid=1303] ppid=1297 vsize=63004 CPUtime=51.97
/proc/1300/task/1303/stat : 1303 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 1104 0 0 0 5196 1 0 0 25 0 4 0 157072753 64516096 7482 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.53
Current children cumulated vsize (KiB) 68360

[startup+162.303 s]
/proc/loadavg: 3.96 3.93 3.89 5/69 1303
/proc/meminfo: memFree=1581968/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=1.41
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 313 4180 0 0 0 0 137 4 16 0 1 0 157072594 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 238 195 169 0 50 0
[pid=1300] ppid=1297 vsize=67024 CPUtime=320.85
/proc/1300/stat : 1300 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194304 8521 0 0 0 32077 8 0 0 25 0 4 0 157072736 68632576 8507 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1300/statm: 16756 8507 83 193 0 16560 0
[pid=1300/tid=1301] ppid=1297 vsize=67024 CPUtime=76.71
/proc/1300/task/1301/stat : 1301 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 723 0 0 0 7670 1 0 0 25 0 4 0 157072753 68632576 8507 1992294400 134512640 135305190 4294956160 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1300/tid=1302] ppid=1297 vsize=67024 CPUtime=78.19
/proc/1300/task/1302/stat : 1302 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 772 0 0 0 7819 0 0 0 25 0 4 0 157072753 68632576 8507 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0

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

/proc/1300/task/1303/stat : 1303 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 9274 0 0 0 227521 14 0 0 25 0 4 0 157072753 169762816 32380 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9062.79
Current children cumulated vsize (KiB) 171140

[startup+4602.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/69 1317
/proc/meminfo: memFree=1485008/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=1.41
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 313 4180 0 0 0 0 137 4 16 0 1 0 157072594 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 238 195 169 0 50 0
[pid=1300] ppid=1297 vsize=166476 CPUtime=9181.12
/proc/1300/stat : 1300 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194304 32501 0 0 0 918067 45 0 0 25 0 4 0 157072736 170471424 32487 1992294400 134512640 135305190 4294956160 18446744073709551615 134551951 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 41619 32487 83 193 0 41423 0
[pid=1300/tid=1301] ppid=1297 vsize=166476 CPUtime=2292.77
/proc/1300/task/1301/stat : 1301 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 5653 0 0 0 229268 9 0 0 25 0 4 0 157072753 170471424 32487 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1300/tid=1302] ppid=1297 vsize=166476 CPUtime=2284.06
/proc/1300/task/1302/stat : 1302 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 6614 0 0 0 228399 7 0 0 25 0 4 0 157072753 170471424 32487 1992294400 134512640 135305190 4294956160 18446744073709551615 134552908 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1300/tid=1303] ppid=1297 vsize=166476 CPUtime=2307.2
/proc/1300/task/1303/stat : 1303 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 9287 0 0 0 230706 14 0 0 25 0 4 0 157072753 170471424 32487 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9182.53
Current children cumulated vsize (KiB) 171832

[startup+4662.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/69 1317
/proc/meminfo: memFree=1484880/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=1.41
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 313 4180 0 0 0 0 137 4 16 0 1 0 157072594 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 238 195 169 0 50 0
[pid=1300] ppid=1297 vsize=166548 CPUtime=9300.85
/proc/1300/stat : 1300 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194304 32517 0 0 0 930040 45 0 0 25 0 4 0 157072736 170545152 32503 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 41637 32503 83 193 0 41441 0
[pid=1300/tid=1301] ppid=1297 vsize=166548 CPUtime=2322.66
/proc/1300/task/1301/stat : 1301 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 5666 0 0 0 232257 9 0 0 25 0 4 0 157072753 170545152 32503 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1300/tid=1302] ppid=1297 vsize=166548 CPUtime=2314.05
/proc/1300/task/1302/stat : 1302 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 6617 0 0 0 231398 7 0 0 25 0 4 0 157072753 170545152 32503 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1300/tid=1303] ppid=1297 vsize=166548 CPUtime=2337.06
/proc/1300/task/1303/stat : 1303 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 9287 0 0 0 233692 14 0 0 25 0 4 0 157072753 170545152 32503 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9302.26
Current children cumulated vsize (KiB) 171904

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.97 5/69 1317
/proc/meminfo: memFree=1484752/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=1.41
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 313 4180 0 0 0 0 137 4 16 0 1 0 157072594 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 238 195 169 0 50 0
[pid=1300] ppid=1297 vsize=167572 CPUtime=9420.59
/proc/1300/stat : 1300 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194304 32563 0 0 0 942014 45 0 0 25 0 4 0 157072736 171593728 32549 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 41893 32549 83 193 0 41697 0
[pid=1300/tid=1301] ppid=1297 vsize=167572 CPUtime=2352.56
/proc/1300/task/1301/stat : 1301 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 5681 0 0 0 235246 10 0 0 25 0 4 0 157072753 171593728 32549 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1300/tid=1302] ppid=1297 vsize=167572 CPUtime=2344.05
/proc/1300/task/1302/stat : 1302 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 6625 0 0 0 234398 7 0 0 25 0 4 0 157072753 171593728 32549 1992294400 134512640 135305190 4294956160 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1300/tid=1303] ppid=1297 vsize=167572 CPUtime=2366.94
/proc/1300/task/1303/stat : 1303 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 9300 0 0 0 236679 15 0 0 25 0 4 0 157072753 171593728 32549 1992294400 134512640 135305190 4294956160 18446744073709551615 134528363 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9422
Current children cumulated vsize (KiB) 172928

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/69 1317
/proc/meminfo: memFree=1484240/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=1.41
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 313 4180 0 0 0 0 137 4 16 0 1 0 157072594 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 238 195 169 0 50 0
[pid=1300] ppid=1297 vsize=167904 CPUtime=9540.31
/proc/1300/stat : 1300 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194304 32693 0 0 0 953986 45 0 0 25 0 4 0 157072736 171933696 32679 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 41976 32679 83 193 0 41780 0
[pid=1300/tid=1301] ppid=1297 vsize=167904 CPUtime=2382.42
/proc/1300/task/1301/stat : 1301 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 5774 0 0 0 238232 10 0 0 25 0 4 0 157072753 171933696 32679 1992294400 134512640 135305190 4294956160 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1300/tid=1302] ppid=1297 vsize=167904 CPUtime=2374.14
/proc/1300/task/1302/stat : 1302 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 6642 0 0 0 237407 7 0 0 25 0 4 0 157072753 171933696 32679 1992294400 134512640 135305190 4294956160 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1300/tid=1303] ppid=1297 vsize=167904 CPUtime=2396.84
/proc/1300/task/1303/stat : 1303 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 9313 0 0 0 239669 15 0 0 25 0 4 0 157072753 171933696 32679 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9541.72
Current children cumulated vsize (KiB) 173260

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/69 1317
/proc/meminfo: memFree=1484112/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=1.41
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 313 4180 0 0 0 0 137 4 16 0 1 0 157072594 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 238 195 169 0 50 0
[pid=1300] ppid=1297 vsize=167904 CPUtime=9660.05
/proc/1300/stat : 1300 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194304 32731 0 0 0 965959 46 0 0 25 0 4 0 157072736 171933696 32717 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 41976 32717 83 193 0 41780 0
[pid=1300/tid=1301] ppid=1297 vsize=167904 CPUtime=2413.47
/proc/1300/task/1301/stat : 1301 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 5778 0 0 0 241337 10 0 0 25 0 4 0 157072753 171933696 32717 1992294400 134512640 135305190 4294956160 18446744073709551615 134528506 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1300/tid=1302] ppid=1297 vsize=167904 CPUtime=2404.54
/proc/1300/task/1302/stat : 1302 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 6647 0 0 0 240447 7 0 0 25 0 4 0 157072753 171933696 32717 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1300/tid=1303] ppid=1297 vsize=167904 CPUtime=2425.53
/proc/1300/task/1303/stat : 1303 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 9340 0 0 0 242538 15 0 0 25 0 4 0 157072753 171933696 32717 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9661.46
Current children cumulated vsize (KiB) 173260

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/69 1317
/proc/meminfo: memFree=1484048/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=1.41
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 313 4180 0 0 0 0 137 4 16 0 1 0 157072594 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 238 195 169 0 50 0
[pid=1300] ppid=1297 vsize=167904 CPUtime=9779.79
/proc/1300/stat : 1300 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194304 32755 0 0 0 977933 46 0 0 25 0 4 0 157072736 171933696 32741 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 41976 32741 83 193 0 41780 0
[pid=1300/tid=1301] ppid=1297 vsize=167904 CPUtime=2443.35
/proc/1300/task/1301/stat : 1301 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 5783 0 0 0 244325 10 0 0 25 0 4 0 157072753 171933696 32741 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1300/tid=1302] ppid=1297 vsize=167904 CPUtime=2434.53
/proc/1300/task/1302/stat : 1302 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 6655 0 0 0 243446 7 0 0 25 0 4 0 157072753 171933696 32741 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1300/tid=1303] ppid=1297 vsize=167904 CPUtime=2455.41
/proc/1300/task/1303/stat : 1303 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 9342 0 0 0 245526 15 0 0 25 0 4 0 157072753 171933696 32741 1992294400 134512640 135305190 4294956160 18446744073709551615 134528620 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9781.2
Current children cumulated vsize (KiB) 173260

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/69 1317
/proc/meminfo: memFree=1483856/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=1.41
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 313 4180 0 0 0 0 137 4 16 0 1 0 157072594 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 238 195 169 0 50 0
[pid=1300] ppid=1297 vsize=167904 CPUtime=9899.52
/proc/1300/stat : 1300 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194304 32786 0 0 0 989906 46 0 0 25 0 4 0 157072736 171933696 32772 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 41976 32772 83 193 0 41780 0
[pid=1300/tid=1301] ppid=1297 vsize=167904 CPUtime=2473.25
/proc/1300/task/1301/stat : 1301 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 5790 0 0 0 247315 10 0 0 25 0 4 0 157072753 171933696 32772 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1300/tid=1302] ppid=1297 vsize=167904 CPUtime=2464.53
/proc/1300/task/1302/stat : 1302 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 6657 0 0 0 246446 7 0 0 25 0 4 0 157072753 171933696 32772 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1300/tid=1303] ppid=1297 vsize=167904 CPUtime=2485.27
/proc/1300/task/1303/stat : 1303 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 9351 0 0 0 248512 15 0 0 25 0 4 0 157072753 171933696 32772 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9900.93
Current children cumulated vsize (KiB) 173260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5012 s]
/proc/loadavg: 4.00 4.00 3.97 5/69 1317
/proc/meminfo: memFree=1483728/2055920 swapFree=4181900/4192956
[pid=1297] ppid=1295 vsize=5356 CPUtime=1.41
/proc/1297/stat : 1297 (manysat.sh) S 1295 1297 1260 0 -1 4194304 313 4180 0 0 0 0 137 4 16 0 1 0 157072594 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1297/statm: 1339 238 195 169 0 50 0
[pid=1300] ppid=1297 vsize=167904 CPUtime=9998.7
/proc/1300/stat : 1300 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194304 32806 0 0 0 999824 46 0 0 25 0 4 0 157072736 171933696 32792 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1300/statm: 41976 32792 83 193 0 41780 0
[pid=1300/tid=1301] ppid=1297 vsize=167904 CPUtime=2497.84
/proc/1300/task/1301/stat : 1301 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 5790 0 0 0 249774 10 0 0 25 0 4 0 157072753 171933696 32792 1992294400 134512640 135305190 4294956160 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1300/tid=1302] ppid=1297 vsize=167904 CPUtime=2489.38
/proc/1300/task/1302/stat : 1302 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 6664 0 0 0 248931 7 0 0 25 0 4 0 157072753 171933696 32792 1992294400 134512640 135305190 4294956160 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1300/tid=1303] ppid=1297 vsize=167904 CPUtime=2510.02
/proc/1300/task/1303/stat : 1303 (manysat1.1_stat) R 1297 1297 1260 0 -1 4194368 9362 0 0 0 250987 15 0 0 25 0 4 0 157072753 171933696 32792 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000.1
Current children cumulated vsize (KiB) 173260

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 1297 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=382789
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=40993
# CPU time returned by wait4() is 1.42378
# 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): 5012.02
CPU time (s): 10000.1
CPU user time (s): 9999.61
CPU system time (s): 0.5
CPU usage (%): 199.523
Max. virtual memory (cumulated for all children) (KiB): 173260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.38279
system time used= 0.040993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4493
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= 6
involuntary context switches= 5

runsolver used 4.48332 second user time and 13.7529 second system time

The end

Launcher Data

Begin job on node44 at 2009-05-02 20:54:06
IDJOB=1774146
IDBENCH=70875
IDSOLVER=612
FILE ID=node44/1774146-1241290446
PBS_JOBID= 9225115
Free space on /tmp= 66404 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-28-s100.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774146-1241290446/watcher-1774146-1241290446 -o /tmp/evaluation-result-1774146-1241290446/solver-1774146-1241290446 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1774146-1241290446.cnf aimd 1

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

MD5SUM BENCH= 06e51f5d7b210924fc518c0569affee4
RANDOM SEED=257095195

node44.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.267
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	: 5931.00
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.267
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:       1621752 kB
Buffers:         64004 kB
Cached:         287020 kB
SwapCached:       4956 kB
Active:          20620 kB
Inactive:       338812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621752 kB
SwapTotal:     4192956 kB
SwapFree:      4181900 kB
Dirty:            3092 kB
Writeback:           0 kB
Mapped:          14436 kB
Slab:            60824 kB
Committed_AS:   710036 kB
PageTables:       1380 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= 66400 MiB
End job on node44 at 2009-05-02 22:17:40