Trace number 211897

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, and are wall clock time (not CPU 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
sugar 0.40UNSAT 1465.33 1465.9

General information on the benchmark

NamepseudoSeries/mpsReduced/
mps-red-ran10x26.xml
MD5SUM258f1e258de407f03897efe46e8578c5
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1465.33
SatisfiableNO
(Un)Satisfiability was proved
Number of variables8060
Number of constraints332
Maximum constraint arity780
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension332
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/211897-1170098785/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/211897-1170098785/unknown.xml [Mon Jan 29 20:26:25 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/211897-1170098785/unknown.xml /tmp/evaluation/211897-1170098785/sugar21640.csp [Mon Jan 29 20:26:25 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/211897-1170098785/sugar-v0-40.jar -convert /tmp/evaluation/211897-1170098785/unknown.xml /tmp/evaluation/211897-1170098785/sugar21640.csp
0.16	c BEGIN convert /tmp/evaluation/211897-1170098785/unknown.xml
2.83	c END convert (2.668315 seconds)
2.84	c # CONVERT_XML  END : /tmp/evaluation/211897-1170098785/sugar21640.csp 754892 bytes (3 seconds) [Mon Jan 29 20:26:28 2007]
2.84	c # CONVERT_XML  CPU : 2.77 = 0 + 0 + 2.66 + 0.11
2.84	
2.84	c # GENERATE_SAT  BEGIN : /tmp/evaluation/211897-1170098785/sugar21640.bcnf [Mon Jan 29 20:26:28 2007]
2.84	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/211897-1170098785/sugar-v0-40.jar -bcnf -map /tmp/evaluation/211897-1170098785/sugar21640.map /tmp/evaluation/211897-1170098785/sugar21640.csp /tmp/evaluation/211897-1170098785/sugar21640.bcnf
2.95	c BEGIN parse /tmp/evaluation/211897-1170098785/sugar21640.csp
82.02	c END parse (79.059785 seconds)
82.02	c BEGIN simplify
82.03	c END simplify (0.013908 seconds)
82.03	c BEGIN encode /tmp/evaluation/211897-1170098785/sugar21640.bcnf
83.97	c END encode (1.942499 seconds)
84.27	c # GENERATE_SAT  END : 119810 variables 1985364 clauses 30426580 bytes (81 seconds) [Mon Jan 29 20:27:49 2007]
84.27	c # GENERATE_SAT  CPU : 81.26 = 0.26 + 0.03 + 80.72 + 0.25
84.27	
84.27	c # SOLVE_SAT  BEGIN : /tmp/evaluation/211897-1170098785/sugar21640.bcnf [Mon Jan 29 20:27:49 2007]
84.27	c # CMD : /tmp/evaluation/211897-1170098785/minisat /tmp/evaluation/211897-1170098785/sugar21640.bcnf /tmp/evaluation/211897-1170098785/sugar21640.out
85.53	c ==================================[MINISAT]===================================
85.53	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
85.53	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
85.53	c ==============================================================================
85.53	c |         0 | 1200059  3403024 |  400019       0        0     nan |  0.000 % |
86.10	c |       100 | 1200082  3403024 |  440020      63     1059    16.8 | 37.173 % |
86.75	c |       251 | 1200105  3403024 |  484022     189     6080    32.2 | 37.218 % |
87.78	c |       476 | 1196429  3394459 |  532425     399    15591    39.1 | 37.281 % |
89.49	c |       814 | 1196438  3394459 |  585667     726    31726    43.7 | 37.312 % |
91.91	c |      1321 | 1194022  3388624 |  644234    1203    59377    49.4 | 37.473 % |
95.81	c |      2081 | 1190698  3380896 |  708658    1929   100633    52.2 | 37.595 % |
101.47	c |      3222 | 1190713  3380896 |  779523    3054   162066    53.1 | 37.619 % |
110.37	c |      4930 | 1190038  3379318 |  857476    4744   254177    53.6 | 37.640 % |
123.06	c |      7492 | 1188433  3375424 |  943223    7297   381575    52.3 | 37.726 % |
141.38	c |     11336 | 1188455  3375424 | 1037546   11119   572527    51.5 | 37.726 % |
170.57	c |     17102 | 1187742  3373738 | 1141300   16870   859835    51.0 | 37.770 % |
215.43	c |     25751 | 1186659  3371200 | 1255430   25498  1265778    49.6 | 37.835 % |
285.52	c |     38725 | 1186050  3369832 | 1380974   38452  1901445    49.4 | 37.876 % |
393.95	c |     58187 | 1185697  3368965 | 1519071   57888  2770452    47.9 | 37.899 % |
573.91	c |     87379 | 1179120  3352891 | 1670978   87034  4021681    46.2 | 38.252 % |
882.61	c |    131168 | 1176227  3345925 | 1838076  130789  5683480    43.5 | 38.369 % |
1357.56	c |    196852 | 1024633  2949985 | 2021884   71693  3143380    43.8 | 46.357 % |
1465.86	c ==============================================================================
1465.86	c restarts              : 18
1465.86	c conflicts             : 211848         (153 /sec)
1465.86	c decisions             : 234176         (170 /sec)
1465.86	c propagations          : 1458339275     (1055947 /sec)
1465.86	c conflict literals     : 8431389        (51.48 % deleted)
1465.86	c Memory used           : 85.50 MB
1465.86	c CPU time              : 1381.07 s
1465.86	c 
1465.86	c UNSATISFIABLE
1465.87	c # SOLVE_SAT  END : UNSATISFIABLE (1382 seconds) [Mon Jan 29 20:50:51 2007]
1465.87	c # SOLVE_SAT  CPU : 1381.23 = 0 + 0 + 1381.07 + 0.16
1465.87	
1465.87	c # RESULT : UNSATISFIABLE
1465.88	
1465.88	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 20:50:51 2007]
1465.88	s UNSATISFIABLE
1465.88	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 20:50:51 2007]
1465.88	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
1465.88	
1465.88	c # MAIN  END :  (1466 seconds) [Mon Jan 29 20:50:51 2007]
1465.88	c # MAIN  CPU : 1465.26 = 0.26 + 0.03 + 1464.45 + 0.52
1465.88	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node21/watcher-211897-1170098785 -o ROOT/results/node21/solver-211897-1170098785 -C 1800 -M 900 /tmp/evaluation/211897-1170098785/solver /tmp/evaluation/211897-1170098785 /tmp/evaluation/211897-1170098785/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.92 1.01 1.29 4/78 21641
/proc/meminfo: memFree=1877296/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=12268 CPUtime=0
/proc/21640/stat : 21640 (sugar) R 21638 21640 20823 0 -1 4194304 560 0 0 0 0 0 0 0 18 0 1 0 29832418 12562432 280 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221236335329 0 0 4224 0 0 0 0 17 1 0 0
/proc/21640/statm: 3067 292 219 3 0 167 0

[startup+0.106848 s]
/proc/loadavg: 0.92 1.01 1.29 4/78 21641
/proc/meminfo: memFree=1877296/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=13724 CPUtime=0.03
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 1112 0 0 0 3 0 0 0 16 0 1 0 29832418 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21640/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.514865 s]
/proc/loadavg: 0.92 1.01 1.29 4/78 21641
/proc/meminfo: memFree=1877296/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=13724 CPUtime=0.03
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29832418 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21640/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33915 s]
/proc/loadavg: 0.92 1.01 1.29 2/86 21649
/proc/meminfo: memFree=1835248/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=13724 CPUtime=0.03
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29832418 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21640/statm: 3431 805 368 3 0 531 0
[pid=21642] ppid=21640 vsize=807412 CPUtime=1.27
/proc/21642/stat : 21642 (java) R 21640 21640 20823 0 -1 0 15745 0 1 0 120 7 0 0 17 0 8 0 29832422 826789888 15486 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4153473372 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21642/statm: 201853 15486 1691 14 0 189131 0
[pid=21642/tid=21643] ppid=21640 vsize=807412 CPUtime=0.1
/proc/21642/task/21643/stat : 21643 (java) S 21640 21640 20823 0 -1 64 9154 0 0 0 7 3 0 0 16 0 8 0 29832426 826789888 15486 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21642/tid=21644] ppid=21640 vsize=807412 CPUtime=0
/proc/21642/task/21644/stat : 21644 (java) S 21640 21640 20823 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 29832426 826789888 15486 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21642/tid=21645] ppid=21640 vsize=807412 CPUtime=0
/proc/21642/task/21645/stat : 21645 (java) S 21640 21640 20823 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 29832426 826789888 15486 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21642/tid=21646] ppid=21640 vsize=807412 CPUtime=0
/proc/21642/task/21646/stat : 21646 (java) S 21640 21640 20823 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29832429 826789888 15486 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21642/tid=21647] ppid=21640 vsize=807412 CPUtime=0.13
/proc/21642/task/21647/stat : 21647 (java) S 21640 21640 20823 0 -1 64 411 0 0 0 13 0 0 0 15 0 8 0 29832429 826789888 15486 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21642/tid=21648] ppid=21640 vsize=807412 CPUtime=0
/proc/21642/task/21648/stat : 21648 (java) S 21640 21640 20823 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29832429 826789888 15486 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21642/tid=21649] ppid=21640 vsize=807412 CPUtime=0
/proc/21642/task/21649/stat : 21649 (java) S 21640 21640 20823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29832429 826789888 15486 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 821136

