Trace number 224039

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.40? (TO) 1800.08 1808.56

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-17_ext.xml
MD5SUMf6a077e0558b57e8dd97958a0b11bb82
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.52577
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/224039-1170102920/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/224039-1170102920/unknown.xml [Mon Jan 29 21:35:20 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/224039-1170102920/unknown.xml /tmp/evaluation/224039-1170102920/sugar25929.csp [Mon Jan 29 21:35:20 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224039-1170102920/sugar-v0-40.jar -convert /tmp/evaluation/224039-1170102920/unknown.xml /tmp/evaluation/224039-1170102920/sugar25929.csp
0.17	c BEGIN convert /tmp/evaluation/224039-1170102920/unknown.xml
0.71	c END convert (0.542544 seconds)
0.75	c # CONVERT_XML  END : /tmp/evaluation/224039-1170102920/sugar25929.csp 1722175 bytes (1 seconds) [Mon Jan 29 21:35:21 2007]
0.75	c # CONVERT_XML  CPU : 0.65 = 0 + 0 + 0.6 + 0.05
0.75	
0.75	c # GENERATE_SAT  BEGIN : /tmp/evaluation/224039-1170102920/sugar25929.bcnf [Mon Jan 29 21:35:21 2007]
0.75	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224039-1170102920/sugar-v0-40.jar -bcnf -map /tmp/evaluation/224039-1170102920/sugar25929.map /tmp/evaluation/224039-1170102920/sugar25929.csp /tmp/evaluation/224039-1170102920/sugar25929.bcnf
0.87	c BEGIN parse /tmp/evaluation/224039-1170102920/sugar25929.csp
367.41	c END parse (366.541515 seconds)
367.41	c BEGIN simplify
368.44	c END simplify (1.03221 seconds)
368.44	c BEGIN encode /tmp/evaluation/224039-1170102920/sugar25929.bcnf
376.97	c END encode (8.530349 seconds)
377.64	c # GENERATE_SAT  END : 58724 variables 166566 clauses 86540052 bytes (377 seconds) [Mon Jan 29 21:41:38 2007]
377.64	c # GENERATE_SAT  CPU : 375.23 = 0.5 + 0.05 + 372.67 + 2.01
377.64	
377.65	c # SOLVE_SAT  BEGIN : /tmp/evaluation/224039-1170102920/sugar25929.bcnf [Mon Jan 29 21:41:38 2007]
377.65	c # CMD : /tmp/evaluation/224039-1170102920/minisat /tmp/evaluation/224039-1170102920/sugar25929.bcnf /tmp/evaluation/224039-1170102920/sugar25929.out
379.45	c ==================================[MINISAT]===================================
379.45	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
379.45	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
379.45	c ==============================================================================
379.45	c |         0 |  166566 21468401 |   55522       0        0     nan |  0.000 % |
379.58	c |       100 |  166572 21468401 |   61074      94     6247    66.5 |  0.000 % |
379.81	c |       258 |  166572 21468401 |   67181     252    18840    74.8 |  0.000 % |
380.13	c |       483 |  166572 21468401 |   73899     477    39409    82.6 |  0.000 % |
380.76	c |       820 |  166577 21468401 |   81289     809    61712    76.3 |  0.000 % |
381.74	c |      1327 |  166579 21468401 |   89418    1314    95765    72.9 |  0.000 % |
383.27	c |      2087 |  166579 21468401 |   98360    2074   149658    72.2 |  0.000 % |
386.11	c |      3227 |  166582 21468401 |  108196    3211   241630    75.3 |  0.000 % |
389.41	c |      4935 |  166585 21468401 |  119016    4916   375131    76.3 |  0.000 % |
394.48	c |      7497 |  166589 21468401 |  130917    7474   567391    75.9 |  0.000 % |
403.56	c |     11342 |  166592 21468401 |  144009   11316   858470    75.9 |  0.000 % |
418.17	c |     17108 |  166597 21468401 |  158410   17077  1360201    79.7 |  0.000 % |
443.69	c |     25761 |  166603 21468401 |  174251   25724  2105065    81.8 |  0.000 % |
477.99	c |     38737 |  166611 21468401 |  191677   38692  3319149    85.8 |  0.000 % |
526.82	c |     58198 |  166628 21468401 |  210844   58136  5204560    89.5 |  0.000 % |
612.79	c |     87390 |  166647 21468401 |  231929   87309  8156535    93.4 |  0.000 % |
761.61	c |    131179 |  166663 21468401 |  255122  131082 15109543   115.3 |  0.000 % |
1102.92	c |    196864 |  166684 21468401 |  280634  196746 28217542   143.4 |  0.000 % |
1646.83	c |    295391 |  166463 21458850 |  308697  167433 22523292   134.5 |  0.152 % |
1807.51	
1807.51	s UNKNOWN
1807.51	c # INTERRUPTED
1807.51	c # MAIN  END :  (1808 seconds) [Mon Jan 29 22:05:28 2007]
1807.51	c # MAIN  CPU : 375.88 = 0.5 + 0.05 + 373.27 + 2.06
1807.51	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node76/watcher-224039-1170102920 -o ROOT/results/node76/solver-224039-1170102920 -C 1800 -M 900 /tmp/evaluation/224039-1170102920/solver /tmp/evaluation/224039-1170102920 /tmp/evaluation/224039-1170102920/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.85 0.97 0.99 4/73 25930
/proc/meminfo: memFree=1916064/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=5364 CPUtime=0
/proc/25929/stat : 25929 (solver) R 25922 25929 25800 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 30250309 5492736 152 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 206843906402 0 0 4096 0 0 0 0 17 1 0 0
/proc/25929/statm: 1340 155 127 169 0 50 0

[startup+0.107229 s]
/proc/loadavg: 0.85 0.97 0.99 4/73 25930
/proc/meminfo: memFree=1916064/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=13728 CPUtime=0.03
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 1106 0 0 0 2 1 0 0 21 0 1 0 30250309 14057472 802 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 0 0 0
/proc/25929/statm: 3432 802 365 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13728

[startup+0.515279 s]
/proc/loadavg: 0.85 0.97 0.99 4/73 25930
/proc/meminfo: memFree=1916064/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=13728 CPUtime=0.03
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 1115 0 0 0 2 1 0 0 15 0 1 0 30250309 14057472 802 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 3432 802 365 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13728

[startup+1.33638 s]
/proc/loadavg: 1.10 1.02 1.01 4/94 25967
/proc/meminfo: memFree=1869480/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=13728 CPUtime=0.68
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 1186 7671 0 1 2 1 60 5 15 0 1 0 30250309 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 3432 808 370 3 0 531 0
[pid=25952] ppid=25929 vsize=807068 CPUtime=0.56
/proc/25952/stat : 25952 (java) R 25929 25929 25800 0 -1 0 7802 0 1 0 52 4 0 0 18 0 8 0 30250385 826437632 7551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073467307 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25952/statm: 201767 7551 1495 14 0 189044 0
[pid=25952/tid=25954] ppid=25929 vsize=807068 CPUtime=0.08
/proc/25952/task/25954/stat : 25954 (java) S 25929 25929 25800 0 -1 64 1747 0 0 0 8 0 0 0 16 0 8 0 30250388 826437632 7551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25956] ppid=25929 vsize=807068 CPUtime=0
/proc/25952/task/25956/stat : 25956 (java) S 25929 25929 25800 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30250388 826437632 7551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25957] ppid=25929 vsize=807068 CPUtime=0
/proc/25952/task/25957/stat : 25957 (java) S 25929 25929 25800 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30250388 826437632 7551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25960] ppid=25929 vsize=807068 CPUtime=0
/proc/25952/task/25960/stat : 25960 (java) S 25929 25929 25800 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30250391 826437632 7551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25961] ppid=25929 vsize=807068 CPUtime=0.05
/proc/25952/task/25961/stat : 25961 (java) R 25929 25929 25800 0 -1 64 293 0 0 0 5 0 0 0 19 0 8 0 30250391 826437632 7551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25962] ppid=25929 vsize=807068 CPUtime=0
/proc/25952/task/25962/stat : 25962 (java) S 25929 25929 25800 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30250391 826437632 7551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25963] ppid=25929 vsize=807068 CPUtime=0
/proc/25952/task/25963/stat : 25963 (java) S 25929 25929 25800 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30250392 826437632 7551 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 820796

