Trace number 1778989

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 (4 threads)? (TO) 3977.92 1000.04

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo128.cnf
MD5SUMc5685247c8f21e8da88f42049fffdb13
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 variables188473
Number of clauses564650
Sum of the clauses size1317514
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376432
Number of clauses of size 3188216
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.40/0.43	c ==============================================================================
0.40/0.43	c |           |     ORIGINAL     |              LEARNT              |          |
0.40/0.43	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.40/0.43	c ==============================================================================
0.40/0.43	c |         0 |  564648  1317512 |  169394       0        0     nan |  0.000 % |
2.70/2.74	c |         0 |  423113  1189990 |      --       0       --      -- |     --   | -141533/-127517
2.70/2.74	c ==============================================================================
2.70/2.74	c Result  :   #vars: 97638   #clauses: 423113   #literals: 1189990
2.70/2.74	c CPU time:   2.65 s
2.70/2.74	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-1778989-1243517979/watcher-1778989-1243517979 -o /tmp/evaluation-result-1778989-1243517979/solver-1778989-1243517979 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1778989-1243517979.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): 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.08 4.40 4.38 3/98 22669
/proc/meminfo: memFree=2897784/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2412 CPUtime=0
/proc/22668/stat : 22668 (manysat.sh) R 22666 22668 21691 0 -1 4194304 332 0 0 0 0 0 0 0 25 0 1 0 1105935230 2469888 272 4294967295 134512640 135169312 3218411664 3218410140 3085551476 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/22668/statm: 603 272 231 161 0 42 0
[pid=22669] ppid=22668 vsize=2412 CPUtime=0
/proc/22669/stat : 22669 (manysat.sh) R 22668 22668 21691 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 1 0 1105935231 2469888 41 4294967295 134512640 135169312 3218411664 3218410140 3085551476 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/22669/statm: 603 41 0 161 0 42 0

[startup+0.043788 s]
/proc/loadavg: 4.08 4.40 4.38 3/98 22669
/proc/meminfo: memFree=2897784/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2412 CPUtime=0
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 347 0 0 0 0 0 0 0 25 0 1 0 1105935230 2469888 272 4294967295 134512640 135169312 3218411664 3218410200 3085549294 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22668/statm: 603 272 231 161 0 42 0
[pid=22669] ppid=22668 vsize=8388 CPUtime=0.03
/proc/22669/stat : 22669 (SatElite) R 22668 22668 21691 0 -1 4202496 1809 0 0 0 3 0 0 0 18 0 1 0 1105935231 8589312 1746 4294967295 134512640 135034092 3219855808 3219852152 134691005 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22669/statm: 2097 1747 49 128 0 1967 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10800

[startup+0.113781 s]
/proc/loadavg: 4.08 4.40 4.38 3/98 22669
/proc/meminfo: memFree=2897784/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2412 CPUtime=0
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 347 0 0 0 0 0 0 0 25 0 1 0 1105935230 2469888 272 4294967295 134512640 135169312 3218411664 3218410200 3085549294 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22668/statm: 603 272 231 161 0 42 0
[pid=22669] ppid=22668 vsize=19940 CPUtime=0.1
/proc/22669/stat : 22669 (SatElite) R 22668 22668 21691 0 -1 4202496 4651 0 0 0 10 0 0 0 18 0 1 0 1105935231 20418560 4588 4294967295 134512640 135034092 3219855808 3219852152 134691005 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22669/statm: 4985 4588 49 128 0 4855 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 22352

[startup+0.313765 s]
/proc/loadavg: 4.08 4.40 4.38 3/98 22669
/proc/meminfo: memFree=2897784/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2412 CPUtime=0
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 347 0 0 0 0 0 0 0 25 0 1 0 1105935230 2469888 272 4294967295 134512640 135169312 3218411664 3218410200 3085549294 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22668/statm: 603 272 231 161 0 42 0
[pid=22669] ppid=22668 vsize=60968 CPUtime=0.3
/proc/22669/stat : 22669 (SatElite) R 22668 22668 21691 0 -1 4202496 12717 0 0 0 26 4 0 0 18 0 1 0 1105935231 62431232 12654 4294967295 134512640 135034092 3219855808 3219852152 134691005 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22669/statm: 15242 12654 49 128 0 15112 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 63380

