Trace number 1772576

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 2169.55 1091.67

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/total-10-13-u.cnf
MD5SUMa443b9e3a7093c1d9a47b42016a65c52
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark905.473
Satisfiable
(Un)Satisfiability was proved
Number of variables226208
Number of clauses1021181
Sum of the clauses size2332626
Maximum clause length10
Minimum clause length1
Number of clauses of size 119072
Number of clauses of size 2821353
Number of clauses of size 3137896
Number of clauses of size 44760
Number of clauses of size 519040
Number of clauses of size over 519060

Solver Data

0.00/0.00	c Parsing...
0.89/0.93	c ==============================================================================
0.89/0.93	c |           |     ORIGINAL     |              LEARNT              |          |
0.89/0.93	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.89/0.93	c ==============================================================================
0.89/0.93	c |         0 | 1002109  2313554 |  300632       0        0     nan |  0.000 % |
7.29/7.39	c |         0 |  363891   939019 |      --       0       --      -- |     --   | -364511/-752771
7.38/7.40	c ==============================================================================
7.38/7.40	c Result  :   #vars: 61601   #clauses: 363891   #literals: 939019
7.38/7.40	c CPU time:   7.14091 s
7.38/7.40	c ==============================================================================
2169.47/1091.61	c This is ManySAT 1.1 : 4 thread(s) on 2 core(s).
2169.47/1091.61	c ============================[ Problem Statistics ]=============================
2169.47/1091.61	c |                                                                             |
2169.47/1091.61	c threadId              : 1
2169.47/1091.61	c restarts              : 1330
2169.47/1091.61	c conflicts             : 258541         (120 /sec)
2169.47/1091.61	c decisions             : 494515         (0.76 % random) (229 /sec)
2169.47/1091.61	c propagations          : 528890915      (244753 /sec)
2169.47/1091.61	c conflict literals     : 18101470       (42.97 % deleted)
2169.47/1091.61	c Memory used           : 276.41 MB
2169.47/1091.61	c CPU time              : 2160.92 s
2169.47/1091.61	
2169.47/1091.61	c --->m=4, e=8, aimd=1, HOME/30204_many.cnf	time: 540.229	conflicts: 258541       
2169.47/1091.65	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-1772576-1241174909/watcher-1772576-1241174909 -o /tmp/evaluation-result-1772576-1241174909/solver-1772576-1241174909 -C 10000 -W 6000 -M 1800 manysat.sh HOME/instance-1772576-1241174909.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): 6000 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.13 0.03 0.01 3/64 30204
/proc/meminfo: memFree=987720/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 145524393 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 235 195 169 0 50 0
[pid=30205] ppid=30204 vsize=1140 CPUtime=0
/proc/30205/stat : 30205 (SatElite) R 30204 30204 30167 0 -1 4194304 200 0 0 0 0 0 0 0 20 0 1 0 145524393 1167360 184 1992294400 134512640 135034092 4294956112 18446744073709551615 134544780 0 0 4096 3 0 0 0 17 1 0 0
/proc/30205/statm: 285 185 50 127 0 155 0

[startup+0.104415 s]
/proc/loadavg: 0.13 0.03 0.01 3/64 30204
/proc/meminfo: memFree=987720/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 145524393 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 235 195 169 0 50 0
[pid=30205] ppid=30204 vsize=21536 CPUtime=0.09
/proc/30205/stat : 30205 (SatElite) R 30204 30204 30167 0 -1 4194304 4358 0 0 0 8 1 0 0 20 0 1 0 145524393 22052864 4342 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/30205/statm: 5384 4343 50 127 0 5254 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26892

[startup+0.202424 s]
/proc/loadavg: 0.13 0.03 0.01 3/64 30204
/proc/meminfo: memFree=987720/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 145524393 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 235 195 169 0 50 0
[pid=30205] ppid=30204 vsize=42392 CPUtime=0.18
/proc/30205/stat : 30205 (SatElite) R 30204 30204 30167 0 -1 4194304 9121 0 0 0 15 3 0 0 20 0 1 0 145524393 43409408 9105 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/30205/statm: 10598 9106 50 127 0 10468 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 47748

