Trace number 1780966

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 0/2009-03-20 (4 threads)? (TO) 3987.98 1000.05

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rpoc_xits_12_UNKNOWN.cnf
MD5SUMfbf37caab2e9eafe910c795f49053484
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 variables1898
Number of clauses128735
Sum of the clauses size383430
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23005
Number of clauses of size 3125707
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  128735   383430 |   38620       0        0     nan |  0.000 % |
0.90/0.93	c |         0 |  127840   554049 |      --       0       --      -- |     --   | -895/170619
0.90/0.93	c ==============================================================================
0.90/0.93	c Result  :   #vars: 1205   #clauses: 127840   #literals: 554049
0.90/0.93	c CPU time:   0.93 s
0.90/0.93	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-1780966-1243539205/watcher-1780966-1243539205 -o /tmp/evaluation-result-1780966-1243539205/solver-1780966-1243539205 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780966-1243539205.cnf aimd 0 

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: 3.59 4.25 4.38 3/99 25045
/proc/meminfo: memFree=2953960/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2412 CPUtime=0
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118584951 2469888 274 4294967295 134512640 135169312 3215142256 3215140792 3085893358 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/25045/statm: 603 274 231 161 0 42 0
[pid=25046] ppid=25045 vsize=1204 CPUtime=0
/proc/25046/stat : 25046 (SatElite) R 25045 25045 19648 0 -1 4202496 255 0 0 0 0 0 0 0 18 0 1 0 1118584951 1232896 192 4294967295 134512640 135034092 3220279840 3220275832 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25046/statm: 301 192 49 128 0 171 0

[startup+0.109267 s]
/proc/loadavg: 3.59 4.25 4.38 3/99 25045
/proc/meminfo: memFree=2953960/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2412 CPUtime=0
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118584951 2469888 274 4294967295 134512640 135169312 3215142256 3215140792 3085893358 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/25045/statm: 603 274 231 161 0 42 0
[pid=25046] ppid=25045 vsize=10416 CPUtime=0.1
/proc/25046/stat : 25046 (SatElite) R 25045 25045 19648 0 -1 4202496 2574 0 0 0 10 0 0 0 18 0 1 0 1118584951 10665984 2511 4294967295 134512640 135034092 3220279840 3220275836 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25046/statm: 2604 2511 67 128 0 2474 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 12828

[startup+0.209257 s]
/proc/loadavg: 3.59 4.25 4.38 3/99 25045
/proc/meminfo: memFree=2953960/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2412 CPUtime=0
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118584951 2469888 274 4294967295 134512640 135169312 3215142256 3215140792 3085893358 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/25045/statm: 603 274 231 161 0 42 0
[pid=25046] ppid=25045 vsize=11740 CPUtime=0.2
/proc/25046/stat : 25046 (SatElite) R 25045 25045 19648 0 -1 4202496 2906 0 0 0 20 0 0 0 18 0 1 0 1118584951 12021760 2843 4294967295 134512640 135034092 3220279840 3220275836 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25046/statm: 2935 2843 67 128 0 2805 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 14152

[startup+0.309247 s]
/proc/loadavg: 3.59 4.25 4.38 3/99 25045
/proc/meminfo: memFree=2953960/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2412 CPUtime=0
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118584951 2469888 274 4294967295 134512640 135169312 3215142256 3215140792 3085893358 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/25045/statm: 603 274 231 161 0 42 0
[pid=25046] ppid=25045 vsize=15160 CPUtime=0.3
/proc/25046/stat : 25046 (SatElite) R 25045 25045 19648 0 -1 4202496 3426 0 0 0 30 0 0 0 18 0 1 0 1118584951 15523840 3363 4294967295 134512640 135034092 3220279840 3220276144 134569526 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25046/statm: 3790 3363 67 128 0 3660 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 17572

