Trace number 1781080

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
satake 2009-03-22 (4 threads)? (TO) 1983.25 1000.05

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_09_UNSAT.cnf
MD5SUM3cd74d1813a4408b4123afc23df07d7d
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 variables1910
Number of clauses167931
Sum of the clauses size500698
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23312
Number of clauses of size 3164588
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 531

Solver Data


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-1781080-1243652345/watcher-1781080-1243652345 -o /tmp/evaluation-result-1781080-1243652345/solver-1781080-1243652345 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1781080-1243652345.cnf 4 10000 

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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.94 5.08 5.17 5/105 6126
/proc/meminfo: memFree=2215832/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=964 CPUtime=0
/proc/6125/stat : 6125 (satake) R 6123 6125 3671 0 -1 4202496 108 0 0 0 0 0 0 0 25 0 2 0 1119335623 987136 64 4294967295 134512640 135180984 3213485040 3213484384 134705812 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 241 64 54 164 0 76 0
[pid=6125/tid=6126] ppid=6123 vsize=964 CPUtime=0
/proc/6125/task/6126/stat : 6126 (satake) R 6123 6125 3671 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 2 0 1119335623 987136 64 4294967295 134512640 135180984 3213485040 3086656324 134705812 0 0 0 0 0 0 0 -1 2 0 0 0

[startup+0.106976 s]
/proc/loadavg: 4.94 5.08 5.17 5/105 6126
/proc/meminfo: memFree=2215832/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=18792 CPUtime=0.18
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 4266 0 0 0 14 4 0 0 25 0 5 0 1119335623 19243008 4214 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 4698 4214 63 164 0 4533 0
[pid=6125/tid=6126] ppid=6123 vsize=18792 CPUtime=0
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1119335623 19243008 4214 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 18792

[startup+0.216969 s]
/proc/loadavg: 4.94 5.08 5.17 5/105 6126
/proc/meminfo: memFree=2215832/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=23832 CPUtime=0.34
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 5881 0 0 0 30 4 0 0 25 0 5 0 1119335623 24403968 5168 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 5958 5168 68 164 0 5793 0
[pid=6125/tid=6126] ppid=6123 vsize=23832 CPUtime=0
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 42 0 0 0 0 0 0 0 23 0 5 0 1119335623 24403968 5168 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 23832

[startup+0.316985 s]
/proc/loadavg: 4.94 5.08 5.17 5/105 6126
/proc/meminfo: memFree=2215832/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=23216 CPUtime=0.51
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 6489 0 0 0 47 4 0 0 25 0 5 0 1119335623 23773184 5115 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 5804 5115 68 164 0 5639 0
[pid=6125/tid=6126] ppid=6123 vsize=23216 CPUtime=0
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 45 0 0 0 0 0 0 0 23 0 5 0 1119335623 23773184 5115 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 23216

[startup+0.71694 s]
/proc/loadavg: 4.94 5.08 5.17 5/105 6126
/proc/meminfo: memFree=2215832/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=25336 CPUtime=1.18
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 7564 0 0 0 112 6 0 0 25 0 5 0 1119335623 25944064 5529 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 6334 5529 68 164 0 6169 0
[pid=6125/tid=6126] ppid=6123 vsize=25336 CPUtime=0.03
/proc/6125/task/6126/stat : 6126 (satake) R 6123 6125 3671 0 -1 4202560 55 0 0 0 1 2 0 0 19 0 5 0 1119335623 25944064 5529 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 25336

