Trace number 1775812

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) 3978.38 1000.05

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
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 variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

Solver Data

0.00/0.00	c Parsing...
0.40/0.46	c ==============================================================================
0.40/0.46	c |           |     ORIGINAL     |              LEARNT              |          |
0.40/0.46	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.40/0.46	c ==============================================================================
0.40/0.46	c |         0 |  614789  1419314 |  184436       0        0     nan |  0.000 % |
3.31/3.40	c |         0 |  248601   661061 |      --       0       --      -- |     --   | -225959/-441263
3.31/3.40	c ==============================================================================
3.31/3.40	c Result  :   #vars: 44244   #clauses: 248601   #literals: 661061
3.31/3.40	c CPU time:   3.29 s
3.31/3.40	c ==============================================================================
3978.31/1000.05	HOME/manysat.sh: line 55:  3922 Terminated              $MS -verbosity=0 $TMP.cnf $TMP.result -$AIMD $AIMD_FLAG "$@"

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-1775812-1243502505/watcher-1775812-1243502505 -o /tmp/evaluation-result-1775812-1243502505/solver-1775812-1243502505 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1775812-1243502505.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: 4.00 4.33 4.34 3/99 3919
/proc/meminfo: memFree=3176248/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2416 CPUtime=0
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114914957 2473984 274 4294967295 134512640 135169312 3218200672 3218199208 3085356782 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/3919/statm: 604 274 231 161 0 43 0
[pid=3920] ppid=3919 vsize=1756 CPUtime=0
/proc/3920/stat : 3920 (SatElite) R 3919 3919 19648 0 -1 4202496 339 0 0 0 0 0 0 0 18 0 1 0 1114914957 1798144 277 4294967295 134512640 135034092 3218954464 3218950752 134544739 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3920/statm: 439 278 49 128 0 309 0

[startup+0.078624 s]
/proc/loadavg: 4.00 4.33 4.34 3/99 3919
/proc/meminfo: memFree=3176248/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2416 CPUtime=0
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114914957 2473984 274 4294967295 134512640 135169312 3218200672 3218199208 3085356782 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/3919/statm: 604 274 231 161 0 43 0
[pid=3920] ppid=3919 vsize=21800 CPUtime=0.07
/proc/3920/stat : 3920 (SatElite) R 3919 3919 19648 0 -1 4202496 4872 0 0 0 6 1 0 0 18 0 1 0 1114914957 22323200 4809 4294967295 134512640 135034092 3218954464 3218950424 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3920/statm: 5450 4810 49 128 0 5320 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 24216

[startup+0.108621 s]
/proc/loadavg: 4.00 4.33 4.34 3/99 3919
/proc/meminfo: memFree=3176248/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2416 CPUtime=0
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114914957 2473984 274 4294967295 134512640 135169312 3218200672 3218199208 3085356782 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/3919/statm: 604 274 231 161 0 43 0
[pid=3920] ppid=3919 vsize=25612 CPUtime=0.1
/proc/3920/stat : 3920 (SatElite) R 3919 3919 19648 0 -1 4202496 6136 0 0 0 9 1 0 0 18 0 1 0 1114914957 26226688 6074 4294967295 134512640 135034092 3218954464 3218950424 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3920/statm: 6403 6074 49 128 0 6273 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 28028

[startup+0.308601 s]
/proc/loadavg: 4.00 4.33 4.34 3/99 3919
/proc/meminfo: memFree=3176248/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2416 CPUtime=0
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114914957 2473984 274 4294967295 134512640 135169312 3218200672 3218199208 3085356782 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/3919/statm: 604 274 231 161 0 43 0
[pid=3920] ppid=3919 vsize=43136 CPUtime=0.3
/proc/3920/stat : 3920 (SatElite) R 3919 3919 19648 0 -1 4202496 10613 0 0 0 24 6 0 0 18 0 1 0 1114914957 44171264 10550 4294967295 134512640 135034092 3218954464 3218950808 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3920/statm: 10784 10550 50 128 0 10654 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 45552

