Trace number 1780486

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 2591.27 656.145

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-5p0.cnf
MD5SUM782c70d5631cbc24bc659543ee69ca8b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2591.27
Satisfiable
(Un)Satisfiability was proved
Number of variables224569
Number of clauses1190619
Sum of the clauses size2868508
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2850703
Number of clauses of size 3271793
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

0.00/0.00	c Parsing...
1.02/1.08	c ==============================================================================
1.02/1.08	c |           |     ORIGINAL     |              LEARNT              |          |
1.02/1.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.02/1.08	c ==============================================================================
1.02/1.08	c |         0 | 1178466  2855605 |  353539       0        0     nan |  0.000 % |
6.02/6.05	c |         0 |  822458  2306194 |      --       0       --      -- |     --   | -102366/26047
6.02/6.06	c ==============================================================================
6.02/6.06	c Result  :   #vars: 120834   #clauses: 822458   #literals: 2306194
6.02/6.06	c CPU time:   5.85 s
6.02/6.06	c ==============================================================================
2590.87/656.10	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
2590.87/656.10	c ============================[ Problem Statistics ]=============================
2590.87/656.10	c |                                                                             |
2590.87/656.10	c threadId              : 3
2590.87/656.10	c restarts              : 267
2590.87/656.10	c conflicts             : 154436         (60 /sec)
2590.87/656.10	c decisions             : 319979         (1.68 % random) (124 /sec)
2590.87/656.10	c propagations          : 672399429      (260484 /sec)
2590.87/656.10	c conflict literals     : 31747704       (46.71 % deleted)
2590.87/656.10	c Memory used           : 506.11 MB
2590.87/656.10	c CPU time              : 2581.35 s
2590.87/656.10	
2590.87/656.10	c --->m=4, e=8, aimd=0, HOME/8330_many.cnf	time: 645.337	conflicts: 154436       
2591.24/656.13	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-1780486-1243531523/watcher-1780486-1243531523 -o /tmp/evaluation-result-1780486-1243531523/solver-1780486-1243531523 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780486-1243531523.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.22 4.44 4.35 3/96 8330
/proc/meminfo: memFree=2937656/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2412 CPUtime=0
/proc/8330/stat : 8330 (manysat.sh) R 8328 8330 27966 0 -1 4194304 335 0 0 0 0 0 0 0 18 0 1 0 1117816513 2469888 274 4294967295 134512640 135169312 3213700112 3213698588 3085625204 0 65538 4 65536 0 0 0 17 2 0 0 0
/proc/8330/statm: 603 274 231 161 0 42 0
[pid=8331] ppid=8330 vsize=2432 CPUtime=0
/proc/8331/stat : 8331 (SatElite) R 8330 8330 27966 0 -1 4202496 421 0 0 0 0 0 0 0 18 0 1 0 1117816513 2490368 358 4294967295 134512640 135034092 3217370976 3217367264 134544856 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8331/statm: 608 360 49 128 0 478 0

[startup+0.025401 s]
/proc/loadavg: 4.22 4.44 4.35 3/96 8330
/proc/meminfo: memFree=2937656/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2412 CPUtime=0
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1117816513 2469888 274 4294967295 134512640 135169312 3213700112 3213698648 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 603 274 231 161 0 42 0
[pid=8331] ppid=8330 vsize=13284 CPUtime=0.03
/proc/8331/stat : 8331 (SatElite) R 8330 8330 27966 0 -1 4202496 2775 0 0 0 2 1 0 0 19 0 1 0 1117816513 13602816 2608 4294967295 134512640 135034092 3217370976 3217367264 134544963 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8331/statm: 3321 2609 49 128 0 3191 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15696

[startup+0.11539 s]
/proc/loadavg: 4.22 4.44 4.35 3/96 8330
/proc/meminfo: memFree=2937656/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2412 CPUtime=0
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1117816513 2469888 274 4294967295 134512640 135169312 3213700112 3213698648 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 603 274 231 161 0 42 0
[pid=8331] ppid=8330 vsize=34188 CPUtime=0.12
/proc/8331/stat : 8331 (SatElite) R 8330 8330 27966 0 -1 4202496 6949 0 0 0 10 2 0 0 20 0 1 0 1117816513 35008512 6782 4294967295 134512640 135034092 3217370976 3217366936 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8331/statm: 8547 6782 49 128 0 8417 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 36600

