Trace number 1781056

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 0/2009-03-20 (4 threads)? (TO) 3988.25 1000.04

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_12_UNKNOWN.cnf
MD5SUMd18a114d646a89f18fb3efba2be009e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1898
Number of clauses118441
Sum of the clauses size352559
Maximum clause length13
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22994
Number of clauses of size 3115424
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

Solver Data

0.00/0.00	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  118441   352559 |   35532       0        0     nan |  0.000 % |
0.61/0.64	c |         0 |  117566   500149 |      --       0       --      -- |     --   | -875/147590
0.61/0.64	c ==============================================================================
0.61/0.64	c Result  :   #vars: 1205   #clauses: 117566   #literals: 500149
0.61/0.64	c CPU time:   0.64 s
0.61/0.64	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:503) (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w /tmp/evaluation-result-1781056-1243541111/watcher-1781056-1243541111 -o /tmp/evaluation-result-1781056-1243541111/solver-1781056-1243541111 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1781056-1243541111.cnf aimd 0 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.03 4.41 4.45 3/96 11260
/proc/meminfo: memFree=2849060/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2412 CPUtime=0
/proc/11260/stat : 11260 (manysat.sh) R 11258 11260 1628 0 -1 4194304 333 0 0 0 0 0 0 0 18 0 1 0 1108212249 2469888 273 4294967295 134512640 135169312 3220429440 3220427916 3085772660 0 65538 4 65536 0 0 0 17 0 0 0 0
/proc/11260/statm: 603 273 231 161 0 42 0
[pid=11261] ppid=11260 vsize=1204 CPUtime=0
/proc/11261/stat : 11261 (SatElite) R 11260 11260 1628 0 -1 4202496 252 0 0 0 0 0 0 0 18 0 1 0 1108212250 1232896 189 4294967295 134512640 135034092 3213011760 3213008104 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11261/statm: 301 190 49 128 0 171 0

[startup+0.065747 s]
/proc/loadavg: 4.03 4.41 4.45 3/96 11260
/proc/meminfo: memFree=2849060/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2412 CPUtime=0
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1108212249 2469888 273 4294967295 134512640 135169312 3220429440 3220427976 3085770478 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/11260/statm: 603 273 231 161 0 42 0
[pid=11261] ppid=11260 vsize=7808 CPUtime=0.07
/proc/11261/stat : 11261 (SatElite) R 11260 11260 1628 0 -1 4202496 1899 0 0 0 7 0 0 0 19 0 1 0 1108212250 7995392 1836 4294967295 134512640 135034092 3213011760 3213007816 134661170 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11261/statm: 2068 1838 67 128 0 1938 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10220

[startup+0.105742 s]
/proc/loadavg: 4.03 4.41 4.45 3/96 11260
/proc/meminfo: memFree=2849060/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2412 CPUtime=0
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1108212249 2469888 273 4294967295 134512640 135169312 3220429440 3220427976 3085770478 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/11260/statm: 603 273 231 161 0 42 0
[pid=11261] ppid=11260 vsize=9860 CPUtime=0.11
/proc/11261/stat : 11261 (SatElite) R 11260 11260 1628 0 -1 4202496 2410 0 0 0 11 0 0 0 19 0 1 0 1108212250 10096640 2347 4294967295 134512640 135034092 3213011760 3213007628 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11261/statm: 2465 2347 67 128 0 2335 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 12272

[startup+0.305729 s]
/proc/loadavg: 4.03 4.41 4.45 3/96 11260
/proc/meminfo: memFree=2849060/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2412 CPUtime=0
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1108212249 2469888 273 4294967295 134512640 135169312 3220429440 3220427976 3085770478 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/11260/statm: 603 273 231 161 0 42 0
[pid=11261] ppid=11260 vsize=13848 CPUtime=0.31
/proc/11261/stat : 11261 (SatElite) R 11260 11260 1628 0 -1 4202496 3124 0 0 0 31 0 0 0 20 0 1 0 1108212250 14180352 3061 4294967295 134512640 135034092 3213011760 3213008064 134569574 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11261/statm: 3462 3061 67 128 0 3332 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16260

[startup+0.705701 s]
/proc/loadavg: 4.03 4.41 4.45 3/96 11260
/proc/meminfo: memFree=2849060/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2412 CPUtime=0
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1108212249 2469888 273 4294967295 134512640 135169312 3220429440 3220427976 3085770478 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/11260/statm: 603 273 231 161 0 42 0
[pid=11261] ppid=11260 vsize=11980 CPUtime=0.71
/proc/11261/stat : 11261 (SatElite) R 11260 11260 1628 0 -1 4202496 3126 0 0 0 71 0 0 0 21 0 1 0 1108212250 12267520 2834 4294967295 134512640 135034092 3213011760 3213006644 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/11261/statm: 2995 2834 68 128 0 2865 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 14392

[startup+1.50565 s]
/proc/loadavg: 4.03 4.41 4.45 5/101 11266
/proc/meminfo: memFree=2816056/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2416 CPUtime=0.8
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 369 3130 0 0 0 0 80 0 15 0 1 0 1108212249 2473984 274 4294967295 134512640 135169312 3220429440 3220425656 3085770478 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/11260/statm: 604 274 231 161 0 43 0
[pid=11263] ppid=11260 vsize=64744 CPUtime=2.01
/proc/11263/stat : 11263 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202496 9539 0 0 0 200 1 0 0 19 0 4 0 1108212330 66297856 9474 4294967295 134512640 135305190 3214914864 3214912756 134695249 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/11263/statm: 16186 9474 79 194 0 15990 0
[pid=11263/tid=11264] ppid=11260 vsize=64744 CPUtime=0.45
/proc/11263/task/11264/stat : 11264 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 542 0 0 0 45 0 0 0 18 0 4 0 1108212350 66297856 9474 4294967295 134512640 135305190 3214914864 3082898624 134528428 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=11263/tid=11265] ppid=11260 vsize=64744 CPUtime=0.44
/proc/11263/task/11265/stat : 11265 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 525 0 0 0 44 0 0 0 20 0 4 0 1108212350 66297856 9474 4294967295 134512640 135305190 3214914864 3074510016 134528506 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=11263/tid=11266] ppid=11260 vsize=64744 CPUtime=0.44
/proc/11263/task/11266/stat : 11266 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 492 0 0 0 44 0 0 0 18 0 4 0 1108212350 66297856 9474 4294967295 134512640 135305190 3214914864 3066121156 134840070 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 67160

