Trace number 1773246

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 3395.64 1710.52

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq2.cnf
MD5SUMf0f4556999ccb446384994a4148fca28
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark218.744
Satisfiable
(Un)Satisfiability was proved
Number of variables44095
Number of clauses542253
Sum of the clauses size1554259
Maximum clause length93
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2500227
Number of clauses of size 310265
Number of clauses of size 43051
Number of clauses of size 55229
Number of clauses of size over 523480

Solver Data

0.00/0.00	c Parsing...
0.39/0.44	c ==============================================================================
0.39/0.44	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.44	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.44	c ==============================================================================
0.39/0.44	c |         0 |  542252  1554258 |  162675       0        0     nan |  0.000 % |
3.79/3.85	c |         0 |  518020  1616108 |      --       0       --      -- |     --   | -24095/63495
3.79/3.85	c ==============================================================================
3.79/3.85	c Result  :   #vars: 32773   #clauses: 518020   #literals: 1616108
3.79/3.85	c CPU time:   3.75443 s
3.79/3.85	c ==============================================================================
3395.41/1710.37	c This is ManySAT 1.1 : 4 thread(s) on 2 core(s).
3395.41/1710.37	c ============================[ Problem Statistics ]=============================
3395.41/1710.37	c |                                                                             |
3395.41/1710.37	c threadId              : 2
3395.41/1710.37	c restarts              : 22
3395.41/1710.37	c conflicts             : 1278648        (377 /sec)
3395.41/1710.37	c decisions             : 4891616        (1.23 % random) (1444 /sec)
3395.41/1710.37	c propagations          : 359966876      (106240 /sec)
3395.41/1710.37	c conflict literals     : 148929121      (32.71 % deleted)
3395.41/1710.37	c Memory used           : 855.72 MB
3395.41/1710.37	c CPU time              : 3388.23 s
3395.41/1710.37	
3395.41/1710.37	c --->m=4, e=8, aimd=1, HOME/1174_many.cnf	time: 847.058	conflicts: 1278648      
3395.61/1710.50	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-1773246-1241287038/watcher-1773246-1241287038 -o /tmp/evaluation-result-1773246-1241287038/solver-1773246-1241287038 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773246-1241287038.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: 4.01 4.01 3.31 3/64 1174
/proc/meminfo: memFree=1933432/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=0
/proc/1174/stat : 1174 (manysat.sh) R 1172 1174 1068 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 156731614 5484544 234 1992294400 4194304 4889804 548682068800 18446744073709551615 255539604127 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/1174/statm: 1339 234 194 169 0 50 0
[pid=1175] ppid=1174 vsize=956 CPUtime=0
/proc/1175/stat : 1175 (SatElite) R 1174 1174 1068 0 -1 4194304 139 0 0 0 0 0 0 0 18 0 1 0 156731614 978944 123 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1175/statm: 239 124 51 127 0 109 0

[startup+0.0545371 s]
/proc/loadavg: 4.01 4.01 3.31 3/64 1174
/proc/meminfo: memFree=1933432/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=0
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156731614 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1174/statm: 1339 235 195 169 0 50 0
[pid=1175] ppid=1174 vsize=6084 CPUtime=0.05
/proc/1175/stat : 1175 (SatElite) R 1174 1174 1068 0 -1 4194304 1242 0 0 0 4 1 0 0 19 0 1 0 156731614 6230016 1226 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1175/statm: 1521 1227 51 127 0 1391 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11440

[startup+0.101541 s]
/proc/loadavg: 4.01 4.01 3.31 3/64 1174
/proc/meminfo: memFree=1933432/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=0
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156731614 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1174/statm: 1339 235 195 169 0 50 0
[pid=1175] ppid=1174 vsize=9500 CPUtime=0.09
/proc/1175/stat : 1175 (SatElite) R 1174 1174 1068 0 -1 4194304 2126 0 0 0 8 1 0 0 19 0 1 0 156731614 9728000 2110 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1175/statm: 2375 2111 51 127 0 2245 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14856