[startup+2.98732 s]
/proc/loadavg: 0.92 1.01 1.29 2/86 21649
/proc/meminfo: memFree=1809776/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=13724 CPUtime=2.8
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 1190 18293 0 1 3 0 266 11 15 0 1 0 29832418 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 13724

[startup+6.26668 s]
/proc/loadavg: 0.93 1.01 1.28 2/86 21657
/proc/meminfo: memFree=1837424/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=13724 CPUtime=2.8
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 1190 18293 0 1 3 0 266 11 15 0 1 0 29832418 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 3431 809 371 3 0 531 0
[pid=21650] ppid=21640 vsize=807380 CPUtime=3.4
/proc/21650/stat : 21650 (java) R 21640 21640 20823 0 -1 0 11080 0 1 0 334 6 0 0 17 0 8 0 29832703 826757120 10815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073640664 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21650/statm: 201845 10815 1506 14 0 189123 0
[pid=21650/tid=21651] ppid=21640 vsize=807380 CPUtime=0.27
/proc/21650/task/21651/stat : 21651 (java) S 21640 21640 20823 0 -1 64 4719 0 0 0 26 1 0 0 16 0 8 0 29832706 826757120 10815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21650/tid=21652] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21652/stat : 21652 (java) S 21640 21640 20823 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29832706 826757120 10815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21650/tid=21653] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21653/stat : 21653 (java) S 21640 21640 20823 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29832706 826757120 10815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21650/tid=21654] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21654/stat : 21654 (java) S 21640 21640 20823 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 29832709 826757120 10815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21650/tid=21655] ppid=21640 vsize=807380 CPUtime=0.13
/proc/21650/task/21655/stat : 21655 (java) S 21640 21640 20823 0 -1 64 418 0 0 0 13 0 0 0 16 0 8 0 29832709 826757120 10815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21650/tid=21656] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21656/stat : 21656 (java) S 21640 21640 20823 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29832709 826757120 10815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21650/tid=21657] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21657/stat : 21657 (java) S 21640 21640 20823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29832709 826757120 10815 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 821104

