Trace number 1780354

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 1/2009-03-20 (4 threads)UNSAT 1801.28 607.711

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p0.cnf
MD5SUMd8dd0726277891eae9a2807dfd8946db
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1554.58
Satisfiable
(Un)Satisfiability was proved
Number of variables262253
Number of clauses1131732
Sum of the clauses size2644763
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2882815
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.02	c Parsing...
1.08/1.13	c ==============================================================================
1.08/1.13	c |           |     ORIGINAL     |              LEARNT              |          |
1.08/1.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.08/1.13	c ==============================================================================
1.08/1.13	c |         0 | 1120813  2633174 |  336243       0        0     nan |  0.000 % |
6.00/6.39	c |         0 |  777919  2077798 |      --       0       --      -- |     --   | -91956/18047
6.00/6.39	c ==============================================================================
6.00/6.39	c Result  :   #vars: 158000   #clauses: 777919   #literals: 2077798
6.00/6.39	c CPU time:   5.87 s
6.00/6.39	c ==============================================================================
1801.10/607.67	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
1801.10/607.67	c ============================[ Problem Statistics ]=============================
1801.10/607.67	c |                                                                             |
1801.10/607.67	c threadId              : 2
1801.10/607.67	c restarts              : 15
1801.10/607.67	c conflicts             : 72088          (40 /sec)
1801.10/607.67	c decisions             : 329457         (1.10 % random) (184 /sec)
1801.10/607.67	c propagations          : 588247057      (328199 /sec)
1801.10/607.67	c conflict literals     : 13782286       (39.71 % deleted)
1801.10/607.67	c Memory used           : 387.78 MB
1801.10/607.67	c CPU time              : 1792.35 s
1801.10/607.67	
1801.10/607.67	c --->m=4, e=8, aimd=1, HOME/27136_many.cnf	time: 448.087	conflicts: 72088        
1801.10/607.70	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-1780354-1243530017/watcher-1780354-1243530017 -o /tmp/evaluation-result-1780354-1243530017/solver-1780354-1243530017 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1780354-1243530017.cnf aimd 1 

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: 5.69 5.55 5.42 4/125 27137
/proc/meminfo: memFree=2588180/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2412 CPUtime=0
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 349 0 0 0 0 0 0 0 25 0 1 0 1117665818 2469888 274 4294967295 134512640 135169312 3212897104 3212895640 3084918510 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/27136/statm: 603 274 231 161 0 42 0
[pid=27137] ppid=27136 vsize=13276 CPUtime=0.03
/proc/27137/stat : 27137 (SatElite) R 27136 27136 21334 0 -1 4202496 2906 0 0 0 2 1 0 0 25 0 1 0 1117665818 13594624 2739 4294967295 134512640 135034092 3219153168 3219149456 134545332 0 0 0 3 0 0 0 17 1 0 0 0
/proc/27137/statm: 3319 2747 49 128 0 3189 0

[startup+0.07341 s]
/proc/loadavg: 5.69 5.55 5.42 4/125 27137
/proc/meminfo: memFree=2588180/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2412 CPUtime=0
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 349 0 0 0 0 0 0 0 25 0 1 0 1117665818 2469888 274 4294967295 134512640 135169312 3212897104 3212895640 3084918510 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/27136/statm: 603 274 231 161 0 42 0
[pid=27137] ppid=27136 vsize=26152 CPUtime=0.05
/proc/27137/stat : 27137 (SatElite) R 27136 27136 21334 0 -1 4202496 4551 0 0 0 4 1 0 0 25 0 1 0 1117665818 26779648 4320 4294967295 134512640 135034092 3219153168 3219149512 134691005 0 0 0 3 0 0 0 17 1 0 0 0
/proc/27137/statm: 6538 4321 49 128 0 6408 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28564

[startup+0.113405 s]
/proc/loadavg: 5.69 5.55 5.42 4/125 27137
/proc/meminfo: memFree=2588180/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2412 CPUtime=0
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 349 0 0 0 0 0 0 0 25 0 1 0 1117665818 2469888 274 4294967295 134512640 135169312 3212897104 3212895640 3084918510 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/27136/statm: 603 274 231 161 0 42 0
[pid=27137] ppid=27136 vsize=31020 CPUtime=0.09
/proc/27137/stat : 27137 (SatElite) R 27136 27136 21334 0 -1 4202496 5754 0 0 0 8 1 0 0 25 0 1 0 1117665818 31764480 5523 4294967295 134512640 135034092 3219153168 3219149160 134673244 0 0 0 3 0 0 0 17 1 0 0 0
/proc/27137/statm: 7755 5524 49 128 0 7625 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33432

