Trace number 1775791

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) 3976.25 1000.06

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
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 variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

Solver Data

0.00/0.00	c Parsing...
0.51/0.55	c ==============================================================================
0.51/0.55	c |           |     ORIGINAL     |              LEARNT              |          |
0.51/0.55	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.51/0.55	c ==============================================================================
0.51/0.55	c |         0 |  717437  1645964 |  215231       0        0     nan |  0.000 % |
3.91/3.95	c |         0 |  408968  1113292 |      --       0       --      -- |     --   | -134393/-137715
3.91/3.95	c ==============================================================================
3.91/3.95	c Result  :   #vars: 76968   #clauses: 408968   #literals: 1113292
3.91/3.95	c CPU time:   3.87 s
3.91/3.95	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-1775791-1243502313/watcher-1775791-1243502313 -o /tmp/evaluation-result-1775791-1243502313/solver-1775791-1243502313 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1775791-1243502313.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.98 4.41 4.41 3/97 4390
/proc/meminfo: memFree=3038908/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2412 CPUtime=0
/proc/4390/stat : 4390 (manysat.sh) R 4388 4390 21691 0 -1 4194304 333 0 0 0 0 0 0 0 18 0 1 0 1104368644 2469888 273 4294967295 134512640 135169312 3213317056 3213315532 3085371252 0 65538 4 65536 0 0 0 17 1 0 0 0
/proc/4390/statm: 603 273 231 161 0 42 0
[pid=4391] ppid=4390 vsize=1760 CPUtime=0.01
/proc/4391/stat : 4391 (SatElite) R 4390 4390 21691 0 -1 4202496 350 0 0 0 1 0 0 0 19 0 1 0 1104368644 1802240 287 4294967295 134512640 135034092 3215150400 3215146688 134545654 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4391/statm: 440 287 49 128 0 310 0

[startup+0.073531 s]
/proc/loadavg: 3.98 4.41 4.41 3/97 4390
/proc/meminfo: memFree=3038908/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2412 CPUtime=0
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1104368644 2469888 273 4294967295 134512640 135169312 3213317056 3213315592 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 603 273 231 161 0 42 0
[pid=4391] ppid=4390 vsize=20796 CPUtime=0.07
/proc/4391/stat : 4391 (SatElite) R 4390 4390 21691 0 -1 4202496 4187 0 0 0 5 2 0 0 19 0 1 0 1104368644 21295104 4124 4294967295 134512640 135034092 3215150400 3215146392 134673244 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4391/statm: 5199 4125 49 128 0 5069 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 23208

[startup+0.113507 s]
/proc/loadavg: 3.98 4.41 4.41 3/97 4390
/proc/meminfo: memFree=3038908/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2412 CPUtime=0
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1104368644 2469888 273 4294967295 134512640 135169312 3213317056 3213315592 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 603 273 231 161 0 42 0
[pid=4391] ppid=4390 vsize=37824 CPUtime=0.11
/proc/4391/stat : 4391 (SatElite) R 4390 4390 21691 0 -1 4202496 6664 0 0 0 9 2 0 0 20 0 1 0 1104368644 38731776 6601 4294967295 134512640 135034092 3215150400 3215146392 134673244 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4391/statm: 9456 6601 49 128 0 9326 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 40236

[startup+0.313496 s]
/proc/loadavg: 3.98 4.41 4.41 3/97 4390
/proc/meminfo: memFree=3038908/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2412 CPUtime=0
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1104368644 2469888 273 4294967295 134512640 135169312 3213317056 3213315592 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 603 273 231 161 0 42 0
[pid=4391] ppid=4390 vsize=57196 CPUtime=0.31
/proc/4391/stat : 4391 (SatElite) R 4390 4390 21691 0 -1 4202496 11596 0 0 0 25 6 0 0 20 0 1 0 1104368644 58568704 11533 4294967295 134512640 135034092 3215150400 3215146744 134691005 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4391/statm: 14299 11534 49 128 0 14169 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 59608