[startup+0.302435 s]
/proc/loadavg: 0.13 0.03 0.01 3/64 30204
/proc/meminfo: memFree=987720/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 145524393 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 235 195 169 0 50 0
[pid=30205] ppid=30204 vsize=51732 CPUtime=0.29
/proc/30205/stat : 30205 (SatElite) R 30204 30204 30167 0 -1 4194304 11387 0 0 0 24 5 0 0 20 0 1 0 145524393 52973568 11371 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/30205/statm: 12933 11372 50 127 0 12803 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57088

[startup+0.702477 s]
/proc/loadavg: 0.13 0.03 0.01 3/64 30204
/proc/meminfo: memFree=987720/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 145524393 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 235 195 169 0 50 0
[pid=30205] ppid=30204 vsize=79396 CPUtime=0.69
/proc/30205/stat : 30205 (SatElite) R 30204 30204 30167 0 -1 4194304 18818 0 0 0 59 10 0 0 25 0 1 0 145524393 81301504 18803 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/30205/statm: 19849 18803 51 127 0 19719 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84752

[startup+1.50156 s]
/proc/loadavg: 0.13 0.03 0.01 2/66 30206
/proc/meminfo: memFree=891448/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 145524393 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 235 195 169 0 50 0
[pid=30205] ppid=30204 vsize=110820 CPUtime=1.49
/proc/30205/stat : 30205 (SatElite) R 30204 30204 30167 0 -1 4194304 28037 0 0 0 134 15 0 0 25 0 1 0 145524393 113479680 25405 1992294400 134512640 135034092 4294956112 18446744073709551615 134547562 0 0 4096 3 0 0 0 17 1 0 0
/proc/30205/statm: 27705 25405 68 127 0 27575 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116176

[startup+3.10173 s]
/proc/loadavg: 0.20 0.05 0.01 2/66 30206
/proc/meminfo: memFree=879544/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 145524393 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 235 195 169 0 50 0
[pid=30205] ppid=30204 vsize=116116 CPUtime=3.09
/proc/30205/stat : 30205 (SatElite) R 30204 30204 30167 0 -1 4194304 29558 0 0 0 293 16 0 0 25 0 1 0 145524393 118902784 26731 1992294400 134512640 135034092 4294956112 18446744073709551615 134566219 0 0 4096 3 0 0 0 17 1 0 0
/proc/30205/statm: 29029 26731 68 127 0 28899 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121472

[startup+6.30108 s]
/proc/loadavg: 0.20 0.05 0.01 2/66 30206
/proc/meminfo: memFree=874616/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=0
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 145524393 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 235 195 169 0 50 0
[pid=30205] ppid=30204 vsize=117380 CPUtime=6.28
/proc/30205/stat : 30205 (SatElite) R 30204 30204 30167 0 -1 4194304 35303 0 0 0 608 20 0 0 25 0 1 0 145524393 120197120 27044 1992294400 134512640 135034092 4294956112 18446744073709551615 134574330 0 0 4096 3 0 0 0 17 1 0 0
/proc/30205/statm: 29345 27044 68 127 0 29215 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 122736

[startup+12.7018 s]
/proc/loadavg: 0.57 0.13 0.04 5/69 30210
/proc/meminfo: memFree=875232/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=7.91
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 313 44696 0 0 0 0 761 30 16 0 1 0 145524393 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 238 195 169 0 50 0
[pid=30207] ppid=30204 vsize=138216 CPUtime=8.53
/proc/30207/stat : 30207 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194304 24905 0 0 0 837 16 0 0 17 0 4 0 145525185 141533184 24873 1992294400 134512640 135305190 4294956160 18446744073709551615 134541873 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30207/statm: 34554 24873 83 193 0 34358 0
[pid=30207/tid=30208] ppid=30204 vsize=138216 CPUtime=2.04
/proc/30207/task/30208/stat : 30208 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 446 0 0 0 203 1 0 0 16 0 4 0 145525281 141533184 24873 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30207/tid=30209] ppid=30204 vsize=138216 CPUtime=1.87
/proc/30207/task/30209/stat : 30209 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 369 0 0 0 186 1 0 0 17 0 4 0 145525281 141533184 24873 1992294400 134512640 135305190 4294956160 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30210] ppid=30204 vsize=138216 CPUtime=2.13
/proc/30207/task/30210/stat : 30210 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 412 0 0 0 212 1 0 0 17 0 4 0 145525281 141533184 24873 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.44
Current children cumulated vsize (KiB) 143572