[startup+12.7564 s]
/proc/loadavg: 0.93 1.01 1.28 2/86 21657
/proc/meminfo: memFree=1835440/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=13724 CPUtime=2.8
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 1190 18293 0 1 3 0 266 11 15 0 1 0 29832418 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 3431 809 371 3 0 531 0
[pid=21650] ppid=21640 vsize=807380 CPUtime=9.88
/proc/21650/stat : 21650 (java) R 21640 21640 20823 0 -1 0 11556 0 1 0 982 6 0 0 17 0 8 0 29832703 826757120 11267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073684306 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21650/statm: 201845 11267 1506 14 0 189123 0
[pid=21650/tid=21651] ppid=21640 vsize=807380 CPUtime=0.38
/proc/21650/task/21651/stat : 21651 (java) S 21640 21640 20823 0 -1 64 5170 0 0 0 36 2 0 0 16 0 8 0 29832706 826757120 11267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21650/tid=21652] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21652/stat : 21652 (java) S 21640 21640 20823 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29832706 826757120 11267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21650/tid=21653] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21653/stat : 21653 (java) S 21640 21640 20823 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29832706 826757120 11267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21650/tid=21654] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21654/stat : 21654 (java) S 21640 21640 20823 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 29832709 826757120 11267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21650/tid=21655] ppid=21640 vsize=807380 CPUtime=0.13
/proc/21650/task/21655/stat : 21655 (java) S 21640 21640 20823 0 -1 64 419 0 0 0 13 0 0 0 17 0 8 0 29832709 826757120 11267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21650/tid=21656] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21656/stat : 21656 (java) S 21640 21640 20823 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29832709 826757120 11267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21650/tid=21657] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21657/stat : 21657 (java) S 21640 21640 20823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29832709 826757120 11267 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 821104