[startup+0.709209 s]
/proc/loadavg: 3.59 4.25 4.38 3/99 25045
/proc/meminfo: memFree=2953960/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2412 CPUtime=0
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 1118584951 2469888 274 4294967295 134512640 135169312 3215142256 3215140792 3085893358 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/25045/statm: 603 274 231 161 0 42 0
[pid=25046] ppid=25045 vsize=15160 CPUtime=0.7
/proc/25046/stat : 25046 (SatElite) R 25045 25045 19648 0 -1 4202496 3426 0 0 0 70 0 0 0 18 0 1 0 1118584951 15523840 3363 4294967295 134512640 135034092 3220279840 3220276144 134569526 0 0 0 3 0 0 0 17 2 0 0 0
/proc/25046/statm: 3790 3363 67 128 0 3660 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 17572

[startup+1.50914 s]
/proc/loadavg: 3.38 4.20 4.36 2/101 25048
/proc/meminfo: memFree=2949156/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2416 CPUtime=1.1
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 371 3432 0 0 0 0 110 0 18 0 1 0 1118584951 2473984 275 4294967295 134512640 135169312 3215142256 3215138472 3085893358 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25045/statm: 604 275 231 161 0 43 0
[pid=25048] ppid=25045 vsize=63104 CPUtime=0.82
/proc/25048/stat : 25048 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202496 9210 0 0 0 80 2 0 0 18 0 4 0 1118585061 64618496 9146 4294967295 134512640 135305190 3218004000 3218001968 134547909 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/25048/statm: 15776 9146 79 194 0 15580 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 65520

[startup+3.10899 s]
/proc/loadavg: 3.38 4.20 4.36 6/104 25054
/proc/meminfo: memFree=2909044/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2416 CPUtime=1.1
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 371 3432 0 0 0 0 110 0 18 0 1 0 1118584951 2473984 275 4294967295 134512640 135169312 3215142256 3215138472 3085893358 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25045/statm: 604 275 231 161 0 43 0
[pid=25048] ppid=25045 vsize=76316 CPUtime=7.21
/proc/25048/stat : 25048 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202496 12477 0 0 0 718 3 0 0 16 0 4 0 1118585061 78147584 12413 4294967295 134512640 135305190 3218004000 3218002120 134840070 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/25048/statm: 19079 12413 79 194 0 18883 0
[pid=25048/tid=25049] ppid=25045 vsize=76316 CPUtime=1.75
/proc/25048/task/25049/stat : 25049 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 1092 0 0 0 174 1 0 0 21 0 4 0 1118585084 78147584 12413 4294967295 134512640 135305190 3218004000 3083467968 134528402 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25048/tid=25050] ppid=25045 vsize=76316 CPUtime=1.74
/proc/25048/task/25050/stat : 25050 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 1186 0 0 0 174 0 0 0 21 0 4 0 1118585084 78147584 12413 4294967295 134512640 135305190 3218004000 3075079360 134528242 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=25048/tid=25051] ppid=25045 vsize=76316 CPUtime=1.72
/proc/25048/task/25051/stat : 25051 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 998 0 0 0 172 0 0 0 17 0 4 0 1118585084 78147584 12413 4294967295 134512640 135305190 3218004000 3066690752 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 78732

[startup+6.30869 s]
/proc/loadavg: 3.43 4.19 4.36 5/104 25056
/proc/meminfo: memFree=2891912/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2416 CPUtime=1.1
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 371 3432 0 0 0 0 110 0 18 0 1 0 1118584951 2473984 275 4294967295 134512640 135169312 3215142256 3215138472 3085893358 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25045/statm: 604 275 231 161 0 43 0
[pid=25048] ppid=25045 vsize=90828 CPUtime=19.99
/proc/25048/stat : 25048 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202496 16085 0 0 0 1990 9 0 0 19 0 4 0 1118585061 93007872 16021 4294967295 134512640 135305190 3218004000 3218001716 134840070 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/25048/statm: 22707 16021 79 194 0 22511 0
[pid=25048/tid=25049] ppid=25045 vsize=90828 CPUtime=4.93
/proc/25048/task/25049/stat : 25049 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 2074 0 0 0 489 4 0 0 25 0 4 0 1118585084 93007872 16021 4294967295 134512640 135305190 3218004000 3083467968 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25048/tid=25050] ppid=25045 vsize=90828 CPUtime=4.94
/proc/25048/task/25050/stat : 25050 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 1976 0 0 0 493 1 0 0 25 0 4 0 1118585084 93007872 16021 4294967295 134512640 135305190 3218004000 3075079040 134554658 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=25048/tid=25051] ppid=25045 vsize=90828 CPUtime=4.92
/proc/25048/task/25051/stat : 25051 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 1920 0 0 0 490 2 0 0 20 0 4 0 1118585084 93007872 16021 4294967295 134512640 135305190 3218004000 3066690504 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 21.09
Current children cumulated vsize (KiB) 93244

