Trace number 1774106

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 5011.42

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-23-s100.cnf
MD5SUMaa3fff3e05d3f50a3d088c22afa455ea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2656.2
Satisfiable
(Un)Satisfiability was proved
Number of variables31711
Number of clauses95400
Sum of the clauses size224926
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261146
Number of clauses of size 334190
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.06/0.08	c ==============================================================================
0.06/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.06/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.06/0.08	c ==============================================================================
0.06/0.08	c |         0 |   95200   224450 |   28559       0        0     nan |  0.000 % |
1.19/1.24	c |         0 |   58435   174205 |      --       0       --      -- |     --   | -36425/-49269
1.19/1.24	c ==============================================================================
1.19/1.24	c Result  :   #vars: 14053   #clauses: 58435   #literals: 174205
1.19/1.24	c CPU time:   1.21182 s
1.19/1.24	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-1774106-1241290339/watcher-1774106-1241290339 -o /tmp/evaluation-result-1774106-1241290339/solver-1774106-1241290339 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1774106-1241290339.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.90 3/64 22325
/proc/meminfo: memFree=1923448/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=0
/proc/22325/stat : 22325 (manysat.sh) R 22323 22325 22288 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 157066531 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 254195329695 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/22325/statm: 1339 234 194 169 0 50 0
[pid=22326] ppid=22325 vsize=1556 CPUtime=0
/proc/22326/stat : 22326 (SatElite) R 22325 22325 22288 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 157066531 1593344 272 1992294400 134512640 135034092 4294956112 18446744073709551615 134544794 0 0 4096 3 0 0 0 17 0 0 0
/proc/22326/statm: 389 275 50 127 0 259 0

[startup+0.079449 s]
/proc/loadavg: 3.68 3.93 3.90 3/64 22325
/proc/meminfo: memFree=1923448/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=0
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157066531 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22325/statm: 1339 235 195 169 0 50 0
[pid=22326] ppid=22325 vsize=11420 CPUtime=0.06
/proc/22326/stat : 22326 (SatElite) R 22325 22325 22288 0 -1 4194304 2709 0 0 0 5 1 0 0 19 0 1 0 157066531 11694080 2693 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/22326/statm: 2855 2696 51 127 0 2725 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16776

[startup+0.101448 s]
/proc/loadavg: 3.68 3.93 3.90 3/64 22325
/proc/meminfo: memFree=1923448/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=0
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157066531 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22325/statm: 1339 235 195 169 0 50 0
[pid=22326] ppid=22325 vsize=13552 CPUtime=0.09
/proc/22326/stat : 22326 (SatElite) R 22325 22325 22288 0 -1 4194304 3326 0 0 0 8 1 0 0 19 0 1 0 157066531 13877248 3199 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/22326/statm: 3388 3199 68 127 0 3258 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18908

[startup+0.301462 s]
/proc/loadavg: 3.68 3.93 3.90 3/64 22325
/proc/meminfo: memFree=1923448/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=0
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157066531 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22325/statm: 1339 235 195 169 0 50 0
[pid=22326] ppid=22325 vsize=14292 CPUtime=0.29
/proc/22326/stat : 22326 (SatElite) R 22325 22325 22288 0 -1 4194304 3514 0 0 0 27 2 0 0 21 0 1 0 157066531 14635008 3387 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/22326/statm: 3573 3387 68 127 0 3443 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19648

[startup+0.701491 s]
/proc/loadavg: 3.68 3.93 3.90 3/64 22325
/proc/meminfo: memFree=1923448/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=0
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157066531 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22325/statm: 1339 235 195 169 0 50 0
[pid=22326] ppid=22325 vsize=15440 CPUtime=0.69
/proc/22326/stat : 22326 (SatElite) R 22325 22325 22288 0 -1 4194304 3718 0 0 0 66 3 0 0 25 0 1 0 157066531 15810560 3591 1992294400 134512640 135034092 4294956112 18446744073709551615 134566187 0 0 4096 3 0 0 0 17 0 0 0
/proc/22326/statm: 3860 3591 68 127 0 3730 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20796

[startup+1.50156 s]
/proc/loadavg: 3.46 3.88 3.89 2/66 22327
/proc/meminfo: memFree=1904552/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=1.31
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 313 3913 0 0 0 0 128 3 16 0 1 0 157066531 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22325/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 5356

