Trace number 1773286

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-20UNSAT 4896.84 2459.63

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq3.cnf
MD5SUMba6236c6cc840bb0208f73665843c375
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark435.504
Satisfiable
(Un)Satisfiability was proved
Number of variables69789
Number of clauses968295
Sum of the clauses size2788367
Maximum clause length110
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2899512
Number of clauses of size 316116
Number of clauses of size 43707
Number of clauses of size 56480
Number of clauses of size over 542479

Solver Data

0.00/0.00	c Parsing...
0.78/0.83	c ==============================================================================
0.78/0.83	c |           |     ORIGINAL     |              LEARNT              |          |
0.78/0.83	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.78/0.83	c ==============================================================================
0.78/0.83	c |         0 |  968294  2788366 |  290488       0        0     nan |  0.000 % |
7.59/7.61	c |         0 |  933146  2895588 |      --       0       --      -- |     --   | -35008/109235
7.59/7.61	c ==============================================================================
7.59/7.61	c Result  :   #vars: 54024   #clauses: 933146   #literals: 2895588
7.59/7.61	c CPU time:   7.44487 s
7.59/7.61	c ==============================================================================
4896.41/2459.38	c This is ManySAT 1.1 : 4 thread(s) on 2 core(s).
4896.41/2459.38	c ============================[ Problem Statistics ]=============================
4896.41/2459.38	c |                                                                             |
4896.41/2459.38	c threadId              : 3
4896.41/2459.38	c restarts              : 9080
4896.41/2459.38	c conflicts             : 750265         (154 /sec)
4896.41/2459.38	c decisions             : 23436862       (1.31 % random) (4800 /sec)
4896.41/2459.38	c propagations          : 985968466      (201917 /sec)
4896.41/2459.38	c conflict literals     : 33574489       (40.30 % deleted)
4896.41/2459.38	c Memory used           : 1454.70 MB
4896.41/2459.38	c CPU time              : 4883.05 s
4896.41/2459.38	
4896.41/2459.38	c --->m=4, e=8, aimd=1, HOME/31534_many.cnf	time: 1220.76	conflicts: 750265       
4896.79/2459.61	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1773286-1241287081/watcher-1773286-1241287081 -o /tmp/evaluation-result-1773286-1241287081/solver-1773286-1241287081 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773286-1241287081.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): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 31534
/proc/meminfo: memFree=1097968/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=0
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156742159 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31534/statm: 1339 235 195 169 0 50 0
[pid=31535] ppid=31534 vsize=956 CPUtime=0
/proc/31535/stat : 31535 (SatElite) R 31534 31534 31497 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 156742160 978944 126 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/31535/statm: 239 127 51 127 0 109 0