[startup+2.97357 s]
/proc/loadavg: 1.10 1.02 1.01 4/94 25967
/proc/meminfo: memFree=1826920/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=13728 CPUtime=0.68
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 1186 7671 0 1 2 1 60 5 15 0 1 0 30250309 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 3432 808 370 3 0 531 0
[pid=25952] ppid=25929 vsize=807332 CPUtime=2.19
/proc/25952/stat : 25952 (java) R 25929 25929 25800 0 -1 0 14946 0 1 0 212 7 0 0 25 0 8 0 30250385 826707968 14678 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25952/statm: 201833 14678 1507 14 0 189110 0
[pid=25952/tid=25954] ppid=25929 vsize=807332 CPUtime=0.55
/proc/25952/task/25954/stat : 25954 (java) R 25929 25929 25800 0 -1 64 8732 0 0 0 52 3 0 0 16 0 8 0 30250388 826707968 14678 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153823240 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25956] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25956/stat : 25956 (java) S 25929 25929 25800 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30250388 826707968 14678 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25957] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25957/stat : 25957 (java) S 25929 25929 25800 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30250388 826707968 14678 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25960] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25960/stat : 25960 (java) S 25929 25929 25800 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30250391 826707968 14678 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25961] ppid=25929 vsize=807332 CPUtime=0.11
/proc/25952/task/25961/stat : 25961 (java) S 25929 25929 25800 0 -1 64 388 0 0 0 11 0 0 0 16 0 8 0 30250391 826707968 14678 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25962] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25962/stat : 25962 (java) S 25929 25929 25800 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30250391 826707968 14678 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25963] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25963/stat : 25963 (java) S 25929 25929 25800 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30250392 826707968 14678 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 821060