[startup+12.7081 s]
/proc/loadavg: 3.47 4.19 4.35 5/104 25056
/proc/meminfo: memFree=2873564/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2416 CPUtime=1.1
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 371 3432 0 0 0 0 110 0 18 0 1 0 1118584951 2473984 275 4294967295 134512640 135169312 3215142256 3215138472 3085893358 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25045/statm: 604 275 231 161 0 43 0
[pid=25048] ppid=25045 vsize=106052 CPUtime=45.59
/proc/25048/stat : 25048 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202496 19813 0 0 0 4544 15 0 0 25 0 4 0 1118585061 108597248 19749 4294967295 134512640 135305190 3218004000 3218002176 134528777 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/25048/statm: 26513 19749 79 194 0 26317 0
[pid=25048/tid=25049] ppid=25045 vsize=106052 CPUtime=11.33
/proc/25048/task/25049/stat : 25049 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 2846 0 0 0 1129 4 0 0 25 0 4 0 1118585084 108597248 19749 4294967295 134512640 135305190 3218004000 3083467968 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25048/tid=25050] ppid=25045 vsize=106052 CPUtime=11.34
/proc/25048/task/25050/stat : 25050 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 3092 0 0 0 1132 2 0 0 25 0 4 0 1118585084 108597248 19749 4294967295 134512640 135305190 3218004000 3075079360 134528503 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=25048/tid=25051] ppid=25045 vsize=106052 CPUtime=11.32
/proc/25048/task/25051/stat : 25051 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 2725 0 0 0 1125 7 0 0 25 0 4 0 1118585084 108597248 19749 4294967295 134512640 135305190 3218004000 3066690752 134528341 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 46.69
Current children cumulated vsize (KiB) 108468

[startup+25.5069 s]
/proc/loadavg: 3.66 4.20 4.35 5/104 25056
/proc/meminfo: memFree=2848228/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2416 CPUtime=1.1
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 371 3432 0 0 0 0 110 0 18 0 1 0 1118584951 2473984 275 4294967295 134512640 135169312 3215142256 3215138472 3085893358 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25045/statm: 604 275 231 161 0 43 0
[pid=25048] ppid=25045 vsize=132272 CPUtime=96.77
/proc/25048/stat : 25048 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202496 26160 0 0 0 9654 23 0 0 25 0 4 0 1118585061 135446528 26096 4294967295 134512640 135305190 3218004000 3218002176 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/25048/statm: 33068 26096 79 194 0 32872 0
[pid=25048/tid=25049] ppid=25045 vsize=132272 CPUtime=24.11
/proc/25048/task/25049/stat : 25049 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 3701 0 0 0 2407 4 0 0 25 0 4 0 1118585084 135446528 26096 4294967295 134512640 135305190 3218004000 3083467968 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25048/tid=25050] ppid=25045 vsize=132272 CPUtime=24.14
/proc/25048/task/25050/stat : 25050 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 4470 0 0 0 2410 4 0 0 25 0 4 0 1118585084 135446528 26096 4294967295 134512640 135305190 3218004000 3075079360 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=25048/tid=25051] ppid=25045 vsize=132272 CPUtime=24.12
/proc/25048/task/25051/stat : 25051 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 4802 0 0 0 2403 9 0 0 25 0 4 0 1118585084 135446528 26096 4294967295 134512640 135305190 3218004000 3066690752 134528256 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 97.87
Current children cumulated vsize (KiB) 134688

