Trace number 1776790

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) 639.83 1000.08

General information on the benchmark

Namemanol-pipe-c10nidw.cnf
MD5SUM943fd86d922b13236c21a74c4f82b6d0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1275.07
Satisfiable
(Un)Satisfiability was proved
Number of variables433601
Number of clauses1291714
Sum of the clauses size3013998
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2861142
Number of clauses of size 3430571
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-1776790-1243638539/watcher-1776790-1243638539 -o /tmp/evaluation-result-1776790-1243638539/solver-1776790-1243638539 -C 10000 -W 1000 -M 2047 --output-limit 1,15 --cleanup-all-ipc-queues HOME/satake HOME/instance-1776790-1243638539.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: 7.16 6.75 6.63 8/114 11561
/proc/meminfo: memFree=1781840/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=968 CPUtime=0
/proc/11560/stat : 11560 (satake) R 11558 11560 20665 0 -1 4202496 109 0 0 0 0 0 0 0 19 0 2 0 1117991581 991232 65 4294967295 134512640 135180984 3216613104 3216612448 134705812 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 242 65 54 164 0 77 0
[pid=11560/tid=11561] ppid=11558 vsize=968 CPUtime=0
/proc/11560/task/11561/stat : 11561 (satake) R 11558 11560 20665 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 1117991581 991232 65 4294967295 134512640 135180984 3216613104 3086873412 134705812 0 0 0 0 0 0 0 -1 3 0 0 0

[startup+0.045865 s]
/proc/loadavg: 7.16 6.75 6.63 8/114 11561
/proc/meminfo: memFree=1781840/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=968 CPUtime=0
/proc/11560/stat : 11560 (satake) R 11558 11560 20665 0 -1 4202496 116 0 0 0 0 0 0 0 19 0 2 0 1117991581 991232 72 4294967295 134512640 135180984 3216613104 3216612448 134705812 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 242 72 59 164 0 77 0
[pid=11560/tid=11561] ppid=11558 vsize=968 CPUtime=0
/proc/11560/task/11561/stat : 11561 (satake) S 11558 11560 20665 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 2 0 1117991581 991232 72 4294967295 134512640 135180984 3216613104 3086872592 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 968

[startup+0.105846 s]
/proc/loadavg: 7.16 6.75 6.63 8/114 11561
/proc/meminfo: memFree=1781840/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=25912 CPUtime=0.05
/proc/11560/stat : 11560 (satake) S 11558 11560 20665 0 -1 4202496 6285 0 0 0 1 4 0 0 19 0 5 0 1117991581 26533888 6241 4294967295 134512640 135180984 3216613104 3216612540 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 6478 6241 63 164 0 6313 0
[pid=11560/tid=11561] ppid=11558 vsize=25912 CPUtime=0
/proc/11560/task/11561/stat : 11561 (satake) S 11558 11560 20665 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 5 0 1117991581 26533888 6241 4294967295 134512640 135180984 3216613104 3086872592 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 25912

[startup+0.305824 s]
/proc/loadavg: 7.16 6.75 6.63 8/114 11561
/proc/meminfo: memFree=1781840/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=81564 CPUtime=0.2
/proc/11560/stat : 11560 (satake) S 11558 11560 20665 0 -1 4202496 19646 0 0 0 8 12 0 0 19 0 5 0 1117991581 83521536 19589 4294967295 134512640 135180984 3216613104 3216612540 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 20391 19589 63 164 0 20226 0
[pid=11560/tid=11561] ppid=11558 vsize=81564 CPUtime=0
/proc/11560/task/11561/stat : 11561 (satake) S 11558 11560 20665 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 5 0 1117991581 83521536 19589 4294967295 134512640 135180984 3216613104 3086872592 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 81564

[startup+0.705793 s]
/proc/loadavg: 7.16 6.75 6.63 8/114 11561
/proc/meminfo: memFree=1781840/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=132652 CPUtime=0.78
/proc/11560/stat : 11560 (satake) S 11558 11560 20665 0 -1 4202496 29150 0 0 0 63 15 0 0 19 0 5 0 1117991581 135835648 29089 4294967295 134512640 135180984 3216613104 3216612540 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 33163 29091 63 164 0 32998 0
[pid=11560/tid=11561] ppid=11558 vsize=132652 CPUtime=0
/proc/11560/task/11561/stat : 11561 (satake) S 11558 11560 20665 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 5 0 1117991581 135835648 29091 4294967295 134512640 135180984 3216613104 3086872592 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 132652