[startup+1.51688 s]
/proc/loadavg: 4.94 5.08 5.17 6/109 6130
/proc/meminfo: memFree=2193300/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=27028 CPUtime=2.42
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 7872 0 0 0 234 8 0 0 25 0 5 0 1119335623 27676672 5837 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 6757 5837 68 164 0 6592 0
[pid=6125/tid=6126] ppid=6123 vsize=27028 CPUtime=0.06
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 75 0 0 0 2 4 0 0 16 0 5 0 1119335623 27676672 5837 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=6125/tid=6128] ppid=6123 vsize=27028 CPUtime=0.86
/proc/6125/task/6128/stat : 6128 (satake) R 6123 6125 3671 0 -1 4202560 2535 0 0 0 84 2 0 0 25 0 5 0 1119335623 27676672 5837 4294967295 134512640 135180984 3213485040 3086589804 134519884 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6129] ppid=6123 vsize=27028 CPUtime=0.68
/proc/6125/task/6129/stat : 6129 (satake) R 6123 6125 3671 0 -1 4202560 2551 0 0 0 67 1 0 0 25 0 5 0 1119335623 27676672 5837 4294967295 134512640 135180984 3213485040 3086524272 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6125/tid=6130] ppid=6123 vsize=27028 CPUtime=0.82
/proc/6125/task/6130/stat : 6130 (satake) R 6123 6125 3671 0 -1 4202560 2600 0 0 0 81 1 0 0 25 0 5 0 1119335623 27676672 5837 4294967295 134512640 135180984 3213485040 3086458528 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 27028

[startup+3.11679 s]
/proc/loadavg: 4.94 5.08 5.17 6/109 6130
/proc/meminfo: memFree=2191820/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=28216 CPUtime=5.13
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 8369 0 0 0 496 17 0 0 25 0 5 0 1119335623 28893184 6334 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 7054 6334 68 164 0 6889 0
[pid=6125/tid=6126] ppid=6123 vsize=28216 CPUtime=0.12
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 105 0 0 0 2 10 0 0 15 0 5 0 1119335623 28893184 6334 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=6125/tid=6128] ppid=6123 vsize=28216 CPUtime=1.69
/proc/6125/task/6128/stat : 6128 (satake) R 6123 6125 3671 0 -1 4202560 2697 0 0 0 167 2 0 0 25 0 5 0 1119335623 28893184 6334 4294967295 134512640 135180984 3213485040 3086589808 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6129] ppid=6123 vsize=28216 CPUtime=1.49
/proc/6125/task/6129/stat : 6129 (satake) R 6123 6125 3671 0 -1 4202560 2697 0 0 0 146 3 0 0 25 0 5 0 1119335623 28893184 6334 4294967295 134512640 135180984 3213485040 3086524064 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6130] ppid=6123 vsize=28216 CPUtime=1.83
/proc/6125/task/6130/stat : 6130 (satake) S 6123 6125 3671 0 -1 4202560 2759 0 0 0 181 2 0 0 25 0 5 0 1119335623 28893184 6334 4294967295 134512640 135180984 3213485040 3086458528 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.13
Current children cumulated vsize (KiB) 28216

[startup+6.31662 s]
/proc/loadavg: 4.86 5.06 5.16 6/109 6130
/proc/meminfo: memFree=2188292/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=32112 CPUtime=10.71
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 9165 0 0 0 1047 24 0 0 25 0 5 0 1119335623 32882688 7130 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 8028 7130 68 164 0 7863 0
[pid=6125/tid=6126] ppid=6123 vsize=32112 CPUtime=0.19
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 150 0 0 0 3 16 0 0 15 0 5 0 1119335623 32882688 7130 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=6125/tid=6128] ppid=6123 vsize=32112 CPUtime=3.63
/proc/6125/task/6128/stat : 6128 (satake) R 6123 6125 3671 0 -1 4202560 2964 0 0 0 361 2 0 0 25 0 5 0 1119335623 32882688 7130 4294967295 134512640 135180984 3213485040 3086589808 134528688 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6125/tid=6129] ppid=6123 vsize=32112 CPUtime=3.18
/proc/6125/task/6129/stat : 6129 (satake) R 6123 6125 3671 0 -1 4202560 2974 0 0 0 315 3 0 0 25 0 5 0 1119335623 32882688 7130 4294967295 134512640 135180984 3213485040 3086524272 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6130] ppid=6123 vsize=32112 CPUtime=3.71
/proc/6125/task/6130/stat : 6130 (satake) R 6123 6125 3671 0 -1 4202560 2966 0 0 0 368 3 0 0 25 0 5 0 1119335623 32882688 7130 4294967295 134512640 135180984 3213485040 3086458728 134518247 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.71
Current children cumulated vsize (KiB) 32112