[startup+0.713734 s]
/proc/loadavg: 4.08 4.40 4.38 3/98 22669
/proc/meminfo: memFree=2897784/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2412 CPUtime=0
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 347 0 0 0 0 0 0 0 25 0 1 0 1105935230 2469888 272 4294967295 134512640 135169312 3218411664 3218410200 3085549294 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22668/statm: 603 272 231 161 0 42 0
[pid=22669] ppid=22668 vsize=92960 CPUtime=0.7
/proc/22669/stat : 22669 (SatElite) R 22668 22668 21691 0 -1 4202496 22526 0 0 0 63 7 0 0 18 0 1 0 1105935231 95191040 20865 4294967295 134512640 135034092 3219855808 3219851804 134691101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22669/statm: 23240 20865 67 128 0 23110 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 95372

[startup+1.51367 s]
/proc/loadavg: 4.08 4.40 4.38 2/99 22670
/proc/meminfo: memFree=2806912/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2412 CPUtime=0
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 347 0 0 0 0 0 0 0 25 0 1 0 1105935230 2469888 272 4294967295 134512640 135169312 3218411664 3218410200 3085549294 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22668/statm: 603 272 231 161 0 42 0
[pid=22669] ppid=22668 vsize=102136 CPUtime=1.5
/proc/22669/stat : 22669 (SatElite) R 22668 22668 21691 0 -1 4202496 24491 0 0 0 141 9 0 0 20 0 1 0 1105935231 104587264 22830 4294967295 134512640 135034092 3219855808 3219851804 134691101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22669/statm: 25534 22830 67 128 0 25404 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 104548

[startup+3.11354 s]
/proc/loadavg: 3.83 4.34 4.37 2/99 22670
/proc/meminfo: memFree=2797680/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2412 CPUtime=0
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 347 0 0 0 0 0 0 0 25 0 1 0 1105935230 2469888 272 4294967295 134512640 135169312 3218411664 3218410200 3085549294 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/22668/statm: 603 272 231 161 0 42 0
[pid=22669] ppid=22668 vsize=102880 CPUtime=3.1
/proc/22669/stat : 22669 (SatElite) R 22668 22668 21691 0 -1 4202496 25870 0 0 0 300 10 0 0 25 0 1 0 1105935231 105349120 23159 4294967295 134512640 135034092 3219855808 3219850692 134691101 0 0 0 3 0 0 0 17 3 0 0 0
/proc/22669/statm: 25720 23159 67 128 0 25590 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 105292

[startup+6.31331 s]
/proc/loadavg: 3.83 4.34 4.37 5/102 22674
/proc/meminfo: memFree=2749932/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2416 CPUtime=3.23
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 369 25874 0 0 0 0 311 12 18 0 1 0 1105935230 2473984 274 4294967295 134512640 135169312 3218411664 3218407880 3085549294 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/22668/statm: 604 274 231 161 0 43 0
[pid=22671] ppid=22668 vsize=169968 CPUtime=9.53
/proc/22671/stat : 22671 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202496 34085 0 0 0 897 56 0 0 16 0 4 0 1105935555 174047232 33996 4294967295 134512640 135305190 3217590208 3217588384 134530592 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/22671/statm: 42492 33996 79 194 0 42296 0
[pid=22671/tid=22672] ppid=22668 vsize=169968 CPUtime=2.2
/proc/22671/task/22672/stat : 22672 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 1256 0 0 0 209 11 0 0 15 0 4 0 1105935635 174047232 33996 4294967295 134512640 135305190 3217590208 3042540660 134695249 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22671/tid=22673] ppid=22668 vsize=169968 CPUtime=2.19
/proc/22671/task/22673/stat : 22673 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 1128 0 0 0 206 13 0 0 16 0 4 0 1105935635 174047232 33996 4294967295 134512640 135305190 3217590208 3034151744 134551709 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=22671/tid=22674] ppid=22668 vsize=169968 CPUtime=2.14
/proc/22671/task/22674/stat : 22674 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 1009 0 0 0 202 12 0 0 16 0 4 0 1105935635 174047232 33996 4294967295 134512640 135305190 3217590208 3025763364 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.76
Current children cumulated vsize (KiB) 172384