[startup+0.713461 s]
/proc/loadavg: 3.98 4.41 4.41 3/97 4390
/proc/meminfo: memFree=3038908/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2412 CPUtime=0
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1104368644 2469888 273 4294967295 134512640 135169312 3213317056 3213315592 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 603 273 231 161 0 42 0
[pid=4391] ppid=4390 vsize=84860 CPUtime=0.71
/proc/4391/stat : 4391 (SatElite) R 4390 4390 21691 0 -1 4202496 19125 0 0 0 64 7 0 0 21 0 1 0 1104368644 86896640 17680 4294967295 134512640 135034092 3215150400 3215142888 134561680 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4391/statm: 21215 17680 66 128 0 21085 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 87272

[startup+1.5134 s]
/proc/loadavg: 3.98 4.41 4.41 2/99 4392
/proc/meminfo: memFree=2962892/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2412 CPUtime=0
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1104368644 2469888 273 4294967295 134512640 135169312 3213317056 3213315592 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 603 273 231 161 0 42 0
[pid=4391] ppid=4390 vsize=91544 CPUtime=1.51
/proc/4391/stat : 4391 (SatElite) R 4390 4390 21691 0 -1 4202496 21282 0 0 0 144 7 0 0 24 0 1 0 1104368644 93741056 19516 4294967295 134512640 135034092 3215150400 3215146640 134566339 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4391/statm: 22886 19516 67 128 0 22756 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 93956

[startup+3.11327 s]
/proc/loadavg: 3.98 4.41 4.41 2/99 4392
/proc/meminfo: memFree=2954308/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2412 CPUtime=0
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1104368644 2469888 273 4294967295 134512640 135169312 3213317056 3213315592 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 603 273 231 161 0 42 0
[pid=4391] ppid=4390 vsize=94004 CPUtime=3.11
/proc/4391/stat : 4391 (SatElite) R 4390 4390 21691 0 -1 4202496 24057 0 0 0 302 9 0 0 25 0 1 0 1104368644 96260096 19898 4294967295 134512640 135034092 3215150400 3215146640 134566368 0 0 0 3 0 0 0 17 1 0 0 0
/proc/4391/statm: 23501 19898 67 128 0 23371 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 96416

[startup+6.35317 s]
/proc/loadavg: 3.74 4.35 4.39 5/102 4396
/proc/meminfo: memFree=2916516/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2416 CPUtime=4.43
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 368 31165 0 0 0 0 430 13 17 0 1 0 1104368644 2473984 274 4294967295 134512640 135169312 3213317056 3213313272 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 604 274 231 161 0 43 0
[pid=4393] ppid=4390 vsize=148736 CPUtime=5.03
/proc/4393/stat : 4393 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202496 29231 0 0 0 468 35 0 0 16 0 4 0 1104369087 152305664 29136 4294967295 134512640 135305190 3213517792 3213516080 134565634 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/4393/statm: 37184 29136 79 194 0 36988 0
[pid=4393/tid=4394] ppid=4390 vsize=148736 CPUtime=1.1
/proc/4393/task/4394/stat : 4394 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 586 0 0 0 106 4 0 0 16 0 4 0 1104369169 152305664 29136 4294967295 134512640 135305190 3213517792 3050081472 134528157 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4393/tid=4395] ppid=4390 vsize=148736 CPUtime=1.05
/proc/4393/task/4395/stat : 4395 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 662 0 0 0 98 7 0 0 15 0 4 0 1104369169 152305664 29136 4294967295 134512640 135305190 3213517792 3041692864 134528557 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4393/tid=4396] ppid=4390 vsize=148736 CPUtime=1.01
/proc/4393/task/4396/stat : 4396 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 567 0 0 0 95 6 0 0 15 0 4 0 1104369171 152305664 29136 4294967295 134512640 135305190 3213517792 3033304180 134695249 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.46
Current children cumulated vsize (KiB) 151152

