Trace number 1780681

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)UNSAT 2378.37 601.665

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-10p0.cnf
MD5SUMa860cf613d4e0cb34c00f8b79611121d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1402.24
Satisfiable
(Un)Satisfiability was proved
Number of variables199290
Number of clauses1005792
Sum of the clauses size2392883
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756875
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
0.91/0.92	c ==============================================================================
0.91/0.92	c |           |     ORIGINAL     |              LEARNT              |          |
0.91/0.92	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.91/0.92	c ==============================================================================
0.91/0.92	c |         0 |  994873  2381294 |  298461       0        0     nan |  0.000 % |
5.21/5.23	c |         0 |  654137  1815422 |      --       0       --      -- |     --   | -89707/7915
5.21/5.23	c ==============================================================================
5.21/5.23	c Result  :   #vars: 101800   #clauses: 654137   #literals: 1815422
5.21/5.23	c CPU time:   5.03 s
5.21/5.23	c ==============================================================================
2378.22/601.63	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
2378.22/601.63	c ============================[ Problem Statistics ]=============================
2378.22/601.63	c |                                                                             |
2378.22/601.63	c threadId              : 3
2378.22/601.63	c restarts              : 176
2378.22/601.63	c conflicts             : 110499         (47 /sec)
2378.22/601.63	c decisions             : 207112         (1.73 % random) (87 /sec)
2378.22/601.63	c propagations          : 743897623      (313869 /sec)
2378.22/601.63	c conflict literals     : 23831610       (43.38 % deleted)
2378.22/601.63	c Memory used           : 409.49 MB
2378.22/601.63	c CPU time              : 2370.09 s
2378.22/601.63	
2378.22/601.63	c --->m=4, e=8, aimd=0, HOME/18095_many.cnf	time: 592.523	conflicts: 110499       
2378.22/601.65	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1780681-1243534462/watcher-1780681-1243534462 -o /tmp/evaluation-result-1780681-1243534462/solver-1780681-1243534462 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780681-1243534462.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.19 4.26 4.30 2/98 18095
/proc/meminfo: memFree=2773256/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2412 CPUtime=0
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 935023045 2469888 273 4294967295 134512640 135169312 3213271984 3213270520 3085328110 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/18095/statm: 603 273 231 161 0 42 0
[pid=18096] ppid=18095 vsize=2428 CPUtime=0
/proc/18096/stat : 18096 (SatElite) R 18095 18095 28360 0 -1 4202496 442 0 0 0 0 0 0 0 18 0 1 0 935023045 2486272 379 4294967295 134512640 135034092 3216340576 3216336864 134544963 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18096/statm: 607 382 49 128 0 477 0

[startup+0.030275 s]
/proc/loadavg: 4.19 4.26 4.30 2/98 18095
/proc/meminfo: memFree=2773256/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2412 CPUtime=0
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 935023045 2469888 273 4294967295 134512640 135169312 3213271984 3213270520 3085328110 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/18095/statm: 603 273 231 161 0 42 0
[pid=18096] ppid=18095 vsize=13280 CPUtime=0.03
/proc/18096/stat : 18096 (SatElite) R 18095 18095 28360 0 -1 4202496 3308 0 0 0 3 0 0 0 18 0 1 0 935023045 13598720 3141 4294967295 134512640 135034092 3216340576 3216336864 134544856 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18096/statm: 3320 3143 49 128 0 3190 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15692

[startup+0.110268 s]
/proc/loadavg: 4.19 4.26 4.30 2/98 18095
/proc/meminfo: memFree=2773256/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2412 CPUtime=0
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 935023045 2469888 273 4294967295 134512640 135169312 3213271984 3213270520 3085328110 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/18095/statm: 603 273 231 161 0 42 0
[pid=18096] ppid=18095 vsize=34324 CPUtime=0.11
/proc/18096/stat : 18096 (SatElite) R 18095 18095 28360 0 -1 4202496 6590 0 0 0 9 2 0 0 18 0 1 0 935023045 35147776 6359 4294967295 134512640 135034092 3216340576 3216336536 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18096/statm: 8581 6360 49 128 0 8451 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 36736

