Trace number 1779157

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor064.cnf
MD5SUM902b28046d424b16042ca612ddad48e0
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 variables51064
Number of clauses152039
Sum of the clauses size354755
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2101358
Number of clauses of size 350679
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.02	c Parsing...
0.00/0.12	c ==============================================================================
0.00/0.12	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.12	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.12	c ==============================================================================
0.00/0.12	c |         0 |  152037   354753 |   45611       0        0     nan |  0.000 % |
1.12/1.14	c |         0 |   86170   286586 |      --       0       --      -- |     --   | -65825/-68066
1.12/1.14	c ==============================================================================
1.12/1.14	c Result  :   #vars: 18463   #clauses: 86170   #literals: 286586
1.12/1.14	c CPU time:   1.15 s
1.12/1.14	c ==============================================================================

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1779157-1243520345/watcher-1779157-1243520345 -o /tmp/evaluation-result-1779157-1243520345/solver-1779157-1243520345 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1779157-1243520345.cnf aimd 2 

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


[startup+0 s]
/proc/loadavg: 5.20 5.60 5.56 5/125 29058
/proc/meminfo: memFree=2111252/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2412 CPUtime=0
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1116698513 2469888 273 4294967295 134512640 135169312 3218262128 3218260664 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 603 273 231 161 0 42 0
[pid=29058] ppid=29057 vsize=5796 CPUtime=0.03
/proc/29058/stat : 29058 (SatElite) R 29057 29057 21334 0 -1 4202496 1379 0 0 0 3 0 0 0 21 0 1 0 1116698513 5935104 1316 4294967295 134512640 135034092 3215635888 3215631848 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29058/statm: 1449 1316 49 128 0 1319 0

[startup+0.130441 s]
/proc/loadavg: 5.20 5.60 5.56 5/125 29058
/proc/meminfo: memFree=2111252/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2412 CPUtime=0
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1116698513 2469888 273 4294967295 134512640 135169312 3218262128 3218260664 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 603 273 231 161 0 42 0
[pid=29058] ppid=29057 vsize=22112 CPUtime=0.13
/proc/29058/stat : 29058 (SatElite) R 29057 29057 21334 0 -1 4202496 5382 0 0 0 13 0 0 0 22 0 1 0 1116698513 22642688 5021 4294967295 134512640 135034092 3215635888 3215630336 134562247 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29058/statm: 5528 5021 66 128 0 5398 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 24524

[startup+0.216975 s]
/proc/loadavg: 5.20 5.60 5.56 5/125 29058
/proc/meminfo: memFree=2111252/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2412 CPUtime=0
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1116698513 2469888 273 4294967295 134512640 135169312 3218262128 3218260664 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 603 273 231 161 0 42 0
[pid=29058] ppid=29057 vsize=23640 CPUtime=0.21
/proc/29058/stat : 29058 (SatElite) R 29057 29057 21334 0 -1 4202496 5716 0 0 0 21 0 0 0 22 0 1 0 1116698513 24207360 5255 4294967295 134512640 135034092 3215635888 3215631884 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29058/statm: 5910 5255 67 128 0 5780 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 26052

[startup+0.316967 s]
/proc/loadavg: 5.20 5.60 5.56 5/125 29058
/proc/meminfo: memFree=2111252/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2412 CPUtime=0
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1116698513 2469888 273 4294967295 134512640 135169312 3218262128 3218260664 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 603 273 231 161 0 42 0
[pid=29058] ppid=29057 vsize=24164 CPUtime=0.31
/proc/29058/stat : 29058 (SatElite) R 29057 29057 21334 0 -1 4202496 5832 0 0 0 31 0 0 0 22 0 1 0 1116698513 24743936 5371 4294967295 134512640 135034092 3215635888 3215631884 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29058/statm: 6041 5371 67 128 0 5911 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 26576