[startup+12.7125 s]
/proc/loadavg: 3.92 4.38 4.40 8/102 4397
/proc/meminfo: memFree=2902268/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2416 CPUtime=4.43
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 368 31165 0 0 0 0 430 13 17 0 1 0 1104368644 2473984 274 4294967295 134512640 135169312 3213317056 3213313272 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 604 274 231 161 0 43 0
[pid=4393] ppid=4390 vsize=160064 CPUtime=30.35
/proc/4393/stat : 4393 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202496 31982 0 0 0 2996 39 0 0 16 0 4 0 1104369087 163905536 31887 4294967295 134512640 135305190 3213517792 3213515912 134840070 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/4393/statm: 40016 31887 79 194 0 39820 0
[pid=4393/tid=4394] ppid=4390 vsize=160064 CPUtime=7.41
/proc/4393/task/4394/stat : 4394 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 1166 0 0 0 735 6 0 0 16 0 4 0 1104369169 163905536 31887 4294967295 134512640 135305190 3213517792 3050081472 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4393/tid=4395] ppid=4390 vsize=160064 CPUtime=7.37
/proc/4393/task/4395/stat : 4395 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 1370 0 0 0 729 8 0 0 18 0 4 0 1104369169 163905536 31887 4294967295 134512640 135305190 3213517792 3041692864 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4393/tid=4396] ppid=4390 vsize=160064 CPUtime=7.35
/proc/4393/task/4396/stat : 4396 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 1250 0 0 0 729 6 0 0 16 0 4 0 1104369171 163905536 31887 4294967295 134512640 135305190 3213517792 3033304256 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 34.78
Current children cumulated vsize (KiB) 162480

[startup+25.5116 s]
/proc/loadavg: 4.28 4.44 4.42 5/102 4398
/proc/meminfo: memFree=2870532/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2416 CPUtime=4.43
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 368 31165 0 0 0 0 430 13 17 0 1 0 1104368644 2473984 274 4294967295 134512640 135169312 3213317056 3213313272 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 604 274 231 161 0 43 0
[pid=4393] ppid=4390 vsize=189880 CPUtime=81.48
/proc/4393/stat : 4393 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202496 39605 0 0 0 8098 50 0 0 25 0 4 0 1104369087 194437120 39510 4294967295 134512640 135305190 3213517792 3213515684 134695249 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/4393/statm: 47470 39510 79 194 0 47274 0
[pid=4393/tid=4394] ppid=4390 vsize=189880 CPUtime=20.21
/proc/4393/task/4394/stat : 4394 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 2662 0 0 0 2010 11 0 0 25 0 4 0 1104369169 194437120 39510 4294967295 134512640 135305190 3213517792 3050081472 134528406 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4393/tid=4395] ppid=4390 vsize=189880 CPUtime=20.1
/proc/4393/task/4395/stat : 4395 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 3848 0 0 0 2001 9 0 0 25 0 4 0 1104369169 194437120 39510 4294967295 134512640 135305190 3213517792 3041692712 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4393/tid=4396] ppid=4390 vsize=189880 CPUtime=20.15
/proc/4393/task/4396/stat : 4396 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 2823 0 0 0 2007 8 0 0 25 0 4 0 1104369171 194437120 39510 4294967295 134512640 135305190 3213517792 3033304256 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 85.91
Current children cumulated vsize (KiB) 192296