[startup+1.50573 s]
/proc/loadavg: 7.16 6.75 6.63 9/118 11565
/proc/meminfo: memFree=1633208/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=230132 CPUtime=2.29
/proc/11560/stat : 11560 (satake) S 11558 11560 20665 0 -1 4202496 53188 0 0 0 197 32 0 0 19 0 5 0 1117991581 235655168 53127 4294967295 134512640 135180984 3216613104 3216612540 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 57533 53129 63 164 0 57368 0
[pid=11560/tid=11561] ppid=11558 vsize=230132 CPUtime=0
/proc/11560/task/11561/stat : 11561 (satake) S 11558 11560 20665 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 5 0 1117991581 235655168 53132 4294967295 134512640 135180984 3216613104 3086872592 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=11560/tid=11563] ppid=11558 vsize=230132 CPUtime=0.78
/proc/11560/task/11563/stat : 11563 (satake) R 11558 11560 20665 0 -1 4202560 17916 0 0 0 64 14 0 0 18 0 5 0 1117991587 235655168 53132 4294967295 134512640 135180984 3216613104 3086807328 134513776 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11560/tid=11564] ppid=11558 vsize=230132 CPUtime=0.77
/proc/11560/task/11564/stat : 11564 (satake) R 11558 11560 20665 0 -1 4202560 18125 0 0 0 67 10 0 0 17 0 5 0 1117991587 235655168 53133 4294967295 134512640 135180984 3216613104 3086741476 134675846 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11560/tid=11565] ppid=11558 vsize=230132 CPUtime=0.74
/proc/11560/task/11565/stat : 11565 (satake) R 11558 11560 20665 0 -1 4202560 17034 0 0 0 66 8 0 0 17 0 5 0 1117991587 235655168 53133 4294967295 134512640 135180984 3216613104 3086676116 134579745 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 230132

[startup+3.10561 s]
/proc/loadavg: 7.16 6.75 6.63 9/118 11565
/proc/meminfo: memFree=1460492/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=315024 CPUtime=6.71
/proc/11560/stat : 11560 (satake) S 11558 11560 20665 0 -1 4202496 89261 0 0 0 620 51 0 0 19 0 5 0 1117991581 322584576 71473 4294967295 134512640 135180984 3216613104 3216612540 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 78756 71473 68 164 0 78591 0
[pid=11560/tid=11561] ppid=11558 vsize=315024 CPUtime=0.1
/proc/11560/task/11561/stat : 11561 (satake) S 11558 11560 20665 0 -1 4202560 7632 0 0 0 7 3 0 0 16 0 5 0 1117991581 322584576 71473 4294967295 134512640 135180984 3216613104 3086872592 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=11560/tid=11563] ppid=11558 vsize=315024 CPUtime=2.2
/proc/11560/task/11563/stat : 11563 (satake) R 11558 11560 20665 0 -1 4202560 27049 0 0 0 202 18 0 0 16 0 5 0 1117991587 322584576 71473 4294967295 134512640 135180984 3216613104 3086806952 134518216 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11560/tid=11564] ppid=11558 vsize=315024 CPUtime=2.18
/proc/11560/task/11564/stat : 11564 (satake) R 11558 11560 20665 0 -1 4202560 27202 0 0 0 201 17 0 0 16 0 5 0 1117991587 322584576 71473 4294967295 134512640 135180984 3216613104 3086741360 134528433 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11560/tid=11565] ppid=11558 vsize=315024 CPUtime=2.23
/proc/11560/task/11565/stat : 11565 (satake) R 11558 11560 20665 0 -1 4202560 27266 0 0 0 210 13 0 0 16 0 5 0 1117991587 322584576 71473 4294967295 134512640 135180984 3216613104 3086675824 134528198 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 315024

