Trace number 1781005

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

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
ndhf_xits_13_UNSAT.cnf
MD5SUMd4e16a803f6cd0903a2bd3e7157287b3
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 variables2730
Number of clauses271285
Sum of the clauses size809746
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24450
Number of clauses of size 3266804
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-1781005-1243651523/watcher-1781005-1243651523 -o /tmp/evaluation-result-1781005-1243651523/solver-1781005-1243651523 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1781005-1243651523.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: 2.76 2.95 2.98 3/100 23046
/proc/meminfo: memFree=3119608/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=964 CPUtime=0
/proc/23045/stat : 23045 (satake) R 23043 23045 21929 0 -1 4202496 107 0 0 0 0 0 0 0 25 0 2 0 1129816715 987136 63 4294967295 134512640 135180984 3219880464 3219879808 134705812 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 241 63 54 164 0 76 0
[pid=23045/tid=23046] ppid=23043 vsize=964 CPUtime=0
/proc/23045/task/23046/stat : 23046 (satake) R 23043 23045 21929 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 2 0 1129816715 987136 63 4294967295 134512640 135180984 3219880464 3086574404 134705812 0 0 0 0 0 0 0 -1 1 0 0 0

[startup+0.044468 s]
/proc/loadavg: 2.76 2.95 2.98 3/100 23046
/proc/meminfo: memFree=3119608/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=18636 CPUtime=0.07
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 4220 0 0 0 6 1 0 0 25 0 5 0 1129816715 19083264 4174 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 4659 4174 63 164 0 4494 0
[pid=23045/tid=23046] ppid=23043 vsize=18636 CPUtime=0
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1129816715 19083264 4174 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 18636

[startup+0.106555 s]
/proc/loadavg: 2.76 2.95 2.98 3/100 23046
/proc/meminfo: memFree=3119608/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=28312 CPUtime=0.25
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 6400 0 0 0 24 1 0 0 25 0 5 0 1129816715 28991488 6354 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 7078 6354 63 164 0 6913 0
[pid=23045/tid=23046] ppid=23043 vsize=28312 CPUtime=0
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 5 0 1129816715 28991488 6354 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 28312

[startup+0.304421 s]
/proc/loadavg: 2.76 2.95 2.98 3/100 23046
/proc/meminfo: memFree=3119608/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=35196 CPUtime=0.8
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 11624 0 0 0 77 3 0 0 25 0 5 0 1129816715 36040704 8236 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 8799 8236 68 164 0 8634 0
[pid=23045/tid=23046] ppid=23043 vsize=35196 CPUtime=0.01
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 56 0 0 0 0 1 0 0 23 0 5 0 1129816715 36040704 8236 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 35196

[startup+0.704385 s]
/proc/loadavg: 2.76 2.95 2.98 3/100 23046
/proc/meminfo: memFree=3119608/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=38564 CPUtime=2
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 12249 0 0 0 195 5 0 0 25 0 5 0 1129816715 39489536 8861 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 9641 8861 68 164 0 9476 0
[pid=23045/tid=23046] ppid=23043 vsize=38564 CPUtime=0.02
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 56 0 0 0 0 2 0 0 18 0 5 0 1129816715 39489536 8861 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 38564

[startup+1.50431 s]
/proc/loadavg: 2.76 2.95 2.98 4/104 23050
/proc/meminfo: memFree=3083836/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=42464 CPUtime=4.41
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 13154 0 0 0 435 6 0 0 25 0 5 0 1129816715 43483136 9766 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 10616 9766 68 164 0 10451 0
[pid=23045/tid=23046] ppid=23043 vsize=42464 CPUtime=0.03
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 56 0 0 0 1 2 0 0 15 0 5 0 1129816715 43483136 9766 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=23045/tid=23048] ppid=23043 vsize=42464 CPUtime=1.49
/proc/23045/task/23048/stat : 23048 (satake) R 23043 23045 21929 0 -1 4202560 4281 0 0 0 147 2 0 0 25 0 5 0 1129816715 43483136 9766 4294967295 134512640 135180984 3219880464 3086507888 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23045/tid=23049] ppid=23043 vsize=42464 CPUtime=1.44
/proc/23045/task/23049/stat : 23049 (satake) R 23043 23045 21929 0 -1 4202560 4307 0 0 0 143 1 0 0 25 0 5 0 1129816715 43483136 9766 4294967295 134512640 135180984 3219880464 3086442184 134675846 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23045/tid=23050] ppid=23043 vsize=42464 CPUtime=1.45
/proc/23045/task/23050/stat : 23050 (satake) R 23043 23045 21929 0 -1 4202560 4400 0 0 0 144 1 0 0 25 0 5 0 1129816715 43483136 9766 4294967295 134512640 135180984 3219880464 3086376720 134525399 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 42464