[startup+6.19793 s]
/proc/loadavg: 1.10 1.02 1.01 3/94 25967
/proc/meminfo: memFree=1633384/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=13728 CPUtime=0.68
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 1186 7671 0 1 2 1 60 5 15 0 1 0 30250309 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 3432 808 370 3 0 531 0
[pid=25952] ppid=25929 vsize=807332 CPUtime=5.4
/proc/25952/stat : 25952 (java) R 25929 25929 25800 0 -1 0 39969 0 1 0 520 20 0 0 25 0 8 0 30250385 826707968 39594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25952/statm: 201833 39594 1507 14 0 189110 0
[pid=25952/tid=25954] ppid=25929 vsize=807332 CPUtime=1.68
/proc/25952/task/25954/stat : 25954 (java) R 25929 25929 25800 0 -1 64 33642 0 0 0 154 14 0 0 15 0 8 0 30250388 826707968 39594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154020151 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25956] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25956/stat : 25956 (java) S 25929 25929 25800 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30250388 826707968 39594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25957] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25957/stat : 25957 (java) S 25929 25929 25800 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30250388 826707968 39594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25960] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25960/stat : 25960 (java) S 25929 25929 25800 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30250391 826707968 39594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25961] ppid=25929 vsize=807332 CPUtime=0.12
/proc/25952/task/25961/stat : 25961 (java) S 25929 25929 25800 0 -1 64 394 0 0 0 12 0 0 0 17 0 8 0 30250391 826707968 39594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25962] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25962/stat : 25962 (java) S 25929 25929 25800 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30250391 826707968 39594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25963] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25963/stat : 25963 (java) S 25929 25929 25800 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30250392 826707968 39594 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 821060

[startup+12.6417 s]
/proc/loadavg: 1.39 1.08 1.03 3/94 25967
/proc/meminfo: memFree=1485800/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=13728 CPUtime=0.68
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 1186 7671 0 1 2 1 60 5 15 0 1 0 30250309 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 3432 808 370 3 0 531 0
[pid=25952] ppid=25929 vsize=807332 CPUtime=11.8
/proc/25952/stat : 25952 (java) R 25929 25929 25800 0 -1 0 54874 0 1 0 1151 29 0 0 25 0 8 0 30250385 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073712611 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25952/statm: 201833 54116 1508 14 0 189110 0
[pid=25952/tid=25954] ppid=25929 vsize=807332 CPUtime=4.02
/proc/25952/task/25954/stat : 25954 (java) S 25929 25929 25800 0 -1 64 48334 0 0 0 379 23 0 0 16 0 8 0 30250388 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25956] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25956/stat : 25956 (java) S 25929 25929 25800 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30250388 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25957] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25957/stat : 25957 (java) S 25929 25929 25800 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30250388 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25960] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25960/stat : 25960 (java) S 25929 25929 25800 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30250391 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25961] ppid=25929 vsize=807332 CPUtime=0.14
/proc/25952/task/25961/stat : 25961 (java) S 25929 25929 25800 0 -1 64 401 0 0 0 14 0 0 0 16 0 8 0 30250391 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25962] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25962/stat : 25962 (java) S 25929 25929 25800 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30250391 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25963] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25963/stat : 25963 (java) S 25929 25929 25800 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30250392 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 821060