[startup+3.10555 s]
/proc/loadavg: 4.03 4.41 4.45 6/102 11312
/proc/meminfo: memFree=2804096/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2416 CPUtime=0.8
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 369 3130 0 0 0 0 80 0 15 0 1 0 1108212249 2473984 274 4294967295 134512640 135169312 3220429440 3220425656 3085770478 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/11260/statm: 604 274 231 161 0 43 0
[pid=11263] ppid=11260 vsize=76580 CPUtime=8.24
/proc/11263/stat : 11263 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202496 12196 0 0 0 820 4 0 0 19 0 4 0 1108212330 78417920 12131 4294967295 134512640 135305190 3214914864 3214913040 134528520 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/11263/statm: 19145 12131 79 194 0 18949 0
[pid=11263/tid=11264] ppid=11260 vsize=76580 CPUtime=2.05
/proc/11263/task/11264/stat : 11264 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 1280 0 0 0 203 2 0 0 18 0 4 0 1108212350 78417920 12131 4294967295 134512640 135305190 3214914864 3082898624 134528410 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=11263/tid=11265] ppid=11260 vsize=76580 CPUtime=1.89
/proc/11263/task/11265/stat : 11265 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 1190 0 0 0 189 0 0 0 23 0 4 0 1108212350 78417920 12131 4294967295 134512640 135305190 3214914864 3074510016 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=11263/tid=11266] ppid=11260 vsize=76580 CPUtime=2.04
/proc/11263/task/11266/stat : 11266 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 1333 0 0 0 204 0 0 0 18 0 4 0 1108212350 78417920 12131 4294967295 134512640 135305190 3214914864 3066121408 134528252 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 9.04
Current children cumulated vsize (KiB) 78996