[startup+3.10416 s]
/proc/loadavg: 2.78 2.95 2.98 4/104 23050
/proc/meminfo: memFree=3079156/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=47020 CPUtime=9.17
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 14491 0 0 0 909 8 0 0 25 0 5 0 1129816715 48148480 11103 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 11755 11103 68 164 0 11590 0
[pid=23045/tid=23046] ppid=23043 vsize=47020 CPUtime=0.03
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 59 0 0 0 1 2 0 0 15 0 5 0 1129816715 48148480 11103 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
[pid=23045/tid=23048] ppid=23043 vsize=47020 CPUtime=3.09
/proc/23045/task/23048/stat : 23048 (satake) R 23043 23045 21929 0 -1 4202560 4628 0 0 0 307 2 0 0 25 0 5 0 1129816715 48148480 11103 4294967295 134512640 135180984 3219880464 3086507888 134528549 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23045/tid=23049] ppid=23043 vsize=47020 CPUtime=3.02
/proc/23045/task/23049/stat : 23049 (satake) R 23043 23045 21929 0 -1 4202560 4740 0 0 0 301 1 0 0 25 0 5 0 1129816715 48148480 11103 4294967295 134512640 135180984 3219880464 3086442352 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23045/tid=23050] ppid=23043 vsize=47020 CPUtime=3.04
/proc/23045/task/23050/stat : 23050 (satake) R 23043 23045 21929 0 -1 4202560 4954 0 0 0 301 3 0 0 25 0 5 0 1129816715 48148480 11103 4294967295 134512640 135180984 3219880464 3086376816 134528869 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 9.17
Current children cumulated vsize (KiB) 47020

[startup+6.30385 s]
/proc/loadavg: 2.78 2.95 2.98 4/104 23235
/proc/meminfo: memFree=3070032/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=55112 CPUtime=18.71
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 16324 0 0 0 1859 12 0 0 25 0 5 0 1129816715 56434688 12936 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 13778 12936 68 164 0 13613 0
[pid=23045/tid=23046] ppid=23043 vsize=55112 CPUtime=0.04
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 59 0 0 0 1 3 0 0 15 0 5 0 1129816715 56434688 12936 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=23045/tid=23048] ppid=23043 vsize=55112 CPUtime=6.27
/proc/23045/task/23048/stat : 23048 (satake) R 23043 23045 21929 0 -1 4202560 5300 0 0 0 624 3 0 0 25 0 5 0 1129816715 56434688 12936 4294967295 134512640 135180984 3219880464 3086507888 134528641 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23045/tid=23049] ppid=23043 vsize=55112 CPUtime=6.17
/proc/23045/task/23049/stat : 23049 (satake) R 23043 23045 21929 0 -1 4202560 5310 0 0 0 615 2 0 0 25 0 5 0 1129816715 56434688 12936 4294967295 134512640 135180984 3219880464 3086442352 134528446 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23045/tid=23050] ppid=23043 vsize=55112 CPUtime=6.23
/proc/23045/task/23050/stat : 23050 (satake) R 23043 23045 21929 0 -1 4202560 5545 0 0 0 619 4 0 0 25 0 5 0 1129816715 56434688 12936 4294967295 134512640 135180984 3219880464 3086376648 134675846 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 18.71
Current children cumulated vsize (KiB) 55112