[startup+12.7128 s]
/proc/loadavg: 4.24 4.41 4.39 6/102 22676
/proc/meminfo: memFree=2735376/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2416 CPUtime=3.23
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 369 25874 0 0 0 0 311 12 18 0 1 0 1105935230 2473984 274 4294967295 134512640 135169312 3218411664 3218407880 3085549294 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/22668/statm: 604 274 231 161 0 43 0
[pid=22671] ppid=22668 vsize=183352 CPUtime=35.08
/proc/22671/stat : 22671 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202496 37314 0 0 0 3442 66 0 0 17 0 4 0 1105935555 187752448 37225 4294967295 134512640 135305190 3217590208 3217588384 134530592 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/22671/statm: 45838 37225 79 194 0 45642 0
[pid=22671/tid=22672] ppid=22668 vsize=183352 CPUtime=8.6
/proc/22671/task/22672/stat : 22672 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 1971 0 0 0 848 12 0 0 17 0 4 0 1105935635 187752448 37225 4294967295 134512640 135305190 3217590208 3042540480 134541728 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22671/tid=22673] ppid=22668 vsize=183352 CPUtime=8.57
/proc/22671/task/22673/stat : 22673 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 1288 0 0 0 843 14 0 0 25 0 4 0 1105935635 187752448 37225 4294967295 134512640 135305190 3217590208 3034151744 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=22671/tid=22674] ppid=22668 vsize=183352 CPUtime=8.51
/proc/22671/task/22674/stat : 22674 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 2256 0 0 0 835 16 0 0 16 0 4 0 1105935635 187752448 37225 4294967295 134512640 135305190 3217590208 3025763200 134843311 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38.31
Current children cumulated vsize (KiB) 185768

[startup+25.5118 s]
/proc/loadavg: 4.43 4.45 4.40 5/102 22676
/proc/meminfo: memFree=2720944/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2416 CPUtime=3.23
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 369 25874 0 0 0 0 311 12 18 0 1 0 1105935230 2473984 274 4294967295 134512640 135169312 3218411664 3218407880 3085549294 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/22668/statm: 604 274 231 161 0 43 0
[pid=22671] ppid=22668 vsize=196624 CPUtime=86.19
/proc/22671/stat : 22671 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202496 40583 0 0 0 8543 76 0 0 25 0 4 0 1105935555 201342976 40494 4294967295 134512640 135305190 3217590208 3217588048 134551651 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/22671/statm: 49156 40494 79 194 0 48960 0
[pid=22671/tid=22672] ppid=22668 vsize=196624 CPUtime=21.38
/proc/22671/task/22672/stat : 22672 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 2732 0 0 0 2125 13 0 0 25 0 4 0 1105935635 201342976 40494 4294967295 134512640 135305190 3217590208 3042540660 134695249 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22671/tid=22673] ppid=22668 vsize=196624 CPUtime=21.36
/proc/22671/task/22673/stat : 22673 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 1432 0 0 0 2120 16 0 0 25 0 4 0 1105935635 201342976 40494 4294967295 134512640 135305190 3217590208 3034151744 134551986 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=22671/tid=22674] ppid=22668 vsize=196624 CPUtime=21.27
/proc/22671/task/22674/stat : 22674 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 3463 0 0 0 2106 21 0 0 18 0 4 0 1105935635 201342976 40494 4294967295 134512640 135305190 3217590208 3025763236 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 89.42
Current children cumulated vsize (KiB) 199040