[startup+25.5021 s]
/proc/loadavg: 1.09 0.25 0.08 5/69 30210
/proc/meminfo: memFree=871264/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=7.91
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 313 44696 0 0 0 0 761 30 16 0 1 0 145524393 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 238 195 169 0 50 0
[pid=30207] ppid=30204 vsize=143336 CPUtime=34.05
/proc/30207/stat : 30207 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194304 25953 0 0 0 3387 18 0 0 18 0 4 0 145525185 146776064 25921 1992294400 134512640 135305190 4294956160 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30207/statm: 35834 25921 83 193 0 35638 0
[pid=30207/tid=30208] ppid=30204 vsize=143336 CPUtime=8.44
/proc/30207/task/30208/stat : 30208 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 648 0 0 0 842 2 0 0 18 0 4 0 145525281 146776064 25921 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30207/tid=30209] ppid=30204 vsize=143336 CPUtime=7.21
/proc/30207/task/30209/stat : 30209 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 665 0 0 0 719 2 0 0 17 0 4 0 145525281 146776064 25921 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30207/tid=30210] ppid=30204 vsize=143336 CPUtime=7.92
/proc/30207/task/30210/stat : 30210 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 600 0 0 0 791 1 0 0 17 0 4 0 145525281 146776064 25921 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.96
Current children cumulated vsize (KiB) 148692

[startup+51.1029 s]
/proc/loadavg: 2.01 0.54 0.18 5/69 30210
/proc/meminfo: memFree=857952/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=7.91
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 313 44696 0 0 0 0 761 30 16 0 1 0 145524393 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 238 195 169 0 50 0
[pid=30207] ppid=30204 vsize=156564 CPUtime=85.1
/proc/30207/stat : 30207 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194304 29319 0 0 0 8488 22 0 0 19 0 4 0 145525185 160321536 29287 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30207/statm: 39141 29287 83 193 0 38945 0
[pid=30207/tid=30208] ppid=30204 vsize=156564 CPUtime=15.73
/proc/30207/task/30208/stat : 30208 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 1120 0 0 0 1571 2 0 0 19 0 4 0 145525281 160321536 29287 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30209] ppid=30204 vsize=156564 CPUtime=18.08
/proc/30207/task/30209/stat : 30209 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 1434 0 0 0 1805 3 0 0 19 0 4 0 145525281 160321536 29287 1992294400 134512640 135305190 4294956160 18446744073709551615 134528240 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30210] ppid=30204 vsize=156564 CPUtime=25.79
/proc/30207/task/30210/stat : 30210 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 1902 0 0 0 2577 2 0 0 19 0 4 0 145525281 160321536 29287 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 93.01
Current children cumulated vsize (KiB) 161920

[startup+102.302 s]
/proc/loadavg: 3.13 1.09 0.39 5/69 30210
/proc/meminfo: memFree=849312/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=7.91
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 313 44696 0 0 0 0 761 30 16 0 1 0 145524393 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 238 195 169 0 50 0
[pid=30207] ppid=30204 vsize=165224 CPUtime=187.23
/proc/30207/stat : 30207 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194304 31382 0 0 0 18698 25 0 0 20 0 4 0 145525185 169189376 31350 1992294400 134512640 135305190 4294956160 18446744073709551615 134569845 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30207/statm: 41306 31350 83 193 0 41110 0
[pid=30207/tid=30208] ppid=30204 vsize=165224 CPUtime=39.49
/proc/30207/task/30208/stat : 30208 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 1433 0 0 0 3946 3 0 0 25 0 4 0 145525281 169189376 31350 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30207/tid=30209] ppid=30204 vsize=165224 CPUtime=37.91
/proc/30207/task/30209/stat : 30209 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 1976 0 0 0 3788 3 0 0 25 0 4 0 145525281 169189376 31350 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30210] ppid=30204 vsize=165224 CPUtime=58.25
/proc/30207/task/30210/stat : 30210 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 2585 0 0 0 5821 4 0 0 17 0 4 0 145525281 169189376 31350 1992294400 134512640 135305190 4294956160 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 195.14
Current children cumulated vsize (KiB) 170580