[startup+25.6248 s]
/proc/loadavg: 0.95 1.00 1.28 2/86 21657
/proc/meminfo: memFree=1829808/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=13724 CPUtime=2.8
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 1190 18293 0 1 3 0 266 11 15 0 1 0 29832418 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 3431 809 371 3 0 531 0
[pid=21650] ppid=21640 vsize=807380 CPUtime=22.73
/proc/21650/stat : 21650 (java) R 21640 21640 20823 0 -1 0 12995 0 1 0 2266 7 0 0 17 0 8 0 29832703 826757120 12662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448330 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21650/statm: 201845 12662 1506 14 0 189123 0
[pid=21650/tid=21651] ppid=21640 vsize=807380 CPUtime=0.59
/proc/21650/task/21651/stat : 21651 (java) S 21640 21640 20823 0 -1 64 6565 0 0 0 56 3 0 0 16 0 8 0 29832706 826757120 12662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21650/tid=21652] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21652/stat : 21652 (java) S 21640 21640 20823 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29832706 826757120 12662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21650/tid=21653] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21653/stat : 21653 (java) S 21640 21640 20823 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29832706 826757120 12662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21650/tid=21654] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21654/stat : 21654 (java) S 21640 21640 20823 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 29832709 826757120 12662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21650/tid=21655] ppid=21640 vsize=807380 CPUtime=0.13
/proc/21650/task/21655/stat : 21655 (java) S 21640 21640 20823 0 -1 64 419 0 0 0 13 0 0 0 16 0 8 0 29832709 826757120 12662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21650/tid=21656] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21656/stat : 21656 (java) S 21640 21640 20823 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29832709 826757120 12662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21650/tid=21657] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21657/stat : 21657 (java) S 21640 21640 20823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29832709 826757120 12662 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 821104

