Trace number 1774476

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 1022.84 535.576

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ee-r2-noholes.cnf
MD5SUM4c8b9603e0c90cfb3c82064eae956799
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark772.307
Satisfiable
(Un)Satisfiability was proved
Number of variables266199
Number of clauses1575975
Sum of the clauses size4240496
Maximum clause length33
Minimum clause length1
Number of clauses of size 139783
Number of clauses of size 21138497
Number of clauses of size 3317809
Number of clauses of size 49949
Number of clauses of size 50
Number of clauses of size over 569937

Solver Data

0.00/0.00	c Parsing...
1.29/1.32	c ==============================================================================
1.29/1.32	c |           |     ORIGINAL     |              LEARNT              |          |
1.29/1.32	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.29/1.32	c ==============================================================================
1.29/1.32	c |         0 | 1328859  3634310 |  398657       0        0     nan |  0.000 % |
44.18/44.30	c |         0 |  253406  1804413 |      --       0       --      -- |     --   | -752995/-922075
44.28/44.30	c ==============================================================================
44.28/44.30	c Result  :   #vars: 4366   #clauses: 253406   #literals: 1804413
44.28/44.30	c CPU time:   43.8953 s
44.28/44.30	c ==============================================================================
1022.72/535.51	c This is ManySAT 1.1 : 4 thread(s) on 2 core(s).
1022.72/535.51	c ============================[ Problem Statistics ]=============================
1022.72/535.51	c |                                                                             |
1022.72/535.51	c threadId              : 2
1022.72/535.51	c restarts              : 19
1022.72/535.51	c conflicts             : 296052         (303 /sec)
1022.72/535.51	c decisions             : 370543         (1.50 % random) (379 /sec)
1022.72/535.51	c propagations          : 29101443       (29787 /sec)
1022.72/535.51	c conflict literals     : 7560226        (13.52 % deleted)
1022.72/535.51	c Memory used           : 278.06 MB
1022.72/535.51	c CPU time              : 976.976 s
1022.72/535.51	
1022.72/535.51	c --->m=4, e=8, aimd=1, HOME/21678_many.cnf	time: 244.244	conflicts: 296052       
1022.72/535.55	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-1774476-1241291364/watcher-1774476-1241291364 -o /tmp/evaluation-result-1774476-1241291364/solver-1774476-1241291364 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1774476-1241291364.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: 3.46 3.87 3.87 3/64 21678
/proc/meminfo: memFree=1226040/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=0
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157169401 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21678/statm: 1339 235 195 169 0 50 0
[pid=21679] ppid=21678 vsize=1220 CPUtime=0
/proc/21679/stat : 21679 (SatElite) R 21678 21678 21641 0 -1 4194304 215 0 0 0 0 0 0 0 18 0 1 0 157169401 1249280 199 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/21679/statm: 305 199 51 127 0 175 0

[startup+0.090268 s]
/proc/loadavg: 3.46 3.87 3.87 3/64 21678
/proc/meminfo: memFree=1226040/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=0
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157169401 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21678/statm: 1339 235 195 169 0 50 0
[pid=21679] ppid=21678 vsize=8208 CPUtime=0.08
/proc/21679/stat : 21679 (SatElite) R 21678 21678 21641 0 -1 4194304 1911 0 0 0 7 1 0 0 18 0 1 0 157169401 8404992 1895 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/21679/statm: 2052 1896 52 127 0 1922 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13564

[startup+0.102268 s]
/proc/loadavg: 3.46 3.87 3.87 3/64 21678
/proc/meminfo: memFree=1226040/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=0
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157169401 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21678/statm: 1339 235 195 169 0 50 0
[pid=21679] ppid=21678 vsize=8868 CPUtime=0.09
/proc/21679/stat : 21679 (SatElite) R 21678 21678 21641 0 -1 4194304 2130 0 0 0 8 1 0 0 18 0 1 0 157169401 9080832 2114 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/21679/statm: 2217 2115 52 127 0 2087 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14224