[startup+12.7032 s]
/proc/loadavg: 2.81 2.95 2.98 4/104 23236
/proc/meminfo: memFree=3059700/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=63988 CPUtime=37.91
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 18760 0 0 0 3779 12 0 0 25 0 5 0 1129816715 65523712 15372 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 15997 15372 68 164 0 15832 0
[pid=23045/tid=23046] ppid=23043 vsize=63988 CPUtime=0.04
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 60 0 0 0 1 3 0 0 15 0 5 0 1129816715 65523712 15372 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=23045/tid=23048] ppid=23043 vsize=63988 CPUtime=12.67
/proc/23045/task/23048/stat : 23048 (satake) R 23043 23045 21929 0 -1 4202560 6204 0 0 0 1264 3 0 0 25 0 5 0 1129816715 65523712 15372 4294967295 134512640 135180984 3219880464 3086507888 134528680 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23045/tid=23049] ppid=23043 vsize=63988 CPUtime=12.58
/proc/23045/task/23049/stat : 23049 (satake) R 23043 23045 21929 0 -1 4202560 6145 0 0 0 1256 2 0 0 25 0 5 0 1129816715 65523712 15372 4294967295 134512640 135180984 3219880464 3086442352 134528411 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23045/tid=23050] ppid=23043 vsize=63988 CPUtime=12.63
/proc/23045/task/23050/stat : 23050 (satake) R 23043 23045 21929 0 -1 4202560 6241 0 0 0 1259 4 0 0 25 0 5 0 1129816715 65523712 15372 4294967295 134512640 135180984 3219880464 3086376532 134675767 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37.91
Current children cumulated vsize (KiB) 63988

[startup+25.502 s]
/proc/loadavg: 2.84 2.95 2.98 4/104 23236
/proc/meminfo: memFree=3043428/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=80852 CPUtime=76.23
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 22779 0 0 0 7605 18 0 0 25 0 5 0 1129816715 82792448 19391 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 20213 19391 68 164 0 20048 0
[pid=23045/tid=23046] ppid=23043 vsize=80852 CPUtime=0.05
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 63 0 0 0 2 3 0 0 15 0 5 0 1129816715 82792448 19391 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=23045/tid=23048] ppid=23043 vsize=80852 CPUtime=25.43
/proc/23045/task/23048/stat : 23048 (satake) R 23043 23045 21929 0 -1 4202560 7145 0 0 0 2540 3 0 0 25 0 5 0 1129816715 82792448 19391 4294967295 134512640 135180984 3219880464 3086507888 134528711 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23045/tid=23049] ppid=23043 vsize=80852 CPUtime=25.37
/proc/23045/task/23049/stat : 23049 (satake) R 23043 23045 21929 0 -1 4202560 8174 0 0 0 2530 7 0 0 25 0 5 0 1129816715 82792448 19391 4294967295 134512640 135180984 3219880464 3086442352 134528549 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23045/tid=23050] ppid=23043 vsize=80852 CPUtime=25.39
/proc/23045/task/23050/stat : 23050 (satake) R 23043 23045 21929 0 -1 4202560 7287 0 0 0 2534 5 0 0 25 0 5 0 1129816715 82792448 19391 4294967295 134512640 135180984 3219880464 3086376816 134528719 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 76.23
Current children cumulated vsize (KiB) 80852