[startup+3.10268 s]
/proc/loadavg: 3.46 3.88 3.89 5/69 22331
/proc/meminfo: memFree=1897616/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=1.31
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 313 3913 0 0 0 0 128 3 16 0 1 0 157066531 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22325/statm: 1339 238 195 169 0 50 0
[pid=22328] ppid=22325 vsize=54144 CPUtime=3.37
/proc/22328/stat : 22328 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194304 5277 0 0 0 333 4 0 0 18 0 4 0 157066664 55443456 5263 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22328/statm: 13536 5263 83 193 0 13340 0
[pid=22328/tid=22329] ppid=22325 vsize=54144 CPUtime=1.06
/proc/22328/task/22329/stat : 22329 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 174 0 0 0 106 0 0 0 17 0 4 0 157066680 55443456 5263 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22330] ppid=22325 vsize=54144 CPUtime=0.5
/proc/22328/task/22330/stat : 22330 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 141 0 0 0 50 0 0 0 18 0 4 0 157066680 55443456 5263 1992294400 134512640 135305190 4294956160 18446744073709551615 134555106 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22331] ppid=22325 vsize=54144 CPUtime=1.12
/proc/22328/task/22331/stat : 22331 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 221 0 0 0 112 0 0 0 17 0 4 0 157066680 55443456 5263 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.68
Current children cumulated vsize (KiB) 59500

[startup+6.30192 s]
/proc/loadavg: 3.46 3.88 3.89 5/69 22331
/proc/meminfo: memFree=1896720/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=1.31
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 313 3913 0 0 0 0 128 3 16 0 1 0 157066531 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22325/statm: 1339 238 195 169 0 50 0
[pid=22328] ppid=22325 vsize=54680 CPUtime=9.75
/proc/22328/stat : 22328 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194304 5408 0 0 0 970 5 0 0 25 0 4 0 157066664 55992320 5394 1992294400 134512640 135305190 4294956160 18446744073709551615 134528433 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22328/statm: 13670 5394 83 193 0 13474 0
[pid=22328/tid=22329] ppid=22325 vsize=54680 CPUtime=3.01
/proc/22328/task/22329/stat : 22329 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 202 0 0 0 301 0 0 0 20 0 4 0 157066680 55992320 5394 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22330] ppid=22325 vsize=54680 CPUtime=1.73
/proc/22328/task/22330/stat : 22330 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 168 0 0 0 173 0 0 0 25 0 4 0 157066680 55992320 5394 1992294400 134512640 135305190 4294956160 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22331] ppid=22325 vsize=54680 CPUtime=3.22
/proc/22328/task/22331/stat : 22331 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 273 0 0 0 322 0 0 0 20 0 4 0 157066680 55992320 5394 1992294400 134512640 135305190 4294956160 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.06
Current children cumulated vsize (KiB) 60036

[startup+12.7024 s]
/proc/loadavg: 3.55 3.89 3.89 5/69 22331
/proc/meminfo: memFree=1896208/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=1.31
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 313 3913 0 0 0 0 128 3 16 0 1 0 157066531 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22325/statm: 1339 238 195 169 0 50 0
[pid=22328] ppid=22325 vsize=55128 CPUtime=22.52
/proc/22328/stat : 22328 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194304 5528 0 0 0 2247 5 0 0 25 0 4 0 157066664 56451072 5514 1992294400 134512640 135305190 4294956160 18446744073709551615 134528201 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22328/statm: 13782 5514 83 193 0 13586 0
[pid=22328/tid=22329] ppid=22325 vsize=55128 CPUtime=6.21
/proc/22328/task/22329/stat : 22329 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 223 0 0 0 621 0 0 0 25 0 4 0 157066680 56451072 5514 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22330] ppid=22325 vsize=55128 CPUtime=4.9
/proc/22328/task/22330/stat : 22330 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 189 0 0 0 490 0 0 0 25 0 4 0 157066680 56451072 5514 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22331] ppid=22325 vsize=55128 CPUtime=6.42
/proc/22328/task/22331/stat : 22331 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 322 0 0 0 642 0 0 0 25 0 4 0 157066680 56451072 5514 1992294400 134512640 135305190 4294956160 18446744073709551615 134528212 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.83
Current children cumulated vsize (KiB) 60484