[startup+0.310251 s]
/proc/loadavg: 4.19 4.26 4.30 2/98 18095
/proc/meminfo: memFree=2773256/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2412 CPUtime=0
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 935023045 2469888 273 4294967295 134512640 135169312 3213271984 3213270520 3085328110 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/18095/statm: 603 273 231 161 0 42 0
[pid=18096] ppid=18095 vsize=52888 CPUtime=0.31
/proc/18096/stat : 18096 (SatElite) R 18095 18095 28360 0 -1 4202496 11106 0 0 0 24 7 0 0 18 0 1 0 935023045 54157312 10875 4294967295 134512640 135034092 3216340576 3216336920 134691005 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18096/statm: 13222 10875 49 128 0 13092 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 55300

[startup+0.71022 s]
/proc/loadavg: 4.19 4.26 4.30 2/98 18095
/proc/meminfo: memFree=2773256/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2412 CPUtime=0
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 935023045 2469888 273 4294967295 134512640 135169312 3213271984 3213270520 3085328110 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/18095/statm: 603 273 231 161 0 42 0
[pid=18096] ppid=18095 vsize=81900 CPUtime=0.71
/proc/18096/stat : 18096 (SatElite) R 18095 18095 28360 0 -1 4202496 19105 0 0 0 61 10 0 0 18 0 1 0 935023045 83865600 18874 4294967295 134512640 135034092 3216340576 3216337816 134673244 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18096/statm: 20475 18876 50 128 0 20345 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 84312

[startup+1.51015 s]
/proc/loadavg: 4.19 4.26 4.30 2/100 18097
/proc/meminfo: memFree=2683640/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2412 CPUtime=0
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 935023045 2469888 273 4294967295 134512640 135169312 3213271984 3213270520 3085328110 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/18095/statm: 603 273 231 161 0 42 0
[pid=18096] ppid=18095 vsize=109480 CPUtime=1.51
/proc/18096/stat : 18096 (SatElite) R 18095 18095 28360 0 -1 4202496 27865 0 0 0 136 15 0 0 20 0 1 0 935023045 112107520 25166 4294967295 134512640 135034092 3216340576 3216336572 134691101 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18096/statm: 27370 25167 67 128 0 27240 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 111892

[startup+3.11003 s]
/proc/loadavg: 4.19 4.26 4.30 2/100 18098
/proc/meminfo: memFree=2663216/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2412 CPUtime=0
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 935023045 2469888 273 4294967295 134512640 135169312 3213271984 3213270520 3085328110 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/18095/statm: 603 273 231 161 0 42 0
[pid=18096] ppid=18095 vsize=126220 CPUtime=3.11
/proc/18096/stat : 18096 (SatElite) R 18095 18095 28360 0 -1 4202496 31458 0 0 0 295 16 0 0 25 0 1 0 935023045 129249280 28295 4294967295 134512640 135034092 3216340576 3216336880 134569395 0 0 0 3 0 0 0 17 0 0 0 0
/proc/18096/statm: 31555 28295 67 128 0 31425 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 128632

[startup+6.30978 s]
/proc/loadavg: 3.94 4.21 4.28 2/100 18098
/proc/meminfo: memFree=2657024/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2416 CPUtime=6
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 370 37554 0 0 0 0 578 22 18 0 1 0 935023045 2473984 274 4294967295 134512640 135169312 3213271984 3213268200 3085328110 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/18095/statm: 604 274 231 161 0 43 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 2416

[startup+12.7093 s]
/proc/loadavg: 4.02 4.22 4.28 6/103 18103
/proc/meminfo: memFree=2573104/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2416 CPUtime=6
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 370 37554 0 0 0 0 578 22 18 0 1 0 935023045 2473984 274 4294967295 134512640 135169312 3213271984 3213268200 3085328110 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/18095/statm: 604 274 231 161 0 43 0
[pid=18099] ppid=18095 vsize=215092 CPUtime=22.09
/proc/18099/stat : 18099 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202496 45813 0 0 0 2161 48 0 0 15 0 4 0 935023645 220254208 45638 4294967295 134512640 135305190 3214728448 3214726512 134529062 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/18099/statm: 53773 45638 79 194 0 53577 0
[pid=18099/tid=18100] ppid=18095 vsize=215092 CPUtime=5.13
/proc/18099/task/18100/stat : 18100 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 1099 0 0 0 505 8 0 0 16 0 4 0 935023789 220254208 45638 4294967295 134512640 135305190 3214728448 3041688768 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18099/tid=18101] ppid=18095 vsize=215092 CPUtime=5.18
/proc/18099/task/18101/stat : 18101 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 1122 0 0 0 509 9 0 0 16 0 4 0 935023789 220254208 45638 4294967295 134512640 135305190 3214728448 3033300160 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18099/tid=18102] ppid=18095 vsize=215092 CPUtime=5.16
/proc/18099/task/18102/stat : 18102 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 1085 0 0 0 507 9 0 0 16 0 4 0 935023791 220254208 45638 4294967295 134512640 135305190 3214728448 3024911552 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 28.09
Current children cumulated vsize (KiB) 217508