[startup+0.301297 s]
/proc/loadavg: 3.46 3.87 3.87 3/64 21678
/proc/meminfo: memFree=1226040/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=0
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157169401 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21678/statm: 1339 235 195 169 0 50 0
[pid=21679] ppid=21678 vsize=27600 CPUtime=0.29
/proc/21679/stat : 21679 (SatElite) R 21678 21678 21641 0 -1 4194304 6315 0 0 0 25 4 0 0 19 0 1 0 157169401 28262400 6299 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/21679/statm: 6900 6299 52 127 0 6770 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32956

[startup+0.701354 s]
/proc/loadavg: 3.46 3.87 3.87 3/64 21678
/proc/meminfo: memFree=1226040/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=0
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157169401 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21678/statm: 1339 235 195 169 0 50 0
[pid=21679] ppid=21678 vsize=71684 CPUtime=0.69
/proc/21679/stat : 21679 (SatElite) R 21678 21678 21641 0 -1 4194304 15027 0 0 0 58 11 0 0 23 0 1 0 157169401 73404416 15011 1992294400 134512640 135034092 4294956112 18446744073709551615 134544897 0 0 4096 3 0 0 0 17 1 0 0
/proc/21679/statm: 17921 15014 52 127 0 17791 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77040

[startup+1.50147 s]
/proc/loadavg: 3.46 3.87 3.87 2/66 21680
/proc/meminfo: memFree=1139752/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=0
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157169401 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21678/statm: 1339 235 195 169 0 50 0
[pid=21679] ppid=21678 vsize=156976 CPUtime=1.49
/proc/21679/stat : 21679 (SatElite) R 21678 21678 21641 0 -1 4194304 31386 0 0 0 128 21 0 0 25 0 1 0 157169401 160743424 31348 1992294400 134512640 135034092 4294956112 18446744073709551615 134671701 0 0 4096 3 0 0 0 17 1 0 0
/proc/21679/statm: 39244 31348 64 127 0 39114 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 162332

[startup+3.10169 s]
/proc/loadavg: 3.46 3.87 3.87 2/66 21680
/proc/meminfo: memFree=1100072/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=0
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157169401 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21678/statm: 1339 235 195 169 0 50 0
[pid=21679] ppid=21678 vsize=157488 CPUtime=3.09
/proc/21679/stat : 21679 (SatElite) R 21678 21678 21641 0 -1 4194304 31491 0 0 0 288 21 0 0 25 0 1 0 157169401 161267712 31453 1992294400 134512640 135034092 4294956112 18446744073709551615 134540726 0 0 4096 3 0 0 0 17 1 0 0
/proc/21679/statm: 39372 31453 64 127 0 39242 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 162844

[startup+6.30115 s]
/proc/loadavg: 3.26 3.82 3.86 2/66 21680
/proc/meminfo: memFree=1087336/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=0
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157169401 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21678/statm: 1339 235 195 169 0 50 0
[pid=21679] ppid=21678 vsize=170408 CPUtime=6.28
/proc/21679/stat : 21679 (SatElite) R 21678 21678 21641 0 -1 4194304 37808 0 0 0 600 28 0 0 25 0 1 0 157169401 174497792 34328 1992294400 134512640 135034092 4294956112 18446744073709551615 134569616 0 0 4096 3 0 0 0 17 1 0 0
/proc/21679/statm: 42602 34328 68 127 0 42472 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 175764

[startup+12.7011 s]
/proc/loadavg: 3.16 3.79 3.85 2/66 21680
/proc/meminfo: memFree=1045288/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=0
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157169401 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21678/statm: 1339 235 195 169 0 50 0
[pid=21679] ppid=21678 vsize=196400 CPUtime=12.69
/proc/21679/stat : 21679 (SatElite) R 21678 21678 21641 0 -1 4194304 44632 0 0 0 1232 37 0 0 25 0 1 0 157169401 201113600 40852 1992294400 134512640 135034092 4294956112 18446744073709551615 134540726 0 0 4096 3 0 0 0 17 1 0 0
/proc/21679/statm: 49100 40852 68 127 0 48970 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 201756

[startup+25.5029 s]
/proc/loadavg: 2.68 3.65 3.80 2/66 21680
/proc/meminfo: memFree=1045224/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=0
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157169401 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21678/statm: 1339 235 195 169 0 50 0
[pid=21679] ppid=21678 vsize=196656 CPUtime=25.49
/proc/21679/stat : 21679 (SatElite) R 21678 21678 21641 0 -1 4194304 44725 0 0 0 2512 37 0 0 25 0 1 0 157169401 201375744 40945 1992294400 134512640 135034092 4294956112 18446744073709551615 134540736 0 0 4096 3 0 0 0 17 1 0 0
/proc/21679/statm: 49164 40945 68 127 0 49034 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 202012