[startup+0.033243 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 31534
/proc/meminfo: memFree=1097968/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=0
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156742159 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31534/statm: 1339 235 195 169 0 50 0
[pid=31535] ppid=31534 vsize=3572 CPUtime=0.02
/proc/31535/stat : 31535 (SatElite) R 31534 31534 31497 0 -1 4194304 754 0 0 0 2 0 0 0 18 0 1 0 156742160 3657728 738 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/31535/statm: 893 739 51 127 0 763 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8928

[startup+0.101255 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 31534
/proc/meminfo: memFree=1097968/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=0
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156742159 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31534/statm: 1339 235 195 169 0 50 0
[pid=31535] ppid=31534 vsize=8556 CPUtime=0.09
/proc/31535/stat : 31535 (SatElite) R 31534 31534 31497 0 -1 4194304 2001 0 0 0 9 0 0 0 18 0 1 0 156742160 8761344 1985 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/31535/statm: 2139 1986 51 127 0 2009 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13912

[startup+0.30129 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 31534
/proc/meminfo: memFree=1097968/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=0
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156742159 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31534/statm: 1339 235 195 169 0 50 0
[pid=31535] ppid=31534 vsize=25816 CPUtime=0.29
/proc/31535/stat : 31535 (SatElite) R 31534 31534 31497 0 -1 4194304 5623 0 0 0 26 3 0 0 19 0 1 0 156742160 26435584 5607 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/31535/statm: 6454 5608 51 127 0 6324 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31172

[startup+0.70136 s]
/proc/loadavg: 0.93 0.98 0.99 3/64 31534
/proc/meminfo: memFree=1097968/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=0
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156742159 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31534/statm: 1339 235 195 169 0 50 0
[pid=31535] ppid=31534 vsize=55748 CPUtime=0.69
/proc/31535/stat : 31535 (SatElite) R 31534 31534 31497 0 -1 4194304 12260 0 0 0 61 8 0 0 23 0 1 0 156742160 57085952 12244 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/31535/statm: 13937 12245 51 127 0 13807 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 61104

[startup+1.5025 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 31536
/proc/meminfo: memFree=1029664/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=0
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156742159 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31534/statm: 1339 235 195 169 0 50 0
[pid=31535] ppid=31534 vsize=85288 CPUtime=1.49
/proc/31535/stat : 31535 (SatElite) R 31534 31534 31497 0 -1 4194304 20699 0 0 0 136 13 0 0 25 0 1 0 156742160 87334912 18619 1992294400 134512640 135034092 4294956112 18446744073709551615 134540729 0 0 4096 3 0 0 0 17 1 0 0
/proc/31535/statm: 21322 18619 68 127 0 21192 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90644

[startup+3.10178 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 31536
/proc/meminfo: memFree=1018016/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=0
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156742159 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31534/statm: 1339 235 195 169 0 50 0
[pid=31535] ppid=31534 vsize=90928 CPUtime=3.08
/proc/31535/stat : 31535 (SatElite) R 31534 31534 31497 0 -1 4194304 22045 0 0 0 294 14 0 0 25 0 1 0 156742160 93110272 19965 1992294400 134512640 135034092 4294956112 18446744073709551615 134566215 0 0 4096 3 0 0 0 17 1 0 0
/proc/31535/statm: 22732 19965 68 127 0 22602 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 96284

[startup+6.30134 s]
/proc/loadavg: 1.01 1.00 1.00 2/66 31536
/proc/meminfo: memFree=1007976/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=0
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156742159 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31534/statm: 1339 235 195 169 0 50 0
[pid=31535] ppid=31534 vsize=105844 CPUtime=6.28
/proc/31535/stat : 31535 (SatElite) R 31534 31534 31497 0 -1 4194304 24273 0 0 0 613 15 0 0 25 0 1 0 156742160 108384256 21950 1992294400 134512640 135034092 4294956112 18446744073709551615 134563230 0 0 4096 3 0 0 0 17 1 0 0
/proc/31535/statm: 26461 21950 68 127 0 26331 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 111200

[startup+12.7015 s]
/proc/loadavg: 1.01 1.00 1.00 5/69 31540
/proc/meminfo: memFree=859728/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=8.84
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 313 26457 0 0 0 0 859 25 16 0 1 0 156742159 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31534/statm: 1339 238 195 169 0 50 0
[pid=31537] ppid=31534 vsize=254348 CPUtime=5.48
/proc/31537/stat : 31537 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194304 54484 0 0 0 520 28 0 0 17 0 4 0 156743046 260452352 54448 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31537/statm: 63587 54448 83 193 0 63391 0
[pid=31537/tid=31538] ppid=31534 vsize=254348 CPUtime=0.8
/proc/31537/task/31538/stat : 31538 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 602 0 0 0 80 0 0 0 17 0 4 0 156743262 260452352 54448 1992294400 134512640 135305190 4294956160 18446744073709551615 134528201 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31537/tid=31539] ppid=31534 vsize=254348 CPUtime=0.81
/proc/31537/task/31539/stat : 31539 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 640 0 0 0 81 0 0 0 17 0 4 0 156743262 260452352 54448 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31537/tid=31540] ppid=31534 vsize=254348 CPUtime=0.9
/proc/31537/task/31540/stat : 31540 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 635 0 0 0 89 1 0 0 17 0 4 0 156743262 260452352 54448 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.32
Current children cumulated vsize (KiB) 259704

[startup+25.5027 s]
/proc/loadavg: 1.67 1.15 1.05 5/69 31540
/proc/meminfo: memFree=844624/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=8.84
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 313 26457 0 0 0 0 859 25 16 0 1 0 156742159 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31534/statm: 1339 238 195 169 0 50 0
[pid=31537] ppid=31534 vsize=268500 CPUtime=31.02
/proc/31537/stat : 31537 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194304 57984 0 0 0 3069 33 0 0 18 0 4 0 156743046 274944000 57948 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31537/statm: 67125 57948 83 193 0 66929 0
[pid=31537/tid=31538] ppid=31534 vsize=268500 CPUtime=9.47
/proc/31537/task/31538/stat : 31538 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 1705 0 0 0 945 2 0 0 17 0 4 0 156743262 274944000 57948 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31537/tid=31539] ppid=31534 vsize=268500 CPUtime=4.75
/proc/31537/task/31539/stat : 31539 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 1866 0 0 0 473 2 0 0 18 0 4 0 156743262 274944000 57948 1992294400 134512640 135305190 4294956160 18446744073709551615 134528851 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31537/tid=31540] ppid=31534 vsize=268500 CPUtime=5.89
/proc/31537/task/31540/stat : 31540 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 916 0 0 0 587 2 0 0 17 0 4 0 156743262 274944000 57948 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.86
Current children cumulated vsize (KiB) 273856

[startup+51.1022 s]
/proc/loadavg: 2.47 1.37 1.12 5/69 31540
/proc/meminfo: memFree=821264/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=8.84
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 313 26457 0 0 0 0 859 25 16 0 1 0 156742159 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31534/statm: 1339 238 195 169 0 50 0
[pid=31537] ppid=31534 vsize=292544 CPUtime=82.09
/proc/31537/stat : 31537 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194304 63813 0 0 0 8168 41 0 0 17 0 4 0 156743046 299565056 63777 1992294400 134512640 135305190 4294956160 18446744073709551615 134528449 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31537/statm: 73136 63777 83 193 0 72940 0
[pid=31537/tid=31538] ppid=31534 vsize=292544 CPUtime=23.84
/proc/31537/task/31538/stat : 31538 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 3090 0 0 0 2381 3 0 0 17 0 4 0 156743262 299565056 63777 1992294400 134512640 135305190 4294956160 18446744073709551615 134528187 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31537/tid=31539] ppid=31534 vsize=292544 CPUtime=11.91
/proc/31537/task/31539/stat : 31539 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 3952 0 0 0 1186 5 0 0 20 0 4 0 156743262 299565056 63777 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31537/tid=31540] ppid=31534 vsize=292544 CPUtime=19.5
/proc/31537/task/31540/stat : 31540 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 1901 0 0 0 1947 3 0 0 19 0 4 0 156743262 299565056 63777 1992294400 134512640 135305190 4294956160 18446744073709551615 134541652 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.93
Current children cumulated vsize (KiB) 297900