[startup+6.30533 s]
/proc/loadavg: 4.19 4.44 4.46 6/102 11333
/proc/meminfo: memFree=2785968/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2416 CPUtime=0.8
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 369 3130 0 0 0 0 80 0 15 0 1 0 1108212249 2473984 274 4294967295 134512640 135169312 3220429440 3220425656 3085770478 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/11260/statm: 604 274 231 161 0 43 0
[pid=11263] ppid=11260 vsize=92844 CPUtime=21.02
/proc/11263/stat : 11263 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202496 16463 0 0 0 2097 5 0 0 25 0 4 0 1108212330 95072256 16398 4294967295 134512640 135305190 3214914864 3214913040 134528506 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/11263/statm: 23211 16398 79 194 0 23015 0
[pid=11263/tid=11264] ppid=11260 vsize=92844 CPUtime=5.24
/proc/11263/task/11264/stat : 11264 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 2728 0 0 0 522 2 0 0 22 0 4 0 1108212350 95072256 16398 4294967295 134512640 135305190 3214914864 3082898624 134528319 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=11263/tid=11265] ppid=11260 vsize=92844 CPUtime=5.09
/proc/11263/task/11265/stat : 11265 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 2223 0 0 0 508 1 0 0 25 0 4 0 1108212350 95072256 16398 4294967295 134512640 135305190 3214914864 3074510016 134528376 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=11263/tid=11266] ppid=11260 vsize=92844 CPUtime=5.24
/proc/11263/task/11266/stat : 11266 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 2524 0 0 0 524 0 0 0 21 0 4 0 1108212350 95072256 16398 4294967295 134512640 135305190 3214914864 3066121408 134528263 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.82
Current children cumulated vsize (KiB) 95260

[startup+12.7049 s]
/proc/loadavg: 4.25 4.45 4.46 6/101 11450
/proc/meminfo: memFree=2766552/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2416 CPUtime=0.8
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 369 3130 0 0 0 0 80 0 15 0 1 0 1108212249 2473984 274 4294967295 134512640 135169312 3220429440 3220425656 3085770478 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/11260/statm: 604 274 231 161 0 43 0
[pid=11263] ppid=11260 vsize=110324 CPUtime=46.44
/proc/11263/stat : 11263 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202496 20731 0 0 0 4632 12 0 0 25 0 4 0 1108212330 112971776 20666 4294967295 134512640 135305190 3214914864 3214912912 134857151 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/11263/statm: 27581 20666 79 194 0 27385 0
[pid=11263/tid=11264] ppid=11260 vsize=110324 CPUtime=11.64
/proc/11263/task/11264/stat : 11264 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 3781 0 0 0 1161 3 0 0 25 0 4 0 1108212350 112971776 20666 4294967295 134512640 135305190 3214914864 3082898624 134528406 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=11263/tid=11265] ppid=11260 vsize=110324 CPUtime=11.41
/proc/11263/task/11265/stat : 11265 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 3201 0 0 0 1140 1 0 0 25 0 4 0 1108212350 112971776 20666 4294967295 134512640 135305190 3214914864 3074509960 134839991 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=11263/tid=11266] ppid=11260 vsize=110324 CPUtime=11.63
/proc/11263/task/11266/stat : 11266 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 3798 0 0 0 1159 4 0 0 25 0 4 0 1108212350 112971776 20666 4294967295 134512640 135305190 3214914864 3066121200 134549011 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 47.24
Current children cumulated vsize (KiB) 112740