[startup+51.1098 s]
/proc/loadavg: 4.28 4.41 4.39 6/103 22699
/proc/meminfo: memFree=2710876/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2416 CPUtime=3.23
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 369 25874 0 0 0 0 311 12 18 0 1 0 1105935230 2473984 274 4294967295 134512640 135169312 3218411664 3218407880 3085549294 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/22668/statm: 604 274 231 161 0 43 0
[pid=22671] ppid=22668 vsize=207236 CPUtime=188.33
/proc/22671/stat : 22671 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202496 43186 0 0 0 18742 91 0 0 25 0 4 0 1105935555 212209664 43097 4294967295 134512640 135305190 3217590208 3217588384 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/22671/statm: 51809 43097 79 194 0 51613 0
[pid=22671/tid=22672] ppid=22668 vsize=207236 CPUtime=46.81
/proc/22671/task/22672/stat : 22672 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 3568 0 0 0 4662 19 0 0 25 0 4 0 1105935635 212209664 43097 4294967295 134512640 135305190 3217590208 3042540736 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22671/tid=22673] ppid=22668 vsize=207236 CPUtime=46.88
/proc/22671/task/22673/stat : 22673 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 1502 0 0 0 4669 19 0 0 25 0 4 0 1105935635 212209664 43097 4294967295 134512640 135305190 3217590208 3034151744 134551712 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=22671/tid=22674] ppid=22668 vsize=207236 CPUtime=46.86
/proc/22671/task/22674/stat : 22674 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 4370 0 0 0 4662 24 0 0 25 0 4 0 1105935635 212209664 43097 4294967295 134512640 135305190 3217590208 3025763184 134551651 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 191.56
Current children cumulated vsize (KiB) 209652

[startup+102.316 s]
/proc/loadavg: 4.40 4.43 4.39 5/102 22865
/proc/meminfo: memFree=2692696/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2416 CPUtime=3.23
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 369 25874 0 0 0 0 311 12 18 0 1 0 1105935230 2473984 274 4294967295 134512640 135169312 3218411664 3218407880 3085549294 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/22668/statm: 604 274 231 161 0 43 0
[pid=22671] ppid=22668 vsize=226280 CPUtime=392.6
/proc/22671/stat : 22671 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202496 47748 0 0 0 39140 120 0 0 25 0 4 0 1105935555 231710720 47647 4294967295 134512640 135305190 3217590208 3217588100 134695249 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/22671/statm: 56570 47647 79 194 0 56374 0
[pid=22671/tid=22672] ppid=22668 vsize=226280 CPUtime=97.97
/proc/22671/task/22672/stat : 22672 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 4656 0 0 0 9775 22 0 0 25 0 4 0 1105935635 231710720 47647 4294967295 134512640 135305190 3217590208 3042540736 134528503 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22671/tid=22673] ppid=22668 vsize=226280 CPUtime=98.08
/proc/22671/task/22673/stat : 22673 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 1608 0 0 0 9783 25 0 0 25 0 4 0 1105935635 231710720 47647 4294967295 134512640 135305190 3217590208 3034151744 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=22671/tid=22674] ppid=22668 vsize=226280 CPUtime=97.79
/proc/22671/task/22674/stat : 22674 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 6186 0 0 0 9744 35 0 0 25 0 4 0 1105935635 231710720 47647 4294967295 134512640 135305190 3217590208 3025763520 134528539 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 395.83
Current children cumulated vsize (KiB) 228696

[startup+162.311 s]
/proc/loadavg: 4.45 4.43 4.39 5/102 23054
/proc/meminfo: memFree=2684876/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2416 CPUtime=3.23
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 369 25874 0 0 0 0 311 12 18 0 1 0 1105935230 2473984 274 4294967295 134512640 135169312 3218411664 3218407880 3085549294 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/22668/statm: 604 274 231 161 0 43 0
[pid=22671] ppid=22668 vsize=232724 CPUtime=632.01
/proc/22671/stat : 22671 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202496 49456 0 0 0 63058 143 0 0 25 0 4 0 1105935555 238309376 49334 4294967295 134512640 135305190 3217590208 3217588048 134551712 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/22671/statm: 58181 49334 79 194 0 57985 0
[pid=22671/tid=22672] ppid=22668 vsize=232724 CPUtime=157.91
/proc/22671/task/22672/stat : 22672 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 5281 0 0 0 15761 30 0 0 25 0 4 0 1105935635 238309376 49334 4294967295 134512640 135305190 3217590208 3042540736 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22671/tid=22673] ppid=22668 vsize=232724 CPUtime=158.05
/proc/22671/task/22673/stat : 22673 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 1646 0 0 0 15778 27 0 0 25 0 4 0 1105935635 238309376 49334 4294967295 134512640 135305190 3217590208 3034151744 134551712 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=22671/tid=22674] ppid=22668 vsize=232724 CPUtime=157.36
/proc/22671/task/22674/stat : 22674 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 6896 0 0 0 15692 44 0 0 25 0 4 0 1105935635 238309376 49334 4294967295 134512640 135305190 3217590208 3025763264 134541935 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 635.24

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