[startup+102.306 s]
/proc/loadavg: 3.33 1.78 1.27 5/69 31540
/proc/meminfo: memFree=777680/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=8.84
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 313 26457 0 0 0 0 859 25 16 0 1 0 156742159 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31534/statm: 1339 238 195 169 0 50 0
[pid=31537] ppid=31534 vsize=336240 CPUtime=184.27
/proc/31537/stat : 31537 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194304 74737 0 0 0 18372 55 0 0 21 0 4 0 156743046 344309760 74701 1992294400 134512640 135305190 4294956160 18446744073709551615 134530702 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31537/statm: 84060 74701 83 193 0 83864 0
[pid=31537/tid=31538] ppid=31534 vsize=336240 CPUtime=52.32
/proc/31537/task/31538/stat : 31538 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 6207 0 0 0 5226 6 0 0 17 0 4 0 156743262 344309760 74701 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31537/tid=31539] ppid=31534 vsize=336240 CPUtime=24.89
/proc/31537/task/31539/stat : 31539 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 7524 0 0 0 2479 10 0 0 19 0 4 0 156743262 344309760 74701 1992294400 134512640 135305190 4294956160 18446744073709551615 134551793 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31537/tid=31540] ppid=31534 vsize=336240 CPUtime=43.86
/proc/31537/task/31540/stat : 31540 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 3762 0 0 0 4381 5 0 0 16 0 4 0 156743262 344309760 74701 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 193.11
Current children cumulated vsize (KiB) 341596