[startup+0.716933 s]
/proc/loadavg: 5.20 5.60 5.56 5/125 29058
/proc/meminfo: memFree=2111252/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2412 CPUtime=0
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1116698513 2469888 273 4294967295 134512640 135169312 3218262128 3218260664 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 603 273 231 161 0 42 0
[pid=29058] ppid=29057 vsize=25732 CPUtime=0.71
/proc/29058/stat : 29058 (SatElite) R 29057 29057 21334 0 -1 4202496 6226 0 0 0 71 0 0 0 24 0 1 0 1116698513 26349568 5765 4294967295 134512640 135034092 3215635888 3215631884 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/29058/statm: 6433 5765 67 128 0 6303 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 28144

[startup+1.51687 s]
/proc/loadavg: 5.20 5.60 5.56 3/126 29059
/proc/meminfo: memFree=2000568/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2416 CPUtime=1.26
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 369 6886 0 0 0 0 125 1 18 0 1 0 1116698513 2473984 274 4294967295 134512640 135169312 3218262128 3218258344 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 604 274 231 161 0 43 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 2416

[startup+3.11673 s]
/proc/loadavg: 5.18 5.58 5.55 7/129 29063
/proc/meminfo: memFree=2076984/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2416 CPUtime=1.26
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 369 6886 0 0 0 0 125 1 18 0 1 0 1116698513 2473984 274 4294967295 134512640 135169312 3218262128 3218258344 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 604 274 231 161 0 43 0
[pid=29060] ppid=29057 vsize=61136 CPUtime=5.02
/proc/29060/stat : 29060 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202496 8419 0 0 0 491 11 0 0 17 0 4 0 1116698639 62603264 8352 4294967295 134512640 135305190 3216475824 3216473844 134695249 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/29060/statm: 15284 8352 79 194 0 15088 0
[pid=29060/tid=29061] ppid=29057 vsize=61136 CPUtime=1.6
/proc/29060/task/29061/stat : 29061 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 641 0 0 0 157 3 0 0 16 0 4 0 1116698657 62603264 8352 4294967295 134512640 135305190 3216475824 3080043460 134840070 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29060/tid=29062] ppid=29057 vsize=61136 CPUtime=1.58
/proc/29060/task/29062/stat : 29062 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 520 0 0 0 156 2 0 0 17 0 4 0 1116698657 62603264 8352 4294967295 134512640 135305190 3216475824 3071655104 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29060/tid=29063] ppid=29057 vsize=61136 CPUtime=0.01
/proc/29060/task/29063/stat : 29063 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 26 0 0 0 1 0 0 0 19 0 4 0 1116698657 62603264 8352 4294967295 134512640 135305190 3216475824 3063266608 134561803 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 63552

[startup+6.32646 s]
/proc/loadavg: 5.18 5.58 5.55 7/129 29064
/proc/meminfo: memFree=1972924/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2416 CPUtime=1.26
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 369 6886 0 0 0 0 125 1 18 0 1 0 1116698513 2473984 274 4294967295 134512640 135169312 3218262128 3218258344 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 604 274 231 161 0 43 0
[pid=29060] ppid=29057 vsize=69640 CPUtime=14.5
/proc/29060/stat : 29060 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202496 10694 0 0 0 1436 14 0 0 16 0 4 0 1116698639 71311360 10627 4294967295 134512640 135305190 3216475824 3216473748 134840070 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/29060/statm: 17410 10627 79 194 0 17214 0
[pid=29060/tid=29061] ppid=29057 vsize=69640 CPUtime=4.79
/proc/29060/task/29061/stat : 29061 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 1147 0 0 0 475 4 0 0 16 0 4 0 1116698657 71311360 10627 4294967295 134512640 135305190 3216475824 3080043780 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29060/tid=29062] ppid=29057 vsize=69640 CPUtime=4.26
/proc/29060/task/29062/stat : 29062 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 1289 0 0 0 422 4 0 0 19 0 4 0 1116698657 71311360 10627 4294967295 134512640 135305190 3216475824 3071654952 134694990 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29060/tid=29063] ppid=29057 vsize=69640 CPUtime=1.35
/proc/29060/task/29063/stat : 29063 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 527 0 0 0 135 0 0 0 15 0 4 0 1116698657 71311360 10627 4294967295 134512640 135305190 3216475824 3063266160 134551651 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.76
Current children cumulated vsize (KiB) 72056