[startup+25.5013 s]
/proc/loadavg: 3.62 3.89 3.89 5/69 22331
/proc/meminfo: memFree=1895440/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=1.31
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 313 3913 0 0 0 0 128 3 16 0 1 0 157066531 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22325/statm: 1339 238 195 169 0 50 0
[pid=22328] ppid=22325 vsize=56052 CPUtime=48.06
/proc/22328/stat : 22328 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194304 5761 0 0 0 4801 5 0 0 25 0 4 0 157066664 57397248 5747 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22328/statm: 14013 5747 83 193 0 13817 0
[pid=22328/tid=22329] ppid=22325 vsize=56052 CPUtime=12.41
/proc/22328/task/22329/stat : 22329 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 267 0 0 0 1241 0 0 0 25 0 4 0 157066680 57397248 5747 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22330] ppid=22325 vsize=56052 CPUtime=11.46
/proc/22328/task/22330/stat : 22330 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 235 0 0 0 1145 1 0 0 25 0 4 0 157066680 57397248 5747 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22331] ppid=22325 vsize=56052 CPUtime=13.61
/proc/22328/task/22331/stat : 22331 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 398 0 0 0 1361 0 0 0 25 0 4 0 157066680 57397248 5747 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.37
Current children cumulated vsize (KiB) 61408

[startup+51.1012 s]
/proc/loadavg: 3.75 3.90 3.89 5/69 22331
/proc/meminfo: memFree=1893456/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=1.31
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 313 3913 0 0 0 0 128 3 16 0 1 0 157066531 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22325/statm: 1339 238 195 169 0 50 0
[pid=22328] ppid=22325 vsize=57904 CPUtime=99.15
/proc/22328/stat : 22328 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194304 6252 0 0 0 9909 6 0 0 25 0 4 0 157066664 59293696 6238 1992294400 134512640 135305190 4294956160 18446744073709551615 134557263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22328/statm: 14476 6238 83 193 0 14280 0
[pid=22328/tid=22329] ppid=22325 vsize=57904 CPUtime=25.16
/proc/22328/task/22329/stat : 22329 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 377 0 0 0 2516 0 0 0 25 0 4 0 157066680 59293696 6238 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22330] ppid=22325 vsize=57904 CPUtime=24.2
/proc/22328/task/22330/stat : 22330 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 353 0 0 0 2419 1 0 0 25 0 4 0 157066680 59293696 6238 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22331] ppid=22325 vsize=57904 CPUtime=27.2
/proc/22328/task/22331/stat : 22331 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 550 0 0 0 2720 0 0 0 25 0 4 0 157066680 59293696 6238 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.46
Current children cumulated vsize (KiB) 63260

[startup+102.307 s]
/proc/loadavg: 3.90 3.91 3.90 5/69 22331
/proc/meminfo: memFree=1889232/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=1.31
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 313 3913 0 0 0 0 128 3 16 0 1 0 157066531 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22325/statm: 1339 238 195 169 0 50 0
[pid=22328] ppid=22325 vsize=62032 CPUtime=201.35
/proc/22328/stat : 22328 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194304 7282 0 0 0 20128 7 0 0 25 0 4 0 157066664 63520768 7268 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22328/statm: 15508 7268 83 193 0 15312 0
[pid=22328/tid=22329] ppid=22325 vsize=62032 CPUtime=50.66
/proc/22328/task/22329/stat : 22329 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 700 0 0 0 5066 0 0 0 25 0 4 0 157066680 63520768 7268 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22330] ppid=22325 vsize=62032 CPUtime=49.69
/proc/22328/task/22330/stat : 22330 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 584 0 0 0 4968 1 0 0 25 0 4 0 157066680 63520768 7268 1992294400 134512640 135305190 4294956160 18446744073709551615 134552964 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22331] ppid=22325 vsize=62032 CPUtime=53.6
/proc/22328/task/22331/stat : 22331 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 778 0 0 0 5359 1 0 0 25 0 4 0 157066680 63520768 7268 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.66
Current children cumulated vsize (KiB) 67388