[startup+0.30156 s]
/proc/loadavg: 4.01 4.01 3.31 3/64 1174
/proc/meminfo: memFree=1933432/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=0
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156731614 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1174/statm: 1339 235 195 169 0 50 0
[pid=1175] ppid=1174 vsize=26864 CPUtime=0.29
/proc/1175/stat : 1175 (SatElite) R 1174 1174 1068 0 -1 4194304 5953 0 0 0 25 4 0 0 21 0 1 0 156731614 27508736 5937 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/1175/statm: 6716 5938 51 127 0 6586 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32220

[startup+0.701596 s]
/proc/loadavg: 4.01 4.01 3.31 3/64 1174
/proc/meminfo: memFree=1933432/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=0
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156731614 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1174/statm: 1339 235 195 169 0 50 0
[pid=1175] ppid=1174 vsize=50968 CPUtime=0.69
/proc/1175/stat : 1175 (SatElite) R 1174 1174 1068 0 -1 4194304 11880 0 0 0 61 8 0 0 25 0 1 0 156731614 52191232 10685 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/1175/statm: 12742 10685 68 127 0 12612 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56324

[startup+1.50167 s]
/proc/loadavg: 4.01 4.01 3.31 2/66 1176
/proc/meminfo: memFree=1887392/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=0
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156731614 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1174/statm: 1339 235 195 169 0 50 0
[pid=1175] ppid=1174 vsize=54772 CPUtime=1.49
/proc/1175/stat : 1175 (SatElite) R 1174 1174 1068 0 -1 4194304 12754 0 0 0 141 8 0 0 25 0 1 0 156731614 56086528 11559 1992294400 134512640 135034092 4294956112 18446744073709551615 134566267 0 0 4096 3 0 0 0 17 0 0 0
/proc/1175/statm: 13693 11559 68 127 0 13563 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60128

[startup+3.10182 s]
/proc/loadavg: 3.77 3.96 3.30 2/66 1176
/proc/meminfo: memFree=1885728/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=0
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156731614 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1174/statm: 1339 235 195 169 0 50 0
[pid=1175] ppid=1174 vsize=62016 CPUtime=3.09
/proc/1175/stat : 1175 (SatElite) R 1174 1174 1068 0 -1 4194304 13998 0 0 0 300 9 0 0 25 0 1 0 156731614 63504384 12711 1992294400 134512640 135034092 4294956112 18446744073709551615 134563226 0 0 4096 3 0 0 0 17 0 0 0
/proc/1175/statm: 15504 12711 68 127 0 15374 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 67372

[startup+6.30213 s]
/proc/loadavg: 3.77 3.96 3.30 2/66 1177
/proc/meminfo: memFree=1821728/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=4.49
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 313 15112 0 0 0 0 433 16 16 0 1 0 156731614 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1174/statm: 1339 238 195 169 0 50 0
[pid=1177] ppid=1174 vsize=160144 CPUtime=2.34
/proc/1177/stat : 1177 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194304 30756 0 0 0 219 15 0 0 16 0 4 0 156732064 163987456 30742 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1177/statm: 40036 30742 83 193 0 39840 0
Current children cumulated CPU time (s) 6.83
Current children cumulated vsize (KiB) 165500

[startup+12.7027 s]
/proc/loadavg: 3.81 3.96 3.31 5/69 1180
/proc/meminfo: memFree=1787728/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=4.49
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 313 15112 0 0 0 0 433 16 16 0 1 0 156731614 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1174/statm: 1339 238 195 169 0 50 0
[pid=1177] ppid=1174 vsize=171300 CPUtime=15.11
/proc/1177/stat : 1177 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194304 33462 0 0 0 1493 18 0 0 17 0 4 0 156732064 175411200 33448 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1177/statm: 42825 33448 83 193 0 42629 0
[pid=1177/tid=1178] ppid=1174 vsize=171300 CPUtime=3.49
/proc/1177/task/1178/stat : 1178 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 865 0 0 0 348 1 0 0 17 0 4 0 156732188 175411200 33448 1992294400 134512640 135305190 4294956160 18446744073709551615 134528579 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1177/tid=1179] ppid=1174 vsize=171300 CPUtime=3.34
/proc/1177/task/1179/stat : 1179 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 1684 0 0 0 333 1 0 0 18 0 4 0 156732188 175411200 33448 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1177/tid=1180] ppid=1174 vsize=171300 CPUtime=3.55
/proc/1177/task/1180/stat : 1180 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 643 0 0 0 354 1 0 0 17 0 4 0 156732188 175411200 33448 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.6
Current children cumulated vsize (KiB) 176656