[startup+0.708563 s]
/proc/loadavg: 4.00 4.33 4.34 3/99 3919
/proc/meminfo: memFree=3176248/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2416 CPUtime=0
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114914957 2473984 274 4294967295 134512640 135169312 3218200672 3218199208 3085356782 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/3919/statm: 604 274 231 161 0 43 0
[pid=3920] ppid=3919 vsize=78488 CPUtime=0.7
/proc/3920/stat : 3920 (SatElite) R 3919 3919 19648 0 -1 4202496 17068 0 0 0 61 9 0 0 18 0 1 0 1114914957 80371712 15551 4294967295 134512640 135034092 3218954464 3218950460 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3920/statm: 19622 15551 67 128 0 19492 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 80904

[startup+1.50854 s]
/proc/loadavg: 4.00 4.33 4.34 2/101 3921
/proc/meminfo: memFree=3110536/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2416 CPUtime=0
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114914957 2473984 274 4294967295 134512640 135169312 3218200672 3218199208 3085356782 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/3919/statm: 604 274 231 161 0 43 0
[pid=3920] ppid=3919 vsize=82752 CPUtime=1.5
/proc/3920/stat : 3920 (SatElite) R 3919 3919 19648 0 -1 4202496 18220 0 0 0 141 9 0 0 20 0 1 0 1114914957 84738048 16597 4294967295 134512640 135034092 3218954464 3218950704 134566267 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3920/statm: 20688 16597 67 128 0 20558 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 85168

[startup+3.10834 s]
/proc/loadavg: 4.00 4.33 4.34 2/101 3921
/proc/meminfo: memFree=3103036/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2416 CPUtime=0
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1114914957 2473984 274 4294967295 134512640 135169312 3218200672 3218199208 3085356782 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/3919/statm: 604 274 231 161 0 43 0
[pid=3920] ppid=3919 vsize=83628 CPUtime=3.1
/proc/3920/stat : 3920 (SatElite) R 3919 3919 19648 0 -1 4202496 21774 0 0 0 301 9 0 0 25 0 1 0 1114914957 85635072 16888 4294967295 134512640 135034092 3218954464 3218950704 134566279 0 0 0 3 0 0 0 17 2 0 0 0
/proc/3920/statm: 20907 16888 67 128 0 20777 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 86044

[startup+6.30804 s]
/proc/loadavg: 3.76 4.28 4.32 6/104 3925
/proc/meminfo: memFree=3099224/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2420 CPUtime=3.71
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 369 27401 0 0 1 0 356 14 18 0 1 0 1114914957 2478080 275 4294967295 134512640 135169312 3218200672 3218196888 3085356782 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/3919/statm: 605 275 231 161 0 44 0
[pid=3922] ppid=3919 vsize=100532 CPUtime=8.29
/proc/3922/stat : 3922 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202496 17685 0 0 0 802 27 0 0 15 0 4 0 1114915330 102944768 17562 4294967295 134512640 135305190 3216154208 3216152308 134695249 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/3922/statm: 25133 17562 79 194 0 24937 0
[pid=3922/tid=3923] ppid=3919 vsize=100532 CPUtime=2
/proc/3922/task/3923/stat : 3923 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 355 0 0 0 194 6 0 0 17 0 4 0 1114915380 102944768 17562 4294967295 134512640 135305190 3216154208 3065801584 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=3922/tid=3924] ppid=3919 vsize=100532 CPUtime=1.9
/proc/3922/task/3924/stat : 3924 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 300 0 0 0 186 4 0 0 17 0 4 0 1114915380 102944768 17562 4294967295 134512640 135305190 3216154208 3057412928 134551986 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3922/tid=3925] ppid=3919 vsize=100532 CPUtime=1.92
/proc/3922/task/3925/stat : 3925 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 346 0 0 0 185 7 0 0 16 0 4 0 1114915380 102944768 17562 4294967295 134512640 135305190 3216154208 3049024704 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12
Current children cumulated vsize (KiB) 102952