[startup+0.31339 s]
/proc/loadavg: 5.69 5.55 5.42 4/125 27137
/proc/meminfo: memFree=2588180/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2412 CPUtime=0
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 349 0 0 0 0 0 0 0 25 0 1 0 1117665818 2469888 274 4294967295 134512640 135169312 3212897104 3212895640 3084918510 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/27136/statm: 603 274 231 161 0 42 0
[pid=27137] ppid=27136 vsize=48396 CPUtime=0.27
/proc/27137/stat : 27137 (SatElite) R 27136 27136 21334 0 -1 4202496 9947 0 0 0 22 5 0 0 25 0 1 0 1117665818 49557504 9716 4294967295 134512640 135034092 3219153168 3219149160 134673244 0 0 0 3 0 0 0 17 1 0 0 0
/proc/27137/statm: 12099 9716 49 128 0 11969 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 50808

[startup+0.71336 s]
/proc/loadavg: 5.69 5.55 5.42 4/125 27137
/proc/meminfo: memFree=2588180/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2412 CPUtime=0
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 349 0 0 0 0 0 0 0 25 0 1 0 1117665818 2469888 274 4294967295 134512640 135169312 3212897104 3212895640 3084918510 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/27136/statm: 603 274 231 161 0 42 0
[pid=27137] ppid=27136 vsize=76760 CPUtime=0.67
/proc/27137/stat : 27137 (SatElite) R 27136 27136 21334 0 -1 4202496 17733 0 0 0 58 9 0 0 25 0 1 0 1117665818 78602240 17502 4294967295 134512640 135034092 3219153168 3219149456 134544897 0 0 0 3 0 0 0 17 1 0 0 0
/proc/27137/statm: 19190 17505 50 128 0 19060 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 79172

[startup+1.51329 s]
/proc/loadavg: 5.69 5.55 5.42 3/126 27138
/proc/meminfo: memFree=2430736/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2412 CPUtime=0
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 349 0 0 0 0 0 0 0 25 0 1 0 1117665818 2469888 274 4294967295 134512640 135169312 3212897104 3212895640 3084918510 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/27136/statm: 603 274 231 161 0 42 0
[pid=27137] ppid=27136 vsize=146192 CPUtime=1.47
/proc/27137/stat : 27137 (SatElite) R 27136 27136 21334 0 -1 4202496 32149 0 0 0 132 15 0 0 25 0 1 0 1117665818 149700608 29050 4294967295 134512640 135034092 3219153168 3219149164 134691101 0 0 0 3 0 0 0 17 1 0 0 0
/proc/27137/statm: 36548 29050 67 128 0 36418 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 148604

[startup+3.11315 s]
/proc/loadavg: 5.69 5.55 5.42 3/126 27138
/proc/meminfo: memFree=2469856/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2412 CPUtime=0
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 349 0 0 0 0 0 0 0 25 0 1 0 1117665818 2469888 274 4294967295 134512640 135169312 3212897104 3212895640 3084918510 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/27136/statm: 603 274 231 161 0 42 0
[pid=27137] ppid=27136 vsize=166384 CPUtime=2.95
/proc/27137/stat : 27137 (SatElite) R 27136 27136 21334 0 -1 4202496 36665 0 0 0 278 17 0 0 25 0 1 0 1117665818 170377216 33356 4294967295 134512640 135034092 3219153168 3219149408 134566470 0 0 0 3 0 0 0 17 1 0 0 0
/proc/27137/statm: 41596 33356 67 128 0 41466 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 168796