[startup+25.5019 s]
/proc/loadavg: 3.84 3.96 3.31 5/69 1180
/proc/meminfo: memFree=1770456/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=4.49
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 313 15112 0 0 0 0 433 16 16 0 1 0 156731614 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1174/statm: 1339 238 195 169 0 50 0
[pid=1177] ppid=1174 vsize=188552 CPUtime=40.65
/proc/1177/stat : 1177 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194304 37802 0 0 0 4042 23 0 0 18 0 4 0 156732064 193077248 37788 1992294400 134512640 135305190 4294956160 18446744073709551615 134541935 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1177/statm: 47138 37788 83 193 0 46942 0
[pid=1177/tid=1178] ppid=1174 vsize=188552 CPUtime=9.93
/proc/1177/task/1178/stat : 1178 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 1775 0 0 0 991 2 0 0 18 0 4 0 156732188 193077248 37788 1992294400 134512640 135305190 4294956160 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1177/tid=1179] ppid=1174 vsize=188552 CPUtime=7.5
/proc/1177/task/1179/stat : 1179 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 3958 0 0 0 747 3 0 0 17 0 4 0 156732188 193077248 37788 1992294400 134512640 135305190 4294956160 18446744073709551615 134528195 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1177/tid=1180] ppid=1174 vsize=188552 CPUtime=13.81
/proc/1177/task/1180/stat : 1180 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 1345 0 0 0 1379 2 0 0 17 0 4 0 156732188 193077248 37788 1992294400 134512640 135305190 4294956160 18446744073709551615 134839991 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 45.14
Current children cumulated vsize (KiB) 193908

[startup+51.1013 s]
/proc/loadavg: 3.89 3.96 3.33 5/69 1180
/proc/meminfo: memFree=1732504/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=4.49
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 313 15112 0 0 0 0 433 16 16 0 1 0 156731614 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1174/statm: 1339 238 195 169 0 50 0
[pid=1177] ppid=1174 vsize=227188 CPUtime=91.72
/proc/1177/stat : 1177 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194304 47340 0 0 0 9137 35 0 0 17 0 4 0 156732064 232640512 47326 1992294400 134512640 135305190 4294956160 18446744073709551615 134542402 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1177/statm: 56797 47326 83 193 0 56601 0
[pid=1177/tid=1178] ppid=1174 vsize=227188 CPUtime=18.74
/proc/1177/task/1178/stat : 1178 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 3055 0 0 0 1871 3 0 0 17 0 4 0 156732188 232640512 47326 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1177/tid=1179] ppid=1174 vsize=227188 CPUtime=15.92
/proc/1177/task/1179/stat : 1179 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 8028 0 0 0 1585 7 0 0 17 0 4 0 156732188 232640512 47326 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1177/tid=1180] ppid=1174 vsize=227188 CPUtime=29.79
/proc/1177/task/1180/stat : 1180 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 3792 0 0 0 2973 6 0 0 17 0 4 0 156732188 232640512 47326 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 96.21
Current children cumulated vsize (KiB) 232544

[startup+102.306 s]
/proc/loadavg: 3.95 3.97 3.37 5/69 1180
/proc/meminfo: memFree=1684312/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=4.49
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 313 15112 0 0 0 0 433 16 16 0 1 0 156731614 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1174/statm: 1339 238 195 169 0 50 0
[pid=1177] ppid=1174 vsize=274660 CPUtime=193.91
/proc/1177/stat : 1177 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194304 59221 0 0 0 19341 50 0 0 20 0 4 0 156732064 281251840 59207 1992294400 134512640 135305190 4294956160 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1177/statm: 68665 59207 83 193 0 68469 0
[pid=1177/tid=1178] ppid=1174 vsize=274660 CPUtime=48.88
/proc/1177/task/1178/stat : 1178 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 5717 0 0 0 4881 7 0 0 18 0 4 0 156732188 281251840 59207 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1177/tid=1179] ppid=1174 vsize=274660 CPUtime=37.9
/proc/1177/task/1179/stat : 1179 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 13754 0 0 0 3777 13 0 0 20 0 4 0 156732188 281251840 59207 1992294400 134512640 135305190 4294956160 18446744073709551615 134555624 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1177/tid=1180] ppid=1174 vsize=274660 CPUtime=53.79
/proc/1177/task/1180/stat : 1180 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 4554 0 0 0 5372 7 0 0 19 0 4 0 156732188 281251840 59207 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 198.4
Current children cumulated vsize (KiB) 280016