[startup+162.302 s]
/proc/loadavg: 3.75 2.18 1.44 5/69 31540
/proc/meminfo: memFree=704400/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=8.84
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 313 26457 0 0 0 0 859 25 16 0 1 0 156742159 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31534/statm: 1339 238 195 169 0 50 0
[pid=31537] ppid=31534 vsize=411140 CPUtime=303.99
/proc/31537/stat : 31537 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194304 93114 0 0 0 30325 74 0 0 17 0 4 0 156743046 421007360 93078 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31537/statm: 102785 93078 83 193 0 102589 0
[pid=31537/tid=31538] ppid=31534 vsize=411140 CPUtime=84.87
/proc/31537/task/31538/stat : 31538 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 9738 0 0 0 8475 12 0 0 19 0 4 0 156743262 421007360 93078 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31537/tid=31539] ppid=31534 vsize=411140 CPUtime=49.74
/proc/31537/task/31539/stat : 31539 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 19244 0 0 0 4955 19 0 0 17 0 4 0 156743262 421007360 93078 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31537/tid=31540] ppid=31534 vsize=411140 CPUtime=73.6
/proc/31537/task/31540/stat : 31540 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 4595 0 0 0 7353 7 0 0 17 0 4 0 156743262 421007360 93078 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 312.83
Current children cumulated vsize (KiB) 416496

[startup+222.301 s]
/proc/loadavg: 3.99 2.54 1.61 4/69 31546
/proc/meminfo: memFree=665616/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=8.84

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


[startup+2382.3 s]
/proc/loadavg: 3.98 3.96 3.72 5/69 31546
/proc/meminfo: memFree=15568/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=8.84
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 313 26457 0 0 0 0 859 25 16 0 1 0 156742159 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31534/statm: 1339 238 195 169 0 50 0
[pid=31537] ppid=31534 vsize=1473432 CPUtime=4733.93
/proc/31537/stat : 31537 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194304 354469 0 0 0 472930 463 0 0 19 0 4 0 156743046 1508794368 354433 1992294400 134512640 135305190 4294956160 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31537/statm: 368358 354433 83 193 0 368162 0
[pid=31537/tid=31538] ppid=31534 vsize=1473432 CPUtime=1234.35
/proc/31537/task/31538/stat : 31538 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 50805 0 0 0 123351 84 0 0 25 0 4 0 156743262 1508794368 354433 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31537/tid=31539] ppid=31534 vsize=1473432 CPUtime=1006.73
/proc/31537/task/31539/stat : 31539 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 177573 0 0 0 100457 216 0 0 18 0 4 0 156743262 1508794368 354433 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31537/tid=31540] ppid=31534 vsize=1473432 CPUtime=1153.63
/proc/31537/task/31540/stat : 31540 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 26124 0 0 0 115313 50 0 0 25 0 4 0 156743262 1508794368 354433 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4742.77
Current children cumulated vsize (KiB) 1478788