[startup+12.7161 s]
/proc/loadavg: 4.87 5.06 5.16 6/109 6314
/proc/meminfo: memFree=2182640/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=37120 CPUtime=22.43
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 10390 0 0 0 2204 39 0 0 25 0 5 0 1119335623 38010880 8355 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 9280 8355 68 164 0 9115 0
[pid=6125/tid=6126] ppid=6123 vsize=37120 CPUtime=0.35
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 205 0 0 0 6 29 0 0 15 0 5 0 1119335623 38010880 8355 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=6125/tid=6128] ppid=6123 vsize=37120 CPUtime=7.5
/proc/6125/task/6128/stat : 6128 (satake) R 6123 6125 3671 0 -1 4202560 3312 0 0 0 747 3 0 0 25 0 5 0 1119335623 38010880 8355 4294967295 134512640 135180984 3213485040 3086589808 134528970 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6125/tid=6129] ppid=6123 vsize=37120 CPUtime=7.43
/proc/6125/task/6129/stat : 6129 (satake) R 6123 6125 3671 0 -1 4202560 3408 0 0 0 740 3 0 0 25 0 5 0 1119335623 38010880 8355 4294967295 134512640 135180984 3213485040 3086524272 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6125/tid=6130] ppid=6123 vsize=37120 CPUtime=7.15
/proc/6125/task/6130/stat : 6130 (satake) R 6123 6125 3671 0 -1 4202560 3354 0 0 0 711 4 0 0 25 0 5 0 1119335623 38010880 8355 4294967295 134512640 135180984 3213485040 3086458736 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.43
Current children cumulated vsize (KiB) 37120

[startup+25.5152 s]
/proc/loadavg: 5.04 5.09 5.17 6/109 6315
/proc/meminfo: memFree=2175524/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=44568 CPUtime=46.83
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 12241 0 0 0 4630 53 0 0 25 0 5 0 1119335623 45637632 10206 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 11142 10206 68 164 0 10977 0
[pid=6125/tid=6126] ppid=6123 vsize=44568 CPUtime=0.55
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 245 0 0 0 15 40 0 0 15 0 5 0 1119335623 45637632 10206 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=6125/tid=6128] ppid=6123 vsize=44568 CPUtime=16.46
/proc/6125/task/6128/stat : 6128 (satake) R 6123 6125 3671 0 -1 4202560 3875 0 0 0 1643 3 0 0 25 0 5 0 1119335623 45637632 10206 4294967295 134512640 135180984 3213485040 3086589808 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6129] ppid=6123 vsize=44568 CPUtime=15.53
/proc/6125/task/6129/stat : 6129 (satake) R 6123 6125 3671 0 -1 4202560 3967 0 0 0 1550 3 0 0 25 0 5 0 1119335623 45637632 10206 4294967295 134512640 135180984 3213485040 3086524224 134527255 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6125/tid=6130] ppid=6123 vsize=44568 CPUtime=14.29
/proc/6125/task/6130/stat : 6130 (satake) R 6123 6125 3671 0 -1 4202560 4043 0 0 0 1422 7 0 0 25 0 5 0 1119335623 45637632 10206 4294967295 134512640 135180984 3213485040 3086458540 134706407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 46.83
Current children cumulated vsize (KiB) 44568

[startup+51.1135 s]
/proc/loadavg: 5.05 5.08 5.17 6/109 6316
/proc/meminfo: memFree=2164888/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=56024 CPUtime=96.18
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 14852 0 0 0 9535 83 0 0 25 0 5 0 1119335623 57368576 12817 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 14006 12817 68 164 0 13841 0
[pid=6125/tid=6126] ppid=6123 vsize=56024 CPUtime=0.85
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 320 0 0 0 25 60 0 0 15 0 5 0 1119335623 57368576 12817 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=6125/tid=6128] ppid=6123 vsize=56024 CPUtime=33.26
/proc/6125/task/6128/stat : 6128 (satake) R 6123 6125 3671 0 -1 4202560 4614 0 0 0 3317 9 0 0 25 0 5 0 1119335623 57368576 12817 4294967295 134512640 135180984 3213485040 3086589808 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6125/tid=6129] ppid=6123 vsize=56024 CPUtime=31.97
/proc/6125/task/6129/stat : 6129 (satake) R 6123 6125 3671 0 -1 4202560 4874 0 0 0 3192 5 0 0 25 0 5 0 1119335623 57368576 12817 4294967295 134512640 135180984 3213485040 3086524272 134528557 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6130] ppid=6123 vsize=56024 CPUtime=30.1
/proc/6125/task/6130/stat : 6130 (satake) R 6123 6125 3671 0 -1 4202560 4933 0 0 0 3001 9 0 0 25 0 5 0 1119335623 57368576 12817 4294967295 134512640 135180984 3213485040 3086458528 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 96.18
Current children cumulated vsize (KiB) 56024