[startup+25.4602 s]
/proc/loadavg: 1.56 1.13 1.04 4/94 25967
/proc/meminfo: memFree=1485936/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=13728 CPUtime=0.68
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 1186 7671 0 1 2 1 60 5 15 0 1 0 30250309 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 3432 808 370 3 0 531 0
[pid=25952] ppid=25929 vsize=807332 CPUtime=24.54
/proc/25952/stat : 25952 (java) R 25929 25929 25800 0 -1 0 55661 0 1 0 2420 34 0 0 25 0 8 0 30250385 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25952/statm: 201833 54116 1508 14 0 189110 0
[pid=25952/tid=25954] ppid=25929 vsize=807332 CPUtime=8.87
/proc/25952/task/25954/stat : 25954 (java) R 25929 25929 25800 0 -1 64 48712 0 0 0 860 27 0 0 15 0 8 0 30250388 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153440084 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25956] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25956/stat : 25956 (java) S 25929 25929 25800 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30250388 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25957] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25957/stat : 25957 (java) S 25929 25929 25800 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30250388 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25960] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25960/stat : 25960 (java) S 25929 25929 25800 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30250391 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25961] ppid=25929 vsize=807332 CPUtime=0.14
/proc/25952/task/25961/stat : 25961 (java) S 25929 25929 25800 0 -1 64 401 0 0 0 14 0 0 0 17 0 8 0 30250391 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25962] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25962/stat : 25962 (java) S 25929 25929 25800 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30250391 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25963] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25963/stat : 25963 (java) S 25929 25929 25800 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30250392 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 821060

[startup+51.0802 s]
/proc/loadavg: 1.91 1.25 1.08 4/94 25967
/proc/meminfo: memFree=1485680/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=13728 CPUtime=0.68
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 1186 7671 0 1 2 1 60 5 15 0 1 0 30250309 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 3432 808 370 3 0 531 0
[pid=25952] ppid=25929 vsize=807332 CPUtime=50.02
/proc/25952/stat : 25952 (java) R 25929 25929 25800 0 -1 0 57348 0 1 0 4957 45 0 0 25 0 8 0 30250385 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073716758 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25952/statm: 201833 54116 1508 14 0 189110 0
[pid=25952/tid=25954] ppid=25929 vsize=807332 CPUtime=18.69
/proc/25952/task/25954/stat : 25954 (java) S 25929 25929 25800 0 -1 64 49603 0 0 0 1836 33 0 0 16 0 8 0 30250388 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25956] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25956/stat : 25956 (java) S 25929 25929 25800 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30250388 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25957] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25957/stat : 25957 (java) S 25929 25929 25800 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30250388 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25960] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25960/stat : 25960 (java) S 25929 25929 25800 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30250391 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25961] ppid=25929 vsize=807332 CPUtime=0.14
/proc/25952/task/25961/stat : 25961 (java) S 25929 25929 25800 0 -1 64 401 0 0 0 14 0 0 0 17 0 8 0 30250391 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25962] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25962/stat : 25962 (java) S 25929 25929 25800 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30250391 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25952/tid=25963] ppid=25929 vsize=807332 CPUtime=0
/proc/25952/task/25963/stat : 25963 (java) S 25929 25929 25800 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30250392 826707968 54116 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 821060