[startup+162.302 s]
/proc/loadavg: 3.98 3.97 3.40 5/69 1180
/proc/meminfo: memFree=1618264/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=4.49
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 313 15112 0 0 0 0 433 16 16 0 1 0 156731614 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1174/statm: 1339 238 195 169 0 50 0
[pid=1177] ppid=1174 vsize=342596 CPUtime=313.64
/proc/1177/stat : 1177 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194304 75833 0 0 0 31294 70 0 0 19 0 4 0 156732064 350818304 75819 1992294400 134512640 135305190 4294956160 18446744073709551615 134542031 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1177/statm: 85649 75819 83 193 0 85453 0
[pid=1177/tid=1178] ppid=1174 vsize=342596 CPUtime=87.1
/proc/1177/task/1178/stat : 1178 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 9731 0 0 0 8697 13 0 0 17 0 4 0 156732188 350818304 75819 1992294400 134512640 135305190 4294956160 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1177/tid=1179] ppid=1174 vsize=342596 CPUtime=62.5
/proc/1177/task/1179/stat : 1179 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 22455 0 0 0 6228 22 0 0 19 0 4 0 156732188 350818304 75819 1992294400 134512640 135305190 4294956160 18446744073709551615 134529140 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1177/tid=1180] ppid=1174 vsize=342596 CPUtime=73.39
/proc/1177/task/1180/stat : 1180 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 5472 0 0 0 7330 9 0 0 21 0 4 0 156732188 350818304 75819 1992294400 134512640 135305190 4294956160 18446744073709551615 134528483 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 318.13
Current children cumulated vsize (KiB) 347952

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.44 6/74 1186
/proc/meminfo: memFree=1551336/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=4.49

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

/proc/1174/statm: 1339 238 195 169 0 50 0
[pid=1177] ppid=1174 vsize=872140 CPUtime=3187.37
/proc/1177/stat : 1177 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194304 204732 0 0 0 318463 274 0 0 25 0 4 0 156732064 893071360 204702 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1177/statm: 218035 204702 83 193 0 217839 0
[pid=1177/tid=1178] ppid=1174 vsize=872140 CPUtime=840.8
/proc/1177/task/1178/stat : 1178 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 30705 0 0 0 84025 55 0 0 25 0 4 0 156732188 893071360 204702 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1177/tid=1179] ppid=1174 vsize=872140 CPUtime=691.49
/proc/1177/task/1179/stat : 1179 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 91130 0 0 0 69044 105 0 0 25 0 4 0 156732188 893071360 204702 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1177/tid=1180] ppid=1174 vsize=872140 CPUtime=696.97
/proc/1177/task/1180/stat : 1180 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 21025 0 0 0 69657 40 0 0 25 0 4 0 156732188 893071360 204702 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3191.86
Current children cumulated vsize (KiB) 877496

[startup+1662.3 s]
/proc/loadavg: 3.99 3.97 3.84 5/69 1186
/proc/meminfo: memFree=1097688/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=4.49
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 313 15112 0 0 0 0 433 16 16 0 1 0 156731614 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1174/statm: 1339 238 195 169 0 50 0
[pid=1177] ppid=1174 vsize=874068 CPUtime=3307.12
/proc/1177/stat : 1177 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194304 205341 0 0 0 330436 276 0 0 17 0 4 0 156732064 895045632 205311 1992294400 134512640 135305190 4294956160 18446744073709551615 134529576 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1177/statm: 218517 205311 83 193 0 218321 0
[pid=1177/tid=1178] ppid=1174 vsize=874068 CPUtime=873.7
/proc/1177/task/1178/stat : 1178 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 31058 0 0 0 87314 56 0 0 19 0 4 0 156732188 895045632 205311 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1177/tid=1179] ppid=1174 vsize=874068 CPUtime=718.79
/proc/1177/task/1179/stat : 1179 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 91233 0 0 0 71774 105 0 0 25 0 4 0 156732188 895045632 205311 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1177/tid=1180] ppid=1174 vsize=874068 CPUtime=728.89
/proc/1177/task/1180/stat : 1180 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 21026 0 0 0 72849 40 0 0 25 0 4 0 156732188 895045632 205311 1992294400 134512640 135305190 4294956160 18446744073709551615 134570412 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3311.61
Current children cumulated vsize (KiB) 879424

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