[startup+162.303 s]
/proc/loadavg: 3.65 1.58 0.59 5/69 30210
/proc/meminfo: memFree=836832/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=7.91
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 313 44696 0 0 0 0 761 30 16 0 1 0 145524393 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 238 195 169 0 50 0
[pid=30207] ppid=30204 vsize=177316 CPUtime=306.96
/proc/30207/stat : 30207 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194304 34580 0 0 0 30666 30 0 0 18 0 4 0 145525185 181571584 34548 1992294400 134512640 135305190 4294956160 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30207/statm: 44329 34548 83 193 0 44133 0
[pid=30207/tid=30208] ppid=30204 vsize=177316 CPUtime=65.92
/proc/30207/task/30208/stat : 30208 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 1926 0 0 0 6589 3 0 0 25 0 4 0 145525281 181571584 34548 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30209] ppid=30204 vsize=177316 CPUtime=65.3
/proc/30207/task/30209/stat : 30209 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 2773 0 0 0 6526 4 0 0 17 0 4 0 145525281 181571584 34548 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30207/tid=30210] ppid=30204 vsize=177316 CPUtime=89.39
/proc/30207/task/30210/stat : 30210 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 3510 0 0 0 8933 6 0 0 20 0 4 0 145525281 181571584 34548 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 314.87
Current children cumulated vsize (KiB) 182672

[startup+222.306 s]
/proc/loadavg: 3.84 2.03 0.81 5/69 30210
/proc/meminfo: memFree=828768/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=7.91

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

[pid=30207/tid=30209] ppid=30204 vsize=278100 CPUtime=451.79
/proc/30207/task/30209/stat : 30209 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 10202 0 0 0 45164 15 0 0 25 0 4 0 145525281 284774400 58976 1992294400 134512640 135305190 4294956160 18446744073709551615 134528791 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30207/tid=30210] ppid=30204 vsize=278100 CPUtime=487.52
/proc/30207/task/30210/stat : 30210 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 9291 0 0 0 48738 14 0 0 25 0 4 0 145525281 284774400 58976 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1871.51
Current children cumulated vsize (KiB) 283456

[startup+1002.3 s]
/proc/loadavg: 3.99 3.84 2.60 5/69 30216
/proc/meminfo: memFree=737824/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=7.91
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 313 44696 0 0 0 0 761 30 16 0 1 0 145524393 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 238 195 169 0 50 0
[pid=30207] ppid=30204 vsize=278868 CPUtime=1983.34
/proc/30207/stat : 30207 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194304 59174 0 0 0 198269 65 0 0 25 0 4 0 145525185 285560832 59142 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30207/statm: 69717 59142 83 193 0 69521 0
[pid=30207/tid=30208] ppid=30204 vsize=278868 CPUtime=474.75
/proc/30207/task/30208/stat : 30208 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 7238 0 0 0 47464 11 0 0 25 0 4 0 145525281 285560832 59142 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30209] ppid=30204 vsize=278868 CPUtime=480.94
/proc/30207/task/30209/stat : 30209 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 10315 0 0 0 48079 15 0 0 25 0 4 0 145525281 285560832 59142 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30207/tid=30210] ppid=30204 vsize=278868 CPUtime=518.13
/proc/30207/task/30210/stat : 30210 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 9305 0 0 0 51799 14 0 0 25 0 4 0 145525281 285560832 59142 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1991.25
Current children cumulated vsize (KiB) 284224