[startup+51.1096 s]
/proc/loadavg: 2.89 2.95 2.98 4/104 23238
/proc/meminfo: memFree=3015544/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=109276 CPUtime=153.01
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 29838 0 0 0 15271 30 0 0 25 0 5 0 1129816715 111898624 26450 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 27319 26450 68 164 0 27154 0
[pid=23045/tid=23046] ppid=23043 vsize=109276 CPUtime=0.07
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 63 0 0 0 2 5 0 0 15 0 5 0 1129816715 111898624 26450 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=23045/tid=23048] ppid=23043 vsize=109276 CPUtime=51.01
/proc/23045/task/23048/stat : 23048 (satake) R 23043 23045 21929 0 -1 4202560 9146 0 0 0 5094 7 0 0 25 0 5 0 1129816715 111898624 26450 4294967295 134512640 135180984 3219880464 3086507888 134528425 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23045/tid=23049] ppid=23043 vsize=109276 CPUtime=50.96
/proc/23045/task/23049/stat : 23049 (satake) R 23043 23045 21929 0 -1 4202560 11267 0 0 0 5086 10 0 0 25 0 5 0 1129816715 111898624 26450 4294967295 134512640 135180984 3219880464 3086442352 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23045/tid=23050] ppid=23043 vsize=109276 CPUtime=50.98
/proc/23045/task/23050/stat : 23050 (satake) R 23043 23045 21929 0 -1 4202560 9252 0 0 0 5090 8 0 0 25 0 5 0 1129816715 111898624 26450 4294967295 134512640 135180984 3219880464 3086376648 134675767 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 153.01
Current children cumulated vsize (KiB) 109276

[startup+102.315 s]
/proc/loadavg: 2.96 2.96 2.98 4/104 23425
/proc/meminfo: memFree=2973408/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=151432 CPUtime=306.53
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 40132 0 0 0 30602 51 0 0 25 0 5 0 1129816715 155066368 36744 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 37858 36744 68 164 0 37693 0
[pid=23045/tid=23046] ppid=23043 vsize=151432 CPUtime=0.17
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 77 0 0 0 6 11 0 0 15 0 5 0 1129816715 155066368 36744 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=23045/tid=23048] ppid=23043 vsize=151432 CPUtime=102.2
/proc/23045/task/23048/stat : 23048 (satake) R 23043 23045 21929 0 -1 4202560 11975 0 0 0 10209 11 0 0 25 0 5 0 1129816715 155066368 36744 4294967295 134512640 135180984 3219880464 3086507884 134518208 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23045/tid=23049] ppid=23043 vsize=151432 CPUtime=102.04
/proc/23045/task/23049/stat : 23049 (satake) R 23043 23045 21929 0 -1 4202560 14742 0 0 0 10193 11 0 0 25 0 5 0 1129816715 155066368 36744 4294967295 134512640 135180984 3219880464 3086442352 134528549 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23045/tid=23050] ppid=23043 vsize=151432 CPUtime=102.13
/proc/23045/task/23050/stat : 23050 (satake) R 23043 23045 21929 0 -1 4202560 13228 0 0 0 10195 18 0 0 25 0 5 0 1129816715 155066368 36744 4294967295 134512640 135180984 3219880464 3086376648 134675767 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 306.53
Current children cumulated vsize (KiB) 151432

[startup+162.309 s]
/proc/loadavg: 2.98 2.97 2.98 4/104 23617
/proc/meminfo: memFree=2943304/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=182748 CPUtime=486.31
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 47664 0 0 0 48562 69 0 0 25 0 5 0 1129816715 187133952 44276 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 45687 44276 68 164 0 45522 0
[pid=23045/tid=23046] ppid=23043 vsize=182748 CPUtime=0.24
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 93 0 0 0 7 17 0 0 16 0 5 0 1129816715 187133952 44276 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=23045/tid=23048] ppid=23043 vsize=182748 CPUtime=162.11
/proc/23045/task/23048/stat : 23048 (satake) R 23043 23045 21929 0 -1 4202560 14221 0 0 0 16197 14 0 0 25 0 5 0 1129816715 187133952 44276 4294967295 134512640 135180984 3219880464 3086507880 134518216 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23045/tid=23049] ppid=23043 vsize=182748 CPUtime=161.94
/proc/23045/task/23049/stat : 23049 (satake) R 23043 23045 21929 0 -1 4202560 18356 0 0 0 16180 14 0 0 25 0 5 0 1129816715 187133952 44276 4294967295 134512640 135180984 3219880464 3086442352 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23045/tid=23050] ppid=23043 vsize=182748 CPUtime=162.03
/proc/23045/task/23050/stat : 23050 (satake) R 23043 23045 21929 0 -1 4202560 14884 0 0 0 16179 24 0 0 25 0 5 0 1129816715 187133952 44276 4294967295 134512640 135180984 3219880464 3086376816 134528756 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 486.31

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