[startup+102.31 s]
/proc/loadavg: 4.95 5.05 5.15 7/109 6508
/proc/meminfo: memFree=2148124/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=70912 CPUtime=196.63
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 18651 0 0 0 19551 112 0 0 25 0 5 0 1119335623 72613888 16616 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 17728 16616 68 164 0 17563 0
[pid=6125/tid=6126] ppid=6123 vsize=70912 CPUtime=1.09
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 446 0 0 0 37 72 0 0 15 0 5 0 1119335623 72613888 16616 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=6125/tid=6128] ppid=6123 vsize=70912 CPUtime=67.79
/proc/6125/task/6128/stat : 6128 (satake) R 6123 6125 3671 0 -1 4202560 5717 0 0 0 6765 14 0 0 25 0 5 0 1119335623 72613888 16616 4294967295 134512640 135180984 3213485040 3086589808 134528470 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6129] ppid=6123 vsize=70912 CPUtime=65.14
/proc/6125/task/6129/stat : 6129 (satake) R 6123 6125 3671 0 -1 4202560 6163 0 0 0 6505 9 0 0 25 0 5 0 1119335623 72613888 16616 4294967295 134512640 135180984 3213485040 3086524272 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6125/tid=6130] ppid=6123 vsize=70912 CPUtime=62.61
/proc/6125/task/6130/stat : 6130 (satake) R 6123 6125 3671 0 -1 4202560 6214 0 0 0 6244 17 0 0 25 0 5 0 1119335623 72613888 16616 4294967295 134512640 135180984 3213485040 3086458736 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 196.63
Current children cumulated vsize (KiB) 70912

[startup+162.306 s]
/proc/loadavg: 5.05 5.07 5.15 6/109 6696
/proc/meminfo: memFree=2134212/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=84936 CPUtime=315.14
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 21905 0 0 0 31379 135 0 0 25 0 5 0 1119335623 86974464 19870 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 21234 19870 68 164 0 21069 0
[pid=6125/tid=6126] ppid=6123 vsize=84936 CPUtime=1.24
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 482 0 0 0 44 80 0 0 15 0 5 0 1119335623 86974464 19870 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=6125/tid=6128] ppid=6123 vsize=84936 CPUtime=107.86
/proc/6125/task/6128/stat : 6128 (satake) R 6123 6125 3671 0 -1 4202560 6770 0 0 0 10767 19 0 0 25 0 5 0 1119335623 86974464 19870 4294967295 134512640 135180984 3213485040 3086589808 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6125/tid=6129] ppid=6123 vsize=84936 CPUtime=103.81
/proc/6125/task/6129/stat : 6129 (satake) R 6123 6125 3671 0 -1 4202560 7271 0 0 0 10369 12 0 0 25 0 5 0 1119335623 86974464 19870 4294967295 134512640 135180984 3213485040 3086524272 134528674 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6130] ppid=6123 vsize=84936 CPUtime=102.23
/proc/6125/task/6130/stat : 6130 (satake) R 6123 6125 3671 0 -1 4202560 7271 0 0 0 10199 24 0 0 25 0 5 0 1119335623 86974464 19870 4294967295 134512640 135180984 3213485040 3086458540 134706407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 315.14

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