/proc/22671/task/22674/stat : 22674 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 13513 0 0 0 51564 84 0 0 25 0 4 0 1105935635 296517632 63534 4294967295 134512640 135305190 3217590208 3025763392 134857151 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2072.12
Current children cumulated vsize (KiB) 291984

[startup+582.308 s]
/proc/loadavg: 4.43 4.40 4.37 5/102 24377
/proc/meminfo: memFree=2616808/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2416 CPUtime=3.23
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 369 25874 0 0 0 0 311 12 18 0 1 0 1105935230 2473984 274 4294967295 134512640 135169312 3218411664 3218407880 3085549294 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/22668/statm: 604 274 231 161 0 43 0
[pid=22671] ppid=22668 vsize=301520 CPUtime=2308.16
/proc/22671/stat : 22671 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202496 66511 0 0 0 230508 308 0 0 25 0 4 0 1105935555 308756480 66356 4294967295 134512640 135305190 3217590208 3217588112 134556558 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/22671/statm: 75380 66356 79 194 0 75184 0
[pid=22671/tid=22672] ppid=22668 vsize=301520 CPUtime=577.63
/proc/22671/task/22672/stat : 22672 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 9270 0 0 0 57691 72 0 0 25 0 4 0 1105935635 308756480 66356 4294967295 134512640 135305190 3217590208 3042540400 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22671/tid=22673] ppid=22668 vsize=301520 CPUtime=577.51
/proc/22671/task/22673/stat : 22673 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 2040 0 0 0 57692 59 0 0 25 0 4 0 1105935635 308756480 66356 4294967295 134512640 135305190 3217590208 3034151744 134551980 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=22671/tid=22674] ppid=22668 vsize=301520 CPUtime=575.97
/proc/22671/task/22674/stat : 22674 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 14719 0 0 0 57510 87 0 0 25 0 4 0 1105935635 308756480 66356 4294967295 134512640 135305190 3217590208 3025763248 134556572 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2311.39
Current children cumulated vsize (KiB) 303936

[startup+642.303 s]
/proc/loadavg: 4.35 4.39 4.36 6/102 24566
/proc/meminfo: memFree=2609492/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2416 CPUtime=3.23
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 369 25874 0 0 0 0 311 12 18 0 1 0 1105935230 2473984 274 4294967295 134512640 135169312 3218411664 3218407880 3085549294 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/22668/statm: 604 274 231 161 0 43 0
[pid=22671] ppid=22668 vsize=309036 CPUtime=2547.48
/proc/22671/stat : 22671 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202496 68447 0 0 0 254417 331 0 0 25 0 4 0 1105935555 316452864 68292 4294967295 134512640 135305190 3217590208 3217588048 134551651 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/22671/statm: 77259 68292 79 194 0 77063 0
[pid=22671/tid=22672] ppid=22668 vsize=309036 CPUtime=637.38
/proc/22671/task/22672/stat : 22672 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 9926 0 0 0 63662 76 0 0 25 0 4 0 1105935635 316452864 68292 4294967295 134512640 135305190 3217590208 3042540736 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22671/tid=22673] ppid=22668 vsize=309036 CPUtime=637.39
/proc/22671/task/22673/stat : 22673 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 2504 0 0 0 63674 65 0 0 25 0 4 0 1105935635 316452864 68292 4294967295 134512640 135305190 3217590208 3034152128 134530561 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=22671/tid=22674] ppid=22668 vsize=309036 CPUtime=635.82
/proc/22671/task/22674/stat : 22674 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 15097 0 0 0 63489 93 0 0 25 0 4 0 1105935635 316452864 68292 4294967295 134512640 135305190 3217590208 3025763520 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2550.71
Current children cumulated vsize (KiB) 311452