[startup+6.30536 s]
/proc/loadavg: 7.31 6.79 6.64 8/118 11565
/proc/meminfo: memFree=1495392/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=315156 CPUtime=14.85
/proc/11560/stat : 11560 (satake) S 11558 11560 20665 0 -1 4202496 89660 0 0 0 1420 65 0 0 19 0 5 0 1117991581 322719744 71872 4294967295 134512640 135180984 3216613104 3216612540 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 78789 71872 68 164 0 78624 0
[pid=11560/tid=11561] ppid=11558 vsize=315156 CPUtime=0.19
/proc/11560/task/11561/stat : 11561 (satake) S 11558 11560 20665 0 -1 4202560 7647 0 0 0 9 10 0 0 16 0 5 0 1117991581 322719744 71872 4294967295 134512640 135180984 3216613104 3086872592 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=11560/tid=11563] ppid=11558 vsize=315156 CPUtime=4.88
/proc/11560/task/11563/stat : 11563 (satake) R 11558 11560 20665 0 -1 4202560 27166 0 0 0 468 20 0 0 19 0 5 0 1117991587 322719744 71872 4294967295 134512640 135180984 3216613104 3086806832 134523751 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11560/tid=11564] ppid=11558 vsize=315156 CPUtime=5.03
/proc/11560/task/11564/stat : 11564 (satake) R 11558 11560 20665 0 -1 4202560 27344 0 0 0 482 21 0 0 19 0 5 0 1117991587 322719744 71872 4294967295 134512640 135180984 3216613104 3086741360 134528211 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11560/tid=11565] ppid=11558 vsize=315156 CPUtime=4.75
/proc/11560/task/11565/stat : 11565 (satake) R 11558 11560 20665 0 -1 4202560 27391 0 0 0 461 14 0 0 19 0 5 0 1117991587 322719744 71872 4294967295 134512640 135180984 3216613104 3086675840 134518711 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.85
Current children cumulated vsize (KiB) 315156

[startup+12.7049 s]
/proc/loadavg: 7.28 6.79 6.65 6/118 11565
/proc/meminfo: memFree=1494240/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=315424 CPUtime=20.94
/proc/11560/stat : 11560 (satake) S 11558 11560 20665 0 -1 4202496 89818 0 0 0 2017 77 0 0 19 0 5 0 1117991581 322994176 72030 4294967295 134512640 135180984 3216613104 3216612540 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 78856 72030 68 164 0 78691 0
[pid=11560/tid=11561] ppid=11558 vsize=315424 CPUtime=0.28
/proc/11560/task/11561/stat : 11561 (satake) S 11558 11560 20665 0 -1 4202560 7670 0 0 0 13 15 0 0 15 0 5 0 1117991581 322994176 72030 4294967295 134512640 135180984 3216613104 3086872596 134580588 0 0 0 0 3223036975 0 0 -1 1 0 0 0
[pid=11560/tid=11563] ppid=11558 vsize=315424 CPUtime=6.89
/proc/11560/task/11563/stat : 11563 (satake) R 11558 11560 20665 0 -1 4202560 27221 0 0 0 666 23 0 0 25 0 5 0 1117991587 322994176 72030 4294967295 134512640 135180984 3216613104 3086806700 134706407 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11560/tid=11564] ppid=11558 vsize=315424 CPUtime=7.12
/proc/11560/task/11564/stat : 11564 (satake) S 11558 11560 20665 0 -1 4202560 27400 0 0 0 690 22 0 0 24 0 5 0 1117991587 322994176 72030 4294967295 134512640 135180984 3216613104 3086741152 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=11560/tid=11565] ppid=11558 vsize=315424 CPUtime=6.65
/proc/11560/task/11565/stat : 11565 (satake) S 11558 11560 20665 0 -1 4202560 27415 0 0 0 648 17 0 0 22 0 5 0 1117991587 322994176 72030 4294967295 134512640 135180984 3216613104 3086675616 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.94
Current children cumulated vsize (KiB) 315424