[startup+25.5082 s]
/proc/loadavg: 4.32 4.27 4.30 5/103 18103
/proc/meminfo: memFree=2561420/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2416 CPUtime=6
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 370 37554 0 0 0 0 578 22 18 0 1 0 935023045 2473984 274 4294967295 134512640 135169312 3213271984 3213268200 3085328110 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/18095/statm: 604 274 231 161 0 43 0
[pid=18099] ppid=18095 vsize=225684 CPUtime=73.25
/proc/18099/stat : 18099 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202496 48666 0 0 0 7271 54 0 0 25 0 4 0 935023645 231100416 48491 4294967295 134512640 135305190 3214728448 3214726624 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/18099/statm: 56421 48491 79 194 0 56225 0
[pid=18099/tid=18100] ppid=18095 vsize=225684 CPUtime=17.92
/proc/18099/task/18100/stat : 18100 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 1748 0 0 0 1782 10 0 0 25 0 4 0 935023789 231100416 48491 4294967295 134512640 135305190 3214728448 3041688768 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18099/tid=18101] ppid=18095 vsize=225684 CPUtime=17.95
/proc/18099/task/18101/stat : 18101 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 1972 0 0 0 1785 10 0 0 25 0 4 0 935023789 231100416 48491 4294967295 134512640 135305190 3214728448 3033299776 134551614 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18099/tid=18102] ppid=18095 vsize=225684 CPUtime=17.96
/proc/18099/task/18102/stat : 18102 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 1562 0 0 0 1786 10 0 0 25 0 4 0 935023791 231100416 48491 4294967295 134512640 135305190 3214728448 3024911552 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 79.25
Current children cumulated vsize (KiB) 228100

[startup+51.1062 s]
/proc/loadavg: 4.59 4.33 4.31 6/104 18276
/proc/meminfo: memFree=2533624/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2416 CPUtime=6
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 370 37554 0 0 0 0 578 22 18 0 1 0 935023045 2473984 274 4294967295 134512640 135169312 3213271984 3213268200 3085328110 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/18095/statm: 604 274 231 161 0 43 0
[pid=18099] ppid=18095 vsize=253056 CPUtime=175.23
/proc/18099/stat : 18099 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202496 55477 0 0 0 17460 63 0 0 25 0 4 0 935023645 259129344 55302 4294967295 134512640 135305190 3214728448 3214726624 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/18099/statm: 63264 55302 79 194 0 63068 0
[pid=18099/tid=18100] ppid=18095 vsize=253056 CPUtime=43.41
/proc/18099/task/18100/stat : 18100 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 3058 0 0 0 4327 14 0 0 25 0 4 0 935023789 259129344 55302 4294967295 134512640 135305190 3214728448 3041688768 134528406 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=18099/tid=18101] ppid=18095 vsize=253056 CPUtime=43.36
/proc/18099/task/18101/stat : 18101 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 4092 0 0 0 4324 12 0 0 25 0 4 0 935023789 259129344 55302 4294967295 134512640 135305190 3214728448 3033300160 134528252 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18099/tid=18102] ppid=18095 vsize=253056 CPUtime=43.48
/proc/18099/task/18102/stat : 18102 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 3134 0 0 0 4335 13 0 0 25 0 4 0 935023791 259129344 55302 4294967295 134512640 135305190 3214728448 3024911552 134528224 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 181.23
Current children cumulated vsize (KiB) 255472