[startup+51.1044 s]
/proc/loadavg: 3.98 4.23 4.36 5/104 25059
/proc/meminfo: memFree=2832976/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2416 CPUtime=1.1
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 371 3432 0 0 0 0 110 0 18 0 1 0 1118584951 2473984 275 4294967295 134512640 135169312 3215142256 3215138472 3085893358 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25045/statm: 604 275 231 161 0 43 0
[pid=25048] ppid=25045 vsize=148000 CPUtime=198.99
/proc/25048/stat : 25048 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202496 29965 0 0 0 19869 30 0 0 25 0 4 0 1118585061 151552000 29901 4294967295 134512640 135305190 3218004000 3218002176 134528248 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/25048/statm: 37000 29901 79 194 0 36804 0
[pid=25048/tid=25049] ppid=25045 vsize=148000 CPUtime=49.54
/proc/25048/task/25049/stat : 25049 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 5050 0 0 0 4947 7 0 0 25 0 4 0 1118585084 151552000 29901 4294967295 134512640 135305190 3218004000 3083467968 134528489 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25048/tid=25050] ppid=25045 vsize=148000 CPUtime=49.74
/proc/25048/task/25050/stat : 25050 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 5221 0 0 0 4969 5 0 0 25 0 4 0 1118585084 151552000 29901 4294967295 134512640 135305190 3218004000 3075079360 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=25048/tid=25051] ppid=25045 vsize=148000 CPUtime=49.72
/proc/25048/task/25051/stat : 25051 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 5602 0 0 0 4962 10 0 0 25 0 4 0 1118585084 151552000 29901 4294967295 134512640 135305190 3218004000 3066690752 134528256 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 200.09
Current children cumulated vsize (KiB) 150416

[startup+102.31 s]
/proc/loadavg: 4.53 4.34 4.39 5/104 25245
/proc/meminfo: memFree=2777804/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2416 CPUtime=1.1
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 371 3432 0 0 0 0 110 0 18 0 1 0 1118584951 2473984 275 4294967295 134512640 135169312 3215142256 3215138472 3085893358 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25045/statm: 604 275 231 161 0 43 0
[pid=25048] ppid=25045 vsize=204320 CPUtime=403.19
/proc/25048/stat : 25048 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202496 43700 0 0 0 40261 58 0 0 25 0 4 0 1118585061 209223680 43636 4294967295 134512640 135305190 3218004000 3218002176 134528418 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/25048/statm: 51080 43636 79 194 0 50884 0
[pid=25048/tid=25049] ppid=25045 vsize=204320 CPUtime=100.71
/proc/25048/task/25049/stat : 25049 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 8860 0 0 0 10055 16 0 0 25 0 4 0 1118585084 209223680 43636 4294967295 134512640 135305190 3218004000 3083467968 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25048/tid=25050] ppid=25045 vsize=204320 CPUtime=100.94
/proc/25048/task/25050/stat : 25050 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 7263 0 0 0 10082 12 0 0 25 0 4 0 1118585084 209223680 43636 4294967295 134512640 135305190 3218004000 3075079360 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=25048/tid=25051] ppid=25045 vsize=204320 CPUtime=100.69
/proc/25048/task/25051/stat : 25051 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 9136 0 0 0 10053 16 0 0 25 0 4 0 1118585084 209223680 43636 4294967295 134512640 135305190 3218004000 3066690752 134528477 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 404.29
Current children cumulated vsize (KiB) 206736