[startup+51.2546 s]
/proc/loadavg: 0.97 1.00 1.27 2/86 21657
/proc/meminfo: memFree=1823408/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=13724 CPUtime=2.8
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 1190 18293 0 1 3 0 266 11 15 0 1 0 29832418 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 3431 809 371 3 0 531 0
[pid=21650] ppid=21640 vsize=807380 CPUtime=48.33
/proc/21650/stat : 21650 (java) R 21640 21640 20823 0 -1 0 14687 0 1 0 4824 9 0 0 17 0 8 0 29832703 826757120 14271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073639256 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21650/statm: 201845 14271 1506 14 0 189123 0
[pid=21650/tid=21651] ppid=21640 vsize=807380 CPUtime=0.95
/proc/21650/task/21651/stat : 21651 (java) S 21640 21640 20823 0 -1 64 8174 0 0 0 91 4 0 0 16 0 8 0 29832706 826757120 14271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21650/tid=21652] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21652/stat : 21652 (java) S 21640 21640 20823 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 29832706 826757120 14271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21650/tid=21653] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21653/stat : 21653 (java) S 21640 21640 20823 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29832706 826757120 14271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21650/tid=21654] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21654/stat : 21654 (java) S 21640 21640 20823 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 29832709 826757120 14271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21650/tid=21655] ppid=21640 vsize=807380 CPUtime=0.13
/proc/21650/task/21655/stat : 21655 (java) S 21640 21640 20823 0 -1 64 419 0 0 0 13 0 0 0 16 0 8 0 29832709 826757120 14271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21650/tid=21656] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21656/stat : 21656 (java) S 21640 21640 20823 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 29832709 826757120 14271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21650/tid=21657] ppid=21640 vsize=807380 CPUtime=0
/proc/21650/task/21657/stat : 21657 (java) S 21640 21640 20823 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29832709 826757120 14271 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 821104

[startup+102.539 s]
/proc/loadavg: 0.98 1.00 1.25 2/79 21658
/proc/meminfo: memFree=1752232/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=32776 CPUtime=84.06
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 5927 37718 0 2 29 3 8338 36 16 0 1 0 29832418 33562624 5441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 8194 5441 373 3 0 5294 0
[pid=21658] ppid=21640 vsize=78616 CPUtime=18.24
/proc/21658/stat : 21658 (minisat) R 21640 21640 20823 0 -1 0 19773 0 0 0 1815 9 0 0 25 0 1 0 29840846 80502784 18272 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528348 0 0 4096 3 0 0 0 17 0 0 0
/proc/21658/statm: 19654 18272 51 112 0 19538 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 111392

[startup+162.624 s]
/proc/loadavg: 0.99 1.00 1.24 2/79 21658
/proc/meminfo: memFree=1752360/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=32776 CPUtime=84.06
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 5927 37718 0 2 29 3 8338 36 16 0 1 0 29832418 33562624 5441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 8194 5441 373 3 0 5294 0
[pid=21658] ppid=21640 vsize=78616 CPUtime=78.3
/proc/21658/stat : 21658 (minisat) R 21640 21640 20823 0 -1 0 19773 0 0 0 7821 9 0 0 25 0 1 0 29840846 80502784 18272 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21658/statm: 19654 18272 51 112 0 19538 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 111392

[startup+222.711 s]
/proc/loadavg: 0.99 1.00 1.22 2/79 21658
/proc/meminfo: memFree=1752424/2055920 swapFree=4192812/4192956

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

Current children cumulated CPU time (s) 582.85
Current children cumulated vsize (KiB) 111756

[startup+643.305 s]
/proc/loadavg: 1.00 1.00 1.13 2/79 21660
/proc/meminfo: memFree=1751080/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=32776 CPUtime=84.06
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 5927 37718 0 2 29 3 8338 36 16 0 1 0 29832418 33562624 5441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 8194 5441 373 3 0 5294 0
[pid=21658] ppid=21640 vsize=79160 CPUtime=558.86
/proc/21658/stat : 21658 (minisat) R 21640 21640 20823 0 -1 0 19869 0 0 0 55875 11 0 0 25 0 1 0 29840846 81059840 18368 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21658/statm: 19790 18368 51 112 0 19674 0
Current children cumulated CPU time (s) 642.92
Current children cumulated vsize (KiB) 111936