[startup+25.5039 s]
/proc/loadavg: 6.93 6.73 6.63 7/119 11602
/proc/meminfo: memFree=1492632/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=315424 CPUtime=22.21
/proc/11560/stat : 11560 (satake) S 11558 11560 20665 0 -1 4202496 89889 0 0 0 2142 79 0 0 19 0 5 0 1117991581 322994176 72101 4294967295 134512640 135180984 3216613104 3216612540 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 78856 72101 68 164 0 78691 0
[pid=11560/tid=11561] ppid=11558 vsize=315424 CPUtime=0.29
/proc/11560/task/11561/stat : 11561 (satake) S 11558 11560 20665 0 -1 4202560 7676 0 0 0 13 16 0 0 15 0 5 0 1117991581 322994176 72101 4294967295 134512640 135180984 3216613104 3086872596 134580588 0 0 0 0 3223036975 0 0 -1 1 0 0 0
[pid=11560/tid=11563] ppid=11558 vsize=315424 CPUtime=7.09
/proc/11560/task/11563/stat : 11563 (satake) R 11558 11560 20665 0 -1 4202560 27228 0 0 0 686 23 0 0 25 0 5 0 1117991587 322994176 72101 4294967295 134512640 135180984 3216613104 3086806700 134706407 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11560/tid=11564] ppid=11558 vsize=315424 CPUtime=7.67
/proc/11560/task/11564/stat : 11564 (satake) S 11558 11560 20665 0 -1 4202560 27442 0 0 0 744 23 0 0 18 0 5 0 1117991587 322994176 72101 4294967295 134512640 135180984 3216613104 3086741152 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=11560/tid=11565] ppid=11558 vsize=315424 CPUtime=7.16
/proc/11560/task/11565/stat : 11565 (satake) S 11558 11560 20665 0 -1 4202560 27431 0 0 0 699 17 0 0 18 0 5 0 1117991587 322994176 72101 4294967295 134512640 135180984 3216613104 3086675616 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.21
Current children cumulated vsize (KiB) 315424

[startup+51.1119 s]
/proc/loadavg: 6.71 6.70 6.62 6/118 11752
/proc/meminfo: memFree=1490572/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=318244 CPUtime=40.36
/proc/11560/stat : 11560 (satake) S 11558 11560 20665 0 -1 4202496 90368 0 0 0 3923 113 0 0 19 0 5 0 1117991581 325881856 72580 4294967295 134512640 135180984 3216613104 3216612540 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 79561 72580 68 164 0 79396 0
[pid=11560/tid=11561] ppid=11558 vsize=318244 CPUtime=0.52
/proc/11560/task/11561/stat : 11561 (satake) S 11558 11560 20665 0 -1 4202560 7752 0 0 0 23 29 0 0 16 0 5 0 1117991581 325881856 72580 4294967295 134512640 135180984 3216613104 3086872596 134580588 0 0 0 0 3223036975 0 0 -1 3 0 0 0
[pid=11560/tid=11563] ppid=11558 vsize=318244 CPUtime=11.66
/proc/11560/task/11563/stat : 11563 (satake) S 11558 11560 20665 0 -1 4202560 27306 0 0 0 1136 30 0 0 25 0 5 0 1117991587 325881856 72580 4294967295 134512640 135180984 3216613104 3086806688 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=11560/tid=11564] ppid=11558 vsize=318244 CPUtime=14.82
/proc/11560/task/11564/stat : 11564 (satake) S 11558 11560 20665 0 -1 4202560 27614 0 0 0 1454 28 0 0 19 0 5 0 1117991587 325881856 72580 4294967295 134512640 135180984 3216613104 3086741152 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=11560/tid=11565] ppid=11558 vsize=318244 CPUtime=13.36
/proc/11560/task/11565/stat : 11565 (satake) R 11558 11560 20665 0 -1 4202560 27584 0 0 0 1310 26 0 0 25 0 5 0 1117991587 325881856 72580 4294967295 134512640 135180984 3216613104 3086675628 134706407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 40.36
Current children cumulated vsize (KiB) 318244
heavy processes:
  %CPU=90 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=91 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=89 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=91 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+102.308 s]
/proc/loadavg: 6.08 6.52 6.56 6/118 11938
/proc/meminfo: memFree=1485068/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=320072 CPUtime=57.09
/proc/11560/stat : 11560 (satake) S 11558 11560 20665 0 -1 4202496 91084 0 0 0 5558 151 0 0 19 0 5 0 1117991581 327753728 73296 4294967295 134512640 135180984 3216613104 3216612540 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 80018 73296 68 164 0 79853 0
[pid=11560/tid=11561] ppid=11558 vsize=320072 CPUtime=0.8
/proc/11560/task/11561/stat : 11561 (satake) S 11558 11560 20665 0 -1 4202560 7831 0 0 0 29 51 0 0 16 0 5 0 1117991581 327753728 73296 4294967295 134512640 135180984 3216613104 3086872596 134580588 0 0 0 0 3223036975 0 0 -1 0 0 0 0
[pid=11560/tid=11563] ppid=11558 vsize=320072 CPUtime=16.25
/proc/11560/task/11563/stat : 11563 (satake) R 11558 11560 20665 0 -1 4202560 27500 0 0 0 1591 34 0 0 25 0 5 0 1117991587 327753728 73296 4294967295 134512640 135180984 3216613104 3086806700 134706407 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11560/tid=11564] ppid=11558 vsize=320072 CPUtime=19.98
/proc/11560/task/11564/stat : 11564 (satake) S 11558 11560 20665 0 -1 4202560 27840 0 0 0 1961 37 0 0 20 0 5 0 1117991587 327753728 73296 4294967295 134512640 135180984 3216613104 3086741152 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
[pid=11560/tid=11565] ppid=11558 vsize=320072 CPUtime=20.06
/proc/11560/task/11565/stat : 11565 (satake) S 11558 11560 20665 0 -1 4202560 27801 0 0 0 1977 29 0 0 20 0 5 0 1117991587 327753728 73296 4294967295 134512640 135180984 3216613104 3086675616 134580407 0 0 0 0 3223036458 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57.09
Current children cumulated vsize (KiB) 320072
heavy processes:
  %CPU=90 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=91 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=89 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=91 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+162.313 s]