[startup+162.314 s]
/proc/loadavg: 4.65 4.41 4.41 5/104 25434
/proc/meminfo: memFree=2748572/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2416 CPUtime=1.1
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 371 3432 0 0 0 0 110 0 18 0 1 0 1118584951 2473984 275 4294967295 134512640 135169312 3215142256 3215138472 3085893358 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25045/statm: 604 275 231 161 0 43 0
[pid=25048] ppid=25045 vsize=235576 CPUtime=642.66
/proc/25048/stat : 25048 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202496 51168 0 0 0 64188 78 0 0 25 0 4 0 1118585061 241229824 51104 4294967295 134512640 135305190 3218004000 3218002064 134538178 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/25048/statm: 58894 51104 79 194 0 58698 0
[pid=25048/tid=25049] ppid=25045 vsize=235576 CPUtime=160.62

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

/proc/25048/task/25051/stat : 25051 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 24109 0 0 0 57848 83 0 0 25 0 4 0 1118585084 431296512 95364 4294967295 134512640 135305190 3218004000 3066690752 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2320.46
Current children cumulated vsize (KiB) 423604

[startup+642.308 s]
/proc/loadavg: 4.60 4.45 4.40 5/104 26943
/proc/meminfo: memFree=2565468/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2416 CPUtime=1.1
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 371 3432 0 0 0 0 110 0 18 0 1 0 1118584951 2473984 275 4294967295 134512640 135169312 3215142256 3215138472 3085893358 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25045/statm: 604 275 231 161 0 43 0
[pid=25048] ppid=25045 vsize=425712 CPUtime=2559.01
/proc/25048/stat : 25048 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202496 96622 0 0 0 255636 265 0 0 25 0 4 0 1118585061 435929088 96504 4294967295 134512640 135305190 3218004000 3218002176 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/25048/statm: 106428 96504 79 194 0 106232 0
[pid=25048/tid=25049] ppid=25045 vsize=425712 CPUtime=640.22
/proc/25048/task/25049/stat : 25049 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 20807 0 0 0 63962 60 0 0 25 0 4 0 1118585084 435929088 96504 4294967295 134512640 135305190 3218004000 3083467968 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25048/tid=25050] ppid=25045 vsize=425712 CPUtime=640.13
/proc/25048/task/25050/stat : 25050 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 22711 0 0 0 63952 61 0 0 25 0 4 0 1118585084 435929088 96504 4294967295 134512640 135305190 3218004000 3075079360 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25048/tid=25051] ppid=25045 vsize=425712 CPUtime=639.1
/proc/25048/task/25051/stat : 25051 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 24419 0 0 0 63824 86 0 0 25 0 4 0 1118585084 435929088 96504 4294967295 134512640 135305190 3218004000 3066690752 134528402 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2560.11
Current children cumulated vsize (KiB) 428128

[startup+702.312 s]
/proc/loadavg: 4.63 4.49 4.42 5/104 27129
/proc/meminfo: memFree=2562416/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2416 CPUtime=1.1
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 371 3432 0 0 0 0 110 0 18 0 1 0 1118584951 2473984 275 4294967295 134512640 135169312 3215142256 3215138472 3085893358 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25045/statm: 604 275 231 161 0 43 0
[pid=25048] ppid=25045 vsize=429528 CPUtime=2798.51
/proc/25048/stat : 25048 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202496 97330 0 0 0 279572 279 0 0 25 0 4 0 1118585061 439836672 97212 4294967295 134512640 135305190 3218004000 3218002176 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/25048/statm: 107382 97212 79 194 0 107186 0
[pid=25048/tid=25049] ppid=25045 vsize=429528 CPUtime=700.06
/proc/25048/task/25049/stat : 25049 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 20901 0 0 0 69942 64 0 0 25 0 4 0 1118585084 439836672 97212 4294967295 134512640 135305190 3218004000 3083467968 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25048/tid=25050] ppid=25045 vsize=429528 CPUtime=700.02
/proc/25048/task/25050/stat : 25050 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 22800 0 0 0 69937 65 0 0 25 0 4 0 1118585084 439836672 97212 4294967295 134512640 135305190 3218004000 3075079360 134528777 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25048/tid=25051] ppid=25045 vsize=429528 CPUtime=698.98
/proc/25048/task/25051/stat : 25051 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 24489 0 0 0 69809 89 0 0 25 0 4 0 1118585084 439836672 97212 4294967295 134512640 135305190 3218004000 3066690752 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2799.61
Current children cumulated vsize (KiB) 431944