[startup+1663.9 s]
/proc/loadavg: 3.99 3.97 3.84 5/69 1186
/proc/meminfo: memFree=1097688/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=4.49
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 313 15112 0 0 0 0 433 16 16 0 1 0 156731614 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1174/statm: 1339 238 195 169 0 50 0
[pid=1177] ppid=1174 vsize=874068 CPUtime=3310.31
/proc/1177/stat : 1177 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194304 205343 0 0 0 330755 276 0 0 18 0 4 0 156732064 895045632 205313 1992294400 134512640 135305190 4294956160 18446744073709551615 134528559 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1177/statm: 218517 205313 83 193 0 218321 0
[pid=1177/tid=1178] ppid=1174 vsize=874068 CPUtime=874.32
/proc/1177/task/1178/stat : 1178 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 31059 0 0 0 87376 56 0 0 20 0 4 0 156732188 895045632 205313 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1177/tid=1179] ppid=1174 vsize=874068 CPUtime=718.99
/proc/1177/task/1179/stat : 1179 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 91233 0 0 0 71794 105 0 0 25 0 4 0 156732188 895045632 205313 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1177/tid=1180] ppid=1174 vsize=874068 CPUtime=729.69
/proc/1177/task/1180/stat : 1180 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 21026 0 0 0 72929 40 0 0 25 0 4 0 156732188 895045632 205313 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3314.8
Current children cumulated vsize (KiB) 879424

[startup+1689.5 s]
/proc/loadavg: 3.99 3.97 3.84 5/69 1186
/proc/meminfo: memFree=1096536/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=4.49
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 313 15112 0 0 0 0 433 16 16 0 1 0 156731614 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1174/statm: 1339 238 195 169 0 50 0
[pid=1177] ppid=1174 vsize=876180 CPUtime=3361.39
/proc/1177/stat : 1177 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194304 205630 0 0 0 335863 276 0 0 18 0 4 0 156732064 897208320 205600 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1177/statm: 219045 205600 83 193 0 218849 0
[pid=1177/tid=1178] ppid=1174 vsize=876180 CPUtime=887.81
/proc/1177/task/1178/stat : 1178 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 31189 0 0 0 88725 56 0 0 18 0 4 0 156732188 897208320 205600 1992294400 134512640 135305190 4294956160 18446744073709551615 134529576 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1177/tid=1179] ppid=1174 vsize=876180 CPUtime=733.96
/proc/1177/task/1179/stat : 1179 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 91382 0 0 0 73290 106 0 0 17 0 4 0 156732188 897208320 205600 1992294400 134512640 135305190 4294956160 18446744073709551615 134529560 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1177/tid=1180] ppid=1174 vsize=876180 CPUtime=740.28
/proc/1177/task/1180/stat : 1180 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 21027 0 0 0 73988 40 0 0 18 0 4 0 156732188 897208320 205600 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3365.88
Current children cumulated vsize (KiB) 881536

[startup+1702.3 s]
/proc/loadavg: 3.75 3.92 3.83 2/69 1186
/proc/meminfo: memFree=1096408/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=4.49
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 313 15112 0 0 0 0 433 16 16 0 1 0 156731614 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1174/statm: 1339 238 195 169 0 50 0
[pid=1177] ppid=1174 vsize=876252 CPUtime=3382.92
/proc/1177/stat : 1177 (manysat1.1_stat) S 1174 1174 1068 0 -1 4194304 205651 0 0 0 338015 277 0 0 23 0 4 0 156732064 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1177/statm: 219063 205621 83 193 0 218867 0
[pid=1177/tid=1178] ppid=1174 vsize=876252 CPUtime=899.32
/proc/1177/task/1178/stat : 1178 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 31189 0 0 0 89876 56 0 0 25 0 4 0 156732188 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134529553 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1177/tid=1179] ppid=1174 vsize=876252 CPUtime=740.2
/proc/1177/task/1179/stat : 1179 (manysat1.1_stat) S 1174 1174 1068 0 -1 4194368 91403 0 0 0 73914 106 0 0 19 0 4 0 156732188 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1177/tid=1180] ppid=1174 vsize=876252 CPUtime=742.09
/proc/1177/task/1180/stat : 1180 (manysat1.1_stat) S 1174 1174 1068 0 -1 4194368 21027 0 0 0 74169 40 0 0 20 0 4 0 156732188 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3387.41
Current children cumulated vsize (KiB) 881608