[startup+6.32016 s]
/proc/loadavg: 5.47 5.50 5.41 3/126 27138
/proc/meminfo: memFree=2444048/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2412 CPUtime=0
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 349 0 0 0 0 0 0 0 25 0 1 0 1117665818 2469888 274 4294967295 134512640 135169312 3212897104 3212895640 3084918510 0 65536 4 65538 3222376037 0 0 17 0 0 0 0
/proc/27136/statm: 603 274 231 161 0 42 0
[pid=27137] ppid=27136 vsize=173864 CPUtime=6
/proc/27137/stat : 27137 (SatElite) R 27136 27136 21334 0 -1 4202496 44176 0 0 0 579 21 0 0 25 0 1 0 1117665818 178036736 34994 4294967295 134512640 135034092 3219153168 3219149712 134582974 0 0 0 3 0 0 0 17 1 0 0 0
/proc/27137/statm: 43466 34994 67 128 0 43336 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 176276

[startup+12.7223 s]
/proc/loadavg: 5.20 5.44 5.39 6/129 27326
/proc/meminfo: memFree=2389124/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2416 CPUtime=7.01
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 370 44754 0 0 0 0 672 29 18 0 1 0 1117665818 2473984 275 4294967295 134512640 135169312 3212897104 3212893320 3084918510 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/27136/statm: 604 275 231 161 0 43 0
[pid=27139] ppid=27136 vsize=269864 CPUtime=11.77
/proc/27139/stat : 27139 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202496 56165 0 0 0 1127 50 0 0 16 0 4 0 1117666558 276340736 56077 4294967295 134512640 135305190 3214587104 3214585280 134528189 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/27139/statm: 67466 56077 79 194 0 67270 0
[pid=27139/tid=27324] ppid=27136 vsize=269864 CPUtime=1.72
/proc/27139/task/27324/stat : 27324 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 1166 0 0 0 169 3 0 0 15 0 4 0 1117666746 276340736 56077 4294967295 134512640 135305190 3214587104 3004841152 134528325 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=27139/tid=27325] ppid=27136 vsize=269864 CPUtime=3.07
/proc/27139/task/27325/stat : 27325 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 1208 0 0 0 299 8 0 0 16 0 4 0 1117666746 276340736 56077 4294967295 134512640 135305190 3214587104 2996452544 134528265 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=27139/tid=27326] ppid=27136 vsize=269864 CPUtime=2.62
/proc/27139/task/27326/stat : 27326 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 1230 0 0 0 251 11 0 0 16 0 4 0 1117666746 276340736 56077 4294967295 134512640 135305190 3214587104 2988063936 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 18.78
Current children cumulated vsize (KiB) 272280

[startup+25.5116 s]
/proc/loadavg: 5.51 5.50 5.41 6/129 27326
/proc/meminfo: memFree=2298060/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2416 CPUtime=7.01
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 370 44754 0 0 0 0 672 29 18 0 1 0 1117665818 2473984 275 4294967295 134512640 135169312 3212897104 3212893320 3084918510 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/27136/statm: 604 275 231 161 0 43 0
[pid=27139] ppid=27136 vsize=275508 CPUtime=50
/proc/27139/stat : 27139 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202496 57498 0 0 0 4947 53 0 0 25 0 4 0 1117666558 282120192 57410 4294967295 134512640 135305190 3214587104 3214585280 134528189 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/27139/statm: 68877 57410 79 194 0 68681 0
[pid=27139/tid=27324] ppid=27136 vsize=275508 CPUtime=9.72
/proc/27139/task/27324/stat : 27324 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 1369 0 0 0 968 4 0 0 20 0 4 0 1117666746 282120192 57410 4294967295 134512640 135305190 3214587104 3004841152 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=27139/tid=27325] ppid=27136 vsize=275508 CPUtime=11.62
/proc/27139/task/27325/stat : 27325 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 1669 0 0 0 1154 8 0 0 20 0 4 0 1117666746 282120192 57410 4294967295 134512640 135305190 3214587104 2996452544 134528341 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=27139/tid=27326] ppid=27136 vsize=275508 CPUtime=12.25
/proc/27139/task/27326/stat : 27326 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 1447 0 0 0 1212 13 0 0 25 0 4 0 1117666746 282120192 57410 4294967295 134512640 135305190 3214587104 2988063936 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 57.01
Current children cumulated vsize (KiB) 277924