[startup+762.317 s]
/proc/loadavg: 4.78 4.55 4.44 5/104 27322
/proc/meminfo: memFree=2553984/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2416 CPUtime=1.1
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 371 3432 0 0 0 0 110 0 18 0 1 0 1118584951 2473984 275 4294967295 134512640 135169312 3215142256 3215138472 3085893358 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25045/statm: 604 275 231 161 0 43 0
[pid=25048] ppid=25045 vsize=439084 CPUtime=3038.11
/proc/25048/stat : 25048 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202496 99708 0 0 0 303516 295 0 0 25 0 4 0 1118585061 449622016 99590 4294967295 134512640 135305190 3218004000 3218002176 134528341 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/25048/statm: 109771 99590 79 194 0 109575 0
[pid=25048/tid=25049] ppid=25045 vsize=439084 CPUtime=760.01
/proc/25048/task/25049/stat : 25049 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 21140 0 0 0 75934 67 0 0 25 0 4 0 1118585084 449622016 99590 4294967295 134512640 135305190 3218004000 3083467968 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25048/tid=25050] ppid=25045 vsize=439084 CPUtime=759.81
/proc/25048/task/25050/stat : 25050 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 23223 0 0 0 75912 69 0 0 25 0 4 0 1118585084 449622016 99590 4294967295 134512640 135305190 3218004000 3075079360 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25048/tid=25051] ppid=25045 vsize=439084 CPUtime=758.91
/proc/25048/task/25051/stat : 25051 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 25767 0 0 0 75797 94 0 0 25 0 4 0 1118585084 449622016 99590 4294967295 134512640 135305190 3218004000 3066690752 134528520 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3039.21
Current children cumulated vsize (KiB) 441500

[startup+822.311 s]
/proc/loadavg: 4.53 4.51 4.43 5/104 27509
/proc/meminfo: memFree=2535956/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2416 CPUtime=1.1
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 371 3432 0 0 0 0 110 0 18 0 1 0 1118584951 2473984 275 4294967295 134512640 135169312 3215142256 3215138472 3085893358 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25045/statm: 604 275 231 161 0 43 0
[pid=25048] ppid=25045 vsize=458152 CPUtime=3277.52
/proc/25048/stat : 25048 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202496 104200 0 0 0 327431 321 0 0 25 0 4 0 1118585061 469147648 104061 4294967295 134512640 135305190 3218004000 3218002176 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/25048/statm: 114538 104061 79 194 0 114342 0
[pid=25048/tid=25049] ppid=25045 vsize=458152 CPUtime=819.93
/proc/25048/task/25049/stat : 25049 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 21611 0 0 0 81923 70 0 0 25 0 4 0 1118585084 469147648 104061 4294967295 134512640 135305190 3218004000 3083467968 134528376 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25048/tid=25050] ppid=25045 vsize=458152 CPUtime=819.64
/proc/25048/task/25050/stat : 25050 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 24284 0 0 0 81887 77 0 0 25 0 4 0 1118585084 469147648 104061 4294967295 134512640 135305190 3218004000 3075079360 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25048/tid=25051] ppid=25045 vsize=458152 CPUtime=818.59
/proc/25048/task/25051/stat : 25051 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 28373 0 0 0 81754 105 0 0 25 0 4 0 1118585084 469147648 104061 4294967295 134512640 135305190 3218004000 3066690640 134538524 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3278.62
Current children cumulated vsize (KiB) 460568