[startup+1705.5 s]
/proc/loadavg: 3.75 3.92 3.83 2/69 1186
/proc/meminfo: memFree=1096408/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=4.49
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 313 15112 0 0 0 0 433 16 16 0 1 0 156731614 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1174/statm: 1339 238 195 169 0 50 0
[pid=1177] ppid=1174 vsize=876252 CPUtime=3386.12
/proc/1177/stat : 1177 (manysat1.1_stat) S 1174 1174 1068 0 -1 4194304 205651 0 0 0 338335 277 0 0 23 0 4 0 156732064 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1177/statm: 219063 205621 83 193 0 218867 0
[pid=1177/tid=1178] ppid=1174 vsize=876252 CPUtime=902.52
/proc/1177/task/1178/stat : 1178 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 31189 0 0 0 90196 56 0 0 25 0 4 0 156732188 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134529630 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1177/tid=1179] ppid=1174 vsize=876252 CPUtime=740.2
/proc/1177/task/1179/stat : 1179 (manysat1.1_stat) S 1174 1174 1068 0 -1 4194368 91403 0 0 0 73914 106 0 0 19 0 4 0 156732188 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1177/tid=1180] ppid=1174 vsize=876252 CPUtime=742.09
/proc/1177/task/1180/stat : 1180 (manysat1.1_stat) S 1174 1174 1068 0 -1 4194368 21027 0 0 0 74169 40 0 0 20 0 4 0 156732188 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3390.61
Current children cumulated vsize (KiB) 881608

[startup+1708.7 s]
/proc/loadavg: 3.53 3.87 3.81 2/69 1186
/proc/meminfo: memFree=1096408/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=4.49
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 313 15112 0 0 0 0 433 16 16 0 1 0 156731614 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1174/statm: 1339 238 195 169 0 50 0
[pid=1177] ppid=1174 vsize=876252 CPUtime=3389.32
/proc/1177/stat : 1177 (manysat1.1_stat) S 1174 1174 1068 0 -1 4194304 205651 0 0 0 338655 277 0 0 23 0 4 0 156732064 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1177/statm: 219063 205621 83 193 0 218867 0
[pid=1177/tid=1178] ppid=1174 vsize=876252 CPUtime=905.72
/proc/1177/task/1178/stat : 1178 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 31189 0 0 0 90516 56 0 0 25 0 4 0 156732188 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134529260 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1177/tid=1179] ppid=1174 vsize=876252 CPUtime=740.2
/proc/1177/task/1179/stat : 1179 (manysat1.1_stat) S 1174 1174 1068 0 -1 4194368 91403 0 0 0 73914 106 0 0 19 0 4 0 156732188 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1177/tid=1180] ppid=1174 vsize=876252 CPUtime=742.09
/proc/1177/task/1180/stat : 1180 (manysat1.1_stat) S 1174 1174 1068 0 -1 4194368 21027 0 0 0 74169 40 0 0 20 0 4 0 156732188 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3393.81
Current children cumulated vsize (KiB) 881608

[startup+1709.5 s]
/proc/loadavg: 3.53 3.87 3.81 2/69 1186
/proc/meminfo: memFree=1096408/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=4.49
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 313 15112 0 0 0 0 433 16 16 0 1 0 156731614 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1174/statm: 1339 238 195 169 0 50 0
[pid=1177] ppid=1174 vsize=876252 CPUtime=3390.12
/proc/1177/stat : 1177 (manysat1.1_stat) S 1174 1174 1068 0 -1 4194304 205651 0 0 0 338735 277 0 0 23 0 4 0 156732064 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1177/statm: 219063 205621 83 193 0 218867 0
[pid=1177/tid=1178] ppid=1174 vsize=876252 CPUtime=906.52
/proc/1177/task/1178/stat : 1178 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 31189 0 0 0 90596 56 0 0 25 0 4 0 156732188 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134529363 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1177/tid=1179] ppid=1174 vsize=876252 CPUtime=740.2
/proc/1177/task/1179/stat : 1179 (manysat1.1_stat) S 1174 1174 1068 0 -1 4194368 91403 0 0 0 73914 106 0 0 19 0 4 0 156732188 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1177/tid=1180] ppid=1174 vsize=876252 CPUtime=742.09
/proc/1177/task/1180/stat : 1180 (manysat1.1_stat) S 1174 1174 1068 0 -1 4194368 21027 0 0 0 74169 40 0 0 20 0 4 0 156732188 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3394.61
Current children cumulated vsize (KiB) 881608