[startup+102.312 s]
/proc/loadavg: 4.35 4.31 4.31 5/103 18294
/proc/meminfo: memFree=2497828/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2416 CPUtime=6
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 370 37554 0 0 0 0 578 22 18 0 1 0 935023045 2473984 274 4294967295 134512640 135169312 3213271984 3213268200 3085328110 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/18095/statm: 604 274 231 161 0 43 0
[pid=18099] ppid=18095 vsize=288600 CPUtime=379.85
/proc/18099/stat : 18099 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202496 64356 0 0 0 37907 78 0 0 25 0 4 0 935023645 295526400 64173 4294967295 134512640 135305190 3214728448 3214726624 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/18099/statm: 72150 64173 79 194 0 71954 0
[pid=18099/tid=18100] ppid=18095 vsize=288600 CPUtime=94.59
/proc/18099/task/18100/stat : 18100 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 5064 0 0 0 9442 17 0 0 25 0 4 0 935023789 295526400 64173 4294967295 134512640 135305190 3214728448 3041688768 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=18099/tid=18101] ppid=18095 vsize=288600 CPUtime=94.55
/proc/18099/task/18101/stat : 18101 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 6454 0 0 0 9439 16 0 0 25 0 4 0 935023789 295526400 64173 4294967295 134512640 135305190 3214728448 3033299776 134551729 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=18099/tid=18102] ppid=18095 vsize=288600 CPUtime=94.69
/proc/18099/task/18102/stat : 18102 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 5250 0 0 0 9452 17 0 0 25 0 4 0 935023791 295526400 64173 4294967295 134512640 135305190 3214728448 3024911552 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 385.85
Current children cumulated vsize (KiB) 291016

[startup+162.307 s]
/proc/loadavg: 4.43 4.33 4.31 6/103 18486
/proc/meminfo: memFree=2458624/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2416 CPUtime=6
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 370 37554 0 0 0 0 578 22 18 0 1 0 935023045 2473984 274 4294967295 134512640 135169312 3213271984 3213268200 3085328110 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/18095/statm: 604 274 231 161 0 43 0
[pid=18099] ppid=18095 vsize=328508 CPUtime=619.13
/proc/18099/stat : 18099 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202496 74397 0 0 0 61803 110 0 0 25 0 4 0 935023645 336392192 74214 4294967295 134512640 135305190 3214728448 3214726616 134570385 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/18099/statm: 82127 74214 79 194 0 81931 0
[pid=18099/tid=18100] ppid=18095 vsize=328508 CPUtime=154.35
/proc/18099/task/18100/stat : 18100 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 7297 0 0 0 15407 28 0 0 25 0 4 0 935023789 336392192 74214 4294967295 134512640 135305190 3214728448 3041688768 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=18099/tid=18101] ppid=18095 vsize=328508 CPUtime=154.28
/proc/18099/task/18101/stat : 18101 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 9220 0 0 0 15407 21 0 0 25 0 4 0 935023789 336392192 74214 4294967295 134512640 135305190 3214728448 3033300160 134528263 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18099/tid=18102] ppid=18095 vsize=328508 CPUtime=154.62
/proc/18099/task/18102/stat : 18102 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 7915 0 0 0 15437 25 0 0 25 0 4 0 935023791 336392192 74214 4294967295 134512640 135305190 3214728448 3024911216 134551651 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 625.13
Current children cumulated vsize (KiB) 330924

[startup+222.302 s]
/proc/loadavg: 4.36 4.33 4.31 5/103 18673
/proc/meminfo: memFree=2432780/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2416 CPUtime=6
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 370 37554 0 0 0 0 578 22 18 0 1 0 935023045 2473984 274 4294967295 134512640 135169312 3213271984 3213268200 3085328110 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/18095/statm: 604 274 231 161 0 43 0
[pid=18099] ppid=18095 vsize=353968 CPUtime=858.66

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

[pid=18099/tid=18101] ppid=18095 vsize=406144 CPUtime=513.91
/proc/18099/task/18101/stat : 18101 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 15059 0 0 0 51352 39 0 0 25 0 4 0 935023789 415891456 93412 4294967295 134512640 135305190 3214728448 3033300160 134528252 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18099/tid=18102] ppid=18095 vsize=406144 CPUtime=513.12
/proc/18099/task/18102/stat : 18102 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 13844 0 0 0 51259 53 0 0 25 0 4 0 935023791 415891456 93412 4294967295 134512640 135305190 3214728448 3024911552 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2061.85
Current children cumulated vsize (KiB) 408560