[startup+102.373 s]
/proc/loadavg: 2.34 1.48 1.17 3/94 25967
/proc/meminfo: memFree=1334128/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=13728 CPUtime=0.68
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 1186 7671 0 1 2 1 60 5 15 0 1 0 30250309 14057472 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 3432 808 370 3 0 531 0
[pid=25952] ppid=25929 vsize=807332 CPUtime=101.05
/proc/25952/stat : 25952 (java) R 25929 25929 25800 0 -1 0 78815 0 1 0 10031 74 0 0 25 0 8 0 30250385 826707968 72799 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25952/statm: 201833 72799 1508 14 0 189110 0
[pid=25952/tid=25954] ppid=25929 vsize=807332 CPUtime=39.39

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

/proc/loadavg: 2.00 2.05 1.83 3/80 25969
/proc/meminfo: memFree=1297568/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=45256 CPUtime=375.91
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 9022 177718 0 2 52 6 37327 206 16 0 1 0 30250309 46342144 8441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 11314 8441 373 3 0 8413 0
[pid=25968] ppid=25929 vsize=214356 CPUtime=742.48
/proc/25968/stat : 25968 (minisat) R 25929 25929 25800 0 -1 0 54174 0 0 0 74192 56 0 0 25 0 1 0 30288074 219500544 53120 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25968/statm: 53589 53120 52 112 0 53473 0
Current children cumulated CPU time (s) 1118.39
Current children cumulated vsize (KiB) 259612

[startup+1183.07 s]
/proc/loadavg: 2.04 2.05 1.85 3/80 25969
/proc/meminfo: memFree=1288160/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=45256 CPUtime=375.91
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 9022 177718 0 2 52 6 37327 206 16 0 1 0 30250309 46342144 8441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 11314 8441 373 3 0 8413 0
[pid=25968] ppid=25929 vsize=221860 CPUtime=802.29
/proc/25968/stat : 25968 (minisat) R 25929 25929 25800 0 -1 0 55953 0 0 0 80170 59 0 0 25 0 1 0 30288074 227184640 54899 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527084 0 0 4096 3 0 0 0 17 1 0 0
/proc/25968/statm: 55465 54899 52 112 0 55349 0
Current children cumulated CPU time (s) 1178.2
Current children cumulated vsize (KiB) 267116

[startup+1243.1 s]
/proc/loadavg: 2.01 2.04 1.85 3/80 25969
/proc/meminfo: memFree=1274464/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=45256 CPUtime=375.91
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 9022 177718 0 2 52 6 37327 206 16 0 1 0 30250309 46342144 8441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 11314 8441 373 3 0 8413 0
[pid=25968] ppid=25929 vsize=228520 CPUtime=862.09
/proc/25968/stat : 25968 (minisat) R 25929 25929 25800 0 -1 0 57610 0 0 0 86148 61 0 0 25 0 1 0 30288074 234004480 56556 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527291 0 0 4096 3 0 0 0 17 1 0 0
/proc/25968/statm: 57130 56556 52 112 0 57014 0
Current children cumulated CPU time (s) 1238
Current children cumulated vsize (KiB) 273776

[startup+1303.14 s]
/proc/loadavg: 2.00 2.03 1.86 3/80 25969
/proc/meminfo: memFree=1261664/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=45256 CPUtime=375.91
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 9022 177718 0 2 52 6 37327 206 16 0 1 0 30250309 46342144 8441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 11314 8441 373 3 0 8413 0
[pid=25968] ppid=25929 vsize=234288 CPUtime=921.9
/proc/25968/stat : 25968 (minisat) R 25929 25929 25800 0 -1 0 59079 0 0 0 92128 62 0 0 25 0 1 0 30288074 239910912 58025 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25968/statm: 58572 58025 52 112 0 58456 0
Current children cumulated CPU time (s) 1297.81
Current children cumulated vsize (KiB) 279544

[startup+1363.18 s]
/proc/loadavg: 2.00 2.02 1.86 3/80 25969
/proc/meminfo: memFree=1250464/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=45256 CPUtime=375.91
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 9022 177718 0 2 52 6 37327 206 16 0 1 0 30250309 46342144 8441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 11314 8441 373 3 0 8413 0
[pid=25968] ppid=25929 vsize=239364 CPUtime=981.71
/proc/25968/stat : 25968 (minisat) R 25929 25929 25800 0 -1 0 60334 0 0 0 98107 64 0 0 25 0 1 0 30288074 245108736 59280 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528562 0 0 4096 3 0 0 0 17 1 0 0
/proc/25968/statm: 59841 59280 52 112 0 59725 0
Current children cumulated CPU time (s) 1357.62
Current children cumulated vsize (KiB) 284620