[startup+12.7074 s]
/proc/loadavg: 3.78 4.27 4.32 5/104 3926
/proc/meminfo: memFree=3098128/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2420 CPUtime=3.71
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 369 27401 0 0 1 0 356 14 18 0 1 0 1114914957 2478080 275 4294967295 134512640 135169312 3218200672 3218196888 3085356782 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/3919/statm: 605 275 231 161 0 44 0
[pid=3922] ppid=3919 vsize=101556 CPUtime=33.82
/proc/3922/stat : 3922 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202496 17875 0 0 0 3352 30 0 0 21 0 4 0 1114915330 103993344 17752 4294967295 134512640 135305190 3216154208 3216152452 134695249 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/3922/statm: 25389 17752 79 194 0 25193 0
[pid=3922/tid=3923] ppid=3919 vsize=101556 CPUtime=8.36
/proc/3922/task/3923/stat : 3923 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 376 0 0 0 830 6 0 0 25 0 4 0 1114915380 103993344 17752 4294967295 134512640 135305190 3216154208 3065801920 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=3922/tid=3924] ppid=3919 vsize=101556 CPUtime=8.29
/proc/3922/task/3924/stat : 3924 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 345 0 0 0 824 5 0 0 23 0 4 0 1114915380 103993344 17752 4294967295 134512640 135305190 3216154208 3057413312 134528851 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3922/tid=3925] ppid=3919 vsize=101556 CPUtime=8.31
/proc/3922/task/3925/stat : 3925 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 404 0 0 0 822 9 0 0 25 0 4 0 1114915380 103993344 17752 4294967295 134512640 135305190 3216154208 3049024704 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 37.53
Current children cumulated vsize (KiB) 103976

[startup+25.5062 s]
/proc/loadavg: 3.90 4.27 4.32 5/104 4111
/proc/meminfo: memFree=3089664/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2420 CPUtime=3.71
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 369 27401 0 0 1 0 356 14 18 0 1 0 1114914957 2478080 275 4294967295 134512640 135169312 3218200672 3218196888 3085356782 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/3919/statm: 605 275 231 161 0 44 0
[pid=3922] ppid=3919 vsize=109024 CPUtime=84.71
/proc/3922/stat : 3922 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202496 19841 0 0 0 8434 37 0 0 25 0 4 0 1114915330 111640576 19718 4294967295 134512640 135305190 3216154208 3216152384 134528189 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/3922/statm: 27256 19718 79 194 0 27060 0
[pid=3922/tid=3923] ppid=3919 vsize=109024 CPUtime=20.99
/proc/3922/task/3923/stat : 3923 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 714 0 0 0 2093 6 0 0 25 0 4 0 1114915380 111640576 19718 4294967295 134512640 135305190 3216154208 3065801648 134558345 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=3922/tid=3924] ppid=3919 vsize=109024 CPUtime=21.08
/proc/3922/task/3924/stat : 3924 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 1005 0 0 0 2103 5 0 0 25 0 4 0 1114915380 111640576 19718 4294967295 134512640 135305190 3216154208 3057413312 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3922/tid=3925] ppid=3919 vsize=109024 CPUtime=21.03
/proc/3922/task/3925/stat : 3925 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 927 0 0 0 2088 15 0 0 25 0 4 0 1114915380 111640576 19718 4294967295 134512640 135305190 3216154208 3049024368 134551651 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 88.42
Current children cumulated vsize (KiB) 111444

[startup+51.1138 s]
/proc/loadavg: 3.94 4.25 4.31 5/104 4112
/proc/meminfo: memFree=3071452/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2420 CPUtime=3.71
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 369 27401 0 0 1 0 356 14 18 0 1 0 1114914957 2478080 275 4294967295 134512640 135169312 3218200672 3218196888 3085356782 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/3919/statm: 605 275 231 161 0 44 0
[pid=3922] ppid=3919 vsize=128464 CPUtime=186.95
/proc/3922/stat : 3922 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202496 24633 0 0 0 18645 50 0 0 25 0 4 0 1114915330 131547136 24510 4294967295 134512640 135305190 3216154208 3216152384 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/3922/statm: 32116 24510 79 194 0 31920 0
[pid=3922/tid=3923] ppid=3919 vsize=128464 CPUtime=46.52
/proc/3922/task/3923/stat : 3923 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 1684 0 0 0 4642 10 0 0 25 0 4 0 1114915380 131547136 24510 4294967295 134512640 135305190 3216154208 3065801604 134845255 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=3922/tid=3924] ppid=3919 vsize=128464 CPUtime=46.69
/proc/3922/task/3924/stat : 3924 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 2613 0 0 0 4660 9 0 0 25 0 4 0 1114915380 131547136 24510 4294967295 134512640 135305190 3216154208 3057413312 134528310 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3922/tid=3925] ppid=3919 vsize=128464 CPUtime=46.52
/proc/3922/task/3925/stat : 3925 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 2174 0 0 0 4633 19 0 0 25 0 4 0 1114915380 131547136 24510 4294967295 134512640 135305190 3216154208 3049024704 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 190.66
Current children cumulated vsize (KiB) 130884