[startup+51.1094 s]
/proc/loadavg: 5.68 5.54 5.42 6/129 27328
/proc/meminfo: memFree=2353968/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2416 CPUtime=7.01
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 370 44754 0 0 0 0 672 29 18 0 1 0 1117665818 2473984 275 4294967295 134512640 135169312 3212897104 3212893320 3084918510 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/27136/statm: 604 275 231 161 0 43 0
[pid=27139] ppid=27136 vsize=287872 CPUtime=126.65
/proc/27139/stat : 27139 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202496 60657 0 0 0 12606 59 0 0 25 0 4 0 1117666558 294780928 60569 4294967295 134512640 135305190 3214587104 3214585280 134528189 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/27139/statm: 71968 60569 79 194 0 71772 0
[pid=27139/tid=27324] ppid=27136 vsize=287872 CPUtime=30.35
/proc/27139/task/27324/stat : 27324 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 2124 0 0 0 3030 5 0 0 25 0 4 0 1117666746 294780928 60569 4294967295 134512640 135305190 3214587104 3004841152 134528252 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=27139/tid=27325] ppid=27136 vsize=287872 CPUtime=35.81
/proc/27139/task/27325/stat : 27325 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 2927 0 0 0 3572 9 0 0 25 0 4 0 1117666746 294780928 60569 4294967295 134512640 135305190 3214587104 2996452544 134528215 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=27139/tid=27326] ppid=27136 vsize=287872 CPUtime=26.93
/proc/27139/task/27326/stat : 27326 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 1866 0 0 0 2678 15 0 0 25 0 4 0 1117666746 294780928 60569 4294967295 134512640 135305190 3214587104 2988063824 134529062 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 133.66
Current children cumulated vsize (KiB) 290288

[startup+102.315 s]
/proc/loadavg: 5.84 5.60 5.45 6/129 27515
/proc/meminfo: memFree=2303376/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2416 CPUtime=7.01
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 370 44754 0 0 0 0 672 29 18 0 1 0 1117665818 2473984 275 4294967295 134512640 135169312 3212897104 3212893320 3084918510 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/27136/statm: 604 275 231 161 0 43 0
[pid=27139] ppid=27136 vsize=311056 CPUtime=279.98
/proc/27139/stat : 27139 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202496 66295 0 0 0 27925 73 0 0 25 0 4 0 1117666558 318521344 66207 4294967295 134512640 135305190 3214587104 3214585280 134528229 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/27139/statm: 77764 66207 79 194 0 77568 0
[pid=27139/tid=27324] ppid=27136 vsize=311056 CPUtime=81.45
/proc/27139/task/27324/stat : 27324 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 3512 0 0 0 8133 12 0 0 25 0 4 0 1117666746 318521344 66207 4294967295 134512640 135305190 3214587104 3004841152 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=27139/tid=27325] ppid=27136 vsize=311056 CPUtime=62.01
/proc/27139/task/27325/stat : 27325 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 3992 0 0 0 6191 10 0 0 25 0 4 0 1117666746 318521344 66207 4294967295 134512640 135305190 3214587104 2996452544 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=27139/tid=27326] ppid=27136 vsize=311056 CPUtime=77.95
/proc/27139/task/27326/stat : 27326 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 4146 0 0 0 7775 20 0 0 25 0 4 0 1117666746 318521344 66207 4294967295 134512640 135305190 3214587104 2988063936 134528406 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 286.99
Current children cumulated vsize (KiB) 313472