[pid=23045/tid=23048] ppid=23043 vsize=291676 CPUtime=521.95
/proc/23045/task/23048/stat : 23048 (satake) R 23043 23045 21929 0 -1 4202560 23694 0 0 0 52174 21 0 0 25 0 5 0 1129816715 298676224 71030 4294967295 134512640 135180984 3219880464 3086507884 134520661 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23045/tid=23049] ppid=23043 vsize=291676 CPUtime=521.64
/proc/23045/task/23049/stat : 23049 (satake) R 23043 23045 21929 0 -1 4202560 29899 0 0 0 52136 28 0 0 25 0 5 0 1129816715 298676224 71030 4294967295 134512640 135180984 3219880464 3086442352 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23045/tid=23050] ppid=23043 vsize=291676 CPUtime=521.17
/proc/23045/task/23050/stat : 23050 (satake) R 23043 23045 21929 0 -1 4202560 20586 0 0 0 52052 65 0 0 25 0 5 0 1129816715 298676224 71030 4294967295 134512640 135180984 3219880464 3086376812 134518218 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1565.11
Current children cumulated vsize (KiB) 291676

[startup+582.309 s]
/proc/loadavg: 3.00 3.02 3.00 4/104 24937
/proc/meminfo: memFree=2822592/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=306364 CPUtime=1744.94
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 77854 0 0 0 174344 150 0 0 25 0 5 0 1129816715 313716736 74466 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 76591 74466 68 164 0 76426 0
[pid=23045/tid=23046] ppid=23043 vsize=306364 CPUtime=0.38
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 135 0 0 0 10 28 0 0 15 0 5 0 1129816715 313716736 74466 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=23045/tid=23048] ppid=23043 vsize=306364 CPUtime=581.93
/proc/23045/task/23048/stat : 23048 (satake) R 23043 23045 21929 0 -1 4202560 25097 0 0 0 58172 21 0 0 25 0 5 0 1129816715 313716736 74466 4294967295 134512640 135180984 3219880464 3086507888 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23045/tid=23049] ppid=23043 vsize=306364 CPUtime=581.58
/proc/23045/task/23049/stat : 23049 (satake) R 23043 23045 21929 0 -1 4202560 31287 0 0 0 58128 30 0 0 25 0 5 0 1129816715 313716736 74466 4294967295 134512640 135180984 3219880464 3086442352 134528669 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23045/tid=23050] ppid=23043 vsize=306364 CPUtime=581.06
/proc/23045/task/23050/stat : 23050 (satake) R 23043 23045 21929 0 -1 4202560 21225 0 0 0 58035 71 0 0 25 0 5 0 1129816715 313716736 74466 4294967295 134512640 135180984 3219880464 3086376816 134528655 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1744.94
Current children cumulated vsize (KiB) 306364

[startup+642.313 s]
/proc/loadavg: 3.00 3.01 3.00 4/104 25124
/proc/meminfo: memFree=2810968/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=318184 CPUtime=1924.83
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 80706 0 0 0 192325 158 0 0 25 0 5 0 1129816715 325820416 77318 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 79546 77318 68 164 0 79381 0
[pid=23045/tid=23046] ppid=23043 vsize=318184 CPUtime=0.39
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 137 0 0 0 10 29 0 0 15 0 5 0 1129816715 325820416 77318 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=23045/tid=23048] ppid=23043 vsize=318184 CPUtime=641.9
/proc/23045/task/23048/stat : 23048 (satake) R 23043 23045 21929 0 -1 4202560 26495 0 0 0 64168 22 0 0 25 0 5 0 1129816715 325820416 77318 4294967295 134512640 135180984 3219880464 3086507888 134528756 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23045/tid=23049] ppid=23043 vsize=318184 CPUtime=641.54
/proc/23045/task/23049/stat : 23049 (satake) R 23043 23045 21929 0 -1 4202560 32083 0 0 0 64123 31 0 0 25 0 5 0 1129816715 325820416 77318 4294967295 134512640 135180984 3219880464 3086442352 134528756 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23045/tid=23050] ppid=23043 vsize=318184 CPUtime=641
/proc/23045/task/23050/stat : 23050 (satake) R 23043 23045 21929 0 -1 4202560 21881 0 0 0 64024 76 0 0 25 0 5 0 1129816715 325820416 77318 4294967295 134512640 135180984 3219880464 3086376808 134518216 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1924.83
Current children cumulated vsize (KiB) 318184