[startup+582.304 s]
/proc/loadavg: 4.28 4.37 4.33 6/103 19804
/proc/meminfo: memFree=2367680/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2416 CPUtime=6
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 370 37554 0 0 0 0 578 22 18 0 1 0 935023045 2473984 274 4294967295 134512640 135169312 3213271984 3213268200 3085328110 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/18095/statm: 604 274 231 161 0 43 0
[pid=18099] ppid=18095 vsize=419180 CPUtime=2295.48
/proc/18099/stat : 18099 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202496 96855 0 0 0 229326 222 0 0 25 0 4 0 935023645 429240320 96672 4294967295 134512640 135305190 3214728448 3214726624 134528229 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/18099/statm: 104795 96672 79 194 0 104599 0
[pid=18099/tid=18100] ppid=18095 vsize=419180 CPUtime=573.05
/proc/18099/task/18100/stat : 18100 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 10792 0 0 0 57241 64 0 0 25 0 4 0 935023789 429240320 96672 4294967295 134512640 135305190 3214728448 3041688768 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=18099/tid=18101] ppid=18095 vsize=419180 CPUtime=573.9
/proc/18099/task/18101/stat : 18101 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 15852 0 0 0 57349 41 0 0 25 0 4 0 935023789 429240320 96672 4294967295 134512640 135305190 3214728448 3033300160 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18099/tid=18102] ppid=18095 vsize=419180 CPUtime=573
/proc/18099/task/18102/stat : 18102 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 14844 0 0 0 57243 57 0 0 25 0 4 0 935023791 429240320 96672 4294967295 134512640 135305190 3214728448 3024911552 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2301.48
Current children cumulated vsize (KiB) 421596

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

[startup+588.703 s]
/proc/loadavg: 4.34 4.38 4.33 5/103 19804
/proc/meminfo: memFree=2367564/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2416 CPUtime=6
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 370 37554 0 0 0 0 578 22 18 0 1 0 935023045 2473984 274 4294967295 134512640 135169312 3213271984 3213268200 3085328110 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/18095/statm: 604 274 231 161 0 43 0
[pid=18099] ppid=18095 vsize=419180 CPUtime=2321.08
/proc/18099/stat : 18099 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202496 96872 0 0 0 231884 224 0 0 25 0 4 0 935023645 429240320 96689 4294967295 134512640 135305190 3214728448 3214726624 134528277 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/18099/statm: 104795 96689 79 194 0 104599 0
[pid=18099/tid=18100] ppid=18095 vsize=419180 CPUtime=579.45
/proc/18099/task/18100/stat : 18100 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 10796 0 0 0 57881 64 0 0 25 0 4 0 935023789 429240320 96689 4294967295 134512640 135305190 3214728448 3041688768 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=18099/tid=18101] ppid=18095 vsize=419180 CPUtime=580.3
/proc/18099/task/18101/stat : 18101 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 15852 0 0 0 57989 41 0 0 25 0 4 0 935023789 429240320 96689 4294967295 134512640 135305190 3214728448 3033299776 134551651 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18099/tid=18102] ppid=18095 vsize=419180 CPUtime=579.4
/proc/18099/task/18102/stat : 18102 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 14857 0 0 0 57882 58 0 0 25 0 4 0 935023791 429240320 96689 4294967295 134512640 135305190 3214728448 3024911440 134529062 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2327.08
Current children cumulated vsize (KiB) 421596