[pid=6125/tid=6128] ppid=6123 vsize=155624 CPUtime=404.71
/proc/6125/task/6128/stat : 6128 (satake) R 6123 6125 3671 0 -1 4202560 12371 0 0 0 40438 33 0 0 25 0 5 0 1119335623 159358976 36176 4294967295 134512640 135180984 3213485040 3086589808 134528648 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6125/tid=6129] ppid=6123 vsize=155624 CPUtime=366.83
/proc/6125/task/6129/stat : 6129 (satake) R 6123 6125 3671 0 -1 4202560 12737 0 0 0 36650 33 0 0 25 0 5 0 1119335623 159358976 36176 4294967295 134512640 135180984 3213485040 3086524272 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6130] ppid=6123 vsize=155624 CPUtime=377.15
/proc/6125/task/6130/stat : 6130 (satake) R 6123 6125 3671 0 -1 4202560 12361 0 0 0 37657 58 0 0 25 0 5 0 1119335623 159358976 36176 4294967295 134512640 135180984 3213485040 3086458528 134580407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1150.38
Current children cumulated vsize (KiB) 155624

[startup+642.313 s]
/proc/loadavg: 5.13 5.16 5.17 6/109 8204
/proc/meminfo: memFree=2056628/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=162660 CPUtime=1270.6
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 39904 0 0 0 126813 247 0 0 25 0 5 0 1119335623 166563840 37813 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 40665 37813 68 164 0 40500 0
[pid=6125/tid=6126] ppid=6123 vsize=162660 CPUtime=1.77
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 716 0 0 0 61 116 0 0 15 0 5 0 1119335623 166563840 37813 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=6125/tid=6128] ppid=6123 vsize=162660 CPUtime=450.05
/proc/6125/task/6128/stat : 6128 (satake) R 6123 6125 3671 0 -1 4202560 12727 0 0 0 44970 35 0 0 25 0 5 0 1119335623 166563840 37813 4294967295 134512640 135180984 3213485040 3086589808 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6129] ppid=6123 vsize=162660 CPUtime=405.01
/proc/6125/task/6129/stat : 6129 (satake) R 6123 6125 3671 0 -1 4202560 13289 0 0 0 40465 36 0 0 25 0 5 0 1119335623 166563840 37813 4294967295 134512640 135180984 3213485040 3086524272 134528658 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6125/tid=6130] ppid=6123 vsize=162660 CPUtime=413.77
/proc/6125/task/6130/stat : 6130 (satake) R 6123 6125 3671 0 -1 4202560 13061 0 0 0 41317 60 0 0 25 0 5 0 1119335623 166563840 37813 4294967295 134512640 135180984 3213485040 3086458736 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1270.6
Current children cumulated vsize (KiB) 162660

[startup+702.309 s]
/proc/loadavg: 5.27 5.19 5.18 6/109 8392
/proc/meminfo: memFree=2048660/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=169932 CPUtime=1390.04
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 41592 0 0 0 138738 266 0 0 25 0 5 0 1119335623 174010368 39501 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 42483 39501 68 164 0 42318 0
[pid=6125/tid=6126] ppid=6123 vsize=169932 CPUtime=1.86
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 777 0 0 0 63 123 0 0 15 0 5 0 1119335623 174010368 39501 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=6125/tid=6128] ppid=6123 vsize=169932 CPUtime=495.58
/proc/6125/task/6128/stat : 6128 (satake) R 6123 6125 3671 0 -1 4202560 13089 0 0 0 49521 37 0 0 25 0 5 0 1119335623 174010368 39501 4294967295 134512640 135180984 3213485040 3086589612 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6129] ppid=6123 vsize=169932 CPUtime=442.6
/proc/6125/task/6129/stat : 6129 (satake) R 6123 6125 3671 0 -1 4202560 13874 0 0 0 44217 43 0 0 25 0 5 0 1119335623 174010368 39501 4294967295 134512640 135180984 3213485040 3086524272 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6130] ppid=6123 vsize=169932 CPUtime=450
/proc/6125/task/6130/stat : 6130 (satake) R 6123 6125 3671 0 -1 4202560 13741 0 0 0 44937 63 0 0 25 0 5 0 1119335623 174010368 39501 4294967295 134512640 135180984 3213485040 3086458732 134519924 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1390.04
Current children cumulated vsize (KiB) 169932