[startup+702.308 s]
/proc/loadavg: 3.00 3.01 3.00 4/104 25313
/proc/meminfo: memFree=2800280/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=329188 CPUtime=2104.67
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 83266 0 0 0 210305 162 0 0 25 0 5 0 1129816715 337088512 79878 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 82297 79878 68 164 0 82132 0
[pid=23045/tid=23046] ppid=23043 vsize=329188 CPUtime=0.39
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 139 0 0 0 10 29 0 0 15 0 5 0 1129816715 337088512 79878 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=23045/tid=23048] ppid=23043 vsize=329188 CPUtime=701.87
/proc/23045/task/23048/stat : 23048 (satake) R 23043 23045 21929 0 -1 4202560 27703 0 0 0 70164 23 0 0 25 0 5 0 1129816715 337088512 79878 4294967295 134512640 135180984 3219880464 3086507888 134528648 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23045/tid=23049] ppid=23043 vsize=329188 CPUtime=701.5
/proc/23045/task/23049/stat : 23049 (satake) R 23043 23045 21929 0 -1 4202560 32854 0 0 0 70118 32 0 0 25 0 5 0 1129816715 337088512 79878 4294967295 134512640 135180984 3219880464 3086442352 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23045/tid=23050] ppid=23043 vsize=329188 CPUtime=700.92
/proc/23045/task/23050/stat : 23050 (satake) R 23043 23045 21929 0 -1 4202560 22460 0 0 0 70014 78 0 0 25 0 5 0 1129816715 337088512 79878 4294967295 134512640 135180984 3219880464 3086376816 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2104.67
Current children cumulated vsize (KiB) 329188

[startup+762.312 s]
/proc/loadavg: 3.00 3.00 3.00 4/104 25502
/proc/meminfo: memFree=2790136/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=339068 CPUtime=2284.5
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 85817 0 0 0 228284 166 0 0 25 0 5 0 1129816715 347205632 82429 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 84767 82429 68 164 0 84602 0
[pid=23045/tid=23046] ppid=23043 vsize=339068 CPUtime=0.39
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 140 0 0 0 10 29 0 0 15 0 5 0 1129816715 347205632 82429 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=23045/tid=23048] ppid=23043 vsize=339068 CPUtime=761.82
/proc/23045/task/23048/stat : 23048 (satake) R 23043 23045 21929 0 -1 4202560 28821 0 0 0 76158 24 0 0 25 0 5 0 1129816715 347205632 82429 4294967295 134512640 135180984 3219880464 3086507888 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23045/tid=23049] ppid=23043 vsize=339068 CPUtime=761.48
/proc/23045/task/23049/stat : 23049 (satake) R 23043 23045 21929 0 -1 4202560 33662 0 0 0 76116 32 0 0 25 0 5 0 1129816715 347205632 82429 4294967295 134512640 135180984 3219880464 3086442352 134528666 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=23045/tid=23050] ppid=23043 vsize=339068 CPUtime=760.82
/proc/23045/task/23050/stat : 23050 (satake) R 23043 23045 21929 0 -1 4202560 23084 0 0 0 76001 81 0 0 25 0 5 0 1129816715 347205632 82429 4294967295 134512640 135180984 3219880464 3086376816 134528446 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2284.5
Current children cumulated vsize (KiB) 339068