[startup+12.7159 s]
/proc/loadavg: 5.38 5.61 5.56 6/129 29064
/proc/meminfo: memFree=2044712/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2416 CPUtime=1.26
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 369 6886 0 0 0 0 125 1 18 0 1 0 1116698513 2473984 274 4294967295 134512640 135169312 3218262128 3218258344 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 604 274 231 161 0 43 0
[pid=29060] ppid=29057 vsize=80284 CPUtime=33.51
/proc/29060/stat : 29060 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202496 13278 0 0 0 3336 15 0 0 17 0 4 0 1116698639 82210816 13211 4294967295 134512640 135305190 3216475824 3216473680 134843311 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/29060/statm: 20071 13211 79 194 0 19875 0
[pid=29060/tid=29061] ppid=29057 vsize=80284 CPUtime=10.28
/proc/29060/task/29061/stat : 29061 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 1591 0 0 0 1024 4 0 0 18 0 4 0 1116698657 82210816 13211 4294967295 134512640 135305190 3216475824 3080043456 134542772 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29060/tid=29062] ppid=29057 vsize=80284 CPUtime=5.31
/proc/29060/task/29062/stat : 29062 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 1586 0 0 0 527 4 0 0 19 0 4 0 1116698657 82210816 13211 4294967295 134512640 135305190 3216475824 3071655104 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29060/tid=29063] ppid=29057 vsize=80284 CPUtime=7.62
/proc/29060/task/29063/stat : 29063 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 1315 0 0 0 761 1 0 0 16 0 4 0 1116698657 82210816 13211 4294967295 134512640 135305190 3216475824 3063266420 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 34.77
Current children cumulated vsize (KiB) 82700

[startup+25.5148 s]
/proc/loadavg: 5.39 5.61 5.56 7/129 29064
/proc/meminfo: memFree=2025968/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2416 CPUtime=1.26
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 369 6886 0 0 0 0 125 1 18 0 1 0 1116698513 2473984 274 4294967295 134512640 135169312 3218262128 3218258344 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 604 274 231 161 0 43 0
[pid=29060] ppid=29057 vsize=98112 CPUtime=71.82
/proc/29060/stat : 29060 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202496 17789 0 0 0 7158 24 0 0 18 0 4 0 1116698639 100466688 17722 4294967295 134512640 135305190 3216475824 3216474000 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/29060/statm: 24528 17722 79 194 0 24332 0
[pid=29060/tid=29061] ppid=29057 vsize=98112 CPUtime=16.61
/proc/29060/task/29061/stat : 29061 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 2170 0 0 0 1657 4 0 0 25 0 4 0 1116698657 100466688 17722 4294967295 134512640 135305190 3216475824 3080043712 134528520 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29060/tid=29062] ppid=29057 vsize=98112 CPUtime=13.12
/proc/29060/task/29062/stat : 29062 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 2908 0 0 0 1306 6 0 0 25 0 4 0 1116698657 100466688 17722 4294967295 134512640 135305190 3216475824 3071655104 134528410 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29060/tid=29063] ppid=29057 vsize=98112 CPUtime=19.97
/proc/29060/task/29063/stat : 29063 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 2332 0 0 0 1990 7 0 0 21 0 4 0 1116698657 100466688 17722 4294967295 134512640 135305190 3216475824 3063266496 134528455 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 73.08
Current children cumulated vsize (KiB) 100528