[startup+51.1096 s]
/proc/loadavg: 4.32 4.44 4.41 6/102 4398
/proc/meminfo: memFree=2802624/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2416 CPUtime=4.43
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 368 31165 0 0 0 0 430 13 17 0 1 0 1104368644 2473984 274 4294967295 134512640 135169312 3213317056 3213313272 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 604 274 231 161 0 43 0
[pid=4393] ppid=4390 vsize=259524 CPUtime=183.86
/proc/4393/stat : 4393 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202496 56879 0 0 0 18309 77 0 0 25 0 4 0 1104369087 265752576 56784 4294967295 134512640 135305190 3213517792 3213515968 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/4393/statm: 64881 56784 79 194 0 64685 0
[pid=4393/tid=4394] ppid=4390 vsize=259524 CPUtime=45.81
/proc/4393/task/4394/stat : 4394 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 6313 0 0 0 4563 18 0 0 25 0 4 0 1104369169 265752576 56784 4294967295 134512640 135305190 3213517792 3050081472 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4393/tid=4395] ppid=4390 vsize=259524 CPUtime=45.68
/proc/4393/task/4395/stat : 4395 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 10004 0 0 0 4555 13 0 0 25 0 4 0 1104369169 265752576 56784 4294967295 134512640 135305190 3213517792 3041692808 134839991 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4393/tid=4396] ppid=4390 vsize=259524 CPUtime=45.75
/proc/4393/task/4396/stat : 4396 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 5839 0 0 0 4563 12 0 0 25 0 4 0 1104369171 265752576 56784 4294967295 134512640 135305190 3213517792 3033303920 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 188.29
Current children cumulated vsize (KiB) 261940

[startup+102.316 s]
/proc/loadavg: 4.29 4.41 4.41 7/102 4591
/proc/meminfo: memFree=2703372/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2416 CPUtime=4.43
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 368 31165 0 0 0 0 430 13 17 0 1 0 1104368644 2473984 274 4294967295 134512640 135169312 3213317056 3213313272 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 604 274 231 161 0 43 0
[pid=4393] ppid=4390 vsize=356800 CPUtime=388.29
/proc/4393/stat : 4393 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202496 81167 0 0 0 38733 96 0 0 25 0 4 0 1104369087 365363200 81072 4294967295 134512640 135305190 3213517792 3213515632 134551712 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/4393/statm: 89200 81072 79 194 0 89004 0
[pid=4393/tid=4394] ppid=4390 vsize=356800 CPUtime=96.93
/proc/4393/task/4394/stat : 4394 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 11212 0 0 0 9671 22 0 0 25 0 4 0 1104369169 365363200 81072 4294967295 134512640 135305190 3213517792 3050081136 134551681 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4393/tid=4395] ppid=4390 vsize=356800 CPUtime=96.66
/proc/4393/task/4395/stat : 4395 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 17753 0 0 0 9648 18 0 0 25 0 4 0 1104369169 365363200 81072 4294967295 134512640 135305190 3213517792 3041692480 134551651 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4393/tid=4396] ppid=4390 vsize=356800 CPUtime=96.96
/proc/4393/task/4396/stat : 4396 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 10840 0 0 0 9678 18 0 0 25 0 4 0 1104369171 365363200 81072 4294967295 134512640 135305190 3213517792 3033303920 134551930 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 392.72
Current children cumulated vsize (KiB) 359216

[startup+162.301 s]
/proc/loadavg: 4.25 4.39 4.40 5/102 4779
/proc/meminfo: memFree=2662392/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2416 CPUtime=4.43
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 368 31165 0 0 0 0 430 13 17 0 1 0 1104368644 2473984 274 4294967295 134512640 135169312 3213317056 3213313272 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 604 274 231 161 0 43 0
[pid=4393] ppid=4390 vsize=396488 CPUtime=627.69
/proc/4393/stat : 4393 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202496 91299 0 0 0 62642 127 0 0 25 0 4 0 1104369087 406003712 91204 4294967295 134512640 135305190 3213517792 3213515968 134528376 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/4393/statm: 99122 91204 79 194 0 98926 0
[pid=4393/tid=4394] ppid=4390 vsize=396488 CPUtime=156.79
/proc/4393/task/4394/stat : 4394 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 13257 0 0 0 15648 31 0 0 25 0 4 0 1104369169 406003712 91204 4294967295 134512640 135305190 3213517792 3050081472 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4393/tid=4395] ppid=4390 vsize=396488 CPUtime=156.34
/proc/4393/task/4395/stat : 4395 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 20723 0 0 0 15607 27 0 0 25 0 4 0 1104369169 406003712 91204 4294967295 134512640 135305190 3213517792 3041692544 134554276 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4393/tid=4396] ppid=4390 vsize=396488 CPUtime=156.88
/proc/4393/task/4396/stat : 4396 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 13032 0 0 0 15662 26 0 0 25 0 4 0 1104369171 406003712 91204 4294967295 134512640 135305190 3213517792 3033304256 134528808 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 632.12

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