/proc/loadavg: 5.91 6.37 6.50 6/118 12126
/proc/meminfo: memFree=1479752/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=321656 CPUtime=71.76
/proc/11560/stat : 11560 (satake) S 11558 11560 20665 0 -1 4202496 91486 0 0 0 6999 177 0 0 19 0 5 0 1117991581 329375744 73698 4294967295 134512640 135180984 3216613104 3216612540 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0

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

/proc/11560/task/11563/stat : 11563 (satake) R 11558 11560 20665 0 -1 4202560 32399 0 0 0 11871 101 0 0 23 0 5 0 1117991587 397565952 90641 4294967295 134512640 135180984 3216613104 3086806912 134520025 0 0 0 0 0 0 0 -1 2 0 0 0
[pid=11560/tid=11564] ppid=11558 vsize=388248 CPUtime=127.83
/proc/11560/task/11564/stat : 11564 (satake) R 11558 11560 20665 0 -1 4202560 33325 0 0 0 12665 118 0 0 25 0 5 0 1117991587 397565952 90641 4294967295 134512640 135180984 3216613104 3086741360 134528433 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11560/tid=11565] ppid=11558 vsize=388248 CPUtime=131.91
/proc/11560/task/11565/stat : 11565 (satake) R 11558 11560 20665 0 -1 4202560 32521 0 0 0 13080 111 0 0 25 0 5 0 1117991587 397565952 90641 4294967295 134512640 135180984 3216613104 3086675840 134518656 0 0 0 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 384.45
Current children cumulated vsize (KiB) 388248
heavy processes:
  %CPU=90 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=91 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=90 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+702.311 s]
/proc/loadavg: 6.71 6.66 6.51 6/118 13841
/proc/meminfo: memFree=1384908/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=399260 CPUtime=434.61
/proc/11560/stat : 11560 (satake) S 11558 11560 20665 0 -1 4202496 111108 0 0 0 42700 761 0 0 19 0 5 0 1117991581 408842240 93320 4294967295 134512640 135180984 3216613104 3216612540 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 99815 93320 68 164 0 99650 0
[pid=11560/tid=11561] ppid=11558 vsize=399260 CPUtime=5.74
/proc/11560/task/11561/stat : 11561 (satake) S 11558 11560 20665 0 -1 4202560 10355 0 0 0 180 394 0 0 15 0 5 0 1117991581 408842240 93320 4294967295 134512640 135180984 3216613104 3086872592 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=11560/tid=11563] ppid=11558 vsize=399260 CPUtime=137.25
/proc/11560/task/11563/stat : 11563 (satake) S 11558 11560 20665 0 -1 4202560 33077 0 0 0 13616 109 0 0 25 0 5 0 1117991587 408842240 93320 4294967295 134512640 135180984 3216613104 3086806688 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=11560/tid=11564] ppid=11558 vsize=399260 CPUtime=144.59
/proc/11560/task/11564/stat : 11564 (satake) R 11558 11560 20665 0 -1 4202560 34263 0 0 0 14320 139 0 0 25 0 5 0 1117991587 408842240 93320 4294967295 134512640 135180984 3216613104 3086741164 134706407 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11560/tid=11565] ppid=11558 vsize=399260 CPUtime=147.03
/proc/11560/task/11565/stat : 11565 (satake) S 11558 11560 20665 0 -1 4202560 33301 0 0 0 14584 119 0 0 25 0 5 0 1117991587 408842240 93320 4294967295 134512640 135180984 3216613104 3086675616 134580407 0 0 0 0 3223036458 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 434.61
Current children cumulated vsize (KiB) 399260
heavy processes:
  %CPU=90 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=91 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=90 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+762.316 s]