[startup+162.31 s]
/proc/loadavg: 5.85 5.63 5.46 6/129 27704
/proc/meminfo: memFree=2168076/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2416 CPUtime=7.01
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 370 44754 0 0 0 0 672 29 18 0 1 0 1117665818 2473984 275 4294967295 134512640 135169312 3212897104 3212893320 3084918510 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/27136/statm: 604 275 231 161 0 43 0
[pid=27139] ppid=27136 vsize=329556 CPUtime=459.73
/proc/27139/stat : 27139 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202496 70974 0 0 0 45885 88 0 0 25 0 4 0 1117666558 337465344 70886 4294967295 134512640 135305190 3214587104 3214585280 134528512 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/27139/statm: 82389 70886 79 194 0 82193 0
[pid=27139/tid=27324] ppid=27136 vsize=329556 CPUtime=141.43
/proc/27139/task/27324/stat : 27324 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 4524 0 0 0 14122 21 0 0 25 0 4 0 1117666746 337465344 70886 4294967295 134512640 135305190 3214587104 3004841152 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=27139/tid=27325] ppid=27136 vsize=329556 CPUtime=93.01
/proc/27139/task/27325/stat : 27325 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 5070 0 0 0 9290 11 0 0 25 0 4 0 1117666746 337465344 70886 4294967295 134512640 135305190 3214587104 2996452224 134552678 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=27139/tid=27326] ppid=27136 vsize=329556 CPUtime=137.73
/proc/27139/task/27326/stat : 27326 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 6311 0 0 0 13748 25 0 0 25 0 4 0 1117666746 337465344 70886 4294967295 134512640 135305190 3214587104 2988063936 134528406 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 466.74
Current children cumulated vsize (KiB) 331972

[startup+222.305 s]
/proc/loadavg: 6.00 5.67 5.49 7/129 27892
/proc/meminfo: memFree=2275900/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2416 CPUtime=7.01

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

[pid=27139/tid=27325] ppid=27136 vsize=396568 CPUtime=354.91
/proc/27139/task/27325/stat : 27325 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 11904 0 0 0 35465 26 0 0 25 0 4 0 1117666746 406085632 87529 4294967295 134512640 135305190 3214587104 2996452544 134528189 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=27139/tid=27326] ppid=27136 vsize=396568 CPUtime=376.46
/proc/27139/task/27326/stat : 27326 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 12946 0 0 0 37597 49 0 0 25 0 4 0 1117666746 406085632 87529 4294967295 134512640 135305190 3214587104 2988064044 134570423 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1544.64
Current children cumulated vsize (KiB) 398984

[startup+582.314 s]
/proc/loadavg: 5.82 5.83 5.61 6/129 28841
/proc/meminfo: memFree=2177316/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2416 CPUtime=7.01
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 370 44754 0 0 0 0 672 29 18 0 1 0 1117665818 2473984 275 4294967295 134512640 135169312 3212897104 3212893320 3084918510 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/27136/statm: 604 275 231 161 0 43 0
[pid=27139] ppid=27136 vsize=397080 CPUtime=1717.33
/proc/27139/stat : 27139 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202496 87725 0 0 0 171549 184 0 0 25 0 4 0 1117666558 406609920 87637 4294967295 134512640 135305190 3214587104 3214585280 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/27139/statm: 99270 87637 79 194 0 99074 0
[pid=27139/tid=27324] ppid=27136 vsize=397080 CPUtime=560.07
/proc/27139/task/27324/stat : 27324 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 6497 0 0 0 55953 54 0 0 25 0 4 0 1117666746 406609920 87637 4294967295 134512640 135305190 3214587104 3004841152 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=27139/tid=27325] ppid=27136 vsize=397080 CPUtime=384.86
/proc/27139/task/27325/stat : 27325 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 11915 0 0 0 38459 27 0 0 25 0 4 0 1117666746 406609920 87637 4294967295 134512640 135305190 3214587104 2996452392 134694990 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=27139/tid=27326] ppid=27136 vsize=397080 CPUtime=406.52
/proc/27139/task/27326/stat : 27326 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 12966 0 0 0 40599 53 0 0 25 0 4 0 1117666746 406609920 87637 4294967295 134512640 135305190 3214587104 2988063936 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1724.34
Current children cumulated vsize (KiB) 399496

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

[startup+588.713 s]
/proc/loadavg: 5.77 5.81 5.61 7/130 28956
/proc/meminfo: memFree=2167604/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2416 CPUtime=7.01
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 370 44754 0 0 0 0 672 29 18 0 1 0 1117665818 2473984 275 4294967295 134512640 135169312 3212897104 3212893320 3084918510 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/27136/statm: 604 275 231 161 0 43 0
[pid=27139] ppid=27136 vsize=397080 CPUtime=1736.44
/proc/27139/stat : 27139 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202496 87728 0 0 0 173458 186 0 0 25 0 4 0 1117666558 406609920 87640 4294967295 134512640 135305190 3214587104 3214585280 134528189 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/27139/statm: 99270 87640 79 194 0 99074 0
[pid=27139/tid=27324] ppid=27136 vsize=397080 CPUtime=566.38
/proc/27139/task/27324/stat : 27324 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 6497 0 0 0 56583 55 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 3004841152 134530636 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=27139/tid=27325] ppid=27136 vsize=397080 CPUtime=388.01
/proc/27139/task/27325/stat : 27325 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 11915 0 0 0 38774 27 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 2996452544 134528229 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=27139/tid=27326] ppid=27136 vsize=397080 CPUtime=409.77
/proc/27139/task/27326/stat : 27326 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 12966 0 0 0 40923 54 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 2988063936 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1743.45
Current children cumulated vsize (KiB) 399496