[startup+0.315373 s]
/proc/loadavg: 4.22 4.44 4.35 3/96 8330
/proc/meminfo: memFree=2937656/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2412 CPUtime=0
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1117816513 2469888 274 4294967295 134512640 135169312 3213700112 3213698648 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 603 274 231 161 0 42 0
[pid=8331] ppid=8330 vsize=53016 CPUtime=0.32
/proc/8331/stat : 8331 (SatElite) R 8330 8330 27966 0 -1 4202496 11523 0 0 0 28 4 0 0 20 0 1 0 1117816513 54288384 11356 4294967295 134512640 135034092 3217370976 3217367320 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8331/statm: 13254 11357 49 128 0 13124 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 55428

[startup+0.71534 s]
/proc/loadavg: 4.22 4.44 4.35 3/96 8330
/proc/meminfo: memFree=2937656/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2412 CPUtime=0
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1117816513 2469888 274 4294967295 134512640 135169312 3213700112 3213698648 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 603 274 231 161 0 42 0
[pid=8331] ppid=8330 vsize=80544 CPUtime=0.72
/proc/8331/stat : 8331 (SatElite) R 8330 8330 27966 0 -1 4202496 19015 0 0 0 65 7 0 0 21 0 1 0 1117816513 82477056 18848 4294967295 134512640 135034092 3217370976 3217367320 134691005 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8331/statm: 20136 18849 50 128 0 20006 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 82956

[startup+1.51527 s]
/proc/loadavg: 4.22 4.44 4.35 2/98 8332
/proc/meminfo: memFree=2838496/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2412 CPUtime=0
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1117816513 2469888 274 4294967295 134512640 135169312 3213700112 3213698648 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 603 274 231 161 0 42 0
[pid=8331] ppid=8330 vsize=121920 CPUtime=1.52
/proc/8331/stat : 8331 (SatElite) R 8330 8330 27966 0 -1 4202496 30826 0 0 0 140 12 0 0 24 0 1 0 1117816513 124846080 27787 4294967295 134512640 135034092 3217370976 3217366972 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8331/statm: 30480 27787 67 128 0 30350 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 124332

[startup+3.11514 s]
/proc/loadavg: 4.22 4.44 4.35 2/98 8332
/proc/meminfo: memFree=2812108/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2412 CPUtime=0
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1117816513 2469888 274 4294967295 134512640 135169312 3213700112 3213698648 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 603 274 231 161 0 42 0
[pid=8331] ppid=8330 vsize=136584 CPUtime=3.12
/proc/8331/stat : 8331 (SatElite) R 8330 8330 27966 0 -1 4202496 34327 0 0 0 297 15 0 0 25 0 1 0 1117816513 139862016 31114 4294967295 134512640 135034092 3217370976 3217367216 134566263 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8331/statm: 34146 31114 67 128 0 34016 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 138996

[startup+6.31488 s]
/proc/loadavg: 3.97 4.38 4.34 2/98 8332
/proc/meminfo: memFree=2806408/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2412 CPUtime=0
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1117816513 2469888 274 4294967295 134512640 135169312 3213700112 3213698648 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 603 274 231 161 0 42 0
[pid=8331] ppid=8330 vsize=137380 CPUtime=6.32
/proc/8331/stat : 8331 (SatElite) R 8330 8330 27966 0 -1 4202496 41759 0 0 0 610 22 0 0 25 0 1 0 1117816513 140677120 31480 4294967295 134512640 135034092 3217370976 3217365860 134691101 0 0 0 3 0 0 0 17 2 0 0 0
/proc/8331/statm: 34345 31480 67 128 0 34215 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 139792