[startup+102.309 s]
/proc/loadavg: 4.31 4.29 4.32 5/104 4300
/proc/meminfo: memFree=3052848/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2420 CPUtime=3.71
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 369 27401 0 0 1 0 356 14 18 0 1 0 1114914957 2478080 275 4294967295 134512640 135169312 3218200672 3218196888 3085356782 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/3919/statm: 605 275 231 161 0 44 0
[pid=3922] ppid=3919 vsize=146180 CPUtime=391.25
/proc/3922/stat : 3922 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202496 28845 0 0 0 39055 70 0 0 25 0 4 0 1114915330 149688320 28722 4294967295 134512640 135305190 3216154208 3216152384 134528224 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/3922/statm: 36545 28722 79 194 0 36349 0
[pid=3922/tid=3923] ppid=3919 vsize=146180 CPUtime=97.58
/proc/3922/task/3923/stat : 3923 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 2522 0 0 0 9748 10 0 0 25 0 4 0 1114915380 149688320 28722 4294967295 134512640 135305190 3216154208 3065801920 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=3922/tid=3924] ppid=3919 vsize=146180 CPUtime=97.89
/proc/3922/task/3924/stat : 3924 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 4281 0 0 0 9773 16 0 0 25 0 4 0 1114915380 149688320 28722 4294967295 134512640 135305190 3216154208 3057413312 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3922/tid=3925] ppid=3919 vsize=146180 CPUtime=97.37
/proc/3922/task/3925/stat : 3925 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 3033 0 0 0 9709 28 0 0 25 0 4 0 1114915380 149688320 28722 4294967295 134512640 135305190 3216154208 3049024704 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 394.96
Current children cumulated vsize (KiB) 148600

[startup+162.313 s]
/proc/loadavg: 4.51 4.34 4.33 5/104 4487
/proc/meminfo: memFree=3028068/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2420 CPUtime=3.71
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 369 27401 0 0 1 0 356 14 18 0 1 0 1114914957 2478080 275 4294967295 134512640 135169312 3218200672 3218196888 3085356782 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/3919/statm: 605 275 231 161 0 44 0
[pid=3922] ppid=3919 vsize=172284 CPUtime=631.05
/proc/3922/stat : 3922 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202496 35262 0 0 0 63012 93 0 0 25 0 4 0 1114915330 176418816 35139 4294967295 134512640 135305190 3216154208 3216152256 134857151 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/3922/statm: 43071 35139 79 194 0 42875 0
[pid=3922/tid=3923] ppid=3919 vsize=172284 CPUtime=157.54
/proc/3922/task/3923/stat : 3923 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 4076 0 0 0 15739 15 0 0 25 0 4 0 1114915380 176418816 35139 4294967295 134512640 135305190 3216154208 3065801584 134551919 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=3922/tid=3924] ppid=3919 vsize=172284 CPUtime=157.9
/proc/3922/task/3924/stat : 3924 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 5828 0 0 0 15769 21 0 0 25 0 4 0 1114915380 176418816 35139 4294967295 134512640 135305190 3216154208 3057412928 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3922/tid=3925] ppid=3919 vsize=172284 CPUtime=157.21
/proc/3922/task/3925/stat : 3925 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 4745 0 0 0 15681 40 0 0 25 0 4 0 1114915380 176418816 35139 4294967295 134512640 135305190 3216154208 3049024704 134528265 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 634.76

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