[startup+51.1126 s]
/proc/loadavg: 5.55 5.62 5.57 6/129 29066
/proc/meminfo: memFree=1971272/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2416 CPUtime=1.26
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 369 6886 0 0 0 0 125 1 18 0 1 0 1116698513 2473984 274 4294967295 134512640 135169312 3218262128 3218258344 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 604 274 231 161 0 43 0
[pid=29060] ppid=29057 vsize=133400 CPUtime=148.48
/proc/29060/stat : 29060 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202496 26446 0 0 0 14806 42 0 0 25 0 4 0 1116698639 136601600 26379 4294967295 134512640 135305190 3216475824 3216474000 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29060/statm: 33350 26379 79 194 0 33154 0
[pid=29060/tid=29061] ppid=29057 vsize=133400 CPUtime=36.93
/proc/29060/task/29061/stat : 29061 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 3641 0 0 0 3685 8 0 0 25 0 4 0 1116698657 136601600 26379 4294967295 134512640 135305190 3216475824 3080043712 134528252 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29060/tid=29062] ppid=29057 vsize=133400 CPUtime=35.32
/proc/29060/task/29062/stat : 29062 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 6686 0 0 0 3518 14 0 0 25 0 4 0 1116698657 136601600 26379 4294967295 134512640 135305190 3216475824 3071654852 134840070 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29060/tid=29063] ppid=29057 vsize=133400 CPUtime=35.49
/proc/29060/task/29063/stat : 29063 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 3719 0 0 0 3538 11 0 0 25 0 4 0 1116698657 136601600 26379 4294967295 134512640 135305190 3216475824 3063266496 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 149.74
Current children cumulated vsize (KiB) 135816

[startup+102.308 s]
/proc/loadavg: 5.34 5.56 5.54 7/129 29253
/proc/meminfo: memFree=1917384/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2416 CPUtime=1.26
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 369 6886 0 0 0 0 125 1 18 0 1 0 1116698513 2473984 274 4294967295 134512640 135169312 3218262128 3218258344 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 604 274 231 161 0 43 0
[pid=29060] ppid=29057 vsize=172664 CPUtime=301.58
/proc/29060/stat : 29060 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202496 36055 0 0 0 30090 68 0 0 25 0 4 0 1116698639 176807936 35988 4294967295 134512640 135305190 3216475824 3216474000 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/29060/statm: 43166 35988 79 194 0 42970 0
[pid=29060/tid=29061] ppid=29057 vsize=172664 CPUtime=72.49
/proc/29060/task/29061/stat : 29061 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 5079 0 0 0 7239 10 0 0 25 0 4 0 1116698657 176807936 35988 4294967295 134512640 135305190 3216475824 3080043712 134531193 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29060/tid=29062] ppid=29057 vsize=172664 CPUtime=85.56
/proc/29060/task/29062/stat : 29062 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 12367 0 0 0 8534 22 0 0 25 0 4 0 1116698657 176807936 35988 4294967295 134512640 135305190 3216475824 3071655104 134528195 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29060/tid=29063] ppid=29057 vsize=172664 CPUtime=66.49
/proc/29060/task/29063/stat : 29063 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 4688 0 0 0 6633 16 0 0 25 0 4 0 1116698657 176807936 35988 4294967295 134512640 135305190 3216475824 3063266496 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 302.84
Current children cumulated vsize (KiB) 175080

[startup+162.303 s]
/proc/loadavg: 5.32 5.52 5.53 7/129 29442
/proc/meminfo: memFree=1873256/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2416 CPUtime=1.26
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 369 6886 0 0 0 0 125 1 18 0 1 0 1116698513 2473984 274 4294967295 134512640 135169312 3218262128 3218258344 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 604 274 231 161 0 43 0
[pid=29060] ppid=29057 vsize=201248 CPUtime=481
/proc/29060/stat : 29060 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202496 43323 0 0 0 48015 85 0 0 25 0 4 0 1116698639 206077952 43256 4294967295 134512640 135305190 3216475824 3216474000 134528252 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29060/statm: 50312 43256 79 194 0 50116 0
[pid=29060/tid=29061] ppid=29057 vsize=201248 CPUtime=112.51
/proc/29060/task/29061/stat : 29061 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 6553 0 0 0 11237 14 0 0 25 0 4 0 1116698657 206077952 43256 4294967295 134512640 135305190 3216475824 3080043712 134528851 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29060/tid=29062] ppid=29057 vsize=201248 CPUtime=142.31
/proc/29060/task/29062/stat : 29062 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 15848 0 0 0 14203 28 0 0 25 0 4 0 1116698657 206077952 43256 4294967295 134512640 135305190 3216475824 3071655104 134528402 0 0 0 3 0 0 0 -1 3 0 0 0

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