[startup+12.7244 s]
/proc/loadavg: 3.73 4.32 4.32 6/101 8337
/proc/meminfo: memFree=2689340/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2416 CPUtime=7.04
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 370 41763 0 0 0 0 676 28 18 0 1 0 1117816513 2473984 275 4294967295 134512640 135169312 3213700112 3213696328 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 604 275 231 161 0 43 0
[pid=8333] ppid=8330 vsize=261044 CPUtime=16.32
/proc/8333/stat : 8333 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202496 56313 0 0 0 1571 61 0 0 16 0 4 0 1117817217 267309056 56221 4294967295 134512640 135305190 3215132016 3215130192 134530988 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/8333/statm: 65261 56221 79 194 0 65065 0
[pid=8333/tid=8334] ppid=8330 vsize=261044 CPUtime=3.62
/proc/8333/task/8334/stat : 8334 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 1120 0 0 0 353 9 0 0 15 0 4 0 1117817398 267309056 56221 4294967295 134512640 135305190 3215132016 3022433396 134695249 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8333/tid=8335] ppid=8330 vsize=261044 CPUtime=3.78
/proc/8333/task/8335/stat : 8335 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 1156 0 0 0 370 8 0 0 16 0 4 0 1117817398 267309056 56221 4294967295 134512640 135305190 3215132016 3014044608 134541867 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8333/tid=8336] ppid=8330 vsize=261044 CPUtime=3.53
/proc/8333/task/8336/stat : 8336 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 1124 0 0 0 333 20 0 0 16 0 4 0 1117817398 267309056 56221 4294967295 134512640 135305190 3215132016 3005655972 134694990 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.36
Current children cumulated vsize (KiB) 263460

[startup+25.5133 s]
/proc/loadavg: 4.01 4.35 4.33 5/101 8522
/proc/meminfo: memFree=2687820/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2416 CPUtime=7.04
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 370 41763 0 0 0 0 676 28 18 0 1 0 1117816513 2473984 275 4294967295 134512640 135169312 3213700112 3213696328 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 604 275 231 161 0 43 0
[pid=8333] ppid=8330 vsize=261544 CPUtime=66.94
/proc/8333/stat : 8333 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202496 56569 0 0 0 6626 68 0 0 25 0 4 0 1117817217 267821056 56477 4294967295 134512640 135305190 3215132016 3215130192 134528252 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/8333/statm: 65386 56477 79 194 0 65190 0
[pid=8333/tid=8334] ppid=8330 vsize=261544 CPUtime=16.39
/proc/8333/task/8334/stat : 8334 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 1173 0 0 0 1630 9 0 0 25 0 4 0 1117817398 267821056 56477 4294967295 134512640 135305190 3215132016 3022433472 134531185 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8333/tid=8335] ppid=8330 vsize=261544 CPUtime=16.53
/proc/8333/task/8335/stat : 8335 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 1245 0 0 0 1644 9 0 0 25 0 4 0 1117817398 267821056 56477 4294967295 134512640 135305190 3215132016 3014044544 134554276 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8333/tid=8336] ppid=8330 vsize=261544 CPUtime=16.07
/proc/8333/task/8336/stat : 8336 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 1195 0 0 0 1585 22 0 0 22 0 4 0 1117817398 267821056 56477 4294967295 134512640 135305190 3215132016 3005655984 134557370 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 73.98
Current children cumulated vsize (KiB) 263960

[startup+51.1112 s]
/proc/loadavg: 4.00 4.33 4.32 6/101 8524
/proc/meminfo: memFree=2666280/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2416 CPUtime=7.04
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 370 41763 0 0 0 0 676 28 18 0 1 0 1117816513 2473984 275 4294967295 134512640 135169312 3213700112 3213696328 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 604 275 231 161 0 43 0
[pid=8333] ppid=8330 vsize=284348 CPUtime=169.26
/proc/8333/stat : 8333 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202496 62239 0 0 0 16843 83 0 0 25 0 4 0 1117817217 291172352 62140 4294967295 134512640 135305190 3215132016 3215130192 134528189 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/8333/statm: 71087 62140 79 194 0 70891 0
[pid=8333/tid=8334] ppid=8330 vsize=284348 CPUtime=41.99
/proc/8333/task/8334/stat : 8334 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 2328 0 0 0 4188 11 0 0 25 0 4 0 1117817398 291172352 62140 4294967295 134512640 135305190 3215132016 3022433472 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8333/tid=8335] ppid=8330 vsize=284348 CPUtime=42.13
/proc/8333/task/8335/stat : 8335 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 3115 0 0 0 4202 11 0 0 25 0 4 0 1117817398 291172352 62140 4294967295 134512640 135305190 3215132016 3014044864 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8333/tid=8336] ppid=8330 vsize=284348 CPUtime=41.67
/proc/8333/task/8336/stat : 8336 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 2186 0 0 0 4137 30 0 0 25 0 4 0 1117817398 291172352 62140 4294967295 134512640 135305190 3215132016 3005656256 134528341 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 176.3
Current children cumulated vsize (KiB) 286764