[startup+2442.3 s]
/proc/loadavg: 3.99 3.97 3.74 5/69 31548
/proc/meminfo: memFree=16272/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=8.84
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 313 26457 0 0 0 0 859 25 16 0 1 0 156742159 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31534/statm: 1339 238 195 169 0 50 0
[pid=31537] ppid=31534 vsize=1486988 CPUtime=4853.65
/proc/31537/stat : 31537 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194304 357730 0 0 0 484897 468 0 0 21 0 4 0 156743046 1522675712 357694 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31537/statm: 371747 357694 83 193 0 371551 0
[pid=31537/tid=31538] ppid=31534 vsize=1486988 CPUtime=1261.35
/proc/31537/task/31538/stat : 31538 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 51331 0 0 0 126050 85 0 0 25 0 4 0 156743262 1522675712 357694 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31537/tid=31539] ppid=31534 vsize=1486988 CPUtime=1032.67
/proc/31537/task/31539/stat : 31539 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 179078 0 0 0 103049 218 0 0 25 0 4 0 156743262 1522675712 357694 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31537/tid=31540] ppid=31534 vsize=1486988 CPUtime=1186.43
/proc/31537/task/31540/stat : 31540 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 26650 0 0 0 118592 51 0 0 21 0 4 0 156743262 1522675712 357694 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4862.49
Current children cumulated vsize (KiB) 1492344

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

[startup+2444.7 s]
/proc/loadavg: 3.99 3.97 3.74 5/69 31548
/proc/meminfo: memFree=16144/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=8.84
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 313 26457 0 0 0 0 859 25 16 0 1 0 156742159 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31534/statm: 1339 238 195 169 0 50 0
[pid=31537] ppid=31534 vsize=1487576 CPUtime=4858.44
/proc/31537/stat : 31537 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194304 357827 0 0 0 485376 468 0 0 22 0 4 0 156743046 1523277824 357791 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31537/statm: 371894 357791 83 193 0 371698 0
[pid=31537/tid=31538] ppid=31534 vsize=1487576 CPUtime=1262.55
/proc/31537/task/31538/stat : 31538 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 51331 0 0 0 126170 85 0 0 25 0 4 0 156743262 1523277824 357791 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31537/tid=31539] ppid=31534 vsize=1487576 CPUtime=1033.86
/proc/31537/task/31539/stat : 31539 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 179163 0 0 0 103168 218 0 0 25 0 4 0 156743262 1523277824 357791 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31537/tid=31540] ppid=31534 vsize=1487576 CPUtime=1187.62
/proc/31537/task/31540/stat : 31540 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 26662 0 0 0 118711 51 0 0 25 0 4 0 156743262 1523277824 357791 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4867.28
Current children cumulated vsize (KiB) 1492932

[startup+2451.1 s]
/proc/loadavg: 3.99 3.97 3.74 5/69 31548
/proc/meminfo: memFree=15504/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=8.84
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 313 26457 0 0 0 0 859 25 16 0 1 0 156742159 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31534/statm: 1339 238 195 169 0 50 0
[pid=31537] ppid=31534 vsize=1489392 CPUtime=4871.21
/proc/31537/stat : 31537 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194304 358321 0 0 0 486652 469 0 0 25 0 4 0 156743046 1525137408 358285 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31537/statm: 372348 358285 83 193 0 372152 0
[pid=31537/tid=31538] ppid=31534 vsize=1489392 CPUtime=1265.72
/proc/31537/task/31538/stat : 31538 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 51373 0 0 0 126487 85 0 0 25 0 4 0 156743262 1525137408 358285 1992294400 134512640 135305190 4294956160 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31537/tid=31539] ppid=31534 vsize=1489392 CPUtime=1037.05
/proc/31537/task/31539/stat : 31539 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 179613 0 0 0 103487 218 0 0 25 0 4 0 156743262 1525137408 358285 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31537/tid=31540] ppid=31534 vsize=1489392 CPUtime=1190.82
/proc/31537/task/31540/stat : 31540 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 26664 0 0 0 119031 51 0 0 25 0 4 0 156743262 1525137408 358285 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4880.05
Current children cumulated vsize (KiB) 1494748