/proc/29060/task/29063/stat : 29063 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 13753 0 0 0 38847 44 0 0 25 0 4 0 1116698657 379211776 84891 4294967295 134512640 135305190 3216475824 3063266496 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1755.7
Current children cumulated vsize (KiB) 372740

[startup+642.312 s]
/proc/loadavg: 5.64 5.54 5.53 6/129 30961
/proc/meminfo: memFree=1674888/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2416 CPUtime=1.26
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 369 6886 0 0 0 0 125 1 18 0 1 0 1116698513 2473984 274 4294967295 134512640 135169312 3218262128 3218258344 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 604 274 231 161 0 43 0
[pid=29060] ppid=29057 vsize=374816 CPUtime=1933.94
/proc/29060/stat : 29060 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202496 86144 0 0 0 193171 223 0 0 25 0 4 0 1116698639 383811584 86055 4294967295 134512640 135305190 3216475824 3216474000 134528750 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/29060/statm: 93704 86055 79 194 0 93508 0
[pid=29060/tid=29061] ppid=29057 vsize=374816 CPUtime=474.11
/proc/29060/task/29061/stat : 29061 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 17592 0 0 0 47370 41 0 0 25 0 4 0 1116698657 383811584 86055 4294967295 134512640 135305190 3216475824 3080043712 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29060/tid=29062] ppid=29057 vsize=374816 CPUtime=556.33
/proc/29060/task/29062/stat : 29062 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 30595 0 0 0 55552 81 0 0 25 0 4 0 1116698657 383811584 86055 4294967295 134512640 135305190 3216475824 3071655104 134528520 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29060/tid=29063] ppid=29057 vsize=374816 CPUtime=439.03
/proc/29060/task/29063/stat : 29063 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 13855 0 0 0 43859 44 0 0 25 0 4 0 1116698657 383811584 86055 4294967295 134512640 135305190 3216475824 3063266496 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1935.2
Current children cumulated vsize (KiB) 377232

[startup+702.307 s]
/proc/loadavg: 5.58 5.54 5.53 6/129 31152
/proc/meminfo: memFree=1706036/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2416 CPUtime=1.26
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 369 6886 0 0 0 0 125 1 18 0 1 0 1116698513 2473984 274 4294967295 134512640 135169312 3218262128 3218258344 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 604 274 231 161 0 43 0
[pid=29060] ppid=29057 vsize=376764 CPUtime=2113.36
/proc/29060/stat : 29060 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202496 86626 0 0 0 211098 238 0 0 25 0 4 0 1116698639 385806336 86537 4294967295 134512640 135305190 3216475824 3216473652 134695249 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/29060/statm: 94191 86537 79 194 0 93995 0
[pid=29060/tid=29061] ppid=29057 vsize=376764 CPUtime=521.33
/proc/29060/task/29061/stat : 29061 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 17749 0 0 0 52091 42 0 0 25 0 4 0 1116698657 385806336 86537 4294967295 134512640 135305190 3216475824 3080043376 134551651 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29060/tid=29062] ppid=29057 vsize=376764 CPUtime=589.9
/proc/29060/task/29062/stat : 29062 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 30634 0 0 0 58906 84 0 0 25 0 4 0 1116698657 385806336 86537 4294967295 134512640 135305190 3216475824 3071654784 134552302 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29060/tid=29063] ppid=29057 vsize=376764 CPUtime=478.45
/proc/29060/task/29063/stat : 29063 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 13920 0 0 0 47797 48 0 0 25 0 4 0 1116698657 385806336 86537 4294967295 134512640 135305190 3216475824 3063266464 134570412 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2114.62
Current children cumulated vsize (KiB) 379180