/proc/4393/task/4396/stat : 4396 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 33515 0 0 0 51578 74 0 0 25 0 4 0 1104369171 769011712 179589 4294967295 134512640 135305190 3213517792 3033304256 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2069.04
Current children cumulated vsize (KiB) 753404

[startup+582.318 s]
/proc/loadavg: 4.21 4.32 4.35 6/102 6099
/proc/meminfo: memFree=2257408/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2416 CPUtime=4.43
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 368 31165 0 0 0 0 430 13 17 0 1 0 1104368644 2473984 274 4294967295 134512640 135169312 3213317056 3213313272 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 604 274 231 161 0 43 0
[pid=4393] ppid=4390 vsize=801708 CPUtime=2304.15
/proc/4393/stat : 4393 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202496 192395 0 0 0 230082 333 0 0 25 0 4 0 1104369087 820948992 192300 4294967295 134512640 135305190 3213517792 3213515968 134530561 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/4393/statm: 200427 192300 79 194 0 200231 0
[pid=4393/tid=4394] ppid=4390 vsize=801708 CPUtime=575.45
/proc/4393/task/4394/stat : 4394 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 33591 0 0 0 57460 85 0 0 25 0 4 0 1104369169 820948992 192300 4294967295 134512640 135305190 3213517792 3050081472 134528548 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4393/tid=4395] ppid=4390 vsize=801708 CPUtime=575.28
/proc/4393/task/4395/stat : 4395 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 53366 0 0 0 57447 81 0 0 25 0 4 0 1104369169 820948992 192300 4294967295 134512640 135305190 3213517792 3041692864 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4393/tid=4396] ppid=4390 vsize=801708 CPUtime=576.54
/proc/4393/task/4396/stat : 4396 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 36606 0 0 0 57572 82 0 0 25 0 4 0 1104369171 820948992 192300 4294967295 134512640 135305190 3213517792 3033304000 134542402 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2308.58
Current children cumulated vsize (KiB) 804124

[startup+642.314 s]
/proc/loadavg: 4.25 4.30 4.34 5/102 6286
/proc/meminfo: memFree=2228736/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2416 CPUtime=4.43
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 368 31165 0 0 0 0 430 13 17 0 1 0 1104368644 2473984 274 4294967295 134512640 135169312 3213317056 3213313272 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 604 274 231 161 0 43 0
[pid=4393] ppid=4390 vsize=831920 CPUtime=2543.71
/proc/4393/stat : 4393 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202496 199630 0 0 0 254015 356 0 0 25 0 4 0 1104369087 851886080 199535 4294967295 134512640 135305190 3213517792 3213515968 134528410 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/4393/statm: 207980 199535 79 194 0 207784 0
[pid=4393/tid=4394] ppid=4390 vsize=831920 CPUtime=635.04
/proc/4393/task/4394/stat : 4394 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 35035 0 0 0 63415 89 0 0 25 0 4 0 1104369169 851886080 199535 4294967295 134512640 135305190 3213517792 3050081472 134528545 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4393/tid=4395] ppid=4390 vsize=831920 CPUtime=635.25
/proc/4393/task/4395/stat : 4395 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 55590 0 0 0 63436 89 0 0 25 0 4 0 1104369169 851886080 199535 4294967295 134512640 135305190 3213517792 3041692864 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4393/tid=4396] ppid=4390 vsize=831920 CPUtime=636.54
/proc/4393/task/4396/stat : 4396 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 38570 0 0 0 63563 91 0 0 25 0 4 0 1104369171 851886080 199535 4294967295 134512640 135305190 3213517792 3033304256 134528252 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2548.14
Current children cumulated vsize (KiB) 834336