[startup+595.122 s]
/proc/loadavg: 5.87 5.83 5.61 7/130 29010
/proc/meminfo: memFree=2167900/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2416 CPUtime=7.01
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 370 44754 0 0 0 0 672 29 18 0 1 0 1117665818 2473984 275 4294967295 134512640 135169312 3212897104 3212893320 3084918510 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/27136/statm: 604 275 231 161 0 43 0
[pid=27139] ppid=27136 vsize=397080 CPUtime=1755.65
/proc/27139/stat : 27139 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202496 87728 0 0 0 175379 186 0 0 25 0 4 0 1117666558 406609920 87640 4294967295 134512640 135305190 3214587104 3214585280 134528298 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/27139/statm: 99270 87640 79 194 0 99074 0
[pid=27139/tid=27324] ppid=27136 vsize=397080 CPUtime=572.79
/proc/27139/task/27324/stat : 27324 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 6497 0 0 0 57224 55 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 3004841152 134528189 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=27139/tid=27325] ppid=27136 vsize=397080 CPUtime=391.21
/proc/27139/task/27325/stat : 27325 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 11915 0 0 0 39094 27 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 2996452544 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=27139/tid=27326] ppid=27136 vsize=397080 CPUtime=412.98
/proc/27139/task/27326/stat : 27326 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 12966 0 0 0 41244 54 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 2988063728 134550995 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1762.66
Current children cumulated vsize (KiB) 399496

[startup+601.512 s]
/proc/loadavg: 5.80 5.82 5.61 6/129 29026
/proc/meminfo: memFree=2139988/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2416 CPUtime=7.01
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 370 44754 0 0 0 0 672 29 18 0 1 0 1117665818 2473984 275 4294967295 134512640 135169312 3212897104 3212893320 3084918510 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/27136/statm: 604 275 231 161 0 43 0
[pid=27139] ppid=27136 vsize=397080 CPUtime=1774.81
/proc/27139/stat : 27139 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202496 87728 0 0 0 177294 187 0 0 25 0 4 0 1117666558 406609920 87640 4294967295 134512640 135305190 3214587104 3214585280 134528203 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/27139/statm: 99270 87640 79 194 0 99074 0
[pid=27139/tid=27324] ppid=27136 vsize=397080 CPUtime=579.17
/proc/27139/task/27324/stat : 27324 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 6497 0 0 0 57861 56 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 3004841152 134528512 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=27139/tid=27325] ppid=27136 vsize=397080 CPUtime=394.41
/proc/27139/task/27325/stat : 27325 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 11915 0 0 0 39414 27 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 2996452544 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=27139/tid=27326] ppid=27136 vsize=397080 CPUtime=416.17
/proc/27139/task/27326/stat : 27326 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 12966 0 0 0 41563 54 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 2988063936 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1781.82
Current children cumulated vsize (KiB) 399496