[startup+1423.21 s]
/proc/loadavg: 2.00 2.02 1.87 3/80 25969
/proc/meminfo: memFree=1243616/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=45256 CPUtime=375.91
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 9022 177718 0 2 52 6 37327 206 16 0 1 0 30250309 46342144 8441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 11314 8441 373 3 0 8413 0
[pid=25968] ppid=25929 vsize=240392 CPUtime=1041.51
/proc/25968/stat : 25968 (minisat) R 25929 25929 25800 0 -1 0 60587 0 0 0 104087 64 0 0 25 0 1 0 30288074 246161408 59533 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527426 0 0 4096 3 0 0 0 17 1 0 0
/proc/25968/statm: 60098 59533 52 112 0 59982 0
Current children cumulated CPU time (s) 1417.42
Current children cumulated vsize (KiB) 285648

[startup+1483.25 s]
/proc/loadavg: 2.00 2.01 1.88 3/80 25969
/proc/meminfo: memFree=1238304/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=45256 CPUtime=375.91
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 9022 177718 0 2 52 6 37327 206 16 0 1 0 30250309 46342144 8441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 11314 8441 373 3 0 8413 0
[pid=25968] ppid=25929 vsize=240392 CPUtime=1101.32
/proc/25968/stat : 25968 (minisat) R 25929 25929 25800 0 -1 0 60587 0 0 0 110068 64 0 0 25 0 1 0 30288074 246161408 59533 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25968/statm: 60098 59533 52 112 0 59982 0
Current children cumulated CPU time (s) 1477.23
Current children cumulated vsize (KiB) 285648

[startup+1543.29 s]
/proc/loadavg: 2.00 2.01 1.88 3/86 25995
/proc/meminfo: memFree=1231960/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=45256 CPUtime=375.91
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 9022 177718 0 2 52 6 37327 206 16 0 1 0 30250309 46342144 8441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 11314 8441 373 3 0 8413 0
[pid=25968] ppid=25929 vsize=240392 CPUtime=1161.12
/proc/25968/stat : 25968 (minisat) R 25929 25929 25800 0 -1 0 60588 0 0 0 116048 64 0 0 25 0 1 0 30288074 246161408 59534 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527289 0 0 4096 3 0 0 0 17 1 0 0
/proc/25968/statm: 60098 59534 52 112 0 59982 0
Current children cumulated CPU time (s) 1537.03
Current children cumulated vsize (KiB) 285648

[startup+1603.35 s]
/proc/loadavg: 2.00 2.00 1.89 3/86 26119
/proc/meminfo: memFree=1225624/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=45256 CPUtime=375.91
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 9022 177718 0 2 52 6 37327 206 16 0 1 0 30250309 46342144 8441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 11314 8441 373 3 0 8413 0
[pid=25968] ppid=25929 vsize=240392 CPUtime=1220.81
/proc/25968/stat : 25968 (minisat) R 25929 25929 25800 0 -1 0 60588 0 0 0 122017 64 0 0 25 0 1 0 30288074 246161408 59534 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/25968/statm: 60098 59534 52 112 0 59982 0
Current children cumulated CPU time (s) 1596.72
Current children cumulated vsize (KiB) 285648

[startup+1663.4 s]
/proc/loadavg: 2.00 2.00 1.89 3/80 26167
/proc/meminfo: memFree=1221152/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=45256 CPUtime=375.91
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 9022 177718 0 2 52 6 37327 206 16 0 1 0 30250309 46342144 8441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 11314 8441 373 3 0 8413 0
[pid=25968] ppid=25929 vsize=240392 CPUtime=1280.56
/proc/25968/stat : 25968 (minisat) R 25929 25929 25800 0 -1 0 60588 0 0 0 127992 64 0 0 25 0 1 0 30288074 246161408 59534 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134532764 0 0 4096 3 0 0 0 17 1 0 0
/proc/25968/statm: 60098 59534 52 112 0 59982 0
Current children cumulated CPU time (s) 1656.47
Current children cumulated vsize (KiB) 285648