[startup+762.311 s]
/proc/loadavg: 5.52 5.53 5.53 6/129 31341
/proc/meminfo: memFree=1744280/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2416 CPUtime=1.26
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 369 6886 0 0 0 0 125 1 18 0 1 0 1116698513 2473984 274 4294967295 134512640 135169312 3218262128 3218258344 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 604 274 231 161 0 43 0
[pid=29060] ppid=29057 vsize=389396 CPUtime=2301.87
/proc/29060/stat : 29060 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202496 89862 0 0 0 229932 255 0 0 25 0 4 0 1116698639 398741504 89773 4294967295 134512640 135305190 3216475824 3216474000 134528562 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/29060/statm: 97349 89773 79 194 0 97153 0
[pid=29060/tid=29061] ppid=29057 vsize=389396 CPUtime=571.67
/proc/29060/task/29061/stat : 29061 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 18290 0 0 0 57118 49 0 0 25 0 4 0 1116698657 398741504 89773 4294967295 134512640 135305190 3216475824 3080043636 134694990 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29060/tid=29062] ppid=29057 vsize=389396 CPUtime=619.84
/proc/29060/task/29062/stat : 29062 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 31139 0 0 0 61897 87 0 0 25 0 4 0 1116698657 398741504 89773 4294967295 134512640 135305190 3216475824 3071655104 134528379 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29060/tid=29063] ppid=29057 vsize=389396 CPUtime=526.84
/proc/29060/task/29063/stat : 29063 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 15208 0 0 0 52629 55 0 0 25 0 4 0 1116698657 398741504 89773 4294967295 134512640 135305190 3216475824 3063266036 134839991 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2303.13
Current children cumulated vsize (KiB) 391812

[startup+822.316 s]
/proc/loadavg: 5.85 5.62 5.56 8/129 31529
/proc/meminfo: memFree=1723164/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2416 CPUtime=1.26
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 369 6886 0 0 0 0 125 1 18 0 1 0 1116698513 2473984 274 4294967295 134512640 135169312 3218262128 3218258344 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 604 274 231 161 0 43 0
[pid=29060] ppid=29057 vsize=419072 CPUtime=2481.33
/proc/29060/stat : 29060 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202496 96980 0 0 0 247862 271 0 0 25 0 4 0 1116698639 429129728 96891 4294967295 134512640 135305190 3216475824 3216473752 134695249 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/29060/statm: 104768 96891 79 194 0 104572 0
[pid=29060/tid=29061] ppid=29057 vsize=419072 CPUtime=603.71
/proc/29060/task/29061/stat : 29061 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 19161 0 0 0 60322 49 0 0 25 0 4 0 1116698657 429129728 96891 4294967295 134512640 135305190 3216475824 3080043712 134528791 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29060/tid=29062] ppid=29057 vsize=419072 CPUtime=679.15
/proc/29060/task/29062/stat : 29062 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 33863 0 0 0 67819 96 0 0 25 0 4 0 1116698657 429129728 96891 4294967295 134512640 135305190 3216475824 3071655104 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29060/tid=29063] ppid=29057 vsize=419072 CPUtime=574.77
/proc/29060/task/29063/stat : 29063 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 16788 0 0 0 57419 58 0 0 25 0 4 0 1116698657 429129728 96891 4294967295 134512640 135305190 3216475824 3063266496 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2482.59
Current children cumulated vsize (KiB) 421488