[startup+604.712 s]
/proc/loadavg: 5.73 5.81 5.61 6/129 29026
/proc/meminfo: memFree=2213204/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2416 CPUtime=7.01
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 370 44754 0 0 0 0 672 29 18 0 1 0 1117665818 2473984 275 4294967295 134512640 135169312 3212897104 3212893320 3084918510 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/27136/statm: 604 275 231 161 0 43 0
[pid=27139] ppid=27136 vsize=397080 CPUtime=1784.4
/proc/27139/stat : 27139 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202496 87728 0 0 0 178253 187 0 0 25 0 4 0 1117666558 406609920 87640 4294967295 134512640 135305190 3214587104 3214585280 134528252 0 0 0 3 4294967295 0 0 17 0 0 0 0
/proc/27139/statm: 99270 87640 79 194 0 99074 0
[pid=27139/tid=27324] ppid=27136 vsize=397080 CPUtime=582.37
/proc/27139/task/27324/stat : 27324 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 6497 0 0 0 58181 56 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 3004841152 134528252 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=27139/tid=27325] ppid=27136 vsize=397080 CPUtime=397.37
/proc/27139/task/27325/stat : 27325 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 11915 0 0 0 39710 27 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 2996452544 134530561 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=27139/tid=27326] ppid=27136 vsize=397080 CPUtime=417.81
/proc/27139/task/27326/stat : 27326 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 12966 0 0 0 41727 54 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 2988063936 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1791.41
Current children cumulated vsize (KiB) 399496

[startup+606.312 s]
/proc/loadavg: 5.73 5.81 5.61 7/129 29026
/proc/meminfo: memFree=2214484/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2416 CPUtime=7.01
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 370 44754 0 0 0 0 672 29 18 0 1 0 1117665818 2473984 275 4294967295 134512640 135169312 3212897104 3212893320 3084918510 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/27136/statm: 604 275 231 161 0 43 0
[pid=27139] ppid=27136 vsize=397080 CPUtime=1789.78
/proc/27139/stat : 27139 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202496 87728 0 0 0 178790 188 0 0 25 0 4 0 1117666558 406609920 87640 4294967295 134512640 135305190 3214587104 3214585280 134528784 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/27139/statm: 99270 87640 79 194 0 99074 0
[pid=27139/tid=27324] ppid=27136 vsize=397080 CPUtime=583.36
/proc/27139/task/27324/stat : 27324 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 6497 0 0 0 58279 57 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 3004841152 134528229 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=27139/tid=27325] ppid=27136 vsize=397080 CPUtime=398.96
/proc/27139/task/27325/stat : 27325 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 11915 0 0 0 39869 27 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 2996452160 134551712 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=27139/tid=27326] ppid=27136 vsize=397080 CPUtime=419.27
/proc/27139/task/27326/stat : 27326 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 12966 0 0 0 41873 54 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 2988063936 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1796.79
Current children cumulated vsize (KiB) 399496

[startup+607.111 s]
/proc/loadavg: 5.73 5.81 5.61 6/129 29026
/proc/meminfo: memFree=2204484/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2416 CPUtime=7.01
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 370 44754 0 0 0 0 672 29 18 0 1 0 1117665818 2473984 275 4294967295 134512640 135169312 3212897104 3212893320 3084918510 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/27136/statm: 604 275 231 161 0 43 0
[pid=27139] ppid=27136 vsize=397080 CPUtime=1792.55
/proc/27139/stat : 27139 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202496 87728 0 0 0 179067 188 0 0 25 0 4 0 1117666558 406609920 87640 4294967295 134512640 135305190 3214587104 3214585280 134528229 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/27139/statm: 99270 87640 79 194 0 99074 0
[pid=27139/tid=27324] ppid=27136 vsize=397080 CPUtime=583.73
/proc/27139/task/27324/stat : 27324 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 6497 0 0 0 58316 57 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 3004841000 134694990 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=27139/tid=27325] ppid=27136 vsize=397080 CPUtime=399.76
/proc/27139/task/27325/stat : 27325 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 11915 0 0 0 39949 27 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 2996452160 134551712 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=27139/tid=27326] ppid=27136 vsize=397080 CPUtime=420.07
/proc/27139/task/27326/stat : 27326 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 12966 0 0 0 41953 54 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 2988063936 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1799.56
Current children cumulated vsize (KiB) 399496