/proc/loadavg: 6.45 6.56 6.48 6/118 14033
/proc/meminfo: memFree=1380428/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=401836 CPUtime=445.88
/proc/11560/stat : 11560 (satake) S 11558 11560 20665 0 -1 4202496 111527 0 0 0 43783 805 0 0 19 0 5 0 1117991581 411480064 93739 4294967295 134512640 135180984 3216613104 3216612540 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 100459 93739 68 164 0 100294 0
[pid=11560/tid=11561] ppid=11558 vsize=401836 CPUtime=6.26
/proc/11560/task/11561/stat : 11561 (satake) S 11558 11560 20665 0 -1 4202560 10430 0 0 0 192 434 0 0 15 0 5 0 1117991581 411480064 93739 4294967295 134512640 135180984 3216613104 3086872596 134580588 0 0 0 0 3223036975 0 0 -1 3 0 0 0
[pid=11560/tid=11563] ppid=11558 vsize=401836 CPUtime=141.88
/proc/11560/task/11563/stat : 11563 (satake) S 11558 11560 20665 0 -1 4202560 33246 0 0 0 14078 110 0 0 17 0 5 0 1117991587 411480064 93739 4294967295 134512640 135180984 3216613104 3086806688 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=11560/tid=11564] ppid=11558 vsize=401836 CPUtime=149.13
/proc/11560/task/11564/stat : 11564 (satake) S 11558 11560 20665 0 -1 4202560 34373 0 0 0 14771 142 0 0 16 0 5 0 1117991587 411480064 93739 4294967295 134512640 135180984 3216613104 3086741152 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=11560/tid=11565] ppid=11558 vsize=401836 CPUtime=148.61
/proc/11560/task/11565/stat : 11565 (satake) R 11558 11560 20665 0 -1 4202560 33366 0 0 0 14742 119 0 0 25 0 5 0 1117991587 411480064 93739 4294967295 134512640 135180984 3216613104 3086675628 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 445.88
Current children cumulated vsize (KiB) 401836
heavy processes:
  %CPU=90 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=91 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=90 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+822.312 s]
/proc/loadavg: 6.50 6.53 6.47 6/118 14222
/proc/meminfo: memFree=1375832/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=404692 CPUtime=468.21
/proc/11560/stat : 11560 (satake) S 11558 11560 20665 0 -1 4202496 112405 0 0 0 45965 856 0 0 19 0 5 0 1117991581 414404608 94617 4294967295 134512640 135180984 3216613104 3216612540 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 101173 94617 68 164 0 101008 0
[pid=11560/tid=11561] ppid=11558 vsize=404692 CPUtime=6.49
/proc/11560/task/11561/stat : 11561 (satake) S 11558 11560 20665 0 -1 4202560 10522 0 0 0 192 457 0 0 16 0 5 0 1117991581 414404608 94617 4294967295 134512640 135180984 3216613104 3086872596 134580588 0 0 0 0 3223036975 0 0 -1 1 0 0 0
[pid=11560/tid=11563] ppid=11558 vsize=404692 CPUtime=150.59
/proc/11560/task/11563/stat : 11563 (satake) S 11558 11560 20665 0 -1 4202560 33585 0 0 0 14933 126 0 0 18 0 5 0 1117991587 414404608 94617 4294967295 134512640 135180984 3216613104 3086806688 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=11560/tid=11564] ppid=11558 vsize=404692 CPUtime=154.02
/proc/11560/task/11564/stat : 11564 (satake) S 11558 11560 20665 0 -1 4202560 34545 0 0 0 15255 147 0 0 18 0 5 0 1117991587 414404608 94617 4294967295 134512640 135180984 3216613104 3086741152 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=11560/tid=11565] ppid=11558 vsize=404692 CPUtime=157.11
/proc/11560/task/11565/stat : 11565 (satake) R 11558 11560 20665 0 -1 4202560 33641 0 0 0 15585 126 0 0 25 0 5 0 1117991587 414404608 94617 4294967295 134512640 135180984 3216613104 3086675628 134706407 0 0 0 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 468.21
Current children cumulated vsize (KiB) 404692
heavy processes:
  %CPU=90 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=91 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=89 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=90 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+882.317 s]