[startup+522.309 s]
/proc/loadavg: 4.60 4.43 4.37 5/104 5620
/proc/meminfo: memFree=2923960/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2420 CPUtime=3.71
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 369 27401 0 0 1 0 356 14 18 0 1 0 1114914957 2478080 275 4294967295 134512640 135169312 3218200672 3218196888 3085356782 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/3919/statm: 605 275 231 161 0 44 0
[pid=3922] ppid=3919 vsize=279004 CPUtime=2068.07
/proc/3922/stat : 3922 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202496 60887 0 0 0 206579 228 0 0 25 0 4 0 1114915330 285700096 60764 4294967295 134512640 135305190 3216154208 3216152384 134528523 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3922/statm: 69751 60764 79 194 0 69555 0
[pid=3922/tid=3923] ppid=3919 vsize=279004 CPUtime=517.03
/proc/3922/task/3923/stat : 3923 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 9737 0 0 0 51655 48 0 0 25 0 4 0 1114915380 285700096 60764 4294967295 134512640 135305190 3216154208 3065801920 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=3922/tid=3924] ppid=3919 vsize=279004 CPUtime=517.17
/proc/3922/task/3924/stat : 3924 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 13155 0 0 0 51673 44 0 0 25 0 4 0 1114915380 285700096 60764 4294967295 134512640 135305190 3216154208 3057413200 134538583 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3922/tid=3925] ppid=3919 vsize=279004 CPUtime=516.43
/proc/3922/task/3925/stat : 3925 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 11508 0 0 0 51579 64 0 0 25 0 4 0 1114915380 285700096 60764 4294967295 134512640 135305190 3216154208 3049024704 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2071.78
Current children cumulated vsize (KiB) 281424

[startup+582.313 s]
/proc/loadavg: 4.70 4.47 4.38 5/104 5812
/proc/meminfo: memFree=2918252/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2420 CPUtime=3.71
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 369 27401 0 0 1 0 356 14 18 0 1 0 1114914957 2478080 275 4294967295 134512640 135169312 3218200672 3218196888 3085356782 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/3919/statm: 605 275 231 161 0 44 0
[pid=3922] ppid=3919 vsize=286208 CPUtime=2307.67
/proc/3922/stat : 3922 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202496 62528 0 0 0 230520 247 0 0 25 0 4 0 1114915330 293076992 62405 4294967295 134512640 135305190 3216154208 3216152384 134528418 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3922/statm: 71552 62405 79 194 0 71356 0
[pid=3922/tid=3923] ppid=3919 vsize=286208 CPUtime=577.01
/proc/3922/task/3923/stat : 3923 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 10061 0 0 0 57648 53 0 0 25 0 4 0 1114915380 293076992 62405 4294967295 134512640 135305190 3216154208 3065801920 134528265 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=3922/tid=3924] ppid=3919 vsize=286208 CPUtime=576.9
/proc/3922/task/3924/stat : 3924 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 13535 0 0 0 57640 50 0 0 25 0 4 0 1114915380 293076992 62405 4294967295 134512640 135305190 3216154208 3057413312 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3922/tid=3925] ppid=3919 vsize=286208 CPUtime=576.31
/proc/3922/task/3925/stat : 3925 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 11964 0 0 0 57561 70 0 0 25 0 4 0 1114915380 293076992 62405 4294967295 134512640 135305190 3216154208 3049024704 134528263 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2311.38
Current children cumulated vsize (KiB) 288628

[startup+642.307 s]
/proc/loadavg: 4.45 4.43 4.37 5/104 5999
/proc/meminfo: memFree=2914556/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2420 CPUtime=3.71
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 369 27401 0 0 1 0 356 14 18 0 1 0 1114914957 2478080 275 4294967295 134512640 135169312 3218200672 3218196888 3085356782 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/3919/statm: 605 275 231 161 0 44 0
[pid=3922] ppid=3919 vsize=292304 CPUtime=2547.04
/proc/3922/stat : 3922 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202496 63724 0 0 0 254443 261 0 0 25 0 4 0 1114915330 299319296 63601 4294967295 134512640 135305190 3216154208 3216152384 134528536 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3922/statm: 73076 63601 79 194 0 72880 0
[pid=3922/tid=3923] ppid=3919 vsize=292304 CPUtime=636.63
/proc/3922/task/3923/stat : 3923 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 10384 0 0 0 63605 58 0 0 25 0 4 0 1114915380 299319296 63601 4294967295 134512640 135305190 3216154208 3065801920 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=3922/tid=3924] ppid=3919 vsize=292304 CPUtime=636.85
/proc/3922/task/3924/stat : 3924 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 13856 0 0 0 63632 53 0 0 25 0 4 0 1114915380 299319296 63601 4294967295 134512640 135305190 3216154208 3057413312 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3922/tid=3925] ppid=3919 vsize=292304 CPUtime=636.23
/proc/3922/task/3925/stat : 3925 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 12382 0 0 0 63551 72 0 0 25 0 4 0 1114915380 299319296 63601 4294967295 134512640 135305190 3216154208 3049024704 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2550.75
Current children cumulated vsize (KiB) 294724