[startup+595.113 s]
/proc/loadavg: 4.29 4.36 4.33 5/103 19805
/proc/meminfo: memFree=2367432/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2416 CPUtime=6
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 370 37554 0 0 0 0 578 22 18 0 1 0 935023045 2473984 274 4294967295 134512640 135169312 3213271984 3213268200 3085328110 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/18095/statm: 604 274 231 161 0 43 0
[pid=18099] ppid=18095 vsize=419180 CPUtime=2346.64
/proc/18099/stat : 18099 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202496 96879 0 0 0 234440 224 0 0 25 0 4 0 935023645 429240320 96696 4294967295 134512640 135305190 3214728448 3214726624 134530589 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/18099/statm: 104795 96696 79 194 0 104599 0
[pid=18099/tid=18100] ppid=18095 vsize=419180 CPUtime=585.79
/proc/18099/task/18100/stat : 18100 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 10803 0 0 0 58515 64 0 0 25 0 4 0 935023789 429240320 96696 4294967295 134512640 135305190 3214728448 3041688768 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=18099/tid=18101] ppid=18095 vsize=419180 CPUtime=586.71
/proc/18099/task/18101/stat : 18101 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 15852 0 0 0 58630 41 0 0 25 0 4 0 935023789 429240320 96696 4294967295 134512640 135305190 3214728448 3033300160 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18099/tid=18102] ppid=18095 vsize=419180 CPUtime=585.8
/proc/18099/task/18102/stat : 18102 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 14857 0 0 0 58522 58 0 0 25 0 4 0 935023791 429240320 96696 4294967295 134512640 135305190 3214728448 3024911552 134530561 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2352.64
Current children cumulated vsize (KiB) 421596

[startup+598.302 s]
/proc/loadavg: 4.29 4.36 4.33 5/103 19988
/proc/meminfo: memFree=2366064/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2416 CPUtime=6
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 370 37554 0 0 0 0 578 22 18 0 1 0 935023045 2473984 274 4294967295 134512640 135169312 3213271984 3213268200 3085328110 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/18095/statm: 604 274 231 161 0 43 0
[pid=18099] ppid=18095 vsize=419316 CPUtime=2359.04
/proc/18099/stat : 18099 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202496 96890 0 0 0 235679 225 0 0 25 0 4 0 935023645 429379584 96707 4294967295 134512640 135305190 3214728448 3214726624 134528189 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/18099/statm: 104829 96707 79 194 0 104633 0
[pid=18099/tid=18100] ppid=18095 vsize=419316 CPUtime=588.93
/proc/18099/task/18100/stat : 18100 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 10803 0 0 0 58829 64 0 0 25 0 4 0 935023789 429379584 96707 4294967295 134512640 135305190 3214728448 3041688768 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18099/tid=18101] ppid=18095 vsize=419316 CPUtime=589.85
/proc/18099/task/18101/stat : 18101 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 15863 0 0 0 58944 41 0 0 25 0 4 0 935023789 429379584 96707 4294967295 134512640 135305190 3214728448 3033299776 134551712 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18099/tid=18102] ppid=18095 vsize=419316 CPUtime=588.89
/proc/18099/task/18102/stat : 18102 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 14857 0 0 0 58830 59 0 0 25 0 4 0 935023791 429379584 96707 4294967295 134512640 135305190 3214728448 3024911552 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2365.04
Current children cumulated vsize (KiB) 421732

[startup+599.902 s]
/proc/loadavg: 4.29 4.36 4.33 5/103 19988
/proc/meminfo: memFree=2366084/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2416 CPUtime=6
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 370 37554 0 0 0 0 578 22 18 0 1 0 935023045 2473984 274 4294967295 134512640 135169312 3213271984 3213268200 3085328110 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/18095/statm: 604 274 231 161 0 43 0
[pid=18099] ppid=18095 vsize=419316 CPUtime=2365.42
/proc/18099/stat : 18099 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202496 96890 0 0 0 236317 225 0 0 25 0 4 0 935023645 429379584 96707 4294967295 134512640 135305190 3214728448 3214726624 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/18099/statm: 104829 96707 79 194 0 104633 0
[pid=18099/tid=18100] ppid=18095 vsize=419316 CPUtime=590.52
/proc/18099/task/18100/stat : 18100 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 10803 0 0 0 58988 64 0 0 25 0 4 0 935023789 429379584 96707 4294967295 134512640 135305190 3214728448 3041688768 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18099/tid=18101] ppid=18095 vsize=419316 CPUtime=591.45
/proc/18099/task/18101/stat : 18101 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 15863 0 0 0 59104 41 0 0 25 0 4 0 935023789 429379584 96707 4294967295 134512640 135305190 3214728448 3033300160 134528817 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18099/tid=18102] ppid=18095 vsize=419316 CPUtime=590.49
/proc/18099/task/18102/stat : 18102 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 14857 0 0 0 58990 59 0 0 25 0 4 0 935023791 429379584 96707 4294967295 134512640 135305190 3214728448 3024911552 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2371.42
Current children cumulated vsize (KiB) 421732