[startup+762.305 s]
/proc/loadavg: 5.19 5.18 5.18 6/109 8580
/proc/meminfo: memFree=2042352/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=175968 CPUtime=1509.56
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 42962 0 0 0 150676 280 0 0 25 0 5 0 1119335623 180191232 40871 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 43992 40871 68 164 0 43827 0
[pid=6125/tid=6126] ppid=6123 vsize=175968 CPUtime=1.88
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 800 0 0 0 63 125 0 0 15 0 5 0 1119335623 180191232 40871 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=6125/tid=6128] ppid=6123 vsize=175968 CPUtime=546.18
/proc/6125/task/6128/stat : 6128 (satake) R 6123 6125 3671 0 -1 4202560 13439 0 0 0 54574 44 0 0 25 0 5 0 1119335623 180191232 40871 4294967295 134512640 135180984 3213485040 3086589804 134518218 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6125/tid=6129] ppid=6123 vsize=175968 CPUtime=480.63
/proc/6125/task/6129/stat : 6129 (satake) R 6123 6125 3671 0 -1 4202560 14418 0 0 0 48016 47 0 0 25 0 5 0 1119335623 180191232 40871 4294967295 134512640 135180984 3213485040 3086524272 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6130] ppid=6123 vsize=175968 CPUtime=480.87
/proc/6125/task/6130/stat : 6130 (satake) R 6123 6125 3671 0 -1 4202560 14194 0 0 0 48023 64 0 0 25 0 5 0 1119335623 180191232 40871 4294967295 134512640 135180984 3213485040 3086458736 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1509.56
Current children cumulated vsize (KiB) 175968

[startup+822.311 s]
/proc/loadavg: 5.27 5.19 5.18 6/109 8768
/proc/meminfo: memFree=2036292/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=182256 CPUtime=1628.98
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 44303 0 0 0 162607 291 0 0 25 0 5 0 1119335623 186630144 42212 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 45564 42212 68 164 0 45399 0
[pid=6125/tid=6126] ppid=6123 vsize=182256 CPUtime=1.94
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 824 0 0 0 63 131 0 0 15 0 5 0 1119335623 186630144 42212 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=6125/tid=6128] ppid=6123 vsize=182256 CPUtime=592.12
/proc/6125/task/6128/stat : 6128 (satake) R 6123 6125 3671 0 -1 4202560 13760 0 0 0 59164 48 0 0 25 0 5 0 1119335623 186630144 42212 4294967295 134512640 135180984 3213485040 3086589808 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6129] ppid=6123 vsize=182256 CPUtime=520.83
/proc/6125/task/6129/stat : 6129 (satake) R 6123 6125 3671 0 -1 4202560 14872 0 0 0 52036 47 0 0 25 0 5 0 1119335623 186630144 42212 4294967295 134512640 135180984 3213485040 3086524272 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6125/tid=6130] ppid=6123 vsize=182256 CPUtime=514.09
/proc/6125/task/6130/stat : 6130 (satake) R 6123 6125 3671 0 -1 4202560 14736 0 0 0 51344 65 0 0 25 0 5 0 1119335623 186630144 42212 4294967295 134512640 135180984 3213485040 3086458736 134528536 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1628.98
Current children cumulated vsize (KiB) 182256

[startup+882.317 s]
/proc/loadavg: 5.22 5.20 5.18 6/109 8958
/proc/meminfo: memFree=2029604/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=188020 CPUtime=1748.4
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 45907 0 0 0 174537 303 0 0 25 0 5 0 1119335623 192532480 43816 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 47005 43816 68 164 0 46840 0
[pid=6125/tid=6126] ppid=6123 vsize=188020 CPUtime=1.98
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 843 0 0 0 64 134 0 0 15 0 5 0 1119335623 192532480 43816 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=6125/tid=6128] ppid=6123 vsize=188020 CPUtime=628.85
/proc/6125/task/6128/stat : 6128 (satake) R 6123 6125 3671 0 -1 4202560 14130 0 0 0 62836 49 0 0 25 0 5 0 1119335623 192532480 43816 4294967295 134512640 135180984 3213485040 3086589808 134528562 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6125/tid=6129] ppid=6123 vsize=188020 CPUtime=562.37
/proc/6125/task/6129/stat : 6129 (satake) R 6123 6125 3671 0 -1 4202560 15293 0 0 0 56188 49 0 0 25 0 5 0 1119335623 192532480 43816 4294967295 134512640 135180984 3213485040 3086524272 134528519 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6130] ppid=6123 vsize=188020 CPUtime=555.2
/proc/6125/task/6130/stat : 6130 (satake) R 6123 6125 3671 0 -1 4202560 15530 0 0 0 55449 71 0 0 25 0 5 0 1119335623 192532480 43816 4294967295 134512640 135180984 3213485040 3086458736 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1748.4
Current children cumulated vsize (KiB) 188020