[startup+702.319 s]
/proc/loadavg: 4.25 4.36 4.35 5/102 24753
/proc/meminfo: memFree=2591388/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2416 CPUtime=3.23
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 369 25874 0 0 0 0 311 12 18 0 1 0 1105935230 2473984 274 4294967295 134512640 135169312 3218411664 3218407880 3085549294 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/22668/statm: 604 274 231 161 0 43 0
[pid=22671] ppid=22668 vsize=327252 CPUtime=2786.65
/proc/22671/stat : 22671 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202496 73138 0 0 0 278298 367 0 0 25 0 4 0 1105935555 335106048 72983 4294967295 134512640 135305190 3217590208 3217588052 134695249 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/22671/statm: 81813 72983 79 194 0 81617 0
[pid=22671/tid=22672] ppid=22668 vsize=327252 CPUtime=696.9
/proc/22671/task/22672/stat : 22672 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 10643 0 0 0 69604 86 0 0 25 0 4 0 1105935635 335106048 72983 4294967295 134512640 135305190 3217590208 3042540736 134528480 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22671/tid=22673] ppid=22668 vsize=327252 CPUtime=697.27
/proc/22671/task/22673/stat : 22673 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 3887 0 0 0 69649 78 0 0 25 0 4 0 1105935635 335106048 72983 4294967295 134512640 135305190 3217590208 3034151744 134551651 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=22671/tid=22674] ppid=22668 vsize=327252 CPUtime=695.78
/proc/22671/task/22674/stat : 22674 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 16447 0 0 0 69476 102 0 0 25 0 4 0 1105935635 335106048 72983 4294967295 134512640 135305190 3217590208 3025763184 134551712 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2789.88
Current children cumulated vsize (KiB) 329668

[startup+762.314 s]
/proc/loadavg: 4.36 4.38 4.36 5/102 24942
/proc/meminfo: memFree=2552072/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2416 CPUtime=3.23
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 369 25874 0 0 0 0 311 12 18 0 1 0 1105935230 2473984 274 4294967295 134512640 135169312 3218411664 3218407880 3085549294 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/22668/statm: 604 274 231 161 0 43 0
[pid=22671] ppid=22668 vsize=366364 CPUtime=3026.09
/proc/22671/stat : 22671 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202496 82796 0 0 0 302214 395 0 0 25 0 4 0 1105935555 375156736 82641 4294967295 134512640 135305190 3217590208 3217588112 134556558 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/22671/statm: 91591 82641 79 194 0 91395 0
[pid=22671/tid=22672] ppid=22668 vsize=366364 CPUtime=756.8
/proc/22671/task/22672/stat : 22672 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 12642 0 0 0 75586 94 0 0 25 0 4 0 1105935635 375156736 82641 4294967295 134512640 135305190 3217590208 3042540480 134542034 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22671/tid=22673] ppid=22668 vsize=366364 CPUtime=757.2
/proc/22671/task/22673/stat : 22673 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 6941 0 0 0 75631 89 0 0 25 0 4 0 1105935635 375156736 82641 4294967295 134512640 135305190 3217590208 3034152052 134695249 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=22671/tid=22674] ppid=22668 vsize=366364 CPUtime=755.61
/proc/22671/task/22674/stat : 22674 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 18857 0 0 0 75457 104 0 0 25 0 4 0 1105935635 375156736 82641 4294967295 134512640 135305190 3217590208 3025763248 134557554 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3029.32
Current children cumulated vsize (KiB) 368780