[startup+162.301 s]
/proc/loadavg: 3.96 3.93 3.90 5/69 22331
/proc/meminfo: memFree=1886096/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=1.31
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 313 3913 0 0 0 0 128 3 16 0 1 0 157066531 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22325/statm: 1339 238 195 169 0 50 0
[pid=22328] ppid=22325 vsize=65060 CPUtime=321.08
/proc/22328/stat : 22328 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194304 8052 0 0 0 32100 8 0 0 25 0 4 0 157066664 66621440 8038 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22328/statm: 16265 8038 83 193 0 16069 0
[pid=22328/tid=22329] ppid=22325 vsize=65060 CPUtime=81.14
/proc/22328/task/22329/stat : 22329 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 842 0 0 0 8113 1 0 0 25 0 4 0 157066680 66621440 8038 1992294400 134512640 135305190 4294956160 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22330] ppid=22325 vsize=65060 CPUtime=78.89
/proc/22328/task/22330/stat : 22330 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 756 0 0 0 7888 1 0 0 25 0 4 0 157066680 66621440 8038 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0

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

/proc/22328/task/22331/stat : 22331 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 8407 0 0 0 227408 12 0 0 25 0 4 0 157066680 158814208 29464 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9063.82
Current children cumulated vsize (KiB) 160448

[startup+4602.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/69 22345
/proc/meminfo: memFree=1794640/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=1.31
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 313 3913 0 0 0 0 128 3 16 0 1 0 157066531 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22325/statm: 1339 238 195 169 0 50 0
[pid=22328] ppid=22325 vsize=158284 CPUtime=9182.27
/proc/22328/stat : 22328 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194304 30291 0 0 0 918187 40 0 0 25 0 4 0 157066664 162082816 30277 1992294400 134512640 135305190 4294956160 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22328/statm: 39571 30277 83 193 0 39375 0
[pid=22328/tid=22329] ppid=22325 vsize=158284 CPUtime=2305.35
/proc/22328/task/22329/stat : 22329 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 5271 0 0 0 230528 7 0 0 25 0 4 0 157066680 162082816 30277 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22328/tid=22330] ppid=22325 vsize=158284 CPUtime=2287.68
/proc/22328/task/22330/stat : 22330 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 6019 0 0 0 228760 8 0 0 25 0 4 0 157066680 162082816 30277 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22331] ppid=22325 vsize=158284 CPUtime=2304.98
/proc/22328/task/22331/stat : 22331 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 8657 0 0 0 230486 12 0 0 25 0 4 0 157066680 162082816 30277 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9183.58
Current children cumulated vsize (KiB) 163640