[startup+942.303 s]
/proc/loadavg: 5.13 5.17 5.17 6/109 9147
/proc/meminfo: memFree=2023024/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=194716 CPUtime=1867.8
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 47336 0 0 0 186465 315 0 0 25 0 5 0 1119335623 199389184 45245 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 48679 45245 68 164 0 48514 0
[pid=6125/tid=6126] ppid=6123 vsize=194716 CPUtime=2
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 871 0 0 0 64 136 0 0 15 0 5 0 1119335623 199389184 45245 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=6125/tid=6128] ppid=6123 vsize=194716 CPUtime=667.65
/proc/6125/task/6128/stat : 6128 (satake) R 6123 6125 3671 0 -1 4202560 14544 0 0 0 66709 56 0 0 25 0 5 0 1119335623 199389184 45245 4294967295 134512640 135180984 3213485040 3086589808 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6129] ppid=6123 vsize=194716 CPUtime=601.93
/proc/6125/task/6129/stat : 6129 (satake) R 6123 6125 3671 0 -1 4202560 15825 0 0 0 60144 49 0 0 25 0 5 0 1119335623 199389184 45245 4294967295 134512640 135180984 3213485040 3086524272 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6130] ppid=6123 vsize=194716 CPUtime=596.22
/proc/6125/task/6130/stat : 6130 (satake) R 6123 6125 3671 0 -1 4202560 15985 0 0 0 59548 74 0 0 25 0 5 0 1119335623 199389184 45245 4294967295 134512640 135180984 3213485040 3086458728 134518214 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1867.8
Current children cumulated vsize (KiB) 194716



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.02 s]
/proc/loadavg: 5.30 5.22 5.19 8/109 9335
/proc/meminfo: memFree=2017024/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=199704 CPUtime=1983.2
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 48571 0 0 0 197993 327 0 0 25 0 5 0 1119335623 204496896 46480 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 49926 46480 68 164 0 49761 0
[pid=6125/tid=6126] ppid=6123 vsize=199704 CPUtime=2.02
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 886 0 0 0 64 138 0 0 15 0 5 0 1119335623 204496896 46480 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=6125/tid=6128] ppid=6123 vsize=199704 CPUtime=707.05
/proc/6125/task/6128/stat : 6128 (satake) R 6123 6125 3671 0 -1 4202560 14852 0 0 0 70648 57 0 0 25 0 5 0 1119335623 204496896 46480 4294967295 134512640 135180984 3213485040 3086589808 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6125/tid=6129] ppid=6123 vsize=199704 CPUtime=643.13
/proc/6125/task/6129/stat : 6129 (satake) R 6123 6125 3671 0 -1 4202560 16314 0 0 0 64261 52 0 0 25 0 5 0 1119335623 204496896 46480 4294967295 134512640 135180984 3213485040 3086524268 134518208 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6130] ppid=6123 vsize=199704 CPUtime=631
/proc/6125/task/6130/stat : 6130 (satake) R 6123 6125 3671 0 -1 4202560 16408 0 0 0 63020 80 0 0 25 0 5 0 1119335623 204496896 46480 4294967295 134512640 135180984 3213485040 3086458736 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1983.2
Current children cumulated vsize (KiB) 199704

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

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