[startup+102.317 s]
/proc/loadavg: 4.25 4.34 4.32 6/101 8711
/proc/meminfo: memFree=2622860/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2416 CPUtime=7.04
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 370 41763 0 0 0 0 676 28 18 0 1 0 1117816513 2473984 275 4294967295 134512640 135169312 3213700112 3213696328 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 604 275 231 161 0 43 0
[pid=8333] ppid=8330 vsize=327120 CPUtime=373.67
/proc/8333/stat : 8333 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202496 72773 0 0 0 37259 108 0 0 25 0 4 0 1117817217 334970880 72674 4294967295 134512640 135305190 3215132016 3215130192 134528229 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/8333/statm: 81780 72674 79 194 0 81584 0
[pid=8333/tid=8334] ppid=8330 vsize=327120 CPUtime=93.05
/proc/8333/task/8334/stat : 8334 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 4307 0 0 0 9289 16 0 0 25 0 4 0 1117817398 334970880 72674 4294967295 134512640 135305190 3215132016 3022433472 134528274 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8333/tid=8335] ppid=8330 vsize=327120 CPUtime=93.32
/proc/8333/task/8335/stat : 8335 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 6359 0 0 0 9311 21 0 0 25 0 4 0 1117817398 334970880 72674 4294967295 134512640 135305190 3215132016 3014044864 134528571 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=8333/tid=8336] ppid=8330 vsize=327120 CPUtime=92.77
/proc/8333/task/8336/stat : 8336 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 4730 0 0 0 9243 34 0 0 25 0 4 0 1117817398 334970880 72674 4294967295 134512640 135305190 3215132016 3005656256 134528406 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 380.71
Current children cumulated vsize (KiB) 329536

[startup+162.312 s]
/proc/loadavg: 4.38 4.36 4.33 6/101 8898
/proc/meminfo: memFree=2583616/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2416 CPUtime=7.04
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 370 41763 0 0 0 0 676 28 18 0 1 0 1117816513 2473984 275 4294967295 134512640 135169312 3213700112 3213696328 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 604 275 231 161 0 43 0
[pid=8333] ppid=8330 vsize=365384 CPUtime=613.18
/proc/8333/stat : 8333 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202496 82451 0 0 0 61188 130 0 0 25 0 4 0 1117817217 374153216 82352 4294967295 134512640 135305190 3215132016 3215130192 134528189 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/8333/statm: 91346 82352 79 194 0 91150 0
[pid=8333/tid=8334] ppid=8330 vsize=365384 CPUtime=152.94
/proc/8333/task/8334/stat : 8334 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 6212 0 0 0 15274 20 0 0 25 0 4 0 1117817398 374153216 82352 4294967295 134512640 135305190 3215132016 3022433472 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8333/tid=8335] ppid=8330 vsize=365384 CPUtime=153.16
/proc/8333/task/8335/stat : 8335 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 9208 0 0 0 15287 29 0 0 25 0 4 0 1117817398 374153216 82352 4294967295 134512640 135305190 3215132016 3014044864 134528866 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8333/tid=8336] ppid=8330 vsize=365384 CPUtime=152.71
/proc/8333/task/8336/stat : 8336 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 7371 0 0 0 15232 39 0 0 25 0 4 0 1117817398 374153216 82352 4294967295 134512640 135305190 3215132016 3005655984 134556558 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 620.22
Current children cumulated vsize (KiB) 367800

[startup+222.307 s]
/proc/loadavg: 4.45 4.38 4.34 5/101 9086
/proc/meminfo: memFree=2538884/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2416 CPUtime=7.04

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