[startup+1062.3 s]
/proc/loadavg: 3.99 3.87 2.68 5/69 30216
/proc/meminfo: memFree=735264/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=7.91
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 313 44696 0 0 0 0 761 30 16 0 1 0 145524393 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 238 195 169 0 50 0
[pid=30207] ppid=30204 vsize=282664 CPUtime=2103.08
/proc/30207/stat : 30207 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194304 59824 0 0 0 210242 66 0 0 25 0 4 0 145525185 289447936 59792 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30207/statm: 70666 59792 83 193 0 70470 0
[pid=30207/tid=30208] ppid=30204 vsize=282664 CPUtime=504.75
/proc/30207/task/30208/stat : 30208 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 7370 0 0 0 50464 11 0 0 25 0 4 0 145525281 289447936 59792 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30209] ppid=30204 vsize=282664 CPUtime=510.33
/proc/30207/task/30209/stat : 30209 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 10617 0 0 0 51017 16 0 0 19 0 4 0 145525281 289447936 59792 1992294400 134512640 135305190 4294956160 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30210] ppid=30204 vsize=282664 CPUtime=549.42
/proc/30207/task/30210/stat : 30210 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 9437 0 0 0 54927 15 0 0 25 0 4 0 145525281 289447936 59792 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2110.99
Current children cumulated vsize (KiB) 288020

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

[startup+1075.2 s]
/proc/loadavg: 3.99 3.87 2.70 5/69 30216
/proc/meminfo: memFree=734752/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=7.91
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 313 44696 0 0 0 0 761 30 16 0 1 0 145524393 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 238 195 169 0 50 0
[pid=30207] ppid=30204 vsize=282808 CPUtime=2128.82
/proc/30207/stat : 30207 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194304 59939 0 0 0 212816 66 0 0 17 0 4 0 145525185 289595392 59907 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30207/statm: 70702 59907 83 193 0 70506 0
[pid=30207/tid=30208] ppid=30204 vsize=282808 CPUtime=511.24
/proc/30207/task/30208/stat : 30208 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 7398 0 0 0 51113 11 0 0 25 0 4 0 145525281 289595392 59907 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30209] ppid=30204 vsize=282808 CPUtime=516.74
/proc/30207/task/30209/stat : 30209 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 10623 0 0 0 51658 16 0 0 25 0 4 0 145525281 289595392 59907 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30210] ppid=30204 vsize=282808 CPUtime=557.32
/proc/30207/task/30210/stat : 30210 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 9478 0 0 0 55717 15 0 0 22 0 4 0 145525281 289595392 59907 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2136.73
Current children cumulated vsize (KiB) 288164

[startup+1081.6 s]
/proc/loadavg: 3.99 3.87 2.70 5/69 30216
/proc/meminfo: memFree=734752/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=7.91
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 313 44696 0 0 0 0 761 30 16 0 1 0 145524393 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 238 195 169 0 50 0
[pid=30207] ppid=30204 vsize=282808 CPUtime=2141.59
/proc/30207/stat : 30207 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194304 59943 0 0 0 214093 66 0 0 22 0 4 0 145525185 289595392 59911 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30207/statm: 70702 59911 83 193 0 70506 0
[pid=30207/tid=30208] ppid=30204 vsize=282808 CPUtime=514.44
/proc/30207/task/30208/stat : 30208 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 7399 0 0 0 51433 11 0 0 25 0 4 0 145525281 289595392 59911 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30209] ppid=30204 vsize=282808 CPUtime=519.94
/proc/30207/task/30209/stat : 30209 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 10626 0 0 0 51978 16 0 0 25 0 4 0 145525281 289595392 59911 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30210] ppid=30204 vsize=282808 CPUtime=560.61
/proc/30207/task/30210/stat : 30210 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 9478 0 0 0 56046 15 0 0 21 0 4 0 145525281 289595392 59911 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2149.5
Current children cumulated vsize (KiB) 288164