[startup+702.309 s]
/proc/loadavg: 4.35 4.31 4.34 6/102 6475
/proc/meminfo: memFree=2155232/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2416 CPUtime=4.43
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 368 31165 0 0 0 0 430 13 17 0 1 0 1104368644 2473984 274 4294967295 134512640 135169312 3213317056 3213313272 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 604 274 231 161 0 43 0
[pid=4393] ppid=4390 vsize=904948 CPUtime=2783.12
/proc/4393/stat : 4393 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202496 218025 0 0 0 277923 389 0 0 25 0 4 0 1104369087 926666752 217930 4294967295 134512640 135305190 3213517792 3213515968 134528252 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/4393/statm: 226237 217930 79 194 0 226041 0
[pid=4393/tid=4394] ppid=4390 vsize=904948 CPUtime=694.7
/proc/4393/task/4394/stat : 4394 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 38745 0 0 0 69363 107 0 0 25 0 4 0 1104369169 926666752 217930 4294967295 134512640 135305190 3213517792 3050081540 134695249 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4393/tid=4395] ppid=4390 vsize=904948 CPUtime=695.22
/proc/4393/task/4395/stat : 4395 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 61739 0 0 0 69428 94 0 0 25 0 4 0 1104369169 926666752 217930 4294967295 134512640 135305190 3213517792 3041692864 134530561 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4393/tid=4396] ppid=4390 vsize=904948 CPUtime=696.51
/proc/4393/task/4396/stat : 4396 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 42821 0 0 0 69556 95 0 0 25 0 4 0 1104369171 926666752 217930 4294967295 134512640 135305190 3213517792 3033303920 134551691 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2787.55
Current children cumulated vsize (KiB) 907364

[startup+762.314 s]
/proc/loadavg: 4.44 4.34 4.35 6/102 6663
/proc/meminfo: memFree=2072476/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2416 CPUtime=4.43
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 368 31165 0 0 0 0 430 13 17 0 1 0 1104368644 2473984 274 4294967295 134512640 135169312 3213317056 3213313272 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 604 274 231 161 0 43 0
[pid=4393] ppid=4390 vsize=989096 CPUtime=3022.54
/proc/4393/stat : 4393 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202496 238916 0 0 0 301832 422 0 0 25 0 4 0 1104369087 1012834304 238821 4294967295 134512640 135305190 3213517792 3213515968 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/4393/statm: 247274 238821 79 194 0 247078 0
[pid=4393/tid=4394] ppid=4390 vsize=989096 CPUtime=754.64
/proc/4393/task/4394/stat : 4394 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 43098 0 0 0 75348 116 0 0 25 0 4 0 1104369169 1012834304 238821 4294967295 134512640 135305190 3213517792 3050081472 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4393/tid=4395] ppid=4390 vsize=989096 CPUtime=755.09
/proc/4393/task/4395/stat : 4395 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 68081 0 0 0 75402 107 0 0 25 0 4 0 1104369169 1012834304 238821 4294967295 134512640 135305190 3213517792 3041692864 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4393/tid=4396] ppid=4390 vsize=989096 CPUtime=756.47
/proc/4393/task/4396/stat : 4396 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 47987 0 0 0 75546 101 0 0 25 0 4 0 1104369171 1012834304 238821 4294967295 134512640 135305190 3213517792 3033303984 134557710 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3026.97
Current children cumulated vsize (KiB) 991512