[startup+882.315 s]
/proc/loadavg: 4.61 4.54 4.45 6/104 27697
/proc/meminfo: memFree=2528680/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2416 CPUtime=1.1
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 371 3432 0 0 0 0 110 0 18 0 1 0 1118584951 2473984 275 4294967295 134512640 135169312 3215142256 3215138472 3085893358 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25045/statm: 604 275 231 161 0 43 0
[pid=25048] ppid=25045 vsize=466680 CPUtime=3517.06
/proc/25048/stat : 25048 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202496 105942 0 0 0 351360 346 0 0 25 0 4 0 1118585061 477880320 105782 4294967295 134512640 135305190 3218004000 3218002176 134528410 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/25048/statm: 116670 105782 79 194 0 116474 0
[pid=25048/tid=25049] ppid=25045 vsize=466680 CPUtime=879.88
/proc/25048/task/25049/stat : 25049 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 23174 0 0 0 87914 74 0 0 25 0 4 0 1118585084 477880320 105782 4294967295 134512640 135305190 3218004000 3083467968 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25048/tid=25050] ppid=25045 vsize=466680 CPUtime=879.63
/proc/25048/task/25050/stat : 25050 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 24374 0 0 0 87886 77 0 0 25 0 4 0 1118585084 477880320 105782 4294967295 134512640 135305190 3218004000 3075079360 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25048/tid=25051] ppid=25045 vsize=466680 CPUtime=878.29
/proc/25048/task/25051/stat : 25051 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 28373 0 0 0 87710 119 0 0 25 0 4 0 1118585084 477880320 105782 4294967295 134512640 135305190 3218004000 3066690752 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3518.16
Current children cumulated vsize (KiB) 469096