[startup+4662.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/69 22345
/proc/meminfo: memFree=1791376/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=1.31
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 313 3913 0 0 0 0 128 3 16 0 1 0 157066531 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22325/statm: 1339 238 195 169 0 50 0
[pid=22328] ppid=22325 vsize=162328 CPUtime=9302.01
/proc/22328/stat : 22328 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194304 31076 0 0 0 930160 41 0 0 25 0 4 0 157066664 166223872 31062 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22328/statm: 40582 31062 83 193 0 40386 0
[pid=22328/tid=22329] ppid=22325 vsize=162328 CPUtime=2336.55
/proc/22328/task/22329/stat : 22329 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 5458 0 0 0 233648 7 0 0 25 0 4 0 157066680 166223872 31062 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22330] ppid=22325 vsize=162328 CPUtime=2317.65
/proc/22328/task/22330/stat : 22330 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 6194 0 0 0 231757 8 0 0 25 0 4 0 157066680 166223872 31062 1992294400 134512640 135305190 4294956160 18446744073709551615 134554734 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22328/tid=22331] ppid=22325 vsize=162328 CPUtime=2335.05
/proc/22328/task/22331/stat : 22331 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 8947 0 0 0 233492 13 0 0 25 0 4 0 157066680 166223872 31062 1992294400 134512640 135305190 4294956160 18446744073709551615 134528814 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9303.32
Current children cumulated vsize (KiB) 167684

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.93 5/69 22345
/proc/meminfo: memFree=1790608/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=1.31
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 313 3913 0 0 0 0 128 3 16 0 1 0 157066531 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22325/statm: 1339 238 195 169 0 50 0
[pid=22328] ppid=22325 vsize=163040 CPUtime=9421.76
/proc/22328/stat : 22328 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194304 31285 0 0 0 942135 41 0 0 25 0 4 0 157066664 166952960 31271 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22328/statm: 40760 31271 83 193 0 40564 0
[pid=22328/tid=22329] ppid=22325 vsize=163040 CPUtime=2366.44
/proc/22328/task/22329/stat : 22329 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 5538 0 0 0 236637 7 0 0 25 0 4 0 157066680 166952960 31271 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22330] ppid=22325 vsize=163040 CPUtime=2345.94
/proc/22328/task/22330/stat : 22330 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 6223 0 0 0 234586 8 0 0 25 0 4 0 157066680 166952960 31271 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22328/tid=22331] ppid=22325 vsize=163040 CPUtime=2366.74
/proc/22328/task/22331/stat : 22331 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 8998 0 0 0 236661 13 0 0 25 0 4 0 157066680 166952960 31271 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9423.07
Current children cumulated vsize (KiB) 168396

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/69 22345
/proc/meminfo: memFree=1790352/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=1.31
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 313 3913 0 0 0 0 128 3 16 0 1 0 157066531 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22325/statm: 1339 238 195 169 0 50 0
[pid=22328] ppid=22325 vsize=163328 CPUtime=9541.5
/proc/22328/stat : 22328 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194304 31380 0 0 0 954109 41 0 0 25 0 4 0 157066664 167247872 31366 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22328/statm: 40832 31366 83 193 0 40636 0
[pid=22328/tid=22329] ppid=22325 vsize=163328 CPUtime=2396.22
/proc/22328/task/22329/stat : 22329 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 5610 0 0 0 239614 8 0 0 25 0 4 0 157066680 167247872 31366 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22330] ppid=22325 vsize=163328 CPUtime=2374.64
/proc/22328/task/22330/stat : 22330 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 6226 0 0 0 237456 8 0 0 25 0 4 0 157066680 167247872 31366 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22328/tid=22331] ppid=22325 vsize=163328 CPUtime=2397.92
/proc/22328/task/22331/stat : 22331 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 8998 0 0 0 239779 13 0 0 25 0 4 0 157066680 167247872 31366 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9542.81
Current children cumulated vsize (KiB) 168684

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/69 22345
/proc/meminfo: memFree=1790032/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=1.31
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 313 3913 0 0 0 0 128 3 16 0 1 0 157066531 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22325/statm: 1339 238 195 169 0 50 0
[pid=22328] ppid=22325 vsize=163400 CPUtime=9661.24
/proc/22328/stat : 22328 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194304 31428 0 0 0 966083 41 0 0 25 0 4 0 157066664 167321600 31414 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22328/statm: 40850 31414 83 193 0 40654 0
[pid=22328/tid=22329] ppid=22325 vsize=163400 CPUtime=2426.08
/proc/22328/task/22329/stat : 22329 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 5627 0 0 0 242600 8 0 0 25 0 4 0 157066680 167321600 31414 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22330] ppid=22325 vsize=163400 CPUtime=2404.63
/proc/22328/task/22330/stat : 22330 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 6226 0 0 0 240455 8 0 0 25 0 4 0 157066680 167321600 31414 1992294400 134512640 135305190 4294956160 18446744073709551615 134552911 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22328/tid=22331] ppid=22325 vsize=163400 CPUtime=2427.9
/proc/22328/task/22331/stat : 22331 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 9001 0 0 0 242777 13 0 0 25 0 4 0 157066680 167321600 31414 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9662.55
Current children cumulated vsize (KiB) 168756

[startup+4902.3 s]
/proc/loadavg: 4.07 4.02 3.94 5/69 22345
/proc/meminfo: memFree=1789840/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=1.31
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 313 3913 0 0 0 0 128 3 16 0 1 0 157066531 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22325/statm: 1339 238 195 169 0 50 0
[pid=22328] ppid=22325 vsize=163860 CPUtime=9780.98
/proc/22328/stat : 22328 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194304 31467 0 0 0 978057 41 0 0 25 0 4 0 157066664 167792640 31453 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22328/statm: 40965 31453 83 193 0 40769 0
[pid=22328/tid=22329] ppid=22325 vsize=163860 CPUtime=2457.46
/proc/22328/task/22329/stat : 22329 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 5627 0 0 0 245738 8 0 0 25 0 4 0 157066680 167792640 31453 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22330] ppid=22325 vsize=163860 CPUtime=2434.63
/proc/22328/task/22330/stat : 22330 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 6243 0 0 0 243455 8 0 0 25 0 4 0 157066680 167792640 31453 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22328/tid=22331] ppid=22325 vsize=163860 CPUtime=2457.88
/proc/22328/task/22331/stat : 22331 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 9013 0 0 0 245775 13 0 0 25 0 4 0 157066680 167792640 31453 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9782.29
Current children cumulated vsize (KiB) 169216