[startup+51.1015 s]
/proc/loadavg: 2.35 3.49 3.74 5/69 21684
/proc/meminfo: memFree=1090832/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=45.07
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 313 49513 0 0 0 0 4461 46 16 0 1 0 157169401 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21678/statm: 1339 238 195 169 0 50 0
[pid=21681] ppid=21678 vsize=142844 CPUtime=11.17
/proc/21681/stat : 21681 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194304 27291 0 0 0 1097 20 0 0 17 0 4 0 157173911 146272256 27277 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21681/statm: 35711 27277 83 193 0 35515 0
[pid=21681/tid=21682] ppid=21678 vsize=142844 CPUtime=2.44
/proc/21681/task/21682/stat : 21682 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 2450 0 0 0 241 3 0 0 17 0 4 0 157173987 146272256 27277 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21681/tid=21683] ppid=21678 vsize=142844 CPUtime=2.49
/proc/21681/task/21683/stat : 21683 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 2119 0 0 0 247 2 0 0 17 0 4 0 157173987 146272256 27277 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21681/tid=21684] ppid=21678 vsize=142844 CPUtime=2.83
/proc/21681/task/21684/stat : 21684 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 2263 0 0 0 281 2 0 0 17 0 4 0 157173987 146272256 27277 1992294400 134512640 135305190 4294956160 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.24
Current children cumulated vsize (KiB) 148200

[startup+102.306 s]
/proc/loadavg: 3.47 3.61 3.77 5/69 21684
/proc/meminfo: memFree=1043664/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=45.07
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 313 49513 0 0 0 0 4461 46 16 0 1 0 157169401 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21678/statm: 1339 238 195 169 0 50 0
[pid=21681] ppid=21678 vsize=189548 CPUtime=113.34
/proc/21681/stat : 21681 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194304 38783 0 0 0 11300 34 0 0 17 0 4 0 157173911 194097152 38769 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 47387 38769 83 193 0 47191 0
[pid=21681/tid=21682] ppid=21678 vsize=189548 CPUtime=25.77
/proc/21681/task/21682/stat : 21682 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 4844 0 0 0 2571 6 0 0 17 0 4 0 157173987 194097152 38769 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21681/tid=21683] ppid=21678 vsize=189548 CPUtime=24
/proc/21681/task/21683/stat : 21683 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 4919 0 0 0 2395 5 0 0 18 0 4 0 157173987 194097152 38769 1992294400 134512640 135305190 4294956160 18446744073709551615 134543976 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21681/tid=21684] ppid=21678 vsize=189548 CPUtime=32.5
/proc/21681/task/21684/stat : 21684 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 5314 0 0 0 3244 6 0 0 20 0 4 0 157173987 194097152 38769 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.41
Current children cumulated vsize (KiB) 194904

[startup+162.302 s]
/proc/loadavg: 3.91 3.72 3.79 5/69 21684
/proc/meminfo: memFree=1021712/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=45.07
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 313 49513 0 0 0 0 4461 46 16 0 1 0 157169401 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21678/statm: 1339 238 195 169 0 50 0
[pid=21681] ppid=21678 vsize=211744 CPUtime=233.05
/proc/21681/stat : 21681 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194304 44345 0 0 0 23263 42 0 0 17 0 4 0 157173911 216825856 44331 1992294400 134512640 135305190 4294956160 18446744073709551615 134549011 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21681/statm: 52936 44331 83 193 0 52740 0
[pid=21681/tid=21682] ppid=21678 vsize=211744 CPUtime=51.01
/proc/21681/task/21682/stat : 21682 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 6149 0 0 0 5093 8 0 0 19 0 4 0 157173987 216825856 44331 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21681/tid=21683] ppid=21678 vsize=211744 CPUtime=47.7
/proc/21681/task/21683/stat : 21683 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 6716 0 0 0 4763 7 0 0 19 0 4 0 157173987 216825856 44331 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21681/tid=21684] ppid=21678 vsize=211744 CPUtime=65.64
/proc/21681/task/21684/stat : 21684 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 6492 0 0 0 6556 8 0 0 18 0 4 0 157173987 216825856 44331 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 278.12
Current children cumulated vsize (KiB) 217100