[startup+25.504 s]
/proc/loadavg: 4.27 4.44 4.46 6/101 11450
/proc/meminfo: memFree=2740520/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2416 CPUtime=0.8
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 369 3130 0 0 0 0 80 0 15 0 1 0 1108212249 2473984 274 4294967295 134512640 135169312 3220429440 3220425656 3085770478 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/11260/statm: 604 274 231 161 0 43 0
[pid=11263] ppid=11260 vsize=135416 CPUtime=97.58
/proc/11263/stat : 11263 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202496 26770 0 0 0 9739 19 0 0 25 0 4 0 1108212330 138665984 26705 4294967295 134512640 135305190 3214914864 3214913040 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/11263/statm: 33854 26705 79 194 0 33658 0
[pid=11263/tid=11264] ppid=11260 vsize=135416 CPUtime=24.44
/proc/11263/task/11264/stat : 11264 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 4845 0 0 0 2439 5 0 0 25 0 4 0 1108212350 138665984 26705 4294967295 134512640 135305190 3214914864 3082898624 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=11263/tid=11265] ppid=11260 vsize=135416 CPUtime=24.16
/proc/11263/task/11265/stat : 11265 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 4093 0 0 0 2412 4 0 0 25 0 4 0 1108212350 138665984 26705 4294967295 134512640 135305190 3214914864 3074509960 134839991 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=11263/tid=11266] ppid=11260 vsize=135416 CPUtime=24.42
/proc/11263/task/11266/stat : 11266 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 5476 0 0 0 2437 5 0 0 25 0 4 0 1108212350 138665984 26705 4294967295 134512640 135305190 3214914864 3066121408 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 98.38
Current children cumulated vsize (KiB) 137832

[startup+51.1023 s]
/proc/loadavg: 4.31 4.44 4.46 5/101 11451
/proc/meminfo: memFree=2715320/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2416 CPUtime=0.8
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 369 3130 0 0 0 0 80 0 15 0 1 0 1108212249 2473984 274 4294967295 134512640 135169312 3220429440 3220425656 3085770478 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/11260/statm: 604 274 231 161 0 43 0
[pid=11263] ppid=11260 vsize=161436 CPUtime=199.79
/proc/11263/stat : 11263 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202496 32851 0 0 0 19948 31 0 0 25 0 4 0 1108212330 165310464 32786 4294967295 134512640 135305190 3214914864 3214913040 134528768 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/11263/statm: 40359 32786 79 194 0 40163 0
[pid=11263/tid=11264] ppid=11260 vsize=161436 CPUtime=50.04
/proc/11263/task/11264/stat : 11264 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 5841 0 0 0 4996 8 0 0 25 0 4 0 1108212350 165310464 32786 4294967295 134512640 135305190 3214914864 3082898624 134528376 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=11263/tid=11265] ppid=11260 vsize=161436 CPUtime=49.56
/proc/11263/task/11265/stat : 11265 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 5398 0 0 0 4950 6 0 0 25 0 4 0 1108212350 165310464 32786 4294967295 134512640 135305190 3214914864 3074510016 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=11263/tid=11266] ppid=11260 vsize=161436 CPUtime=50.02
/proc/11263/task/11266/stat : 11266 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 7744 0 0 0 4993 9 0 0 25 0 4 0 1108212350 165310464 32786 4294967295 134512640 135305190 3214914864 3066121408 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 200.59
Current children cumulated vsize (KiB) 163852

[startup+102.319 s]
/proc/loadavg: 4.30 4.41 4.45 5/101 11639
/proc/meminfo: memFree=2672820/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2416 CPUtime=0.8
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 369 3130 0 0 0 0 80 0 15 0 1 0 1108212249 2473984 274 4294967295 134512640 135169312 3220429440 3220425656 3085770478 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/11260/statm: 604 274 231 161 0 43 0
[pid=11263] ppid=11260 vsize=205604 CPUtime=404.07
/proc/11263/stat : 11263 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202496 43550 0 0 0 40345 62 0 0 25 0 4 0 1108212330 210538496 43480 4294967295 134512640 135305190 3214914864 3214913040 134528265 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/11263/statm: 51401 43480 79 194 0 51205 0
[pid=11263/tid=11264] ppid=11260 vsize=205604 CPUtime=101.24
/proc/11263/task/11264/stat : 11264 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 7382 0 0 0 10106 18 0 0 25 0 4 0 1108212350 210538496 43480 4294967295 134512640 135305190 3214914864 3082898624 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=11263/tid=11265] ppid=11260 vsize=205604 CPUtime=100.62
/proc/11263/task/11265/stat : 11265 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 7211 0 0 0 10054 8 0 0 25 0 4 0 1108212350 210538496 43480 4294967295 134512640 135305190 3214914864 3074510016 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=11263/tid=11266] ppid=11260 vsize=205604 CPUtime=101.12
/proc/11263/task/11266/stat : 11266 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 10797 0 0 0 10096 16 0 0 25 0 4 0 1108212350 210538496 43480 4294967295 134512640 135305190 3214914864 3066121408 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 404.87
Current children cumulated vsize (KiB) 208020