[startup+702.302 s]
/proc/loadavg: 4.88 4.54 4.41 5/104 6188
/proc/meminfo: memFree=2904292/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2420 CPUtime=3.71
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 369 27401 0 0 1 0 356 14 18 0 1 0 1114914957 2478080 275 4294967295 134512640 135169312 3218200672 3218196888 3085356782 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/3919/statm: 605 275 231 161 0 44 0
[pid=3922] ppid=3919 vsize=300528 CPUtime=2786.57
/proc/3922/stat : 3922 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202496 65829 0 0 0 278385 272 0 0 25 0 4 0 1114915330 307740672 65684 4294967295 134512640 135305190 3216154208 3216152384 134528319 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3922/statm: 75132 65684 79 194 0 74936 0
[pid=3922/tid=3923] ppid=3919 vsize=300528 CPUtime=696.43
/proc/3922/task/3923/stat : 3923 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 10867 0 0 0 69582 61 0 0 25 0 4 0 1114915380 307740672 65684 4294967295 134512640 135305190 3216154208 3065801920 134528503 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=3922/tid=3924] ppid=3919 vsize=300528 CPUtime=696.83
/proc/3922/task/3924/stat : 3924 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 14468 0 0 0 69624 59 0 0 25 0 4 0 1114915380 307740672 65684 4294967295 134512640 135305190 3216154208 3057413312 134530561 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3922/tid=3925] ppid=3919 vsize=300528 CPUtime=696.03
/proc/3922/task/3925/stat : 3925 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 12795 0 0 0 69530 73 0 0 25 0 4 0 1114915380 307740672 65684 4294967295 134512640 135305190 3216154208 3049024704 134528559 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2790.28
Current children cumulated vsize (KiB) 302948

[startup+762.316 s]
/proc/loadavg: 4.57 4.50 4.40 5/104 6375
/proc/meminfo: memFree=2895192/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2420 CPUtime=3.71
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 369 27401 0 0 1 0 356 14 18 0 1 0 1114914957 2478080 275 4294967295 134512640 135169312 3218200672 3218196888 3085356782 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/3919/statm: 605 275 231 161 0 44 0
[pid=3922] ppid=3919 vsize=312216 CPUtime=3026.03
/proc/3922/stat : 3922 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202496 68437 0 0 0 302308 295 0 0 25 0 4 0 1114915330 319709184 68292 4294967295 134512640 135305190 3216154208 3216152384 134528480 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3922/statm: 78054 68292 79 194 0 77858 0
[pid=3922/tid=3923] ppid=3919 vsize=312216 CPUtime=756.03
/proc/3922/task/3923/stat : 3923 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 11747 0 0 0 75530 73 0 0 25 0 4 0 1114915380 319709184 68292 4294967295 134512640 135305190 3216154208 3065801920 134530561 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=3922/tid=3924] ppid=3919 vsize=312216 CPUtime=756.84
/proc/3922/task/3924/stat : 3924 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 14829 0 0 0 75622 62 0 0 25 0 4 0 1114915380 319709184 68292 4294967295 134512640 135305190 3216154208 3057413312 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3922/tid=3925] ppid=3919 vsize=312216 CPUtime=755.95
/proc/3922/task/3925/stat : 3925 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 13387 0 0 0 75518 77 0 0 25 0 4 0 1114915380 319709184 68292 4294967295 134512640 135305190 3216154208 3049024704 134528788 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3029.74
Current children cumulated vsize (KiB) 314636