/proc/loadavg: 6.06 6.38 6.42 6/118 14409
/proc/meminfo: memFree=1371292/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=407908 CPUtime=479.72
/proc/11560/stat : 11560 (satake) S 11558 11560 20665 0 -1 4202496 112772 0 0 0 47084 888 0 0 19 0 5 0 1117991581 417697792 94984 4294967295 134512640 135180984 3216613104 3216612540 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 101977 94984 68 164 0 101812 0
[pid=11560/tid=11561] ppid=11558 vsize=407908 CPUtime=6.87
/proc/11560/task/11561/stat : 11561 (satake) S 11558 11560 20665 0 -1 4202560 10577 0 0 0 209 478 0 0 15 0 5 0 1117991581 417697792 94984 4294967295 134512640 135180984 3216613104 3086872592 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=11560/tid=11563] ppid=11558 vsize=407908 CPUtime=154.42
/proc/11560/task/11563/stat : 11563 (satake) S 11558 11560 20665 0 -1 4202560 33734 0 0 0 15307 135 0 0 19 0 5 0 1117991587 417697792 94984 4294967295 134512640 135180984 3216613104 3086806688 134580407 0 0 0 0 3223036458 0 0 -1 3 0 0 0
[pid=11560/tid=11564] ppid=11558 vsize=407908 CPUtime=159.77
/proc/11560/task/11564/stat : 11564 (satake) S 11558 11560 20665 0 -1 4202560 34652 0 0 0 15828 149 0 0 18 0 5 0 1117991587 417697792 94984 4294967295 134512640 135180984 3216613104 3086741152 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=11560/tid=11565] ppid=11558 vsize=407908 CPUtime=158.66
/proc/11560/task/11565/stat : 11565 (satake) R 11558 11560 20665 0 -1 4202560 33697 0 0 0 15740 126 0 0 25 0 5 0 1117991587 417697792 94984 4294967295 134512640 135180984 3216613104 3086675628 134706407 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 479.72
Current children cumulated vsize (KiB) 407908
heavy processes:
  %CPU=90 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=91 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=89 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=90 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

[startup+942.312 s]
/proc/loadavg: 6.60 6.49 6.45 9/118 14596
/proc/meminfo: memFree=1351544/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=426004 CPUtime=570.03
/proc/11560/stat : 11560 (satake) S 11558 11560 20665 0 -1 4202496 117446 0 0 0 55998 1005 0 0 19 0 5 0 1117991581 436228096 99658 4294967295 134512640 135180984 3216613104 3216612540 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 106501 99658 68 164 0 106336 0
[pid=11560/tid=11561] ppid=11558 vsize=426004 CPUtime=7.68
/proc/11560/task/11561/stat : 11561 (satake) S 11558 11560 20665 0 -1 4202560 10919 0 0 0 233 535 0 0 15 0 5 0 1117991581 436228096 99658 4294967295 134512640 135180984 3216613104 3086872592 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=11560/tid=11563] ppid=11558 vsize=426004 CPUtime=189.15
/proc/11560/task/11563/stat : 11563 (satake) R 11558 11560 20665 0 -1 4202560 35507 0 0 0 18743 172 0 0 25 0 5 0 1117991587 436228096 99658 4294967295 134512640 135180984 3216613104 3086806896 134528211 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11560/tid=11564] ppid=11558 vsize=426004 CPUtime=189.19
/proc/11560/task/11564/stat : 11564 (satake) R 11558 11560 20665 0 -1 4202560 35686 0 0 0 18759 160 0 0 20 0 5 0 1117991587 436228096 99658 4294967295 134512640 135180984 3216613104 3086741424 134532467 0 0 0 0 0 0 0 -1 1 0 0 0
[pid=11560/tid=11565] ppid=11558 vsize=426004 CPUtime=184.01
/proc/11560/task/11565/stat : 11565 (satake) R 11558 11560 20665 0 -1 4202560 35222 0 0 0 18263 138 0 0 21 0 5 0 1117991587 436228096 99658 4294967295 134512640 135180984 3216613104 3086675816 134518252 0 0 0 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 570.03
Current children cumulated vsize (KiB) 426004
heavy processes:
  %CPU=90 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=91 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=90 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 7.06 6.64 6.51 6/118 14784