[startup+822.31 s]
/proc/loadavg: 4.76 4.44 4.38 5/102 6849
/proc/meminfo: memFree=2047592/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2416 CPUtime=4.43
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 368 31165 0 0 0 0 430 13 17 0 1 0 1104368644 2473984 274 4294967295 134512640 135169312 3213317056 3213313272 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 604 274 231 161 0 43 0
[pid=4393] ppid=4390 vsize=1013256 CPUtime=3262.24
/proc/4393/stat : 4393 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202496 245024 0 0 0 325780 444 0 0 25 0 4 0 1104369087 1037574144 244929 4294967295 134512640 135305190 3213517792 3213515632 134551628 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/4393/statm: 253314 244929 79 194 0 253118 0
[pid=4393/tid=4394] ppid=4390 vsize=1013256 CPUtime=814.62
/proc/4393/task/4394/stat : 4394 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 44581 0 0 0 81340 122 0 0 25 0 4 0 1104369169 1037574144 244929 4294967295 134512640 135305190 3213517792 3050081472 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4393/tid=4395] ppid=4390 vsize=1013256 CPUtime=814.85
/proc/4393/task/4395/stat : 4395 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 69758 0 0 0 81374 111 0 0 25 0 4 0 1104369169 1037574144 244929 4294967295 134512640 135305190 3213517792 3041692864 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4393/tid=4396] ppid=4390 vsize=1013256 CPUtime=816.46
/proc/4393/task/4396/stat : 4396 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 49925 0 0 0 81535 111 0 0 25 0 4 0 1104369171 1037574144 244929 4294967295 134512640 135305190 3213517792 3033304256 134528503 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3266.67
Current children cumulated vsize (KiB) 1015672

[startup+882.305 s]
/proc/loadavg: 4.51 4.43 4.38 5/102 7042
/proc/meminfo: memFree=1958484/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2416 CPUtime=4.43
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 368 31165 0 0 0 0 430 13 17 0 1 0 1104368644 2473984 274 4294967295 134512640 135169312 3213317056 3213313272 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 604 274 231 161 0 43 0
[pid=4393] ppid=4390 vsize=1102548 CPUtime=3501.86
/proc/4393/stat : 4393 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202496 267266 0 0 0 349713 473 0 0 25 0 4 0 1104369087 1129009152 267171 4294967295 134512640 135305190 3213517792 3213515912 134840070 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/4393/statm: 275637 267171 79 194 0 275441 0
[pid=4393/tid=4394] ppid=4390 vsize=1102548 CPUtime=874.48
/proc/4393/task/4394/stat : 4394 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 49548 0 0 0 87311 137 0 0 25 0 4 0 1104369169 1129009152 267171 4294967295 134512640 135305190 3213517792 3050081472 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=4393/tid=4395] ppid=4390 vsize=1102548 CPUtime=874.78
/proc/4393/task/4395/stat : 4395 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 75720 0 0 0 87361 117 0 0 25 0 4 0 1104369169 1129009152 267171 4294967295 134512640 135305190 3213517792 3041692864 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4393/tid=4396] ppid=4390 vsize=1102548 CPUtime=876.37
/proc/4393/task/4396/stat : 4396 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 55665 0 0 0 87526 111 0 0 25 0 4 0 1104369171 1129009152 267171 4294967295 134512640 135305190 3213517792 3033304256 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3506.29
Current children cumulated vsize (KiB) 1104964