[startup+822.31 s]
/proc/loadavg: 4.56 4.49 4.39 6/105 6548
/proc/meminfo: memFree=2881120/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2420 CPUtime=3.71
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 369 27401 0 0 1 0 356 14 18 0 1 0 1114914957 2478080 275 4294967295 134512640 135169312 3218200672 3218196888 3085356782 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/3919/statm: 605 275 231 161 0 44 0
[pid=3922] ppid=3919 vsize=328108 CPUtime=3265.33
/proc/3922/stat : 3922 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202496 71971 0 0 0 326213 320 0 0 25 0 4 0 1114915330 335982592 71826 4294967295 134512640 135305190 3216154208 3216152384 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3922/statm: 82027 71826 79 194 0 81831 0
[pid=3922/tid=3923] ppid=3919 vsize=328108 CPUtime=815.81
/proc/3922/task/3923/stat : 3923 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 12495 0 0 0 81500 81 0 0 25 0 4 0 1114915380 335982592 71826 4294967295 134512640 135305190 3216154208 3065801920 134528548 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=3922/tid=3924] ppid=3919 vsize=328108 CPUtime=816.83
/proc/3922/task/3924/stat : 3924 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 15818 0 0 0 81619 64 0 0 25 0 4 0 1114915380 335982592 71826 4294967295 134512640 135305190 3216154208 3057413312 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3922/tid=3925] ppid=3919 vsize=328108 CPUtime=815.51
/proc/3922/task/3925/stat : 3925 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 14325 0 0 0 81466 85 0 0 25 0 4 0 1114915380 335982592 71826 4294967295 134512640 135305190 3216154208 3049024704 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3269.04
Current children cumulated vsize (KiB) 330528

[startup+882.305 s]
/proc/loadavg: 4.52 4.47 4.39 6/104 6755
/proc/meminfo: memFree=2865500/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2420 CPUtime=3.71
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 369 27401 0 0 1 0 356 14 18 0 1 0 1114914957 2478080 275 4294967295 134512640 135169312 3218200672 3218196888 3085356782 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/3919/statm: 605 275 231 161 0 44 0
[pid=3922] ppid=3919 vsize=343316 CPUtime=3504.7
/proc/3922/stat : 3922 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202496 75796 0 0 0 350119 351 0 0 25 0 4 0 1114915330 351555584 75651 4294967295 134512640 135305190 3216154208 3216152384 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3922/statm: 85829 75651 79 194 0 85633 0
[pid=3922/tid=3923] ppid=3919 vsize=343316 CPUtime=875.49
/proc/3922/task/3923/stat : 3923 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 13290 0 0 0 87457 92 0 0 25 0 4 0 1114915380 351555584 75651 4294967295 134512640 135305190 3216154208 3065801920 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=3922/tid=3924] ppid=3919 vsize=343316 CPUtime=876.83
/proc/3922/task/3924/stat : 3924 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 16865 0 0 0 87615 68 0 0 25 0 4 0 1114915380 351555584 75651 4294967295 134512640 135305190 3216154208 3057413312 134528341 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3922/tid=3925] ppid=3919 vsize=343316 CPUtime=875.26
/proc/3922/task/3925/stat : 3925 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 15355 0 0 0 87435 91 0 0 25 0 4 0 1114915380 351555584 75651 4294967295 134512640 135305190 3216154208 3049024592 134538154 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3508.41
Current children cumulated vsize (KiB) 345736