[startup+162.315 s]
/proc/loadavg: 4.29 4.38 4.43 5/101 11829
/proc/meminfo: memFree=2638608/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2416 CPUtime=0.8

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

/proc/11263/task/11266/stat : 11266 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 22481 0 0 0 52035 58 0 0 25 0 4 0 1108212350 392839168 85580 4294967295 134512640 135305190 3214914864 3066121408 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2081.46
Current children cumulated vsize (KiB) 386048

[startup+582.306 s]
/proc/loadavg: 4.36 4.42 4.43 6/101 13149
/proc/meminfo: memFree=2496724/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2416 CPUtime=0.8
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 369 3130 0 0 0 0 80 0 15 0 1 0 1108212249 2473984 274 4294967295 134512640 135169312 3220429440 3220425656 3085770478 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/11260/statm: 604 274 231 161 0 43 0
[pid=11263] ppid=11260 vsize=391660 CPUtime=2320.14
/proc/11263/stat : 11263 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202496 87457 0 0 0 231773 241 0 0 25 0 4 0 1108212330 401059840 87316 4294967295 134512640 135305190 3214914864 3214913040 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/11263/statm: 97915 87316 79 194 0 97719 0
[pid=11263/tid=11264] ppid=11260 vsize=391660 CPUtime=580.22
/proc/11263/task/11264/stat : 11264 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 14588 0 0 0 57967 55 0 0 25 0 4 0 1108212350 401059840 87316 4294967295 134512640 135305190 3214914864 3082898624 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=11263/tid=11265] ppid=11260 vsize=391660 CPUtime=579.59
/proc/11263/task/11265/stat : 11265 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 17638 0 0 0 57911 48 0 0 25 0 4 0 1108212350 401059840 87316 4294967295 134512640 135305190 3214914864 3074510016 134528263 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=11263/tid=11266] ppid=11260 vsize=391660 CPUtime=580.84
/proc/11263/task/11266/stat : 11266 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 22997 0 0 0 58021 63 0 0 25 0 4 0 1108212350 401059840 87316 4294967295 134512640 135305190 3214914864 3066121408 134528341 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2320.94
Current children cumulated vsize (KiB) 394076

[startup+642.302 s]
/proc/loadavg: 4.66 4.48 4.45 5/101 13335
/proc/meminfo: memFree=2482440/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2416 CPUtime=0.8
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 369 3130 0 0 0 0 80 0 15 0 1 0 1108212249 2473984 274 4294967295 134512640 135169312 3220429440 3220425656 3085770478 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/11260/statm: 604 274 231 161 0 43 0
[pid=11263] ppid=11260 vsize=408504 CPUtime=2559.66
/proc/11263/stat : 11263 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202496 91158 0 0 0 255706 260 0 0 25 0 4 0 1108212330 418308096 91001 4294967295 134512640 135305190 3214914864 3214913040 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/11263/statm: 102126 91001 79 194 0 101930 0
[pid=11263/tid=11264] ppid=11260 vsize=408504 CPUtime=640.13
/proc/11263/task/11264/stat : 11264 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 16246 0 0 0 63953 60 0 0 25 0 4 0 1108212350 418308096 91001 4294967295 134512640 135305190 3214914864 3082898624 134528392 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=11263/tid=11265] ppid=11260 vsize=408504 CPUtime=639.56
/proc/11263/task/11265/stat : 11265 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 18612 0 0 0 63904 52 0 0 25 0 4 0 1108212350 418308096 91001 4294967295 134512640 135305190 3214914864 3074510016 134528252 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=11263/tid=11266] ppid=11260 vsize=408504 CPUtime=640.76
/proc/11263/task/11266/stat : 11266 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 23471 0 0 0 64007 69 0 0 25 0 4 0 1108212350 418308096 91001 4294967295 134512640 135305190 3214914864 3066121352 134839991 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2560.46
Current children cumulated vsize (KiB) 410920