[startup+222.303 s]
/proc/loadavg: 3.96 3.77 3.81 5/69 21684
/proc/meminfo: memFree=1005520/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=45.07
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 313 49513 0 0 0 0 4461 46 16 0 1 0 157169401 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21678/statm: 1339 238 195 169 0 50 0
[pid=21681] ppid=21678 vsize=229084 CPUtime=352.76
/proc/21681/stat : 21681 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194304 48252 0 0 0 35227 49 0 0 19 0 4 0 157173911 234582016 48238 1992294400 134512640 135305190 4294956160 18446744073709551615 134548048 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 57271 48238 83 193 0 57075 0
[pid=21681/tid=21682] ppid=21678 vsize=229084 CPUtime=74.55
/proc/21681/task/21682/stat : 21682 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 6864 0 0 0 7445 10 0 0 19 0 4 0 157173987 234582016 48238 1992294400 134512640 135305190 4294956160 18446744073709551615 134556807 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21681/tid=21683] ppid=21678 vsize=229084 CPUtime=69.41
/proc/21681/task/21683/stat : 21683 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 7857 0 0 0 6933 8 0 0 17 0 4 0 157173987 234582016 48238 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21681/tid=21684] ppid=21678 vsize=229084 CPUtime=103.62
/proc/21681/task/21684/stat : 21684 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 7353 0 0 0 10352 10 0 0 17 0 4 0 157173987 234582016 48238 1992294400 134512640 135305190 4294956160 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 397.83

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

[pid=21681/tid=21683] ppid=21678 vsize=242288 CPUtime=123.29
/proc/21681/task/21683/stat : 21683 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 8839 0 0 0 12319 10 0 0 25 0 4 0 157173987 248102912 51504 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21681/tid=21684] ppid=21678 vsize=242288 CPUtime=170.08
/proc/21681/task/21684/stat : 21684 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 8110 0 0 0 16996 12 0 0 17 0 4 0 157173987 248102912 51504 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 637.22
Current children cumulated vsize (KiB) 247644

[startup+402.302 s]
/proc/loadavg: 3.99 3.86 3.83 5/69 21684
/proc/meminfo: memFree=980624/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=45.07
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 313 49513 0 0 0 0 4461 46 16 0 1 0 157169401 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21678/statm: 1339 238 195 169 0 50 0
[pid=21681] ppid=21678 vsize=255252 CPUtime=711.88
/proc/21681/stat : 21681 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194304 54587 0 0 0 71127 61 0 0 24 0 4 0 157173911 261378048 54573 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21681/statm: 63813 54573 83 193 0 63617 0
[pid=21681/tid=21682] ppid=21678 vsize=255252 CPUtime=152.9
/proc/21681/task/21682/stat : 21682 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 8256 0 0 0 15277 13 0 0 20 0 4 0 157173987 261378048 54573 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21681/tid=21683] ppid=21678 vsize=255252 CPUtime=146.58
/proc/21681/task/21683/stat : 21683 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 9915 0 0 0 14647 11 0 0 25 0 4 0 157173987 261378048 54573 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21681/tid=21684] ppid=21678 vsize=255252 CPUtime=203.32
/proc/21681/task/21684/stat : 21684 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 8588 0 0 0 20319 13 0 0 20 0 4 0 157173987 261378048 54573 1992294400 134512640 135305190 4294956160 18446744073709551615 134556813 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 756.95
Current children cumulated vsize (KiB) 260608