[startup+942.309 s]
/proc/loadavg: 4.58 4.48 4.40 7/105 6890
/proc/meminfo: memFree=2854756/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2420 CPUtime=3.71
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 369 27401 0 0 1 0 356 14 18 0 1 0 1114914957 2478080 275 4294967295 134512640 135169312 3218200672 3218196888 3085356782 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/3919/statm: 605 275 231 161 0 44 0
[pid=3922] ppid=3919 vsize=355172 CPUtime=3744.11
/proc/3922/stat : 3922 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202496 78606 0 0 0 374041 370 0 0 25 0 4 0 1114915330 363696128 78461 4294967295 134512640 135305190 3216154208 3216152384 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3922/statm: 88793 78461 79 194 0 88597 0
[pid=3922/tid=3923] ppid=3919 vsize=355172 CPUtime=935.16
/proc/3922/task/3923/stat : 3923 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 13917 0 0 0 93418 98 0 0 25 0 4 0 1114915380 363696128 78461 4294967295 134512640 135305190 3216154208 3065801920 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=3922/tid=3924] ppid=3919 vsize=355172 CPUtime=936.81
/proc/3922/task/3924/stat : 3924 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 17770 0 0 0 93607 74 0 0 25 0 4 0 1114915380 363696128 78461 4294967295 134512640 135305190 3216154208 3057413312 134528263 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3922/tid=3925] ppid=3919 vsize=355172 CPUtime=935
/proc/3922/task/3925/stat : 3925 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 16077 0 0 0 93407 93 0 0 25 0 4 0 1114915380 363696128 78461 4294967295 134512640 135305190 3216154208 3049024704 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3747.82
Current children cumulated vsize (KiB) 357592



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.47 4.46 4.39 7/105 7037
/proc/meminfo: memFree=2841108/3368532 swapFree=1953580/1959888
[pid=3919] ppid=3917 vsize=2420 CPUtime=3.71
/proc/3919/stat : 3919 (manysat.sh) S 3917 3919 19648 0 -1 4194304 369 27401 0 0 1 0 356 14 18 0 1 0 1114914957 2478080 275 4294967295 134512640 135169312 3218200672 3218196888 3085356782 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/3919/statm: 605 275 231 161 0 44 0
[pid=3922] ppid=3919 vsize=368648 CPUtime=3974.6
/proc/3922/stat : 3922 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202496 81932 0 0 0 397074 386 0 0 25 0 4 0 1114915330 377495552 81787 4294967295 134512640 135305190 3216154208 3216152384 134528418 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/3922/statm: 92162 81787 79 194 0 91966 0
[pid=3922/tid=3923] ppid=3919 vsize=368648 CPUtime=992.65
/proc/3922/task/3923/stat : 3923 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 14728 0 0 0 99163 102 0 0 25 0 4 0 1114915380 377495552 81787 4294967295 134512640 135305190 3216154208 3065801808 134538322 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=3922/tid=3924] ppid=3919 vsize=368648 CPUtime=994.5
/proc/3922/task/3924/stat : 3924 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 18493 0 0 0 99374 76 0 0 25 0 4 0 1114915380 377495552 81787 4294967295 134512640 135305190 3216154208 3057413312 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=3922/tid=3925] ppid=3919 vsize=368648 CPUtime=992.63
/proc/3922/task/3925/stat : 3925 (manysat1.1_stat) R 3919 3919 19648 0 -1 4202560 16982 0 0 0 99166 97 0 0 25 0 4 0 1114915380 377495552 81787 4294967295 134512640 135305190 3216154208 3049024700 134570384 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3978.31
Current children cumulated vsize (KiB) 371068

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)
Real time (s): 1000.05
CPU time (s): 3978.38
CPU user time (s): 3974.37
CPU system time (s): 4.01
CPU usage (%): 397.817
Max. virtual memory (cumulated for all children) (KiB): 371068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3974.37
system time used= 4.01
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109794
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= 16568
involuntary context switches= 181892

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 11:21:45
IDJOB=1775812
IDBENCH=20387
IDSOLVER=626
FILE ID=/1775812-1243502505
PBS_JOBID=
Free space on /tmp= 15874 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1775812-1243502505/watcher-1775812-1243502505 -o /tmp/evaluation-result-1775812-1243502505/solver-1775812-1243502505 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1775812-1243502505.cnf aimd 2

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED= 1141870997

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.42
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:       3176248 kB
Buffers:         14048 kB
Cached:         104324 kB
SwapCached:       2424 kB
Active:          80652 kB
Inactive:        48032 kB
HighTotal:     2489216 kB
HighFree:      2371152 kB
LowTotal:       879316 kB
LowFree:        805096 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:           12480 kB
Writeback:           0 kB
AnonPages:        9888 kB
Mapped:           4940 kB
Slab:            53544 kB
SReclaimable:    45328 kB
SUnreclaim:       8216 kB
PageTables:        536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93924 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15870 MiB
End job on  at 2009-05-28 11:38:28