[startup+600.702 s]
/proc/loadavg: 4.27 4.36 4.32 5/103 19988
/proc/meminfo: memFree=2366116/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2416 CPUtime=6
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 370 37554 0 0 0 0 578 22 18 0 1 0 935023045 2473984 274 4294967295 134512640 135169312 3213271984 3213268200 3085328110 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/18095/statm: 604 274 231 161 0 43 0
[pid=18099] ppid=18095 vsize=419316 CPUtime=2368.62
/proc/18099/stat : 18099 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202496 96890 0 0 0 236637 225 0 0 25 0 4 0 935023645 429379584 96707 4294967295 134512640 135305190 3214728448 3214726624 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/18099/statm: 104829 96707 79 194 0 104633 0
[pid=18099/tid=18100] ppid=18095 vsize=419316 CPUtime=591.32
/proc/18099/task/18100/stat : 18100 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 10803 0 0 0 59068 64 0 0 25 0 4 0 935023789 429379584 96707 4294967295 134512640 135305190 3214728448 3041688768 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18099/tid=18101] ppid=18095 vsize=419316 CPUtime=592.25
/proc/18099/task/18101/stat : 18101 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 15863 0 0 0 59184 41 0 0 25 0 4 0 935023789 429379584 96707 4294967295 134512640 135305190 3214728448 3033300160 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18099/tid=18102] ppid=18095 vsize=419316 CPUtime=591.29
/proc/18099/task/18102/stat : 18102 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 14857 0 0 0 59070 59 0 0 25 0 4 0 935023791 429379584 96707 4294967295 134512640 135305190 3214728448 3024911552 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2374.62
Current children cumulated vsize (KiB) 421732

[startup+601.102 s]
/proc/loadavg: 4.27 4.36 4.32 5/103 19988
/proc/meminfo: memFree=2366116/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2416 CPUtime=6
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 370 37554 0 0 0 0 578 22 18 0 1 0 935023045 2473984 274 4294967295 134512640 135169312 3213271984 3213268200 3085328110 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/18095/statm: 604 274 231 161 0 43 0
[pid=18099] ppid=18095 vsize=419316 CPUtime=2370.22
/proc/18099/stat : 18099 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202496 96890 0 0 0 236797 225 0 0 25 0 4 0 935023645 429379584 96707 4294967295 134512640 135305190 3214728448 3214726624 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/18099/statm: 104829 96707 79 194 0 104633 0
[pid=18099/tid=18100] ppid=18095 vsize=419316 CPUtime=591.72
/proc/18099/task/18100/stat : 18100 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 10803 0 0 0 59108 64 0 0 25 0 4 0 935023789 429379584 96707 4294967295 134512640 135305190 3214728448 3041688768 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18099/tid=18101] ppid=18095 vsize=419316 CPUtime=592.65
/proc/18099/task/18101/stat : 18101 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 15863 0 0 0 59224 41 0 0 25 0 4 0 935023789 429379584 96707 4294967295 134512640 135305190 3214728448 3033300160 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18099/tid=18102] ppid=18095 vsize=419316 CPUtime=591.69
/proc/18099/task/18102/stat : 18102 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 14857 0 0 0 59110 59 0 0 25 0 4 0 935023791 429379584 96707 4294967295 134512640 135305190 3214728448 3024911216 134551924 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2376.22
Current children cumulated vsize (KiB) 421732

[startup+601.502 s]
/proc/loadavg: 4.27 4.36 4.32 5/103 19988
/proc/meminfo: memFree=2366116/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2416 CPUtime=6
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 370 37554 0 0 0 0 578 22 18 0 1 0 935023045 2473984 274 4294967295 134512640 135169312 3213271984 3213268200 3085328110 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/18095/statm: 604 274 231 161 0 43 0
[pid=18099] ppid=18095 vsize=419316 CPUtime=2371.82
/proc/18099/stat : 18099 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202496 96890 0 0 0 236957 225 0 0 25 0 4 0 935023645 429379584 96707 4294967295 134512640 135305190 3214728448 3214726512 134529244 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/18099/statm: 104829 96707 79 194 0 104633 0
[pid=18099/tid=18100] ppid=18095 vsize=419316 CPUtime=592.12
/proc/18099/task/18100/stat : 18100 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 10803 0 0 0 59148 64 0 0 25 0 4 0 935023789 429379584 96707 4294967295 134512640 135305190 3214728448 3041688496 134556789 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18099/tid=18101] ppid=18095 vsize=419316 CPUtime=593.05
/proc/18099/task/18101/stat : 18101 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 15863 0 0 0 59264 41 0 0 25 0 4 0 935023789 429379584 96707 4294967295 134512640 135305190 3214728448 3033300160 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18099/tid=18102] ppid=18095 vsize=419316 CPUtime=592.09
/proc/18099/task/18102/stat : 18102 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 14857 0 0 0 59150 59 0 0 25 0 4 0 935023791 429379584 96707 4294967295 134512640 135305190 3214728448 3024911552 134528189 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2377.82
Current children cumulated vsize (KiB) 421732