[startup+882.311 s]
/proc/loadavg: 5.64 5.61 5.56 7/129 31717
/proc/meminfo: memFree=1571940/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2416 CPUtime=1.26
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 369 6886 0 0 0 0 125 1 18 0 1 0 1116698513 2473984 274 4294967295 134512640 135169312 3218262128 3218258344 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 604 274 231 161 0 43 0
[pid=29060] ppid=29057 vsize=449904 CPUtime=2660.31
/proc/29060/stat : 29060 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202496 104659 0 0 0 265742 289 0 0 25 0 4 0 1116698639 460701696 104570 4294967295 134512640 135305190 3216475824 3216474000 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/29060/statm: 112476 104570 79 194 0 112280 0
[pid=29060/tid=29061] ppid=29057 vsize=449904 CPUtime=655.73
/proc/29060/task/29061/stat : 29061 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 20586 0 0 0 65518 55 0 0 25 0 4 0 1116698657 460701696 104570 4294967295 134512640 135305190 3216475824 3080043712 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=29060/tid=29062] ppid=29057 vsize=449904 CPUtime=738.86
/proc/29060/task/29062/stat : 29062 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 36363 0 0 0 73785 101 0 0 25 0 4 0 1116698657 460701696 104570 4294967295 134512640 135305190 3216475824 3071655104 134528503 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29060/tid=29063] ppid=29057 vsize=449904 CPUtime=603.48
/proc/29060/task/29063/stat : 29063 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 18514 0 0 0 60287 61 0 0 25 0 4 0 1116698657 460701696 104570 4294967295 134512640 135305190 3216475824 3063266160 134551653 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2661.57
Current children cumulated vsize (KiB) 452320

[startup+942.306 s]
/proc/loadavg: 5.97 5.71 5.59 7/129 31904
/proc/meminfo: memFree=1670468/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2416 CPUtime=1.26
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 369 6886 0 0 0 0 125 1 18 0 1 0 1116698513 2473984 274 4294967295 134512640 135169312 3218262128 3218258344 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 604 274 231 161 0 43 0
[pid=29060] ppid=29057 vsize=451036 CPUtime=2839.29
/proc/29060/stat : 29060 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202496 104904 0 0 0 283627 302 0 0 25 0 4 0 1116698639 461860864 104815 4294967295 134512640 135305190 3216475824 3216474000 134528548 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/29060/statm: 112759 104815 79 194 0 112563 0
[pid=29060/tid=29061] ppid=29057 vsize=451036 CPUtime=687.08
/proc/29060/task/29061/stat : 29061 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 20698 0 0 0 68649 59 0 0 25 0 4 0 1116698657 461860864 104815 4294967295 134512640 135305190 3216475824 3080043712 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=29060/tid=29062] ppid=29057 vsize=451036 CPUtime=798.84
/proc/29060/task/29062/stat : 29062 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 36433 0 0 0 79780 104 0 0 25 0 4 0 1116698657 461860864 104815 4294967295 134512640 135305190 3216475824 3071654784 134552908 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29060/tid=29063] ppid=29057 vsize=451036 CPUtime=633.65
/proc/29060/task/29063/stat : 29063 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 18515 0 0 0 63303 62 0 0 25 0 4 0 1116698657 461860864 104815 4294967295 134512640 135305190 3216475824 3063266496 134528248 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2840.55
Current children cumulated vsize (KiB) 453452



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 5.77 5.70 5.59 7/129 32091
/proc/meminfo: memFree=1679080/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2416 CPUtime=1.26
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 369 6886 0 0 0 0 125 1 18 0 1 0 1116698513 2473984 274 4294967295 134512640 135169312 3218262128 3218258344 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 604 274 231 161 0 43 0
[pid=29060] ppid=29057 vsize=473392 CPUtime=3012.25
/proc/29060/stat : 29060 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202496 110504 0 0 0 300905 320 0 0 25 0 4 0 1116698639 484753408 110415 4294967295 134512640 135305190 3216475824 3216474000 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/29060/statm: 118348 110415 79 194 0 118152 0
[pid=29060/tid=29061] ppid=29057 vsize=473392 CPUtime=716.93
/proc/29060/task/29061/stat : 29061 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 21695 0 0 0 71633 60 0 0 25 0 4 0 1116698657 484753408 110415 4294967295 134512640 135305190 3216475824 3080043712 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29060/tid=29062] ppid=29057 vsize=473392 CPUtime=846.04
/proc/29060/task/29062/stat : 29062 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 37256 0 0 0 84495 109 0 0 25 0 4 0 1116698657 484753408 110415 4294967295 134512640 135305190 3216475824 3071654784 134552908 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29060/tid=29063] ppid=29057 vsize=473392 CPUtime=672.04
/proc/29060/task/29063/stat : 29063 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 20526 0 0 0 67135 69 0 0 25 0 4 0 1116698657 484753408 110415 4294967295 134512640 135305190 3216475824 3063266036 134839991 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3013.51
Current children cumulated vsize (KiB) 475808

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

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