[startup+942.31 s]
/proc/loadavg: 4.51 4.44 4.38 5/102 7229
/proc/meminfo: memFree=1918648/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2416 CPUtime=4.43
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 368 31165 0 0 0 0 430 13 17 0 1 0 1104368644 2473984 274 4294967295 134512640 135169312 3213317056 3213313272 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 604 274 231 161 0 43 0
[pid=4393] ppid=4390 vsize=1142176 CPUtime=3741.53
/proc/4393/stat : 4393 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202496 276986 0 0 0 373657 496 0 0 25 0 4 0 1104369087 1169588224 276891 4294967295 134512640 135305190 3213517792 3213515968 134528512 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/4393/statm: 285544 276891 79 194 0 285348 0
[pid=4393/tid=4394] ppid=4390 vsize=1142176 CPUtime=934.37
/proc/4393/task/4394/stat : 4394 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 51580 0 0 0 93295 142 0 0 25 0 4 0 1104369169 1169588224 276891 4294967295 134512640 135305190 3213517792 3050081472 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=4393/tid=4395] ppid=4390 vsize=1142176 CPUtime=934.75
/proc/4393/task/4395/stat : 4395 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 78654 0 0 0 93352 123 0 0 25 0 4 0 1104369169 1169588224 276891 4294967295 134512640 135305190 3213517792 3041692480 134551687 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4393/tid=4396] ppid=4390 vsize=1142176 CPUtime=936.28
/proc/4393/task/4396/stat : 4396 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 57934 0 0 0 93511 117 0 0 25 0 4 0 1104369171 1169588224 276891 4294967295 134512640 135305190 3213517792 3033304256 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3745.96
Current children cumulated vsize (KiB) 1144592



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 4.55 4.47 4.39 6/102 7418
/proc/meminfo: memFree=1888564/3368532 swapFree=1952996/1959888
[pid=4390] ppid=4388 vsize=2416 CPUtime=4.43
/proc/4390/stat : 4390 (manysat.sh) S 4388 4390 21691 0 -1 4194304 368 31165 0 0 0 0 430 13 17 0 1 0 1104368644 2473984 274 4294967295 134512640 135169312 3213317056 3213313272 3085369070 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/4390/statm: 604 274 231 161 0 43 0
[pid=4393] ppid=4390 vsize=1172216 CPUtime=3971.82
/proc/4393/stat : 4393 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202496 284572 0 0 0 396667 515 0 0 25 0 4 0 1104369087 1200349184 284477 4294967295 134512640 135305190 3213517792 3213515968 134528341 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/4393/statm: 293054 284477 79 194 0 292858 0
[pid=4393/tid=4394] ppid=4390 vsize=1172216 CPUtime=992.03
/proc/4393/task/4394/stat : 4394 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 53193 0 0 0 99057 146 0 0 25 0 4 0 1104369169 1200349184 284477 4294967295 134512640 135305190 3213517792 3050081136 134551651 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=4393/tid=4395] ppid=4390 vsize=1172216 CPUtime=992.44
/proc/4393/task/4395/stat : 4395 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 80926 0 0 0 99119 125 0 0 25 0 4 0 1104369169 1200349184 284477 4294967295 134512640 135305190 3213517792 3041692480 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=4393/tid=4396] ppid=4390 vsize=1172216 CPUtime=993.75
/proc/4393/task/4396/stat : 4396 (manysat1.1_stat) R 4390 4390 21691 0 -1 4202560 59532 0 0 0 99252 123 0 0 25 0 4 0 1104369171 1200349184 284477 4294967295 134512640 135305190 3213517792 3033303984 134557370 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3976.25
Current children cumulated vsize (KiB) 1174632

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 4390 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=300000
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=140000
# CPU time returned by wait4() is 4.44
# while last known CPU time is 3976.25
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1000.06
CPU time (s): 3976.25
CPU user time (s): 3970.97
CPU system time (s): 5.28
CPU usage (%): 397.603
Max. virtual memory (cumulated for all children) (KiB): 1174632

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

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-28 11:18:33
IDJOB=1775791
IDBENCH=20386
IDSOLVER=620
FILE ID=tipi45/1775791-1243502313
PBS_JOBID=
Free space on /tmp= 15489 MiB

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

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

MD5SUM BENCH= 8e22d84b1ae625d44fbf300a32374a2d
RANDOM SEED= 2068806673

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:       3038908 kB
Buffers:        125476 kB
Cached:          96972 kB
SwapCached:       2100 kB
Active:          80520 kB
Inactive:       151276 kB
HighTotal:     2489216 kB
HighFree:      2379644 kB
LowTotal:       879316 kB
LowFree:        659264 kB
SwapTotal:     1959888 kB
SwapFree:      1952996 kB
Dirty:           14328 kB
Writeback:           0 kB
AnonPages:        8400 kB
Mapped:           3300 kB
Slab:            85452 kB
SReclaimable:    73852 kB
SUnreclaim:      11600 kB
PageTables:        480 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= 15477 MiB
End job on tipi45 at 2009-05-28 11:35:16