/proc/8333/stat : 8333 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202496 116446 0 0 0 180859 221 0 0 25 0 4 0 1117817217 513605632 116347 4294967295 134512640 135305190 3215132016 3215130192 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/8333/statm: 125392 116347 79 194 0 125196 0
[pid=8333/tid=8334] ppid=8330 vsize=501568 CPUtime=452.4
/proc/8333/task/8334/stat : 8334 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 13853 0 0 0 45199 41 0 0 25 0 4 0 1117817398 513605632 116347 4294967295 134512640 135305190 3215132016 3022433472 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8333/tid=8335] ppid=8330 vsize=501568 CPUtime=452.8
/proc/8333/task/8335/stat : 8335 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 18548 0 0 0 45238 42 0 0 25 0 4 0 1117817398 513605632 116347 4294967295 134512640 135305190 3215132016 3014044864 134528382 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8333/tid=8336] ppid=8330 vsize=501568 CPUtime=452.14
/proc/8333/task/8336/stat : 8336 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 16764 0 0 0 45149 65 0 0 25 0 4 0 1117817398 513605632 116347 4294967295 134512640 135305190 3215132016 3005656256 134528406 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1817.84
Current children cumulated vsize (KiB) 503984

[startup+522.312 s]
/proc/loadavg: 4.51 4.45 4.37 5/101 10031
/proc/meminfo: memFree=2431004/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2416 CPUtime=7.04
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 370 41763 0 0 0 0 676 28 18 0 1 0 1117816513 2473984 275 4294967295 134512640 135169312 3213700112 3213696328 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 604 275 231 161 0 43 0
[pid=8333] ppid=8330 vsize=517524 CPUtime=2050.24
/proc/8333/stat : 8333 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202496 120343 0 0 0 204790 234 0 0 25 0 4 0 1117817217 529944576 120244 4294967295 134512640 135305190 3215132016 3215130192 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/8333/statm: 129381 120244 79 194 0 129185 0
[pid=8333/tid=8334] ppid=8330 vsize=517524 CPUtime=512.36
/proc/8333/task/8334/stat : 8334 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 14760 0 0 0 51194 42 0 0 25 0 4 0 1117817398 529944576 120244 4294967295 134512640 135305190 3215132016 3022433472 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8333/tid=8335] ppid=8330 vsize=517524 CPUtime=512.49
/proc/8333/task/8335/stat : 8335 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 19480 0 0 0 51205 44 0 0 25 0 4 0 1117817398 529944576 120244 4294967295 134512640 135305190 3215132016 3014044864 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=8333/tid=8336] ppid=8330 vsize=517524 CPUtime=511.99
/proc/8333/task/8336/stat : 8336 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 17853 0 0 0 51130 69 0 0 25 0 4 0 1117817398 529944576 120244 4294967295 134512640 135305190 3215132016 3005656256 134528195 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2057.28
Current children cumulated vsize (KiB) 519940

[startup+582.307 s]
/proc/loadavg: 4.41 4.43 4.37 6/101 10219
/proc/meminfo: memFree=2430592/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2416 CPUtime=7.04
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 370 41763 0 0 0 0 676 28 18 0 1 0 1117816513 2473984 275 4294967295 134512640 135169312 3213700112 3213696328 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 604 275 231 161 0 43 0
[pid=8333] ppid=8330 vsize=517992 CPUtime=2289.67
/proc/8333/stat : 8333 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202496 120478 0 0 0 228715 252 0 0 25 0 4 0 1117817217 530423808 120379 4294967295 134512640 135305190 3215132016 3215130192 134528520 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/8333/statm: 129498 120379 79 194 0 129302 0
[pid=8333/tid=8334] ppid=8330 vsize=517992 CPUtime=572.25
/proc/8333/task/8334/stat : 8334 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 14770 0 0 0 57176 49 0 0 25 0 4 0 1117817398 530423808 120379 4294967295 134512640 135305190 3215132016 3022433200 134556789 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8333/tid=8335] ppid=8330 vsize=517992 CPUtime=572.35
/proc/8333/task/8335/stat : 8335 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 19605 0 0 0 57189 46 0 0 25 0 4 0 1117817398 530423808 120379 4294967295 134512640 135305190 3215132016 3014044864 134528418 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8333/tid=8336] ppid=8330 vsize=517992 CPUtime=571.93
/proc/8333/task/8336/stat : 8336 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 17853 0 0 0 57121 72 0 0 25 0 4 0 1117817398 530423808 120379 4294967295 134512640 135305190 3215132016 3005655984 134556752 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2296.71
Current children cumulated vsize (KiB) 520408