[startup+2454.3 s]
/proc/loadavg: 3.99 3.97 3.74 5/69 31548
/proc/meminfo: memFree=15248/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=8.84
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 313 26457 0 0 0 0 859 25 16 0 1 0 156742159 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31534/statm: 1339 238 195 169 0 50 0
[pid=31537] ppid=31534 vsize=1489464 CPUtime=4877.59
/proc/31537/stat : 31537 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194304 358376 0 0 0 487290 469 0 0 21 0 4 0 156743046 1525211136 358340 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31537/statm: 372366 358340 83 193 0 372170 0
[pid=31537/tid=31538] ppid=31534 vsize=1489464 CPUtime=1267.77
/proc/31537/task/31538/stat : 31538 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 51375 0 0 0 126692 85 0 0 17 0 4 0 156743262 1525211136 358340 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31537/tid=31539] ppid=31534 vsize=1489464 CPUtime=1038.25
/proc/31537/task/31539/stat : 31539 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 179655 0 0 0 103606 219 0 0 25 0 4 0 156743262 1525211136 358340 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31537/tid=31540] ppid=31534 vsize=1489464 CPUtime=1192.89
/proc/31537/task/31540/stat : 31540 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 26671 0 0 0 119238 51 0 0 17 0 4 0 156743262 1525211136 358340 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4886.43
Current children cumulated vsize (KiB) 1494820

[startup+2457.5 s]
/proc/loadavg: 3.99 3.97 3.74 5/69 31548
/proc/meminfo: memFree=15184/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=8.84
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 313 26457 0 0 0 0 859 25 16 0 1 0 156742159 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31534/statm: 1339 238 195 169 0 50 0
[pid=31537] ppid=31534 vsize=1489464 CPUtime=4883.97
/proc/31537/stat : 31537 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194304 358388 0 0 0 487928 469 0 0 17 0 4 0 156743046 1525211136 358352 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31537/statm: 372366 358352 83 193 0 372170 0
[pid=31537/tid=31538] ppid=31534 vsize=1489464 CPUtime=1268.75
/proc/31537/task/31538/stat : 31538 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 51375 0 0 0 126790 85 0 0 19 0 4 0 156743262 1525211136 358352 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31537/tid=31539] ppid=31534 vsize=1489464 CPUtime=1039.32
/proc/31537/task/31539/stat : 31539 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 179667 0 0 0 103713 219 0 0 25 0 4 0 156743262 1525211136 358352 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31537/tid=31540] ppid=31534 vsize=1489464 CPUtime=1195.02
/proc/31537/task/31540/stat : 31540 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 26671 0 0 0 119451 51 0 0 20 0 4 0 156743262 1525211136 358352 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4892.81
Current children cumulated vsize (KiB) 1494820

[startup+2458.3 s]
/proc/loadavg: 3.99 3.97 3.74 5/69 31548
/proc/meminfo: memFree=15184/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=8.84
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 313 26457 0 0 0 0 859 25 16 0 1 0 156742159 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31534/statm: 1339 238 195 169 0 50 0
[pid=31537] ppid=31534 vsize=1489608 CPUtime=4885.57
/proc/31537/stat : 31537 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194304 358414 0 0 0 488088 469 0 0 18 0 4 0 156743046 1525358592 358378 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31537/statm: 372402 358378 83 193 0 372206 0
[pid=31537/tid=31538] ppid=31534 vsize=1489608 CPUtime=1268.85
/proc/31537/task/31538/stat : 31538 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 51375 0 0 0 126800 85 0 0 19 0 4 0 156743262 1525358592 358378 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31537/tid=31539] ppid=31534 vsize=1489608 CPUtime=1039.72
/proc/31537/task/31539/stat : 31539 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 179691 0 0 0 103753 219 0 0 25 0 4 0 156743262 1525358592 358378 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31537/tid=31540] ppid=31534 vsize=1489608 CPUtime=1195.42
/proc/31537/task/31540/stat : 31540 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 26671 0 0 0 119491 51 0 0 21 0 4 0 156743262 1525358592 358378 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4894.41
Current children cumulated vsize (KiB) 1494964