[startup+1710.3 s]
/proc/loadavg: 3.53 3.87 3.81 2/69 1186
/proc/meminfo: memFree=1096408/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=4.49
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 313 15112 0 0 0 0 433 16 16 0 1 0 156731614 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1174/statm: 1339 238 195 169 0 50 0
[pid=1177] ppid=1174 vsize=876252 CPUtime=3390.92
/proc/1177/stat : 1177 (manysat1.1_stat) S 1174 1174 1068 0 -1 4194304 205651 0 0 0 338815 277 0 0 23 0 4 0 156732064 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1177/statm: 219063 205621 83 193 0 218867 0
[pid=1177/tid=1178] ppid=1174 vsize=876252 CPUtime=907.32
/proc/1177/task/1178/stat : 1178 (manysat1.1_stat) R 1174 1174 1068 0 -1 4194368 31189 0 0 0 90676 56 0 0 25 0 4 0 156732188 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134529252 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1177/tid=1179] ppid=1174 vsize=876252 CPUtime=740.2
/proc/1177/task/1179/stat : 1179 (manysat1.1_stat) S 1174 1174 1068 0 -1 4194368 91403 0 0 0 73914 106 0 0 19 0 4 0 156732188 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1177/tid=1180] ppid=1174 vsize=876252 CPUtime=742.09
/proc/1177/task/1180/stat : 1180 (manysat1.1_stat) S 1174 1174 1068 0 -1 4194368 21027 0 0 0 74169 40 0 0 20 0 4 0 156732188 897282048 205621 1992294400 134512640 135305190 4294956160 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3395.41
Current children cumulated vsize (KiB) 881608

[startup+1710.51 s]
/proc/loadavg: 3.53 3.87 3.81 2/67 1186
/proc/meminfo: memFree=1238744/2055920 swapFree=4181312/4192956
[pid=1174] ppid=1172 vsize=5356 CPUtime=4.49
/proc/1174/stat : 1174 (manysat.sh) S 1172 1174 1068 0 -1 4194304 313 15112 0 0 0 0 433 16 16 0 1 0 156731614 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1174/statm: 1339 238 195 169 0 50 0
[pid=1177] ppid=1174 vsize=0 CPUtime=3391.12
/proc/1177/stat : 1177 (manysat1.1_stat) Z 1174 1174 1068 0 -1 4194316 205666 0 0 0 338823 289 0 0 16 0 2 0 156732064 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1177/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3395.61
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 1710.52
CPU time (s): 3395.64
CPU user time (s): 3392.57
CPU system time (s): 3.07153
CPU usage (%): 198.515
Max. virtual memory (cumulated for all children) (KiB): 881608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3392.57
system time used= 3.07153
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221245
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= 9171
involuntary context switches= 60265

runsolver used 1.66275 second user time and 4.5903 second system time

The end

Launcher Data

Begin job on node48 at 2009-05-02 19:57:19
IDJOB=1773246
IDBENCH=20577
IDSOLVER=612
FILE ID=node48/1773246-1241287038
PBS_JOBID= 9225072
Free space on /tmp= 66408 MiB

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

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

MD5SUM BENCH= f0f4556999ccb446384994a4148fca28
RANDOM SEED=654887689

node48.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.209
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.209
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:       1933912 kB
Buffers:          9576 kB
Cached:          51420 kB
SwapCached:       5440 kB
Active:          25704 kB
Inactive:        43160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1933912 kB
SwapTotal:     4192956 kB
SwapFree:      4181312 kB
Dirty:           11732 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            39116 kB
Committed_AS:   762404 kB
PageTables:       1368 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= 66408 MiB
End job on node48 at 2009-05-02 20:25:49