[startup+4962.3 s]
/proc/loadavg: 4.15 4.04 3.95 5/69 22345
/proc/meminfo: memFree=1789392/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=1.31
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 313 3913 0 0 0 0 128 3 16 0 1 0 157066531 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22325/statm: 1339 238 195 169 0 50 0
[pid=22328] ppid=22325 vsize=164112 CPUtime=9900.74
/proc/22328/stat : 22328 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194304 31562 0 0 0 990032 42 0 0 25 0 4 0 157066664 168050688 31548 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22328/statm: 41028 31548 83 193 0 40832 0
[pid=22328/tid=22329] ppid=22325 vsize=164112 CPUtime=2487.33
/proc/22328/task/22329/stat : 22329 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 5628 0 0 0 248725 8 0 0 25 0 4 0 157066680 168050688 31548 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22330] ppid=22325 vsize=164112 CPUtime=2464.62
/proc/22328/task/22330/stat : 22330 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 6253 0 0 0 246454 8 0 0 25 0 4 0 157066680 168050688 31548 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22328/tid=22331] ppid=22325 vsize=164112 CPUtime=2487.87
/proc/22328/task/22331/stat : 22331 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 9014 0 0 0 248774 13 0 0 25 0 4 0 157066680 168050688 31548 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9902.05
Current children cumulated vsize (KiB) 169468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011.4 s]
/proc/loadavg: 4.06 4.03 3.95 5/69 22345
/proc/meminfo: memFree=1789264/2055920 swapFree=4181112/4192956
[pid=22325] ppid=22323 vsize=5356 CPUtime=1.31
/proc/22325/stat : 22325 (manysat.sh) S 22323 22325 22288 0 -1 4194304 313 3913 0 0 0 0 128 3 16 0 1 0 157066531 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22325/statm: 1339 238 195 169 0 50 0
[pid=22328] ppid=22325 vsize=164112 CPUtime=9998.73
/proc/22328/stat : 22328 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194304 31587 0 0 0 999831 42 0 0 25 0 4 0 157066664 168050688 31573 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22328/statm: 41028 31573 83 193 0 40832 0
[pid=22328/tid=22329] ppid=22325 vsize=164112 CPUtime=2510.93
/proc/22328/task/22329/stat : 22329 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 5631 0 0 0 251085 8 0 0 25 0 4 0 157066680 168050688 31573 1992294400 134512640 135305190 4294956160 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 1 0 0
[pid=22328/tid=22330] ppid=22325 vsize=164112 CPUtime=2489.17
/proc/22328/task/22330/stat : 22330 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 6257 0 0 0 248909 8 0 0 25 0 4 0 157066680 168050688 31573 1992294400 134512640 135305190 4294956160 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 0 0 0
[pid=22328/tid=22331] ppid=22325 vsize=164112 CPUtime=2512.41
/proc/22328/task/22331/stat : 22331 (manysat1.1_stat) R 22325 22325 22288 0 -1 4194368 9032 0 0 0 251228 13 0 0 25 0 4 0 157066680 168050688 31573 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 169468

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 22325 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=283804
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=39993
# CPU time returned by wait4() is 1.3238
# 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): 5011.42
CPU time (s): 10000
CPU user time (s): 9999.59
CPU system time (s): 0.45
CPU usage (%): 199.545
Max. virtual memory (cumulated for all children) (KiB): 169468

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

runsolver used 4.78827 second user time and 13.5539 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-02 20:52:19
IDJOB=1774106
IDBENCH=70868
IDSOLVER=612
FILE ID=node34/1774106-1241290339
PBS_JOBID= 9225112
Free space on /tmp= 66496 MiB

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

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

MD5SUM BENCH= aa3fff3e05d3f50a3d088c22afa455ea
RANDOM SEED=598413136

node34.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:       1924000 kB
Buffers:          9592 kB
Cached:          68188 kB
SwapCached:       5384 kB
Active:          17880 kB
Inactive:        67428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1924000 kB
SwapTotal:     4192956 kB
SwapFree:      4181112 kB
Dirty:            3124 kB
Writeback:           0 kB
Mapped:          13372 kB
Slab:            32724 kB
Committed_AS:   711660 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= 66492 MiB
End job on node34 at 2009-05-02 22:15:52