[startup+2459.1 s]
/proc/loadavg: 3.99 3.97 3.74 5/69 31548
/proc/meminfo: memFree=15120/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=8.84
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 313 26457 0 0 0 0 859 25 16 0 1 0 156742159 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31534/statm: 1339 238 195 169 0 50 0
[pid=31537] ppid=31534 vsize=1489608 CPUtime=4887.17
/proc/31537/stat : 31537 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194304 358420 0 0 0 488248 469 0 0 19 0 4 0 156743046 1525358592 358384 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31537/statm: 372402 358384 83 193 0 372206 0
[pid=31537/tid=31538] ppid=31534 vsize=1489608 CPUtime=1269.25
/proc/31537/task/31538/stat : 31538 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 51375 0 0 0 126840 85 0 0 19 0 4 0 156743262 1525358592 358384 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31537/tid=31539] ppid=31534 vsize=1489608 CPUtime=1040.12
/proc/31537/task/31539/stat : 31539 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 179697 0 0 0 103793 219 0 0 25 0 4 0 156743262 1525358592 358384 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31537/tid=31540] ppid=31534 vsize=1489608 CPUtime=1195.82
/proc/31537/task/31540/stat : 31540 (manysat1.1_stat) R 31534 31534 31497 0 -1 4194368 26671 0 0 0 119531 51 0 0 22 0 4 0 156743262 1525358592 358384 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4896.01
Current children cumulated vsize (KiB) 1494964

[startup+2459.5 s]
/proc/loadavg: 3.99 3.97 3.74 2/67 31548
/proc/meminfo: memFree=789072/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=8.84
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 313 26457 0 0 0 0 859 25 16 0 1 0 156742159 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31534/statm: 1339 238 195 169 0 50 0
[pid=31537] ppid=31534 vsize=0 CPUtime=4887.85
/proc/31537/stat : 31537 (manysat1.1_stat) Z 31534 31534 31497 0 -1 4194316 358436 0 0 0 488304 481 0 0 16 0 2 0 156743046 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31537/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4896.69
Current children cumulated vsize (KiB) 5356

[startup+2459.61 s]
/proc/loadavg: 3.99 3.97 3.74 2/67 31548
/proc/meminfo: memFree=789072/2055920 swapFree=4180136/4192956
[pid=31534] ppid=31532 vsize=5356 CPUtime=8.84
/proc/31534/stat : 31534 (manysat.sh) S 31532 31534 31497 0 -1 4194304 313 26457 0 0 0 0 859 25 16 0 1 0 156742159 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31534/statm: 1339 238 195 169 0 50 0
[pid=31537] ppid=31534 vsize=0 CPUtime=4887.95
/proc/31537/stat : 31537 (manysat1.1_stat) Z 31534 31534 31497 0 -1 4194316 358436 0 0 0 488304 491 0 0 16 0 2 0 156743046 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31537/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 4896.79
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 2459.63
CPU time (s): 4896.84
CPU user time (s): 4891.64
CPU system time (s): 5.20221
CPU usage (%): 199.088
Max. virtual memory (cumulated for all children) (KiB): 1494964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4891.64
system time used= 5.20221
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 385360
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= 8466
involuntary context switches= 79023

runsolver used 2.18767 second user time and 6.77097 second system time

The end

Launcher Data

Begin job on node4 at 2009-05-02 19:58:02
IDJOB=1773286
IDBENCH=20581
IDSOLVER=612
FILE ID=node4/1773286-1241287081
PBS_JOBID= 9225092
Free space on /tmp= 66400 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq3.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773286-1241287081/watcher-1773286-1241287081 -o /tmp/evaluation-result-1773286-1241287081/solver-1773286-1241287081 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1773286-1241287081.cnf aimd 1

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= ba6236c6cc840bb0208f73665843c375
RANDOM SEED=380913113

node4.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1098384 kB
Buffers:         78160 kB
Cached:         803492 kB
SwapCached:       7244 kB
Active:         281940 kB
Inactive:       608820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1098384 kB
SwapTotal:     4192956 kB
SwapFree:      4180136 kB
Dirty:           20400 kB
Writeback:           0 kB
Mapped:          13424 kB
Slab:            52664 kB
Committed_AS:   860532 kB
PageTables:       1468 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66400 MiB
End job on node4 at 2009-05-02 20:39:02