[startup+462.302 s]
/proc/loadavg: 3.99 3.88 3.83 5/69 21684
/proc/meminfo: memFree=965072/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=45.07
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 313 49513 0 0 0 0 4461 46 16 0 1 0 157169401 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21678/statm: 1339 238 195 169 0 50 0
[pid=21681] ppid=21678 vsize=271416 CPUtime=831.59
/proc/21681/stat : 21681 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194304 58372 0 0 0 83093 66 0 0 20 0 4 0 157173911 277929984 58358 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 67854 58358 83 193 0 67658 0
[pid=21681/tid=21682] ppid=21678 vsize=271416 CPUtime=175.16
/proc/21681/task/21682/stat : 21682 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 9242 0 0 0 17502 14 0 0 18 0 4 0 157173987 277929984 58358 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21681/tid=21683] ppid=21678 vsize=271416 CPUtime=170.78
/proc/21681/task/21683/stat : 21683 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 10884 0 0 0 17066 12 0 0 19 0 4 0 157173987 277929984 58358 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21681/tid=21684] ppid=21678 vsize=271416 CPUtime=239.8
/proc/21681/task/21684/stat : 21684 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 9496 0 0 0 23966 14 0 0 20 0 4 0 157173987 277929984 58358 1992294400 134512640 135305190 4294956160 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 876.66
Current children cumulated vsize (KiB) 276772

[startup+522.303 s]
/proc/loadavg: 3.99 3.90 3.84 5/69 21684
/proc/meminfo: memFree=955792/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=45.07
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 313 49513 0 0 0 0 4461 46 16 0 1 0 157169401 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21678/statm: 1339 238 195 169 0 50 0
[pid=21681] ppid=21678 vsize=280636 CPUtime=951.32
/proc/21681/stat : 21681 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194304 60706 0 0 0 95062 70 0 0 16 0 4 0 157173911 287371264 60692 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21681/statm: 70159 60692 83 193 0 69963 0
[pid=21681/tid=21682] ppid=21678 vsize=280636 CPUtime=202.69
/proc/21681/task/21682/stat : 21682 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 9635 0 0 0 20254 15 0 0 25 0 4 0 157173987 287371264 60692 1992294400 134512640 135305190 4294956160 18446744073709551615 134528840 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21681/tid=21683] ppid=21678 vsize=280636 CPUtime=202.97
/proc/21681/task/21683/stat : 21683 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 11707 0 0 0 20285 12 0 0 19 0 4 0 157173987 287371264 60692 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21681/tid=21684] ppid=21678 vsize=280636 CPUtime=268.74
/proc/21681/task/21684/stat : 21684 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 9794 0 0 0 26859 15 0 0 25 0 4 0 157173987 287371264 60692 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 996.39
Current children cumulated vsize (KiB) 285992

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

[startup+524.706 s]
/proc/loadavg: 3.99 3.90 3.84 5/69 21684
/proc/meminfo: memFree=955024/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=45.07
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 313 49513 0 0 0 0 4461 46 16 0 1 0 157169401 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21678/statm: 1339 238 195 169 0 50 0
[pid=21681] ppid=21678 vsize=281964 CPUtime=956.11
/proc/21681/stat : 21681 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194304 60872 0 0 0 95541 70 0 0 17 0 4 0 157173911 288731136 60858 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21681/statm: 70491 60858 83 193 0 70295 0
[pid=21681/tid=21682] ppid=21678 vsize=281964 CPUtime=203.49
/proc/21681/task/21682/stat : 21682 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 9683 0 0 0 20334 15 0 0 25 0 4 0 157173987 288731136 60858 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21681/tid=21683] ppid=21678 vsize=281964 CPUtime=203.07
/proc/21681/task/21683/stat : 21683 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 11721 0 0 0 20295 12 0 0 19 0 4 0 157173987 288731136 60858 1992294400 134512640 135305190 4294956160 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21681/tid=21684] ppid=21678 vsize=281964 CPUtime=270.33
/proc/21681/task/21684/stat : 21684 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 9836 0 0 0 27018 15 0 0 16 0 4 0 157173987 288731136 60858 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1001.18
Current children cumulated vsize (KiB) 287320