[startup+822.306 s]
/proc/loadavg: 3.06 3.02 3.00 4/104 25688
/proc/meminfo: memFree=2779720/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=350128 CPUtime=2464.42
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 88373 0 0 0 246267 175 0 0 25 0 5 0 1129816715 358531072 84985 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 87532 84985 68 164 0 87367 0
[pid=23045/tid=23046] ppid=23043 vsize=350128 CPUtime=0.43
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 141 0 0 0 11 32 0 0 15 0 5 0 1129816715 358531072 84985 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=23045/tid=23048] ppid=23043 vsize=350128 CPUtime=821.79
/proc/23045/task/23048/stat : 23048 (satake) R 23043 23045 21929 0 -1 4202560 29763 0 0 0 82153 26 0 0 25 0 5 0 1129816715 358531072 84985 4294967295 134512640 135180984 3219880464 3086507888 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23045/tid=23049] ppid=23043 vsize=350128 CPUtime=821.41
/proc/23045/task/23049/stat : 23049 (satake) R 23043 23045 21929 0 -1 4202560 34508 0 0 0 82109 32 0 0 25 0 5 0 1129816715 358531072 84985 4294967295 134512640 135180984 3219880464 3086442352 134528433 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23045/tid=23050] ppid=23043 vsize=350128 CPUtime=820.79
/proc/23045/task/23050/stat : 23050 (satake) R 23043 23045 21929 0 -1 4202560 23851 0 0 0 81994 85 0 0 25 0 5 0 1129816715 358531072 84985 4294967295 134512640 135180984 3219880464 3086376816 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2464.42
Current children cumulated vsize (KiB) 350128

[startup+882.31 s]
/proc/loadavg: 3.07 3.03 3.00 4/104 25876
/proc/meminfo: memFree=2764220/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=366452 CPUtime=2644.39
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 92290 0 0 0 264256 183 0 0 25 0 5 0 1129816715 375246848 88902 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 91613 88902 68 164 0 91448 0
[pid=23045/tid=23046] ppid=23043 vsize=366452 CPUtime=0.44
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 148 0 0 0 11 33 0 0 15 0 5 0 1129816715 375246848 88902 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=23045/tid=23048] ppid=23043 vsize=366452 CPUtime=881.78
/proc/23045/task/23048/stat : 23048 (satake) R 23043 23045 21929 0 -1 4202560 30717 0 0 0 88151 27 0 0 25 0 5 0 1129816715 375246848 88902 4294967295 134512640 135180984 3219880464 3086507888 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23045/tid=23049] ppid=23043 vsize=366452 CPUtime=881.4
/proc/23045/task/23049/stat : 23049 (satake) R 23043 23045 21929 0 -1 4202560 35736 0 0 0 88108 32 0 0 25 0 5 0 1129816715 375246848 88902 4294967295 134512640 135180984 3219880464 3086442352 134528648 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23045/tid=23050] ppid=23043 vsize=366452 CPUtime=880.77
/proc/23045/task/23050/stat : 23050 (satake) R 23043 23045 21929 0 -1 4202560 25579 0 0 0 87986 91 0 0 25 0 5 0 1129816715 375246848 88902 4294967295 134512640 135180984 3219880464 3086376816 134528470 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2644.39
Current children cumulated vsize (KiB) 366452