[startup+607.511 s]
/proc/loadavg: 5.73 5.81 5.61 6/129 29026
/proc/meminfo: memFree=2204484/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2416 CPUtime=7.01
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 370 44754 0 0 0 0 672 29 18 0 1 0 1117665818 2473984 275 4294967295 134512640 135169312 3212897104 3212893320 3084918510 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/27136/statm: 604 275 231 161 0 43 0
[pid=27139] ppid=27136 vsize=397080 CPUtime=1793.79
/proc/27139/stat : 27139 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202496 87728 0 0 0 179190 189 0 0 25 0 4 0 1117666558 406609920 87640 4294967295 134512640 135305190 3214587104 3214585280 134528195 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/27139/statm: 99270 87640 79 194 0 99074 0
[pid=27139/tid=27324] ppid=27136 vsize=397080 CPUtime=583.79
/proc/27139/task/27324/stat : 27324 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 6497 0 0 0 58322 57 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 3004841000 134695249 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=27139/tid=27325] ppid=27136 vsize=397080 CPUtime=400.15
/proc/27139/task/27325/stat : 27325 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 11915 0 0 0 39988 27 0 0 16 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 2996453808 134657448 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=27139/tid=27326] ppid=27136 vsize=397080 CPUtime=420.47
/proc/27139/task/27326/stat : 27326 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 12966 0 0 0 41992 55 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 2988063936 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.8
Current children cumulated vsize (KiB) 399496

[startup+607.611 s]
/proc/loadavg: 5.73 5.81 5.61 6/129 29026
/proc/meminfo: memFree=2204484/3368532 swapFree=1957708/1959888
[pid=27136] ppid=27134 vsize=2416 CPUtime=7.01
/proc/27136/stat : 27136 (manysat.sh) S 27134 27136 21334 0 -1 4194304 370 44754 0 0 0 0 672 29 18 0 1 0 1117665818 2473984 275 4294967295 134512640 135169312 3212897104 3212893320 3084918510 0 65536 4 65538 3222376037 0 0 17 1 0 0 0
/proc/27136/statm: 604 275 231 161 0 43 0
[pid=27139] ppid=27136 vsize=397080 CPUtime=1794.09
/proc/27139/stat : 27139 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202496 87728 0 0 0 179220 189 0 0 25 0 4 0 1117666558 406609920 87640 4294967295 134512640 135305190 3214587104 3214586512 134657576 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/27139/statm: 99270 87640 79 194 0 99074 0
[pid=27139/tid=27324] ppid=27136 vsize=397080 CPUtime=583.79
/proc/27139/task/27324/stat : 27324 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 6497 0 0 0 58322 57 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 3004841000 134695249 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=27139/tid=27325] ppid=27136 vsize=397080 CPUtime=400.25
/proc/27139/task/27325/stat : 27325 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 11915 0 0 0 39998 27 0 0 16 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 2996453808 134657578 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=27139/tid=27326] ppid=27136 vsize=397080 CPUtime=420.57
/proc/27139/task/27326/stat : 27326 (manysat1.1_stat) R 27136 27136 21334 0 -1 4202560 12966 0 0 0 42002 55 0 0 25 0 4 0 1117666746 406609920 87640 4294967295 134512640 135305190 3214587104 2988065200 134657448 0 0 0 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1801.1
Current children cumulated vsize (KiB) 399496

Child status: 20
Real time (s): 607.711
CPU time (s): 1801.28
CPU user time (s): 1799.07
CPU system time (s): 2.21
CPU usage (%): 296.404
Max. virtual memory (cumulated for all children) (KiB): 399496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 2.21
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133143
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= 34082
involuntary context switches= 119501

runsolver used 0 second user time and 0.02 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 19:00:17
IDJOB=1780354
IDBENCH=70988
IDSOLVER=623
FILE ID=/1780354-1243530017
PBS_JOBID=
Free space on /tmp= 15864 MiB

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

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

MD5SUM BENCH= d8dd0726277891eae9a2807dfd8946db
RANDOM SEED= 29075678

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.43
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.11
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.16
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.105
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.15
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2620100 kB
Buffers:         16196 kB
Cached:          80116 kB
SwapCached:         44 kB
Active:         653792 kB
Inactive:        52528 kB
HighTotal:     2489216 kB
HighFree:      1797192 kB
LowTotal:       879316 kB
LowFree:        822908 kB
SwapTotal:     1959888 kB
SwapFree:      1957708 kB
Dirty:           22592 kB
Writeback:           0 kB
AnonPages:      609684 kB
Mapped:          35512 kB
Slab:            33276 kB
SReclaimable:    24636 kB
SUnreclaim:       8640 kB
PageTables:       1288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   890460 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 15864 MiB
End job on  at 2009-05-28 19:10:26