[startup+942.31 s]
/proc/loadavg: 4.44 4.50 4.44 6/104 27886
/proc/meminfo: memFree=2520216/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2416 CPUtime=1.1
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 371 3432 0 0 0 0 110 0 18 0 1 0 1118584951 2473984 275 4294967295 134512640 135169312 3215142256 3215138472 3085893358 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25045/statm: 604 275 231 161 0 43 0
[pid=25048] ppid=25045 vsize=474980 CPUtime=3756.32
/proc/25048/stat : 25048 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202496 107939 0 0 0 375260 372 0 0 25 0 4 0 1118585061 486379520 107758 4294967295 134512640 135305190 3218004000 3218002176 134528298 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/25048/statm: 118745 107758 79 194 0 118549 0
[pid=25048/tid=25049] ppid=25045 vsize=474980 CPUtime=939.69
/proc/25048/task/25049/stat : 25049 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 24082 0 0 0 93890 79 0 0 25 0 4 0 1118585084 486379520 107758 4294967295 134512640 135305190 3218004000 3083467968 134528392 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25048/tid=25050] ppid=25045 vsize=474980 CPUtime=939.6
/proc/25048/task/25050/stat : 25050 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 24802 0 0 0 93882 78 0 0 25 0 4 0 1118585084 486379520 107758 4294967295 134512640 135305190 3218004000 3075079360 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25048/tid=25051] ppid=25045 vsize=474980 CPUtime=937.92
/proc/25048/task/25051/stat : 25051 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 28823 0 0 0 93666 126 0 0 25 0 4 0 1118585084 486379520 107758 4294967295 134512640 135305190 3218004000 3066690752 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3757.42
Current children cumulated vsize (KiB) 477396



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.68 4.54 4.46 5/104 28072
/proc/meminfo: memFree=2512248/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2416 CPUtime=1.1
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 371 3432 0 0 0 0 110 0 18 0 1 0 1118584951 2473984 275 4294967295 134512640 135169312 3215142256 3215138472 3085893358 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25045/statm: 604 275 231 161 0 43 0
[pid=25048] ppid=25045 vsize=484252 CPUtime=3986.88
/proc/25048/stat : 25048 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202496 110002 0 0 0 398300 388 0 0 25 0 4 0 1118585061 495874048 109799 4294967295 134512640 135305190 3218004000 3218002176 134528252 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/25048/statm: 121063 109799 79 194 0 120867 0
[pid=25048/tid=25049] ppid=25045 vsize=484252 CPUtime=997.33
/proc/25048/task/25049/stat : 25049 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 24683 0 0 0 99649 84 0 0 25 0 4 0 1118585084 495874048 109799 4294967295 134512640 135305190 3218004000 3083467968 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25048/tid=25050] ppid=25045 vsize=484252 CPUtime=997.3
/proc/25048/task/25050/stat : 25050 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 25011 0 0 0 99648 82 0 0 25 0 4 0 1118585084 495874048 109799 4294967295 134512640 135305190 3218004000 3075079360 134528376 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25048/tid=25051] ppid=25045 vsize=484252 CPUtime=995.54
/proc/25048/task/25051/stat : 25051 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 29957 0 0 0 99426 128 0 0 25 0 4 0 1118585084 495874048 109799 4294967295 134512640 135305190 3218004000 3066690752 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3987.98
Current children cumulated vsize (KiB) 486668

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: 4.68 4.54 4.46 5/104 28072
/proc/meminfo: memFree=2512248/3368532 swapFree=1953580/1959888
[pid=25045] ppid=25043 vsize=2416 CPUtime=1.1
/proc/25045/stat : 25045 (manysat.sh) S 25043 25045 19648 0 -1 4194304 371 3432 0 0 0 0 110 0 18 0 1 0 1118584951 2473984 275 4294967295 134512640 135169312 3215142256 3215138472 3085893358 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/25045/statm: 604 275 231 161 0 43 0
[pid=25048] ppid=25045 vsize=484252 CPUtime=3986.88
/proc/25048/stat : 25048 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202496 110002 0 0 0 398300 388 0 0 25 0 4 0 1118585061 495874048 109799 4294967295 134512640 135305190 3218004000 3218002176 134528252 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/25048/statm: 121063 109799 79 194 0 120867 0
[pid=25048/tid=25049] ppid=25045 vsize=484252 CPUtime=997.33
/proc/25048/task/25049/stat : 25049 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 24683 0 0 0 99649 84 0 0 25 0 4 0 1118585084 495874048 109799 4294967295 134512640 135305190 3218004000 3083467968 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=25048/tid=25050] ppid=25045 vsize=484252 CPUtime=997.3
/proc/25048/task/25050/stat : 25050 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 25011 0 0 0 99648 82 0 0 25 0 4 0 1118585084 495874048 109799 4294967295 134512640 135305190 3218004000 3075079360 134528376 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=25048/tid=25051] ppid=25045 vsize=484252 CPUtime=995.54
/proc/25048/task/25051/stat : 25051 (manysat1.1_stat) R 25045 25045 19648 0 -1 4202560 29957 0 0 0 99426 128 0 0 25 0 4 0 1118585084 495874048 109799 4294967295 134512640 135305190 3218004000 3066690752 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3987.98
Current children cumulated vsize (KiB) 486668

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1000.05
CPU time (s): 3987.98
CPU user time (s): 3984.1
CPU system time (s): 3.88
CPU usage (%): 398.776
Max. virtual memory (cumulated for all children) (KiB): 486668

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

runsolver used 0 second user time and 0.01 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 21:33:25
IDJOB=1780966
IDBENCH=71084
IDSOLVER=620
FILE ID=/1780966-1243539205
PBS_JOBID=
Free space on /tmp= 15882 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rpoc_xits_12_UNKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1780966-1243539205/watcher-1780966-1243539205 -o /tmp/evaluation-result-1780966-1243539205/solver-1780966-1243539205 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1780966-1243539205.cnf aimd 0

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

MD5SUM BENCH= fbf37caab2e9eafe910c795f49053484
RANDOM SEED= 1591629718

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:       2954404 kB
Buffers:         35716 kB
Cached:         299068 kB
SwapCached:       2424 kB
Active:         113336 kB
Inactive:       232052 kB
HighTotal:     2489216 kB
HighFree:      2177028 kB
LowTotal:       879316 kB
LowFree:        777376 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            3768 kB
Writeback:           0 kB
AnonPages:        9920 kB
Mapped:           5052 kB
Slab:            58964 kB
SReclaimable:    50440 kB
SUnreclaim:       8524 kB
PageTables:        568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93920 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15879 MiB
End job on  at 2009-05-28 21:50:07