[startup+702.308 s]
/proc/loadavg: 4.49 4.46 4.45 6/101 13523
/proc/meminfo: memFree=2457780/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2416 CPUtime=0.8
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 369 3130 0 0 0 0 80 0 15 0 1 0 1108212249 2473984 274 4294967295 134512640 135169312 3220429440 3220425656 3085770478 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/11260/statm: 604 274 231 161 0 43 0
[pid=11263] ppid=11260 vsize=433516 CPUtime=2799.16
/proc/11263/stat : 11263 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202496 97235 0 0 0 279626 290 0 0 25 0 4 0 1108212330 443920384 97078 4294967295 134512640 135305190 3214914864 3214913040 134528768 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/11263/statm: 108379 97078 79 194 0 108183 0
[pid=11263/tid=11264] ppid=11260 vsize=433516 CPUtime=700.13
/proc/11263/task/11264/stat : 11264 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 17358 0 0 0 69944 69 0 0 25 0 4 0 1108212350 443920384 97078 4294967295 134512640 135305190 3214914864 3082898624 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=11263/tid=11265] ppid=11260 vsize=433516 CPUtime=699.12
/proc/11263/task/11265/stat : 11265 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 21113 0 0 0 69852 60 0 0 25 0 4 0 1108212350 443920384 97078 4294967295 134512640 135305190 3214914864 3074509696 134554549 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=11263/tid=11266] ppid=11260 vsize=433516 CPUtime=700.72
/proc/11263/task/11266/stat : 11266 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 25209 0 0 0 69998 74 0 0 25 0 4 0 1108212350 443920384 97078 4294967295 134512640 135305190 3214914864 3066121408 134528402 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2799.96
Current children cumulated vsize (KiB) 435932

[startup+762.314 s]
/proc/loadavg: 4.62 4.49 4.46 5/101 13719
/proc/meminfo: memFree=2451912/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2416 CPUtime=0.8
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 369 3130 0 0 0 0 80 0 15 0 1 0 1108212249 2473984 274 4294967295 134512640 135169312 3220429440 3220425656 3085770478 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/11260/statm: 604 274 231 161 0 43 0
[pid=11263] ppid=11260 vsize=439256 CPUtime=3038.78
/proc/11263/stat : 11263 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202496 98532 0 0 0 303567 311 0 0 25 0 4 0 1108212330 449798144 98375 4294967295 134512640 135305190 3214914864 3214913040 134528435 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/11263/statm: 109814 98375 79 194 0 109618 0
[pid=11263/tid=11264] ppid=11260 vsize=439256 CPUtime=760.05
/proc/11263/task/11264/stat : 11264 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 17600 0 0 0 75929 76 0 0 25 0 4 0 1108212350 449798144 98375 4294967295 134512640 135305190 3214914864 3082898624 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=11263/tid=11265] ppid=11260 vsize=439256 CPUtime=758.95
/proc/11263/task/11265/stat : 11265 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 21291 0 0 0 75828 67 0 0 25 0 4 0 1108212350 449798144 98375 4294967295 134512640 135305190 3214914864 3074510016 134528286 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=11263/tid=11266] ppid=11260 vsize=439256 CPUtime=760.67
/proc/11263/task/11266/stat : 11266 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 25676 0 0 0 75992 75 0 0 25 0 4 0 1108212350 449798144 98375 4294967295 134512640 135305190 3214914864 3066121408 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3039.58
Current children cumulated vsize (KiB) 441672