[startup+1000.01 s]
/proc/loadavg: 5.77 5.70 5.59 7/129 32091
/proc/meminfo: memFree=1679080/3368532 swapFree=1957708/1959888
[pid=29057] ppid=29055 vsize=2416 CPUtime=1.26
/proc/29057/stat : 29057 (manysat.sh) S 29055 29057 21334 0 -1 4194304 369 6886 0 0 0 0 125 1 18 0 1 0 1116698513 2473984 274 4294967295 134512640 135169312 3218262128 3218258344 3084885742 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/29057/statm: 604 274 231 161 0 43 0
[pid=29060] ppid=29057 vsize=473392 CPUtime=3012.25
/proc/29060/stat : 29060 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202496 110504 0 0 0 300905 320 0 0 25 0 4 0 1116698639 484753408 110415 4294967295 134512640 135305190 3216475824 3216474000 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/29060/statm: 118348 110415 79 194 0 118152 0
[pid=29060/tid=29061] ppid=29057 vsize=473392 CPUtime=716.93
/proc/29060/task/29061/stat : 29061 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 21695 0 0 0 71633 60 0 0 25 0 4 0 1116698657 484753408 110415 4294967295 134512640 135305190 3216475824 3080043712 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=29060/tid=29062] ppid=29057 vsize=473392 CPUtime=846.04
/proc/29060/task/29062/stat : 29062 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 37256 0 0 0 84495 109 0 0 25 0 4 0 1116698657 484753408 110415 4294967295 134512640 135305190 3216475824 3071654784 134552908 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=29060/tid=29063] ppid=29057 vsize=473392 CPUtime=672.04
/proc/29060/task/29063/stat : 29063 (manysat1.1_stat) R 29057 29057 21334 0 -1 4202560 20526 0 0 0 67135 69 0 0 25 0 4 0 1116698657 484753408 110415 4294967295 134512640 135305190 3216475824 3063266036 134839991 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3013.51
Current children cumulated vsize (KiB) 475808

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1000.04
CPU time (s): 3013.51
CPU user time (s): 3010.3
CPU system time (s): 3.21
CPU usage (%): 301.339
Max. virtual memory (cumulated for all children) (KiB): 475808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.25
system time used= 0.01
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7255
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= 4
involuntary context switches= 39

runsolver used 0.05 second user time and 0.1 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 16:19:05
IDJOB=1779157
IDBENCH=70817
IDSOLVER=626
FILE ID=/1779157-1243520345
PBS_JOBID=
Free space on /tmp= 15882 MiB

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

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

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED= 619515951

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

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

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

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

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


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2063844 kB
Buffers:          4012 kB
Cached:         550536 kB
SwapCached:         40 kB
Active:         751496 kB
Inactive:       509692 kB
HighTotal:     2489216 kB
HighFree:      1229764 kB
LowTotal:       879316 kB
LowFree:        834080 kB
SwapTotal:     1959888 kB
SwapFree:      1957708 kB
Dirty:            4048 kB
Writeback:           0 kB
AnonPages:      706400 kB
Mapped:          35592 kB
Slab:            33776 kB
SReclaimable:    25028 kB
SUnreclaim:       8748 kB
PageTables:       1308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   969952 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15876 MiB
End job on  at 2009-05-28 16:35:47