[startup+642.312 s]
/proc/loadavg: 4.68 4.47 4.38 5/101 10411
/proc/meminfo: memFree=2430096/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2416 CPUtime=7.04
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 370 41763 0 0 0 0 676 28 18 0 1 0 1117816513 2473984 275 4294967295 134512640 135169312 3213700112 3213696328 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 604 275 231 161 0 43 0
[pid=8333] ppid=8330 vsize=518256 CPUtime=2529.16
/proc/8333/stat : 8333 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202496 120503 0 0 0 252640 276 0 0 25 0 4 0 1117817217 530694144 120404 4294967295 134512640 135305190 3215132016 3215130192 134528229 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/8333/statm: 129564 120404 79 194 0 129368 0
[pid=8333/tid=8334] ppid=8330 vsize=518256 CPUtime=632.08
/proc/8333/task/8334/stat : 8334 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 14770 0 0 0 63155 53 0 0 25 0 4 0 1117817398 530694144 120404 4294967295 134512640 135305190 3215132016 3022433472 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8333/tid=8335] ppid=8330 vsize=518256 CPUtime=632.2
/proc/8333/task/8335/stat : 8335 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 19614 0 0 0 63157 63 0 0 25 0 4 0 1117817398 530694144 120404 4294967295 134512640 135305190 3215132016 3014044864 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8333/tid=8336] ppid=8330 vsize=518256 CPUtime=631.92
/proc/8333/task/8336/stat : 8336 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 17853 0 0 0 63117 75 0 0 25 0 4 0 1117817398 530694144 120404 4294967295 134512640 135305190 3215132016 3005656256 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2536.2
Current children cumulated vsize (KiB) 520672

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

[startup+646.312 s]
/proc/loadavg: 4.63 4.47 4.38 6/101 10412
/proc/meminfo: memFree=2430128/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2416 CPUtime=7.04
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 370 41763 0 0 0 0 676 28 18 0 1 0 1117816513 2473984 275 4294967295 134512640 135169312 3213700112 3213696328 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 604 275 231 161 0 43 0
[pid=8333] ppid=8330 vsize=518256 CPUtime=2545.15
/proc/8333/stat : 8333 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202496 120518 0 0 0 254236 279 0 0 25 0 4 0 1117817217 530694144 120419 4294967295 134512640 135305190 3215132016 3215130192 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/8333/statm: 129564 120419 79 194 0 129368 0
[pid=8333/tid=8334] ppid=8330 vsize=518256 CPUtime=636.08
/proc/8333/task/8334/stat : 8334 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 14770 0 0 0 63555 53 0 0 25 0 4 0 1117817398 530694144 120419 4294967295 134512640 135305190 3215132016 3022433472 134528520 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8333/tid=8335] ppid=8330 vsize=518256 CPUtime=636.2
/proc/8333/task/8335/stat : 8335 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 19629 0 0 0 63557 63 0 0 25 0 4 0 1117817398 530694144 120419 4294967295 134512640 135305190 3215132016 3014044864 134528630 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8333/tid=8336] ppid=8330 vsize=518256 CPUtime=635.92
/proc/8333/task/8336/stat : 8336 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 17853 0 0 0 63515 77 0 0 25 0 4 0 1117817398 530694144 120419 4294967295 134512640 135305190 3215132016 3005655920 134551974 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2552.19
Current children cumulated vsize (KiB) 520672

[startup+652.711 s]
/proc/loadavg: 4.66 4.48 4.38 5/101 10412
/proc/meminfo: memFree=2430128/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2416 CPUtime=7.04
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 370 41763 0 0 0 0 676 28 18 0 1 0 1117816513 2473984 275 4294967295 134512640 135169312 3213700112 3213696328 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 604 275 231 161 0 43 0
[pid=8333] ppid=8330 vsize=518256 CPUtime=2570.68
/proc/8333/stat : 8333 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202496 120519 0 0 0 256789 279 0 0 25 0 4 0 1117817217 530694144 120420 4294967295 134512640 135305190 3215132016 3215129920 134556789 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/8333/statm: 129564 120420 79 194 0 129368 0
[pid=8333/tid=8334] ppid=8330 vsize=518256 CPUtime=642.47
/proc/8333/task/8334/stat : 8334 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 14770 0 0 0 64194 53 0 0 25 0 4 0 1117817398 530694144 120420 4294967295 134512640 135305190 3215132016 3022433472 134528805 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8333/tid=8335] ppid=8330 vsize=518256 CPUtime=642.59
/proc/8333/task/8335/stat : 8335 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 19630 0 0 0 64196 63 0 0 25 0 4 0 1117817398 530694144 120420 4294967295 134512640 135305190 3215132016 3014044864 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8333/tid=8336] ppid=8330 vsize=518256 CPUtime=642.32
/proc/8333/task/8336/stat : 8336 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 17853 0 0 0 64155 77 0 0 25 0 4 0 1117817398 530694144 120420 4294967295 134512640 135305190 3215132016 3005656256 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2577.72
Current children cumulated vsize (KiB) 520672