[startup+1723.44 s]
/proc/loadavg: 2.00 2.00 1.90 3/80 26167
/proc/meminfo: memFree=1216224/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=45256 CPUtime=375.91
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 9022 177718 0 2 52 6 37327 206 16 0 1 0 30250309 46342144 8441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 11314 8441 373 3 0 8413 0
[pid=25968] ppid=25929 vsize=240392 CPUtime=1340.37
/proc/25968/stat : 25968 (minisat) R 25929 25929 25800 0 -1 0 60588 0 0 0 133973 64 0 0 25 0 1 0 30288074 246161408 59534 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527303 0 0 4096 3 0 0 0 17 1 0 0
/proc/25968/statm: 60098 59534 52 112 0 59982 0
Current children cumulated CPU time (s) 1716.28
Current children cumulated vsize (KiB) 285648

[startup+1783.48 s]
/proc/loadavg: 2.00 2.00 1.90 3/80 26167
/proc/meminfo: memFree=1210976/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=45256 CPUtime=375.91
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 9022 177718 0 2 52 6 37327 206 16 0 1 0 30250309 46342144 8441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 11314 8441 373 3 0 8413 0
[pid=25968] ppid=25929 vsize=240392 CPUtime=1400.18
/proc/25968/stat : 25968 (minisat) R 25929 25929 25800 0 -1 0 60591 0 0 0 139954 64 0 0 25 0 1 0 30288074 246161408 59537 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25968/statm: 60098 59537 52 112 0 59982 0
Current children cumulated CPU time (s) 1776.09
Current children cumulated vsize (KiB) 285648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.00 2.00 1.91 3/80 26167
/proc/meminfo: memFree=1209376/2055888 swapFree=4096564/4096564
[pid=25929] ppid=25922 vsize=45256 CPUtime=375.91
/proc/25929/stat : 25929 (sugar) S 25922 25929 25800 0 -1 4194304 9022 177718 0 2 52 6 37327 206 16 0 1 0 30250309 46342144 8441 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 206852632722 0 0 4224 16386 18446744071563651996 0 0 17 1 0 0
/proc/25929/statm: 11314 8441 373 3 0 8413 0
[pid=25968] ppid=25929 vsize=240392 CPUtime=1424.11
/proc/25968/stat : 25968 (minisat) R 25929 25929 25800 0 -1 0 60592 0 0 0 142347 64 0 0 25 0 1 0 30288074 246161408 59538 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528340 0 0 4096 3 0 0 0 17 1 0 0
/proc/25968/statm: 60098 59538 52 112 0 59982 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 285648

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25929 and gives childrusage.ru_utime.tv_sec=373 childrusage.ru_utime.tv_usec=803173 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=177668
CPU time returned by wait4() is 375.981
while last known CPU time is 1800.08

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1808.56
CPU time (s): 1800.08
CPU user time (s): 1797.26
CPU system time (s): 2.82
CPU usage (%): 99.531
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 373.803
system time used= 2.17767
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186826
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= 52215
involuntary context switches= 56040

runsolver used 2.05669 s user time and 4.87326 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Mon Jan 29 20:35:20 UTC 2007


IDJOB= 224039
IDBENCH= 5701
IDSOLVER= 86
FILE ID= node76/224039-1170102920

PBS_JOBID= 3689822

Free space on /tmp= 66650 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-17_ext.xml
COMMAND LINE= /tmp/evaluation/224039-1170102920/solver /tmp/evaluation/224039-1170102920 /tmp/evaluation/224039-1170102920/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-224039-1170102920 -o ROOT/results/node76/solver-224039-1170102920 -C 1800 -M 900  /tmp/evaluation/224039-1170102920/solver /tmp/evaluation/224039-1170102920 /tmp/evaluation/224039-1170102920/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f6a077e0558b57e8dd97958a0b11bb82

RANDOM SEED= 719471313

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.219
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	: 6006.18
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.219
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	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1916224 kB
Buffers:         14944 kB
Cached:          60536 kB
SwapCached:          0 kB
Active:          51272 kB
Inactive:        44764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1916224 kB
SwapTotal:     4096564 kB
SwapFree:      4096564 kB
Dirty:            2360 kB
Writeback:           0 kB
Mapped:          30952 kB
Slab:            29444 kB
Committed_AS:   427404 kB
PageTables:       1624 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB



End job on node76 on Mon Jan 29 21:05:29 UTC 2007