[startup+601.602 s]
/proc/loadavg: 4.27 4.36 4.32 5/103 19988
/proc/meminfo: memFree=2366116/3368532 swapFree=1959840/1959888
[pid=18095] ppid=18093 vsize=2416 CPUtime=6
/proc/18095/stat : 18095 (manysat.sh) S 18093 18095 28360 0 -1 4194304 370 37554 0 0 0 0 578 22 18 0 1 0 935023045 2473984 274 4294967295 134512640 135169312 3213271984 3213268200 3085328110 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/18095/statm: 604 274 231 161 0 43 0
[pid=18099] ppid=18095 vsize=419316 CPUtime=2372.22
/proc/18099/stat : 18099 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202496 96890 0 0 0 236997 225 0 0 25 0 4 0 935023645 429379584 96707 4294967295 134512640 135305190 3214728448 3214726512 134529062 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/18099/statm: 104829 96707 79 194 0 104633 0
[pid=18099/tid=18100] ppid=18095 vsize=419316 CPUtime=592.22
/proc/18099/task/18100/stat : 18100 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 10803 0 0 0 59158 64 0 0 25 0 4 0 935023789 429379584 96707 4294967295 134512640 135305190 3214728448 3041690032 134657448 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=18099/tid=18101] ppid=18095 vsize=419316 CPUtime=593.15
/proc/18099/task/18101/stat : 18101 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 15863 0 0 0 59274 41 0 0 25 0 4 0 935023789 429379584 96707 4294967295 134512640 135305190 3214728448 3033301424 134657448 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=18099/tid=18102] ppid=18095 vsize=419316 CPUtime=592.19
/proc/18099/task/18102/stat : 18102 (manysat1.1_stat) R 18095 18095 28360 0 -1 4202560 14857 0 0 0 59160 59 0 0 25 0 4 0 935023791 429379584 96707 4294967295 134512640 135305190 3214728448 3024912816 134657616 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2378.22
Current children cumulated vsize (KiB) 421732

Child status: 20
Real time (s): 601.665
CPU time (s): 2378.37
CPU user time (s): 2375.87
CPU system time (s): 2.5
CPU usage (%): 395.298
Max. virtual memory (cumulated for all children) (KiB): 421732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2375.87
system time used= 2.5
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 135106
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= 44658
involuntary context switches= 109596

runsolver used 0.01 second user time and 0 second system time

The end

Launcher Data

Begin job on tipi39 at 2009-05-28 20:14:22
IDJOB=1780681
IDBENCH=71047
IDSOLVER=620
FILE ID=tipi39/1780681-1243534462
PBS_JOBID=
Free space on /tmp= 5725 MiB

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

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

MD5SUM BENCH= a860cf613d4e0cb34c00f8b79611121d
RANDOM SEED= 1201434623

Linux tipi39 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.067
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.067
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.067
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.067
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:       2773108 kB
Buffers:         51784 kB
Cached:         437692 kB
SwapCached:          0 kB
Active:          59268 kB
Inactive:       446436 kB
HighTotal:     2489216 kB
HighFree:      2037728 kB
LowTotal:       879316 kB
LowFree:        735380 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:           20464 kB
Writeback:           0 kB
AnonPages:       16684 kB
Mapped:           6188 kB
Slab:            79728 kB
SReclaimable:    68072 kB
SUnreclaim:      11656 kB
PageTables:        500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    95164 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 5725 MiB
End job on tipi39 at 2009-05-28 20:24:25