[startup+1088.01 s]
/proc/loadavg: 3.99 3.88 2.72 5/69 30216
/proc/meminfo: memFree=734688/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=7.91
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 313 44696 0 0 0 0 761 30 16 0 1 0 145524393 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 238 195 169 0 50 0
[pid=30207] ppid=30204 vsize=282808 CPUtime=2154.37
/proc/30207/stat : 30207 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194304 59965 0 0 0 215371 66 0 0 25 0 4 0 145525185 289595392 59933 1992294400 134512640 135305190 4294956160 18446744073709551615 134528791 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30207/statm: 70702 59933 83 193 0 70506 0
[pid=30207/tid=30208] ppid=30204 vsize=282808 CPUtime=517.64
/proc/30207/task/30208/stat : 30208 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 7400 0 0 0 51753 11 0 0 25 0 4 0 145525281 289595392 59933 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30209] ppid=30204 vsize=282808 CPUtime=523.14
/proc/30207/task/30209/stat : 30209 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 10641 0 0 0 52298 16 0 0 25 0 4 0 145525281 289595392 59933 1992294400 134512640 135305190 4294956160 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30210] ppid=30204 vsize=282808 CPUtime=563.79
/proc/30207/task/30210/stat : 30210 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 9482 0 0 0 56364 15 0 0 25 0 4 0 145525281 289595392 59933 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2162.28
Current children cumulated vsize (KiB) 288164

[startup+1089.6 s]
/proc/loadavg: 3.99 3.88 2.72 5/69 30216
/proc/meminfo: memFree=734624/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=7.91
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 313 44696 0 0 0 0 761 30 16 0 1 0 145524393 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 238 195 169 0 50 0
[pid=30207] ppid=30204 vsize=283040 CPUtime=2157.56
/proc/30207/stat : 30207 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194304 59985 0 0 0 215690 66 0 0 25 0 4 0 145525185 289832960 59953 1992294400 134512640 135305190 4294956160 18446744073709551615 134528356 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30207/statm: 70760 59953 83 193 0 70564 0
[pid=30207/tid=30208] ppid=30204 vsize=283040 CPUtime=518.45
/proc/30207/task/30208/stat : 30208 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 7411 0 0 0 51833 12 0 0 25 0 4 0 145525281 289832960 59953 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30209] ppid=30204 vsize=283040 CPUtime=523.94
/proc/30207/task/30209/stat : 30209 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 10645 0 0 0 52378 16 0 0 25 0 4 0 145525281 289832960 59953 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30210] ppid=30204 vsize=283040 CPUtime=564.58
/proc/30207/task/30210/stat : 30210 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 9482 0 0 0 56443 15 0 0 25 0 4 0 145525281 289832960 59953 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2165.47
Current children cumulated vsize (KiB) 288396

[startup+1090.4 s]
/proc/loadavg: 3.99 3.88 2.72 5/69 30216
/proc/meminfo: memFree=734560/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=7.91
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 313 44696 0 0 0 0 761 30 16 0 1 0 145524393 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 238 195 169 0 50 0
[pid=30207] ppid=30204 vsize=283040 CPUtime=2159.15
/proc/30207/stat : 30207 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194304 59985 0 0 0 215849 66 0 0 17 0 4 0 145525185 289832960 59953 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30207/statm: 70760 59953 83 193 0 70564 0
[pid=30207/tid=30208] ppid=30204 vsize=283040 CPUtime=518.76
/proc/30207/task/30208/stat : 30208 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 7411 0 0 0 51864 12 0 0 25 0 4 0 145525281 289832960 59953 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30209] ppid=30204 vsize=283040 CPUtime=524.42
/proc/30207/task/30209/stat : 30209 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 10645 0 0 0 52426 16 0 0 25 0 4 0 145525281 289832960 59953 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30210] ppid=30204 vsize=283040 CPUtime=564.62
/proc/30207/task/30210/stat : 30210 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 9482 0 0 0 56447 15 0 0 25 0 4 0 145525281 289832960 59953 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2167.06
Current children cumulated vsize (KiB) 288396