[startup+654.311 s]
/proc/loadavg: 4.68 4.48 4.39 5/101 10412
/proc/meminfo: memFree=2430160/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2416 CPUtime=7.04
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 370 41763 0 0 0 0 676 28 18 0 1 0 1117816513 2473984 275 4294967295 134512640 135169312 3213700112 3213696328 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 604 275 231 161 0 43 0
[pid=8333] ppid=8330 vsize=518256 CPUtime=2577.08
/proc/8333/stat : 8333 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202496 120519 0 0 0 257429 279 0 0 25 0 4 0 1117817217 530694144 120420 4294967295 134512640 135305190 3215132016 3215129856 134551978 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/8333/statm: 129564 120420 79 194 0 129368 0
[pid=8333/tid=8334] ppid=8330 vsize=518256 CPUtime=644.07
/proc/8333/task/8334/stat : 8334 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 14770 0 0 0 64354 53 0 0 25 0 4 0 1117817398 530694144 120420 4294967295 134512640 135305190 3215132016 3022433472 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8333/tid=8335] ppid=8330 vsize=518256 CPUtime=644.19
/proc/8333/task/8335/stat : 8335 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 19630 0 0 0 64356 63 0 0 25 0 4 0 1117817398 530694144 120420 4294967295 134512640 135305190 3215132016 3014044864 134528347 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8333/tid=8336] ppid=8330 vsize=518256 CPUtime=643.92
/proc/8333/task/8336/stat : 8336 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 17853 0 0 0 64315 77 0 0 25 0 4 0 1117817398 530694144 120420 4294967295 134512640 135305190 3215132016 3005656256 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2584.12
Current children cumulated vsize (KiB) 520672

[startup+655.111 s]
/proc/loadavg: 4.68 4.48 4.39 5/101 10412
/proc/meminfo: memFree=2430160/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2416 CPUtime=7.04
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 370 41763 0 0 0 0 676 28 18 0 1 0 1117816513 2473984 275 4294967295 134512640 135169312 3213700112 3213696328 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 604 275 231 161 0 43 0
[pid=8333] ppid=8330 vsize=518256 CPUtime=2580.28
/proc/8333/stat : 8333 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202496 120519 0 0 0 257749 279 0 0 25 0 4 0 1117817217 530694144 120420 4294967295 134512640 135305190 3215132016 3215130192 134528252 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/8333/statm: 129564 120420 79 194 0 129368 0
[pid=8333/tid=8334] ppid=8330 vsize=518256 CPUtime=644.87
/proc/8333/task/8334/stat : 8334 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 14770 0 0 0 64434 53 0 0 25 0 4 0 1117817398 530694144 120420 4294967295 134512640 135305190 3215132016 3022433472 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8333/tid=8335] ppid=8330 vsize=518256 CPUtime=644.99
/proc/8333/task/8335/stat : 8335 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 19630 0 0 0 64436 63 0 0 25 0 4 0 1117817398 530694144 120420 4294967295 134512640 135305190 3215132016 3014044864 134528512 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8333/tid=8336] ppid=8330 vsize=518256 CPUtime=644.72
/proc/8333/task/8336/stat : 8336 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 17853 0 0 0 64395 77 0 0 25 0 4 0 1117817398 530694144 120420 4294967295 134512640 135305190 3215132016 3005656256 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2587.32
Current children cumulated vsize (KiB) 520672