[startup+1000.02 s]
/proc/loadavg: 5.30 5.22 5.19 8/109 9335
/proc/meminfo: memFree=2017024/3368532 swapFree=1954076/1959888
[pid=6125] ppid=6123 vsize=199704 CPUtime=1983.2
/proc/6125/stat : 6125 (satake) S 6123 6125 3671 0 -1 4202496 48571 0 0 0 197993 327 0 0 25 0 5 0 1119335623 204496896 46480 4294967295 134512640 135180984 3213485040 3213484476 134573496 0 0 0 0 4294967295 0 0 17 2 0 0 0
/proc/6125/statm: 49926 46480 68 164 0 49761 0
[pid=6125/tid=6126] ppid=6123 vsize=199704 CPUtime=2.02
/proc/6125/task/6126/stat : 6126 (satake) S 6123 6125 3671 0 -1 4202560 886 0 0 0 64 138 0 0 15 0 5 0 1119335623 204496896 46480 4294967295 134512640 135180984 3213485040 3086655504 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=6125/tid=6128] ppid=6123 vsize=199704 CPUtime=707.05
/proc/6125/task/6128/stat : 6128 (satake) R 6123 6125 3671 0 -1 4202560 14852 0 0 0 70648 57 0 0 25 0 5 0 1119335623 204496896 46480 4294967295 134512640 135180984 3213485040 3086589808 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=6125/tid=6129] ppid=6123 vsize=199704 CPUtime=643.13
/proc/6125/task/6129/stat : 6129 (satake) R 6123 6125 3671 0 -1 4202560 16314 0 0 0 64261 52 0 0 25 0 5 0 1119335623 204496896 46480 4294967295 134512640 135180984 3213485040 3086524268 134518208 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=6125/tid=6130] ppid=6123 vsize=199704 CPUtime=631
/proc/6125/task/6130/stat : 6130 (satake) R 6123 6125 3671 0 -1 4202560 16408 0 0 0 63020 80 0 0 25 0 5 0 1119335623 204496896 46480 4294967295 134512640 135180984 3213485040 3086458736 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1983.2
Current children cumulated vsize (KiB) 199704

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.05
CPU time (s): 1983.25
CPU user time (s): 1979.97
CPU system time (s): 3.28
CPU usage (%): 198.315
Max. virtual memory (cumulated for all children) (KiB): 199704

deleting IPC queue 14155776
deleting IPC queue 14188545
deleting IPC queue 14221314
deleting IPC queue 14254083
deleting IPC queue 14286852
deleting IPC queue 14319621
deleting IPC queue 14352390
deleting IPC queue 14385159
deleting IPC queue 14417928
deleting IPC queue 14450697
deleting IPC queue 14483466
deleting IPC queue 14516235
deleting IPC queue 14549004
deleting IPC queue 14581773
deleting IPC queue 14614542
deleting IPC queue 14647311

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-30 04:59:05
IDJOB=1781080
IDBENCH=71093
IDSOLVER=629
FILE ID=tipi44/1781080-1243652345
PBS_JOBID=
Free space on /tmp= 15891 MiB

SOLVER NAME= satake 2009-03-22 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/ndhf_xits_09_UNSAT.cnf
COMMAND LINE= HOME/satake BENCHNAME MAXNBTHREAD TIMEOUT
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1781080-1243652345/watcher-1781080-1243652345 -o /tmp/evaluation-result-1781080-1243652345/solver-1781080-1243652345 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1781080-1243652345.cnf 4 10000

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

MD5SUM BENCH= 3cd74d1813a4408b4123afc23df07d7d
RANDOM SEED= 1619719782

Linux tipi44 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.116
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.116
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.116
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.14
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.116
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.16
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2215832 kB
Buffers:        151664 kB
Cached:         727076 kB
SwapCached:       2180 kB
Active:         825592 kB
Inactive:       229436 kB
HighTotal:     2489216 kB
HighFree:      1587236 kB
LowTotal:       879316 kB
LowFree:        628596 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:            5796 kB
Writeback:           0 kB
AnonPages:      175536 kB
Mapped:           5768 kB
Slab:            87148 kB
SReclaimable:    76984 kB
SUnreclaim:      10164 kB
PageTables:        852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   258444 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15891 MiB
End job on tipi44 at 2009-05-30 05:15:47