[startup+822.309 s]
/proc/loadavg: 4.35 4.38 4.36 5/102 25129
/proc/meminfo: memFree=2536820/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2416 CPUtime=3.23
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 369 25874 0 0 0 0 311 12 18 0 1 0 1105935230 2473984 274 4294967295 134512640 135169312 3218411664 3218407880 3085549294 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/22668/statm: 604 274 231 161 0 43 0
[pid=22671] ppid=22668 vsize=382228 CPUtime=3265.48
/proc/22671/stat : 22671 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202496 86661 0 0 0 326129 419 0 0 25 0 4 0 1105935555 391401472 86506 4294967295 134512640 135305190 3217590208 3217588384 134528503 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/22671/statm: 95557 86506 79 194 0 95361 0
[pid=22671/tid=22672] ppid=22668 vsize=382228 CPUtime=816.72
/proc/22671/task/22672/stat : 22672 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 13086 0 0 0 81576 96 0 0 25 0 4 0 1105935635 391401472 86506 4294967295 134512640 135305190 3217590208 3042540804 134695249 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22671/tid=22673] ppid=22668 vsize=382228 CPUtime=817.11
/proc/22671/task/22673/stat : 22673 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 8460 0 0 0 81616 95 0 0 25 0 4 0 1105935635 391401472 86506 4294967295 134512640 135305190 3217590208 3034151744 134551653 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=22671/tid=22674] ppid=22668 vsize=382228 CPUtime=815.45
/proc/22671/task/22674/stat : 22674 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 19795 0 0 0 81435 110 0 0 25 0 4 0 1105935635 391401472 86506 4294967295 134512640 135305190 3217590208 3025763520 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3268.71
Current children cumulated vsize (KiB) 384644

[startup+882.315 s]
/proc/loadavg: 4.48 4.41 4.37 6/102 25316
/proc/meminfo: memFree=2507440/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2416 CPUtime=3.23
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 369 25874 0 0 0 0 311 12 18 0 1 0 1105935230 2473984 274 4294967295 134512640 135169312 3218411664 3218407880 3085549294 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/22668/statm: 604 274 231 161 0 43 0
[pid=22671] ppid=22668 vsize=411536 CPUtime=3504.94
/proc/22671/stat : 22671 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202496 94014 0 0 0 350059 435 0 0 25 0 4 0 1105935555 421412864 93859 4294967295 134512640 135305190 3217590208 3217588384 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/22671/statm: 102884 93859 79 194 0 102688 0
[pid=22671/tid=22672] ppid=22668 vsize=411536 CPUtime=876.66
/proc/22671/task/22672/stat : 22672 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 13927 0 0 0 87566 100 0 0 25 0 4 0 1105935635 421412864 93859 4294967295 134512640 135305190 3217590208 3042540736 134528252 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=22671/tid=22673] ppid=22668 vsize=411536 CPUtime=877
/proc/22671/task/22673/stat : 22673 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 11893 0 0 0 87599 101 0 0 25 0 4 0 1105935635 421412864 93859 4294967295 134512640 135305190 3217590208 3034152128 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22671/tid=22674] ppid=22668 vsize=411536 CPUtime=875.2
/proc/22671/task/22674/stat : 22674 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 21728 0 0 0 87408 112 0 0 25 0 4 0 1105935635 421412864 93859 4294967295 134512640 135305190 3217590208 3025763248 134557241 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3508.17
Current children cumulated vsize (KiB) 413952