[startup+703.391 s]
/proc/loadavg: 1.00 1.00 1.12 2/79 21660
/proc/meminfo: memFree=1749672/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=32776 CPUtime=84.06
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 5927 37718 0 2 29 3 8338 36 16 0 1 0 29832418 33562624 5441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 8194 5441 373 3 0 5294 0
[pid=21658] ppid=21640 vsize=80716 CPUtime=618.93
/proc/21658/stat : 21658 (minisat) R 21640 21640 20823 0 -1 0 20242 0 0 0 61882 11 0 0 25 0 1 0 29840846 82653184 18741 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528198 0 0 4096 3 0 0 0 17 0 0 0
/proc/21658/statm: 20179 18741 51 112 0 20063 0
Current children cumulated CPU time (s) 702.99
Current children cumulated vsize (KiB) 113492

[startup+763.473 s]
/proc/loadavg: 1.00 1.00 1.11 2/79 21660
/proc/meminfo: memFree=1747944/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=32776 CPUtime=84.06
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 5927 37718 0 2 29 3 8338 36 16 0 1 0 29832418 33562624 5441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 8194 5441 373 3 0 5294 0
[pid=21658] ppid=21640 vsize=82476 CPUtime=679
/proc/21658/stat : 21658 (minisat) R 21640 21640 20823 0 -1 0 20651 0 0 0 67888 12 0 0 25 0 1 0 29840846 84455424 19150 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21658/statm: 20619 19150 51 112 0 20503 0
Current children cumulated CPU time (s) 763.06
Current children cumulated vsize (KiB) 115252

[startup+823.556 s]
/proc/loadavg: 1.00 1.00 1.10 2/79 21660
/proc/meminfo: memFree=1745960/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=32776 CPUtime=84.06
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 5927 37718 0 2 29 3 8338 36 16 0 1 0 29832418 33562624 5441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 8194 5441 373 3 0 5294 0
[pid=21658] ppid=21640 vsize=84392 CPUtime=739.06
/proc/21658/stat : 21658 (minisat) R 21640 21640 20823 0 -1 0 21114 0 0 0 73894 12 0 0 25 0 1 0 29840846 86417408 19613 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528014 0 0 4096 3 0 0 0 17 0 0 0
/proc/21658/statm: 21098 19613 51 112 0 20982 0
Current children cumulated CPU time (s) 823.12
Current children cumulated vsize (KiB) 117168

[startup+883.642 s]
/proc/loadavg: 1.00 1.00 1.09 2/79 21660
/proc/meminfo: memFree=1744296/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=32776 CPUtime=84.06
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 5927 37718 0 2 29 3 8338 36 16 0 1 0 29832418 33562624 5441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 8194 5441 373 3 0 5294 0
[pid=21658] ppid=21640 vsize=86136 CPUtime=799.13
/proc/21658/stat : 21658 (minisat) R 21640 21640 20823 0 -1 0 21518 0 0 0 79901 12 0 0 25 0 1 0 29840846 88203264 20017 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21658/statm: 21534 20017 51 112 0 21418 0
Current children cumulated CPU time (s) 883.19
Current children cumulated vsize (KiB) 118912

[startup+943.724 s]
/proc/loadavg: 1.00 1.00 1.08 2/79 21660
/proc/meminfo: memFree=1742952/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=32776 CPUtime=84.06
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 5927 37718 0 2 29 3 8338 36 16 0 1 0 29832418 33562624 5441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 8194 5441 373 3 0 5294 0
[pid=21658] ppid=21640 vsize=87660 CPUtime=859.2
/proc/21658/stat : 21658 (minisat) R 21640 21640 20823 0 -1 0 21827 0 0 0 85907 13 0 0 25 0 1 0 29840846 89763840 20326 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/21658/statm: 21915 20326 51 112 0 21799 0
Current children cumulated CPU time (s) 943.26
Current children cumulated vsize (KiB) 120436