/proc/meminfo: memFree=1333108/3368532 swapFree=1952996/1959888
[pid=11560] ppid=11558 vsize=440632 CPUtime=639.81
/proc/11560/stat : 11560 (satake) S 11558 11560 20665 0 -1 4202496 121383 0 0 0 62914 1067 0 0 19 0 5 0 1117991581 451207168 103595 4294967295 134512640 135180984 3216613104 3216612540 134573496 0 0 0 0 4294967295 0 0 17 3 0 0 0
/proc/11560/statm: 110158 103595 68 164 0 109993 0
[pid=11560/tid=11561] ppid=11558 vsize=440632 CPUtime=8.12
/proc/11560/task/11561/stat : 11561 (satake) S 11558 11560 20665 0 -1 4202560 11270 0 0 0 245 567 0 0 15 0 5 0 1117991581 451207168 103595 4294967295 134512640 135180984 3216613104 3086872592 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=11560/tid=11563] ppid=11558 vsize=440632 CPUtime=213.15
/proc/11560/task/11563/stat : 11563 (satake) S 11558 11560 20665 0 -1 4202560 37017 0 0 0 21135 180 0 0 25 0 5 0 1117991587 451207168 103595 4294967295 134512640 135180984 3216613104 3086806688 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
[pid=11560/tid=11564] ppid=11558 vsize=440632 CPUtime=212.24
/proc/11560/task/11564/stat : 11564 (satake) R 11558 11560 20665 0 -1 4202560 36505 0 0 0 21054 170 0 0 25 0 5 0 1117991587 451207168 103595 4294967295 134512640 135180984 3216613104 3086741164 134706407 0 0 0 0 0 0 0 -1 3 0 0 0
[pid=11560/tid=11565] ppid=11558 vsize=440632 CPUtime=206.3
/proc/11560/task/11565/stat : 11565 (satake) S 11558 11560 20665 0 -1 4202560 36479 0 0 0 20480 150 0 0 25 0 5 0 1117991587 451207168 103595 4294967295 134512640 135180984 3216613104 3086675616 134580407 0 0 0 0 3223036458 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 639.81
Current children cumulated vsize (KiB) 440632
heavy processes:
  %CPU=90 pid=12341 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=91 pid=12739 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/Isolet/isoletTrain.arff /users/tao/kegl/Research/Sam
  %CPU=88 pid=13124 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R
  %CPU=90 pid=13512 uid=2256 cmd=./multiboost --fileformat arff --traintest /users/tao/kegl/Research/Samples/LetterRecognition/letterTrain.arff /users/tao/kegl/R

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.08
CPU time (s): 639.83
CPU user time (s): 629.14
CPU system time (s): 10.69
CPU usage (%): 63.9782
Max. virtual memory (cumulated for all children) (KiB): 440632

deleting IPC queue 5242880
deleting IPC queue 5275649
deleting IPC queue 5308418
deleting IPC queue 5341187
deleting IPC queue 5373956
deleting IPC queue 5406725
deleting IPC queue 5439494
deleting IPC queue 5472263
deleting IPC queue 5505032
deleting IPC queue 5537801
deleting IPC queue 5570570
deleting IPC queue 5603339
deleting IPC queue 5636108
deleting IPC queue 5668877
deleting IPC queue 5701646
deleting IPC queue 5734415

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi45 at 2009-05-30 01:08:59
IDJOB=1776790
IDBENCH=69591
IDSOLVER=629
FILE ID=tipi45/1776790-1243638539
PBS_JOBID=
Free space on /tmp= 15479 MiB

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

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

MD5SUM BENCH= 943fd86d922b13236c21a74c4f82b6d0
RANDOM SEED= 852007812

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:       1781840 kB
Buffers:        148432 kB
Cached:        1034544 kB
SwapCached:       2100 kB
Active:        1322428 kB
Inactive:       165832 kB
HighTotal:     2489216 kB
HighFree:      1146072 kB
LowTotal:       879316 kB
LowFree:        635768 kB
SwapTotal:     1959888 kB
SwapFree:      1952996 kB
Dirty:           25828 kB
Writeback:           0 kB
AnonPages:      304180 kB
Mapped:           6384 kB
Slab:            85312 kB
SReclaimable:    73848 kB
SUnreclaim:      11464 kB
PageTables:        980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   392136 kB
VmallocTotal:   114680 kB
VmallocUsed:     17900 kB
VmallocChunk:    96244 kB

Free space on /tmp at the end= 15479 MiB
End job on tipi45 at 2009-05-30 01:25:45