[startup+942.315 s]
/proc/loadavg: 3.03 3.02 3.00 4/104 26067
/proc/meminfo: memFree=2746192/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=385808 CPUtime=2824.3
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 96882 0 0 0 282239 191 0 0 25 0 5 0 1129816715 395067392 93494 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 96452 93494 68 164 0 96287 0
[pid=23045/tid=23046] ppid=23043 vsize=385808 CPUtime=0.46
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 159 0 0 0 12 34 0 0 15 0 5 0 1129816715 395067392 93494 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=23045/tid=23048] ppid=23043 vsize=385808 CPUtime=941.78
/proc/23045/task/23048/stat : 23048 (satake) R 23043 23045 21929 0 -1 4202560 31925 0 0 0 94149 29 0 0 25 0 5 0 1129816715 395067392 93494 4294967295 134512640 135180984 3219880464 3086507888 134528519 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23045/tid=23049] ppid=23043 vsize=385808 CPUtime=941.38
/proc/23045/task/23049/stat : 23049 (satake) R 23043 23045 21929 0 -1 4202560 37274 0 0 0 94105 33 0 0 25 0 5 0 1129816715 395067392 93494 4294967295 134512640 135180984 3219880464 3086442352 134528532 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23045/tid=23050] ppid=23043 vsize=385808 CPUtime=940.68
/proc/23045/task/23050/stat : 23050 (satake) R 23043 23045 21929 0 -1 4202560 27414 0 0 0 93973 95 0 0 25 0 5 0 1129816715 395067392 93494 4294967295 134512640 135180984 3219880464 3086376648 134675767 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2824.3
Current children cumulated vsize (KiB) 385808



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 3.01 3.01 3.00 4/104 26256
/proc/meminfo: memFree=2731708/3368532 swapFree=1953580/1959888
[pid=23045] ppid=23043 vsize=400968 CPUtime=2997.26
/proc/23045/stat : 23045 (satake) S 23043 23045 21929 0 -1 4202496 100345 0 0 0 299532 194 0 0 25 0 5 0 1129816715 410591232 96957 4294967295 134512640 135180984 3219880464 3219879900 134573496 0 0 0 0 4294967295 0 0 17 1 0 0 0
/proc/23045/statm: 100242 96957 68 164 0 100077 0
[pid=23045/tid=23046] ppid=23043 vsize=400968 CPUtime=0.48
/proc/23045/task/23046/stat : 23046 (satake) S 23043 23045 21929 0 -1 4202560 164 0 0 0 14 34 0 0 15 0 5 0 1129816715 410591232 96957 4294967295 134512640 135180984 3219880464 3086573584 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=23045/tid=23048] ppid=23043 vsize=400968 CPUtime=999.45
/proc/23045/task/23048/stat : 23048 (satake) R 23043 23045 21929 0 -1 4202560 32914 0 0 0 99916 29 0 0 25 0 5 0 1129816715 410591232 96957 4294967295 134512640 135180984 3219880464 3086507888 134528433 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=23045/tid=23049] ppid=23043 vsize=400968 CPUtime=999.05
/proc/23045/task/23049/stat : 23049 (satake) R 23043 23045 21929 0 -1 4202560 37859 0 0 0 99871 34 0 0 25 0 5 0 1129816715 410591232 96957 4294967295 134512640 135180984 3219880464 3086442352 134528701 0 0 0 0 0 0 0 -1 0 0 0 0
[pid=23045/tid=23050] ppid=23043 vsize=400968 CPUtime=998.28
/proc/23045/task/23050/stat : 23050 (satake) R 23043 23045 21929 0 -1 4202560 29298 0 0 0 99731 97 0 0 25 0 5 0 1129816715 410591232 96957 4294967295 134512640 135180984 3219880464 3086376816 134528674 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2997.26
Current children cumulated vsize (KiB) 400968

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1000.05
CPU time (s): 2997.33
CPU user time (s): 2995.37
CPU system time (s): 1.96
CPU usage (%): 299.718
Max. virtual memory (cumulated for all children) (KiB): 400968

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= 2995.37
system time used= 1.96
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100346
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= 55868
involuntary context switches= 99631

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-30 04:45:23
IDJOB=1781005
IDBENCH=71088
IDSOLVER=629
FILE ID=/1781005-1243651523
PBS_JOBID=
Free space on /tmp= 15881 MiB

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

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

MD5SUM BENCH= d4e16a803f6cd0903a2bd3e7157287b3
RANDOM SEED= 755326457

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:       3119608 kB
Buffers:         38480 kB
Cached:         132708 kB
SwapCached:       2424 kB
Active:          97912 kB
Inactive:        83896 kB
HighTotal:     2489216 kB
HighFree:      2343496 kB
LowTotal:       879316 kB
LowFree:        776112 kB
SwapTotal:     1959888 kB
SwapFree:      1953580 kB
Dirty:            5276 kB
Writeback:           0 kB
AnonPages:        9932 kB
Mapped:           4940 kB
Slab:            57476 kB
SReclaimable:    49484 kB
SUnreclaim:       7992 kB
PageTables:        536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    93564 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15881 MiB
End job on  at 2009-05-30 05:02:05