[startup+822.31 s]
/proc/loadavg: 4.89 4.57 4.48 5/101 13907
/proc/meminfo: memFree=2434768/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2416 CPUtime=0.8
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 369 3130 0 0 0 0 80 0 15 0 1 0 1108212249 2473984 274 4294967295 134512640 135169312 3220429440 3220425656 3085770478 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/11260/statm: 604 274 231 161 0 43 0
[pid=11263] ppid=11260 vsize=457640 CPUtime=3278.22
/proc/11263/stat : 11263 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202496 103050 0 0 0 327490 332 0 0 25 0 4 0 1108212330 468623360 102893 4294967295 134512640 135305190 3214914864 3214913040 134528298 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/11263/statm: 114410 102893 79 194 0 114214 0
[pid=11263/tid=11264] ppid=11260 vsize=457640 CPUtime=819.86
/proc/11263/task/11264/stat : 11264 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 18064 0 0 0 81907 79 0 0 25 0 4 0 1108212350 468623360 102893 4294967295 134512640 135305190 3214914864 3082898624 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=11263/tid=11265] ppid=11260 vsize=457640 CPUtime=818.95
/proc/11263/task/11265/stat : 11265 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 23809 0 0 0 81822 73 0 0 25 0 4 0 1108212350 468623360 102893 4294967295 134512640 135305190 3214914864 3074510016 134528548 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=11263/tid=11266] ppid=11260 vsize=457640 CPUtime=820.48
/proc/11263/task/11266/stat : 11266 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 26755 0 0 0 81963 85 0 0 25 0 4 0 1108212350 468623360 102893 4294967295 134512640 135305190 3214914864 3066120948 134838145 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3279.02
Current children cumulated vsize (KiB) 460056

[startup+882.316 s]
/proc/loadavg: 4.75 4.58 4.49 6/101 14095
/proc/meminfo: memFree=2430140/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2416 CPUtime=0.8
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 369 3130 0 0 0 0 80 0 15 0 1 0 1108212249 2473984 274 4294967295 134512640 135169312 3220429440 3220425656 3085770478 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/11260/statm: 604 274 231 161 0 43 0
[pid=11263] ppid=11260 vsize=462300 CPUtime=3517.75
/proc/11263/stat : 11263 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202496 104104 0 0 0 351425 350 0 0 25 0 4 0 1108212330 473395200 103925 4294967295 134512640 135305190 3214914864 3214913040 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/11263/statm: 115575 103925 79 194 0 115379 0
[pid=11263/tid=11264] ppid=11260 vsize=462300 CPUtime=879.76
/proc/11263/task/11264/stat : 11264 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 18279 0 0 0 87896 80 0 0 25 0 4 0 1108212350 473395200 103925 4294967295 134512640 135305190 3214914864 3082898624 134528376 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=11263/tid=11265] ppid=11260 vsize=462300 CPUtime=878.76
/proc/11263/task/11265/stat : 11265 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 24365 0 0 0 87795 81 0 0 25 0 4 0 1108212350 473395200 103925 4294967295 134512640 135305190 3214914864 3074510016 134528503 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=11263/tid=11266] ppid=11260 vsize=462300 CPUtime=880.45
/proc/11263/task/11266/stat : 11266 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 26761 0 0 0 87953 92 0 0 25 0 4 0 1108212350 473395200 103925 4294967295 134512640 135305190 3214914864 3066121408 134528571 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3518.55
Current children cumulated vsize (KiB) 464716