[startup+531.102 s]
/proc/loadavg: 3.99 3.90 3.84 5/69 21684
/proc/meminfo: memFree=953680/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=45.07
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 313 49513 0 0 0 0 4461 46 16 0 1 0 157169401 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21678/statm: 1339 238 195 169 0 50 0
[pid=21681] ppid=21678 vsize=282936 CPUtime=968.89
/proc/21681/stat : 21681 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194304 61245 0 0 0 96818 71 0 0 21 0 4 0 157173911 289726464 61231 1992294400 134512640 135305190 4294956160 18446744073709551615 134549123 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21681/statm: 70734 61231 83 193 0 70538 0
[pid=21681/tid=21682] ppid=21678 vsize=282936 CPUtime=206.39
/proc/21681/task/21682/stat : 21682 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 9745 0 0 0 20624 15 0 0 19 0 4 0 157173987 289726464 61231 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21681/tid=21683] ppid=21678 vsize=282936 CPUtime=206.58
/proc/21681/task/21683/stat : 21683 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 11880 0 0 0 20645 13 0 0 21 0 4 0 157173987 289726464 61231 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21681/tid=21684] ppid=21678 vsize=282936 CPUtime=273.8
/proc/21681/task/21684/stat : 21684 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 9907 0 0 0 27365 15 0 0 17 0 4 0 157173987 289726464 61231 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1013.96
Current children cumulated vsize (KiB) 288292

[startup+532.701 s]
/proc/loadavg: 3.99 3.90 3.84 5/69 21684
/proc/meminfo: memFree=953104/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=45.07
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 313 49513 0 0 0 0 4461 46 16 0 1 0 157169401 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21678/statm: 1339 238 195 169 0 50 0
[pid=21681] ppid=21678 vsize=283960 CPUtime=972.07
/proc/21681/stat : 21681 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194304 61340 0 0 0 97136 71 0 0 24 0 4 0 157173911 290775040 61326 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/21681/statm: 70990 61326 83 193 0 70794 0
[pid=21681/tid=21682] ppid=21678 vsize=283960 CPUtime=206.59
/proc/21681/task/21682/stat : 21682 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 9760 0 0 0 20644 15 0 0 19 0 4 0 157173987 290775040 61326 1992294400 134512640 135305190 4294956160 18446744073709551615 134528322 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21681/tid=21683] ppid=21678 vsize=283960 CPUtime=207.38
/proc/21681/task/21683/stat : 21683 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 11902 0 0 0 20725 13 0 0 23 0 4 0 157173987 290775040 61326 1992294400 134512640 135305190 4294956160 18446744073709551615 134528471 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21681/tid=21684] ppid=21678 vsize=283960 CPUtime=275.2
/proc/21681/task/21684/stat : 21684 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 9957 0 0 0 27505 15 0 0 19 0 4 0 157173987 290775040 61326 1992294400 134512640 135305190 4294956160 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1017.14
Current children cumulated vsize (KiB) 289316

[startup+534.302 s]
/proc/loadavg: 3.99 3.90 3.84 5/69 21684
/proc/meminfo: memFree=952784/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=45.07
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 313 49513 0 0 0 0 4461 46 16 0 1 0 157169401 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21678/statm: 1339 238 195 169 0 50 0
[pid=21681] ppid=21678 vsize=284432 CPUtime=975.26
/proc/21681/stat : 21681 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194304 61481 0 0 0 97455 71 0 0 17 0 4 0 157173911 291258368 61467 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 71108 61467 83 193 0 70912 0
[pid=21681/tid=21682] ppid=21678 vsize=284432 CPUtime=207.31
/proc/21681/task/21682/stat : 21682 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 9796 0 0 0 20716 15 0 0 17 0 4 0 157173987 291258368 61467 1992294400 134512640 135305190 4294956160 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21681/tid=21683] ppid=21678 vsize=284432 CPUtime=207.93
/proc/21681/task/21683/stat : 21683 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 11939 0 0 0 20780 13 0 0 17 0 4 0 157173987 291258368 61467 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21681/tid=21684] ppid=21678 vsize=284432 CPUtime=276.36
/proc/21681/task/21684/stat : 21684 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 10010 0 0 0 27621 15 0 0 19 0 4 0 157173987 291258368 61467 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1020.33
Current children cumulated vsize (KiB) 289788