[startup+1003.81 s]
/proc/loadavg: 1.00 1.00 1.08 2/79 21660
/proc/meminfo: memFree=1741992/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=32776 CPUtime=84.06
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 5927 37718 0 2 29 3 8338 36 16 0 1 0 29832418 33562624 5441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 8194 5441 373 3 0 5294 0
[pid=21658] ppid=21640 vsize=88368 CPUtime=919.27
/proc/21658/stat : 21658 (minisat) R 21640 21640 20823 0 -1 0 22054 0 0 0 91914 13 0 0 25 0 1 0 29840846 90488832 20512 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528014 0 0 4096 3 0 0 0 17 0 0 0
/proc/21658/statm: 22092 20512 51 112 0 21976 0
Current children cumulated CPU time (s) 1003.33
Current children cumulated vsize (KiB) 121144

[startup+1063.89 s]
/proc/loadavg: 1.00 1.00 1.07 2/79 21660
/proc/meminfo: memFree=1741864/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=32776 CPUtime=84.06
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 5927 37718 0 2 29 3 8338 36 16 0 1 0 29832418 33562624 5441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 8194 5441 373 3 0 5294 0
[pid=21658] ppid=21640 vsize=88368 CPUtime=979.34
/proc/21658/stat : 21658 (minisat) R 21640 21640 20823 0 -1 0 22054 0 0 0 97921 13 0 0 25 0 1 0 29840846 90488832 20512 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528046 0 0 4096 3 0 0 0 17 0 0 0
/proc/21658/statm: 22092 20512 51 112 0 21976 0
Current children cumulated CPU time (s) 1063.4
Current children cumulated vsize (KiB) 121144

[startup+1123.97 s]
/proc/loadavg: 1.00 1.00 1.06 2/79 21660
/proc/meminfo: memFree=1741736/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=32776 CPUtime=84.06
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 5927 37718 0 2 29 3 8338 36 16 0 1 0 29832418 33562624 5441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 8194 5441 373 3 0 5294 0
[pid=21658] ppid=21640 vsize=88368 CPUtime=1039.4
/proc/21658/stat : 21658 (minisat) R 21640 21640 20823 0 -1 0 22055 0 0 0 103927 13 0 0 25 0 1 0 29840846 90488832 20513 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/21658/statm: 22092 20513 51 112 0 21976 0
Current children cumulated CPU time (s) 1123.46
Current children cumulated vsize (KiB) 121144

[startup+1184.05 s]
/proc/loadavg: 1.00 1.00 1.06 2/79 21660
/proc/meminfo: memFree=1741672/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=32776 CPUtime=84.06
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 5927 37718 0 2 29 3 8338 36 16 0 1 0 29832418 33562624 5441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 8194 5441 373 3 0 5294 0
[pid=21658] ppid=21640 vsize=88368 CPUtime=1099.46
/proc/21658/stat : 21658 (minisat) R 21640 21640 20823 0 -1 0 22062 0 0 0 109933 13 0 0 25 0 1 0 29840846 90488832 20520 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21658/statm: 22092 20520 51 112 0 21976 0
Current children cumulated CPU time (s) 1183.52
Current children cumulated vsize (KiB) 121144

[startup+1244.13 s]
/proc/loadavg: 1.00 1.00 1.05 2/79 21660
/proc/meminfo: memFree=1741544/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=32776 CPUtime=84.06
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 5927 37718 0 2 29 3 8338 36 16 0 1 0 29832418 33562624 5441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 8194 5441 373 3 0 5294 0
[pid=21658] ppid=21640 vsize=88368 CPUtime=1159.53
/proc/21658/stat : 21658 (minisat) R 21640 21640 20823 0 -1 0 22069 0 0 0 115940 13 0 0 25 0 1 0 29840846 90488832 20527 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/21658/statm: 22092 20527 51 112 0 21976 0
Current children cumulated CPU time (s) 1243.59
Current children cumulated vsize (KiB) 121144