[startup+942.312 s]
/proc/loadavg: 4.75 4.60 4.50 5/101 14281
/proc/meminfo: memFree=2424344/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2416 CPUtime=0.8
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 369 3130 0 0 0 0 80 0 15 0 1 0 1108212249 2473984 274 4294967295 134512640 135169312 3220429440 3220425656 3085770478 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/11260/statm: 604 274 231 161 0 43 0
[pid=11263] ppid=11260 vsize=468236 CPUtime=3757.1
/proc/11263/stat : 11263 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202496 105465 0 0 0 375350 360 0 0 25 0 4 0 1108212330 479473664 105286 4294967295 134512640 135305190 3214914864 3214913040 134528768 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/11263/statm: 117059 105286 79 194 0 116863 0
[pid=11263/tid=11264] ppid=11260 vsize=468236 CPUtime=939.49
/proc/11263/task/11264/stat : 11264 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 18961 0 0 0 93866 83 0 0 25 0 4 0 1108212350 479473664 105286 4294967295 134512640 135305190 3214914864 3082898624 134528319 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=11263/tid=11265] ppid=11260 vsize=468236 CPUtime=938.41
/proc/11263/task/11265/stat : 11265 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 24700 0 0 0 93756 85 0 0 25 0 4 0 1108212350 479473664 105286 4294967295 134512640 135305190 3214914864 3074510016 134528406 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=11263/tid=11266] ppid=11260 vsize=468236 CPUtime=940.45
/proc/11263/task/11266/stat : 11266 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 26851 0 0 0 93952 93 0 0 25 0 4 0 1108212350 479473664 105286 4294967295 134512640 135305190 3214914864 3066121408 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3757.9
Current children cumulated vsize (KiB) 470652



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.56 4.55 4.48 6/102 14427
/proc/meminfo: memFree=2421484/3368532 swapFree=1954076/1959888
[pid=11260] ppid=11258 vsize=2416 CPUtime=0.8
/proc/11260/stat : 11260 (manysat.sh) S 11258 11260 1628 0 -1 4194304 369 3130 0 0 0 0 80 0 15 0 1 0 1108212249 2473984 274 4294967295 134512640 135169312 3220429440 3220425656 3085770478 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/11260/statm: 604 274 231 161 0 43 0
[pid=11263] ppid=11260 vsize=471564 CPUtime=3987.45
/proc/11263/stat : 11263 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202496 106199 0 0 0 398370 375 0 0 25 0 4 0 1108212330 482881536 106020 4294967295 134512640 135305190 3214914864 3214913040 134528768 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/11263/statm: 117891 106020 79 194 0 117695 0
[pid=11263/tid=11264] ppid=11260 vsize=471564 CPUtime=997
/proc/11263/task/11264/stat : 11264 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 19124 0 0 0 99614 86 0 0 25 0 4 0 1108212350 482881536 106020 4294967295 134512640 135305190 3214914864 3082898624 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=11263/tid=11265] ppid=11260 vsize=471564 CPUtime=995.89
/proc/11263/task/11265/stat : 11265 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 24981 0 0 0 99499 90 0 0 25 0 4 0 1108212350 482881536 106020 4294967295 134512640 135305190 3214914864 3074510016 134528252 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=11263/tid=11266] ppid=11260 vsize=471564 CPUtime=998.15
/proc/11263/task/11266/stat : 11266 (manysat1.1_stat) R 11260 11260 1628 0 -1 4202560 27077 0 0 0 99719 96 0 0 25 0 4 0 1108212350 482881536 106020 4294967295 134512640 135305190 3214914864 3066121408 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3988.25
Current children cumulated vsize (KiB) 473980

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1000.04
CPU time (s): 3988.25
CPU user time (s): 3984.5
CPU system time (s): 3.75
CPU usage (%): 398.81
Max. virtual memory (cumulated for all children) (KiB): 473980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.8
system time used= 0
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3499
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 5

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi44 at 2009-05-28 22:05:11
IDJOB=1781056
IDBENCH=71092
IDSOLVER=620
FILE ID=tipi44/1781056-1243541111
PBS_JOBID=
Free space on /tmp= 15892 MiB

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

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

MD5SUM BENCH= d18a114d646a89f18fb3efba2be009e6
RANDOM SEED= 1329039910

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:       2849504 kB
Buffers:        144708 kB
Cached:         267072 kB
SwapCached:       2180 kB
Active:         118336 kB
Inactive:       303500 kB
HighTotal:     2489216 kB
HighFree:      2210312 kB
LowTotal:       879316 kB
LowFree:        639192 kB
SwapTotal:     1959888 kB
SwapFree:      1954076 kB
Dirty:            3392 kB
Writeback:           0 kB
AnonPages:        8848 kB
Mapped:           3212 kB
Slab:            87680 kB
SReclaimable:    77704 kB
SUnreclaim:       9976 kB
PageTables:        464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88080 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15889 MiB
End job on tipi44 at 2009-05-28 22:21:53