[startup+942.31 s]
/proc/loadavg: 4.29 4.38 4.36 5/102 25509
/proc/meminfo: memFree=2496900/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2416 CPUtime=3.23
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 369 25874 0 0 0 0 311 12 18 0 1 0 1105935230 2473984 274 4294967295 134512640 135169312 3218411664 3218407880 3085549294 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/22668/statm: 604 274 231 161 0 43 0
[pid=22671] ppid=22668 vsize=422596 CPUtime=3744.35
/proc/22671/stat : 22671 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202496 96480 0 0 0 373976 459 0 0 25 0 4 0 1105935555 432738304 96325 4294967295 134512640 135305190 3217590208 3217588384 134528501 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/22671/statm: 105649 96325 79 194 0 105453 0
[pid=22671/tid=22672] ppid=22668 vsize=422596 CPUtime=936.31
/proc/22671/task/22672/stat : 22672 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 14291 0 0 0 93520 111 0 0 25 0 4 0 1105935635 432738304 96325 4294967295 134512640 135305190 3217590208 3042540736 134530685 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=22671/tid=22673] ppid=22668 vsize=422596 CPUtime=936.97
/proc/22671/task/22673/stat : 22673 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 13091 0 0 0 93589 108 0 0 25 0 4 0 1105935635 432738304 96325 4294967295 134512640 135305190 3217590208 3034151744 134551681 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22671/tid=22674] ppid=22668 vsize=422596 CPUtime=935.03
/proc/22671/task/22674/stat : 22674 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 22073 0 0 0 93388 115 0 0 25 0 4 0 1105935635 432738304 96325 4294967295 134512640 135305190 3217590208 3025763520 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3747.58
Current children cumulated vsize (KiB) 425012



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.44 4.40 4.37 5/102 25696
/proc/meminfo: memFree=2460544/3368532 swapFree=1952996/1959888
[pid=22668] ppid=22666 vsize=2416 CPUtime=3.23
/proc/22668/stat : 22668 (manysat.sh) S 22666 22668 21691 0 -1 4194304 369 25874 0 0 0 0 311 12 18 0 1 0 1105935230 2473984 274 4294967295 134512640 135169312 3218411664 3218407880 3085549294 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/22668/statm: 604 274 231 161 0 43 0
[pid=22671] ppid=22668 vsize=459392 CPUtime=3974.69
/proc/22671/stat : 22671 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202496 105752 0 0 0 396991 478 0 0 25 0 4 0 1105935555 470417408 105597 4294967295 134512640 135305190 3217590208 3217588384 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/22671/statm: 114848 105597 79 194 0 114652 0
[pid=22671/tid=22672] ppid=22668 vsize=459392 CPUtime=993.9
/proc/22671/task/22672/stat : 22672 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 15873 0 0 0 99274 116 0 0 25 0 4 0 1105935635 470417408 105597 4294967295 134512640 135305190 3217590208 3042540400 134551697 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=22671/tid=22673] ppid=22668 vsize=459392 CPUtime=994.62
/proc/22671/task/22673/stat : 22673 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 15722 0 0 0 99352 110 0 0 25 0 4 0 1105935635 470417408 105597 4294967295 134512640 135305190 3217590208 3034151744 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=22671/tid=22674] ppid=22668 vsize=459392 CPUtime=992.6
/proc/22671/task/22674/stat : 22674 (manysat1.1_stat) R 22668 22668 21691 0 -1 4202560 24705 0 0 0 99138 122 0 0 25 0 4 0 1105935635 470417408 105597 4294967295 134512640 135305190 3217590208 3025763520 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3977.92
Current children cumulated vsize (KiB) 461808

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 22668 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=110000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=120000
# CPU time returned by wait4() is 3.23
# while last known CPU time is 3977.92
#
# 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): 3977.92
CPU user time (s): 3973.02
CPU system time (s): 4.9
CPU usage (%): 397.778
Max. virtual memory (cumulated for all children) (KiB): 461808

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-28 15:39:39
IDJOB=1778989
IDBENCH=70789
IDSOLVER=623
FILE ID=tipi45/1778989-1243517979
PBS_JOBID=
Free space on /tmp= 15492 MiB

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

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

MD5SUM BENCH= c5685247c8f21e8da88f42049fffdb13
RANDOM SEED= 1083114548

Linux tipi45 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.081
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.41
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.081
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.10
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.081
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.081
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.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2897784 kB
Buffers:        138208 kB
Cached:         224668 kB
SwapCached:       2100 kB
Active:          97700 kB
Inactive:       274564 kB
HighTotal:     2489216 kB
HighFree:      2251508 kB
LowTotal:       879316 kB
LowFree:        646276 kB
SwapTotal:     1959888 kB
SwapFree:      1952996 kB
Dirty:           11676 kB
Writeback:           0 kB
AnonPages:        8504 kB
Mapped:           3208 kB
Slab:            85756 kB
SReclaimable:    74228 kB
SUnreclaim:      11528 kB
PageTables:        508 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    89604 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 15476 MiB
End job on tipi45 at 2009-05-28 15:56:22