[startup+1304.21 s]
/proc/loadavg: 1.00 1.00 1.05 2/79 21660
/proc/meminfo: memFree=1741544/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=32776 CPUtime=84.06
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 5927 37718 0 2 29 3 8338 36 16 0 1 0 29832418 33562624 5441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 8194 5441 373 3 0 5294 0
[pid=21658] ppid=21640 vsize=88204 CPUtime=1219.59
/proc/21658/stat : 21658 (minisat) R 21640 21640 20823 0 -1 0 22071 0 0 0 121946 13 0 0 25 0 1 0 29840846 90320896 20502 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/21658/statm: 22051 20502 51 112 0 21935 0
Current children cumulated CPU time (s) 1303.65
Current children cumulated vsize (KiB) 120980

[startup+1364.29 s]
/proc/loadavg: 1.00 1.00 1.04 2/79 21660
/proc/meminfo: memFree=1741608/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=32776 CPUtime=84.06
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 5927 37718 0 2 29 3 8338 36 16 0 1 0 29832418 33562624 5441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 8194 5441 373 3 0 5294 0
[pid=21658] ppid=21640 vsize=88040 CPUtime=1279.66
/proc/21658/stat : 21658 (minisat) R 21640 21640 20823 0 -1 0 22071 0 0 0 127953 13 0 0 25 0 1 0 29840846 90152960 20468 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 0 0 0
/proc/21658/statm: 22010 20468 51 112 0 21894 0
Current children cumulated CPU time (s) 1363.72
Current children cumulated vsize (KiB) 120816

[startup+1424.38 s]
/proc/loadavg: 1.07 1.02 1.04 2/79 21660
/proc/meminfo: memFree=1741672/2055920 swapFree=4192812/4192956
[pid=21640] ppid=21638 vsize=32776 CPUtime=84.06
/proc/21640/stat : 21640 (sugar) S 21638 21640 20823 0 -1 4194304 5927 37718 0 2 29 3 8338 36 16 0 1 0 29832418 33562624 5441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/21640/statm: 8194 5441 373 3 0 5294 0
[pid=21658] ppid=21640 vsize=87876 CPUtime=1339.72
/proc/21658/stat : 21658 (minisat) R 21640 21640 20823 0 -1 0 22071 0 0 0 133959 13 0 0 25 0 1 0 29840846 89985024 20438 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/21658/statm: 21969 20438 51 112 0 21853 0
Current children cumulated CPU time (s) 1423.78
Current children cumulated vsize (KiB) 120652

Child status: 0
Real time (s): 1465.9
CPU time (s): 1465.33
CPU user time (s): 1464.75
CPU system time (s): 0.578911
CPU usage (%): 99.9613
Max. virtual memory (cumulated for all children) (KiB): 821136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1464.75
system time used= 0.578911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65814
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3903
involuntary context switches= 7469

runsolver used 1.54276 s user time and 3.70744 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Jan 29 19:26:25 UTC 2007


IDJOB= 211897
IDBENCH= 4729
IDSOLVER= 86
FILE ID= node21/211897-1170098785

PBS_JOBID= 3689689

Free space on /tmp= 66563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mpsReduced/mps-red-ran10x26.xml
COMMAND LINE= /tmp/evaluation/211897-1170098785/solver /tmp/evaluation/211897-1170098785 /tmp/evaluation/211897-1170098785/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-211897-1170098785 -o ROOT/results/node21/solver-211897-1170098785 -C 1800 -M 900  /tmp/evaluation/211897-1170098785/solver /tmp/evaluation/211897-1170098785 /tmp/evaluation/211897-1170098785/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  258f1e258de407f03897efe46e8578c5

RANDOM SEED= 877921070

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.245
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.245
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:       1877712 kB
Buffers:         25668 kB
Cached:          50900 kB
SwapCached:          0 kB
Active:          94160 kB
Inactive:        37064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1877712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1732 kB
Writeback:           0 kB
Mapped:          73560 kB
Slab:            32592 kB
Committed_AS:   238396 kB
PageTables:       1656 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= 66563 MiB



End job on node21 on Mon Jan 29 19:50:51 UTC 2007