[startup+655.911 s]
/proc/loadavg: 4.68 4.48 4.39 5/101 10412
/proc/meminfo: memFree=2430160/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2416 CPUtime=7.04
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 370 41763 0 0 0 0 676 28 18 0 1 0 1117816513 2473984 275 4294967295 134512640 135169312 3213700112 3213696328 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 604 275 231 161 0 43 0
[pid=8333] ppid=8330 vsize=518256 CPUtime=2583.45
/proc/8333/stat : 8333 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202496 120519 0 0 0 258062 283 0 0 15 0 4 0 1117817217 530694144 120420 4294967295 134512640 135305190 3215132016 3215130040 134695249 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/8333/statm: 129564 120420 79 194 0 129368 0
[pid=8333/tid=8334] ppid=8330 vsize=518256 CPUtime=645.66
/proc/8333/task/8334/stat : 8334 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 14770 0 0 0 64513 53 0 0 25 0 4 0 1117817398 530694144 120420 4294967295 134512640 135305190 3215132016 3022433472 134528229 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=8333/tid=8335] ppid=8330 vsize=518256 CPUtime=645.79
/proc/8333/task/8335/stat : 8335 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 19630 0 0 0 64515 64 0 0 25 0 4 0 1117817398 530694144 120420 4294967295 134512640 135305190 3215132016 3014044712 134695249 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=8333/tid=8336] ppid=8330 vsize=518256 CPUtime=645.52
/proc/8333/task/8336/stat : 8336 (manysat1.1_stat) R 8330 8330 27966 0 -1 4202560 17853 0 0 0 64475 77 0 0 25 0 4 0 1117817398 530694144 120420 4294967295 134512640 135305190 3215132016 3005656256 134528523 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2590.49
Current children cumulated vsize (KiB) 520672

[startup+656.111 s]
/proc/loadavg: 4.68 4.48 4.39 5/101 10412
/proc/meminfo: memFree=2430160/3368532 swapFree=1953788/1959888
[pid=8330] ppid=8328 vsize=2416 CPUtime=7.04
/proc/8330/stat : 8330 (manysat.sh) S 8328 8330 27966 0 -1 4194304 370 41763 0 0 0 0 676 28 18 0 1 0 1117816513 2473984 275 4294967295 134512640 135169312 3213700112 3213696328 3085623022 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/8330/statm: 604 275 231 161 0 43 0
[pid=8333] ppid=8330 vsize=0 CPUtime=2584.2
/proc/8333/stat : 8333 (manysat1.1_stat) Z 8330 8330 27966 0 -1 4202500 120536 0 0 0 258135 285 0 0 16 0 2 0 1117817217 0 0 4294967295 0 0 0 0 0 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/8333/statm: 0 0 0 0 0 0 0
[pid=8333/tid=8334] ppid=8330 vsize=0 CPUtime=645.86
/proc/8333/task/8334/stat : 8334 (manysat1.1_stat) R 8330 8330 27966 0 -1 4203588 14770 0 0 0 64532 54 0 0 25 0 2 0 1117817398 0 0 4294967295 0 0 0 0 0 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2591.24
Current children cumulated vsize (KiB) 2416

Child status: 20
Real time (s): 656.145
CPU time (s): 2591.27
CPU user time (s): 2588.11
CPU system time (s): 3.16
CPU usage (%): 394.924
Max. virtual memory (cumulated for all children) (KiB): 520672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2588.11
system time used= 3.16
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162944
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= 63505
involuntary context switches= 111699

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 19:25:23
IDJOB=1780486
IDBENCH=71011
IDSOLVER=620
FILE ID=/1780486-1243531523
PBS_JOBID=
Free space on /tmp= 6454 MiB

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

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

MD5SUM BENCH= 782c70d5631cbc24bc659543ee69ca8b
RANDOM SEED= 216711230

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.061
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.061
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.12
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.061
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.061
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:       2937804 kB
Buffers:         56644 kB
Cached:         274084 kB
SwapCached:       2256 kB
Active:         145844 kB
Inactive:       194488 kB
HighTotal:     2489216 kB
HighFree:      2204100 kB
LowTotal:       879316 kB
LowFree:        733704 kB
SwapTotal:     1959888 kB
SwapFree:      1953788 kB
Dirty:           24360 kB
Writeback:           0 kB
AnonPages:        8720 kB
Mapped:           3140 kB
Slab:            81044 kB
SReclaimable:    67708 kB
SUnreclaim:      13336 kB
PageTables:        492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:    88684 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 6454 MiB
End job on  at 2009-05-28 19:36:21