[startup+1091.2 s]
/proc/loadavg: 3.99 3.88 2.72 5/69 30216
/proc/meminfo: memFree=734560/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=7.91
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 313 44696 0 0 0 0 761 30 16 0 1 0 145524393 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 238 195 169 0 50 0
[pid=30207] ppid=30204 vsize=283040 CPUtime=2160.77
/proc/30207/stat : 30207 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194304 59986 0 0 0 216010 67 0 0 18 0 4 0 145525185 289832960 59954 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30207/statm: 70760 59954 83 193 0 70564 0
[pid=30207/tid=30208] ppid=30204 vsize=283040 CPUtime=519.54
/proc/30207/task/30208/stat : 30208 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 7411 0 0 0 51942 12 0 0 17 0 4 0 145525281 289832960 59954 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30207/tid=30209] ppid=30204 vsize=283040 CPUtime=524.76
/proc/30207/task/30209/stat : 30209 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 10646 0 0 0 52460 16 0 0 23 0 4 0 145525281 289832960 59954 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30210] ppid=30204 vsize=283040 CPUtime=564.92
/proc/30207/task/30210/stat : 30210 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 9482 0 0 0 56477 15 0 0 25 0 4 0 145525281 289832960 59954 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2168.68
Current children cumulated vsize (KiB) 288396

[startup+1091.6 s]
/proc/loadavg: 3.99 3.88 2.72 5/69 30216
/proc/meminfo: memFree=734560/2055920 swapFree=4180872/4192956
[pid=30204] ppid=30202 vsize=5356 CPUtime=7.91
/proc/30204/stat : 30204 (manysat.sh) S 30202 30204 30167 0 -1 4194304 313 44696 0 0 0 0 761 30 16 0 1 0 145524393 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30204/statm: 1339 238 195 169 0 50 0
[pid=30207] ppid=30204 vsize=283040 CPUtime=2161.56
/proc/30207/stat : 30207 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194304 59986 0 0 0 216089 67 0 0 18 0 4 0 145525185 289832960 59954 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30207/statm: 70760 59954 83 193 0 70564 0
[pid=30207/tid=30208] ppid=30204 vsize=283040 CPUtime=519.93
/proc/30207/task/30208/stat : 30208 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 7411 0 0 0 51981 12 0 0 17 0 4 0 145525281 289832960 59954 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30207/tid=30209] ppid=30204 vsize=283040 CPUtime=524.96
/proc/30207/task/30209/stat : 30209 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 10646 0 0 0 52480 16 0 0 24 0 4 0 145525281 289832960 59954 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30207/tid=30210] ppid=30204 vsize=283040 CPUtime=565.12
/proc/30207/task/30210/stat : 30210 (manysat1.1_stat) R 30204 30204 30167 0 -1 4194368 9482 0 0 0 56497 15 0 0 25 0 4 0 145525281 289832960 59954 1992294400 134512640 135305190 4294956160 18446744073709551615 134528634 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2169.47
Current children cumulated vsize (KiB) 288396

Child status: 20
Real time (s): 1091.67
CPU time (s): 2169.55
CPU user time (s): 2168.53
CPU system time (s): 1.02484
CPU usage (%): 198.738
Max. virtual memory (cumulated for all children) (KiB): 288396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2168.53
system time used= 1.02484
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105164
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= 2627
involuntary context switches= 37478

runsolver used 1.01684 second user time and 2.96455 second system time

The end

Launcher Data

Begin job on node19 at 2009-05-01 12:48:31
IDJOB=1772576
IDBENCH=20342
IDSOLVER=612
FILE ID=node19/1772576-1241174909
PBS_JOBID= 9224539
Free space on /tmp= 66440 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/anbulagan/medium-unsat/total-10-13-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1772576-1241174909/watcher-1772576-1241174909 -o /tmp/evaluation-result-1772576-1241174909/solver-1772576-1241174909 -C 10000 -W 6000 -M 1800  manysat.sh HOME/instance-1772576-1241174909.cnf aimd 1

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

MD5SUM BENCH= a443b9e3a7093c1d9a47b42016a65c52
RANDOM SEED=1972163482

node19.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.236
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.236
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:        988200 kB
Buffers:         80152 kB
Cached:         882480 kB
SwapCached:       6776 kB
Active:          70808 kB
Inactive:       900468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        988200 kB
SwapTotal:     4192956 kB
SwapFree:      4180872 kB
Dirty:           19864 kB
Writeback:           0 kB
Mapped:          13332 kB
Slab:            82456 kB
Committed_AS:   701776 kB
PageTables:       1452 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= 66440 MiB
End job on node19 at 2009-05-01 13:06:43