[startup+535.102 s]
/proc/loadavg: 3.99 3.90 3.84 5/69 21684
/proc/meminfo: memFree=952528/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=45.07
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 313 49513 0 0 0 0 4461 46 16 0 1 0 157169401 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21678/statm: 1339 238 195 169 0 50 0
[pid=21681] ppid=21678 vsize=284572 CPUtime=976.85
/proc/21681/stat : 21681 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194304 61530 0 0 0 97614 71 0 0 17 0 4 0 157173911 291401728 61516 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 71143 61516 83 193 0 70947 0
[pid=21681/tid=21682] ppid=21678 vsize=284572 CPUtime=207.71
/proc/21681/task/21682/stat : 21682 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 9796 0 0 0 20756 15 0 0 17 0 4 0 157173987 291401728 61516 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21681/tid=21683] ppid=21678 vsize=284572 CPUtime=208.73
/proc/21681/task/21683/stat : 21683 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 11985 0 0 0 20860 13 0 0 18 0 4 0 157173987 291401728 61516 1992294400 134512640 135305190 4294956160 18446744073709551615 134528518 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21681/tid=21684] ppid=21678 vsize=284572 CPUtime=276.36
/proc/21681/task/21684/stat : 21684 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 10010 0 0 0 27621 15 0 0 19 0 4 0 157173987 291401728 61516 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1021.92
Current children cumulated vsize (KiB) 289928

[startup+535.502 s]
/proc/loadavg: 3.99 3.90 3.84 5/69 21684
/proc/meminfo: memFree=952528/2055920 swapFree=4181364/4192956
[pid=21678] ppid=21676 vsize=5356 CPUtime=45.07
/proc/21678/stat : 21678 (manysat.sh) S 21676 21678 21641 0 -1 4194304 313 49513 0 0 0 0 4461 46 16 0 1 0 157169401 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21678/statm: 1339 238 195 169 0 50 0
[pid=21681] ppid=21678 vsize=284728 CPUtime=977.65
/proc/21681/stat : 21681 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194304 61557 0 0 0 97694 71 0 0 17 0 4 0 157173911 291561472 61543 1992294400 134512640 135305190 4294956160 18446744073709551615 134528506 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21681/statm: 71182 61543 83 193 0 70986 0
[pid=21681/tid=21682] ppid=21678 vsize=284728 CPUtime=207.79
/proc/21681/task/21682/stat : 21682 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 9798 0 0 0 20764 15 0 0 18 0 4 0 157173987 291561472 61543 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
[pid=21681/tid=21683] ppid=21678 vsize=284728 CPUtime=209.13
/proc/21681/task/21683/stat : 21683 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 12003 0 0 0 20900 13 0 0 17 0 4 0 157173987 291561472 61543 1992294400 134512640 135305190 4294956160 18446744073709551615 134528750 0 0 4096 3 0 0 0 -1 0 0 0
[pid=21681/tid=21684] ppid=21678 vsize=284728 CPUtime=276.36
/proc/21681/task/21684/stat : 21684 (manysat1.1_stat) R 21678 21678 21641 0 -1 4194368 10010 0 0 0 27621 15 0 0 19 0 4 0 157173987 291561472 61543 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1022.72
Current children cumulated vsize (KiB) 290084

Child status: 20
Real time (s): 535.576
CPU time (s): 1022.84
CPU user time (s): 1021.6
CPU system time (s): 1.23881
CPU usage (%): 190.979
Max. virtual memory (cumulated for all children) (KiB): 290084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1021.6
system time used= 1.23881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111552
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= 6856
involuntary context switches= 22313

runsolver used 0.486925 second user time and 1.47378 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-02 21:09:25
IDJOB=1774476
IDBENCH=70950
IDSOLVER=612
FILE ID=node29/1774476-1241291364
PBS_JOBID= 9225121
Free space on /tmp= 66432 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ee-r2-noholes.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774476-1241291364/watcher-1774476-1241291364 -o /tmp/evaluation-result-1774476-1241291364/solver-1774476-1241291364 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1774476-1241291364.cnf aimd 1

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

MD5SUM BENCH= 4c8b9603e0c90cfb3c82064eae956799
RANDOM SEED=1320081613

node29.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.281
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.281
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:       1226584 kB
Buffers:         76252 kB
Cached:         655584 kB
SwapCached:       5420 kB
Active:         129572 kB
Inactive:       610068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1226584 kB
SwapTotal:     4192956 kB
SwapFree:      4181364 kB
Dirty:           34064 kB
Writeback:           0 kB
Mapped:          13492 kB
Slab:            75724 kB
Committed_AS:   760656 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= 66432 MiB
End job on node29 at 2009-05-02 21:18:21