Trace number 223661

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.12 1816.39

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-37_ext.xml
MD5SUM0da2491e964a6fb21598906e2adbb760
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.3954
SatisfiableNO
(Un)Satisfiability was provedNO
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.05	c # Sugar v0-40 (/tmp/evaluation/223661-1170102833/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/223661-1170102833/unknown.xml [Mon Jan 29 21:33:55 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/223661-1170102833/unknown.xml /tmp/evaluation/223661-1170102833/sugar17625.csp [Mon Jan 29 21:33:55 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223661-1170102833/sugar-v0-40.jar -convert /tmp/evaluation/223661-1170102833/unknown.xml /tmp/evaluation/223661-1170102833/sugar17625.csp
0.17	c BEGIN convert /tmp/evaluation/223661-1170102833/unknown.xml
0.75	c END convert (0.583345 seconds)
0.97	c # CONVERT_XML  END : /tmp/evaluation/223661-1170102833/sugar17625.csp 1726633 bytes (1 seconds) [Mon Jan 29 21:33:56 2007]
0.97	c # CONVERT_XML  CPU : 0.69 = 0 + 0 + 0.64 + 0.05
0.97	
0.97	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223661-1170102833/sugar17625.bcnf [Mon Jan 29 21:33:56 2007]
0.97	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223661-1170102833/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223661-1170102833/sugar17625.map /tmp/evaluation/223661-1170102833/sugar17625.csp /tmp/evaluation/223661-1170102833/sugar17625.bcnf
1.10	c BEGIN parse /tmp/evaluation/223661-1170102833/sugar17625.csp
319.36	c END parse (318.251716 seconds)
319.36	c BEGIN simplify
320.50	c END simplify (1.145378 seconds)
320.50	c BEGIN encode /tmp/evaluation/223661-1170102833/sugar17625.bcnf
327.91	c END encode (7.409859 seconds)
328.59	c # GENERATE_SAT  END : 56418 variables 162115 clauses 83187740 bytes (328 seconds) [Mon Jan 29 21:39:24 2007]
328.59	c # GENERATE_SAT  CPU : 326.06 = 0.5 + 0.05 + 323.57 + 1.94
328.59	
328.59	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223661-1170102833/sugar17625.bcnf [Mon Jan 29 21:39:24 2007]
328.59	c # CMD : /tmp/evaluation/223661-1170102833/minisat /tmp/evaluation/223661-1170102833/sugar17625.bcnf /tmp/evaluation/223661-1170102833/sugar17625.out
330.37	c ==================================[MINISAT]===================================
330.37	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
330.37	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
330.37	c ==============================================================================
330.37	c |         0 |  162115 20634776 |   54038       0        0     nan |  0.000 % |
330.55	c |       101 |  162120 20634776 |   59441      96     5658    58.9 |  0.000 % |
330.81	c |       251 |  162121 20634776 |   65385     245    14713    60.1 |  0.000 % |
331.15	c |       476 |  162123 20634776 |   71924     468    31595    67.5 |  0.000 % |
331.84	c |       813 |  162126 20634776 |   79117     802    57478    71.7 |  0.000 % |
332.75	c |      1319 |  162130 20634776 |   87028    1304   101988    78.2 |  0.000 % |
334.09	c |      2082 |  162131 20634776 |   95731    2066   157460    76.2 |  0.000 % |
336.59	c |      3224 |  162135 20634776 |  105304    3204   291250    90.9 |  0.000 % |
339.89	c |      4932 |  162138 20634776 |  115835    4909   421908    85.9 |  0.000 % |
345.43	c |      7494 |  162144 20634776 |  127418    7465   629447    84.3 |  0.000 % |
356.26	c |     11338 |  162148 20634776 |  140160   11305   985161    87.1 |  0.000 % |
370.91	c |     17105 |  162156 20634776 |  154176   17064  1490643    87.4 |  0.000 % |
395.83	c |     25754 |  162169 20634776 |  169594   25700  2240538    87.2 |  0.000 % |
451.47	c |     38728 |  162173 20634776 |  186553   38670  3567005    92.2 |  0.000 % |
540.78	c |     58190 |  162179 20634776 |  205209   58126  5549279    95.5 |  0.000 % |
708.48	c |     87382 |  162189 20634776 |  225730   87308  8567810    98.1 |  0.000 % |
920.58	c |    131171 |  162199 20634776 |  248303  131087 13817791   105.4 |  0.000 % |
1341.06	c |    196855 |  162209 20634776 |  273133  196761 21736538   110.5 |  0.000 % |
1815.34	
1815.34	s UNKNOWN
1815.34	c # INTERRUPTED
1815.34	c # MAIN  END :  (1815 seconds) [Mon Jan 29 22:04:10 2007]
1815.34	c # MAIN  CPU : 326.76 = 0.51 + 0.05 + 324.21 + 1.99
1815.34	

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/node22/watcher-223661-1170102833 -o ROOT/results/node22/solver-223661-1170102833 -C 1800 -M 900 /tmp/evaluation/223661-1170102833/solver /tmp/evaluation/223661-1170102833 /tmp/evaluation/223661-1170102833/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: 1.11 1.03 1.01 5/88 17626
/proc/meminfo: memFree=1835040/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=6268 CPUtime=0
/proc/17625/stat : 17625 (sugar) R 17623 17625 17416 0 -1 4194304 311 0 0 0 0 0 0 0 20 0 1 0 30237422 6418432 47 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272465196425 0 0 4096 0 0 0 0 17 1 0 0
/proc/17625/statm: 1567 47 36 3 0 8 0

[startup+0.104613 s]
/proc/loadavg: 1.11 1.03 1.01 5/88 17626
/proc/meminfo: memFree=1835040/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=13724 CPUtime=0.03
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30237422 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17625/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.512644 s]
/proc/loadavg: 1.11 1.03 1.01 5/88 17626
/proc/meminfo: memFree=1835040/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=13724 CPUtime=0.03
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30237422 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17625/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33571 s]
/proc/loadavg: 1.11 1.03 1.01 4/96 17642
/proc/meminfo: memFree=1826400/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=13724 CPUtime=0.72
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 1190 7679 0 1 3 0 64 5 15 0 1 0 30237422 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17625/statm: 3431 809 371 3 0 531 0
[pid=17635] ppid=17625 vsize=807064 CPUtime=0.33
/proc/17635/stat : 17635 (java) R 17625 17625 17416 0 -1 0 6535 0 1 0 30 3 0 0 20 0 8 0 30237519 826433536 6285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073481342 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17635/statm: 201766 6285 1494 14 0 189044 0
[pid=17635/tid=17636] ppid=17625 vsize=807064 CPUtime=0.02
/proc/17635/task/17636/stat : 17636 (java) S 17625 17625 17416 0 -1 64 483 0 0 0 2 0 0 0 16 0 8 0 30237523 826433536 6285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17637] ppid=17625 vsize=807064 CPUtime=0
/proc/17635/task/17637/stat : 17637 (java) S 17625 17625 17416 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30237525 826433536 6285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17638] ppid=17625 vsize=807064 CPUtime=0
/proc/17635/task/17638/stat : 17638 (java) S 17625 17625 17416 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30237525 826433536 6285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17639] ppid=17625 vsize=807064 CPUtime=0
/proc/17635/task/17639/stat : 17639 (java) S 17625 17625 17416 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30237528 826433536 6285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17640] ppid=17625 vsize=807064 CPUtime=0.06
/proc/17635/task/17640/stat : 17640 (java) S 17625 17625 17416 0 -1 64 292 0 0 0 6 0 0 0 16 0 8 0 30237528 826433536 6285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17641] ppid=17625 vsize=807064 CPUtime=0
/proc/17635/task/17641/stat : 17641 (java) S 17625 17625 17416 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30237528 826433536 6285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17642] ppid=17625 vsize=807064 CPUtime=0
/proc/17635/task/17642/stat : 17642 (java) S 17625 17625 17416 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30237528 826433536 6285 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 820788

[startup+2.98783 s]
/proc/loadavg: 1.11 1.03 1.01 4/96 17642
/proc/meminfo: memFree=1796256/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=13724 CPUtime=0.72
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 1190 7679 0 1 3 0 64 5 15 0 1 0 30237422 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17625/statm: 3431 809 371 3 0 531 0
[pid=17635] ppid=17625 vsize=807064 CPUtime=1.97
/proc/17635/stat : 17635 (java) R 17625 17625 17416 0 -1 0 13599 0 1 0 191 6 0 0 25 0 8 0 30237519 826433536 13334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073481404 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17635/statm: 201766 13334 1494 14 0 189044 0
[pid=17635/tid=17636] ppid=17625 vsize=807064 CPUtime=0.49
/proc/17635/task/17636/stat : 17636 (java) S 17625 17625 17416 0 -1 64 7532 0 0 0 47 2 0 0 16 0 8 0 30237523 826433536 13334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17637] ppid=17625 vsize=807064 CPUtime=0
/proc/17635/task/17637/stat : 17637 (java) S 17625 17625 17416 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30237525 826433536 13334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17638] ppid=17625 vsize=807064 CPUtime=0
/proc/17635/task/17638/stat : 17638 (java) S 17625 17625 17416 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30237525 826433536 13334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17639] ppid=17625 vsize=807064 CPUtime=0
/proc/17635/task/17639/stat : 17639 (java) S 17625 17625 17416 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30237528 826433536 13334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17640] ppid=17625 vsize=807064 CPUtime=0.06
/proc/17635/task/17640/stat : 17640 (java) S 17625 17625 17416 0 -1 64 292 0 0 0 6 0 0 0 16 0 8 0 30237528 826433536 13334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17641] ppid=17625 vsize=807064 CPUtime=0
/proc/17635/task/17641/stat : 17641 (java) S 17625 17625 17416 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30237528 826433536 13334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17642] ppid=17625 vsize=807064 CPUtime=0
/proc/17635/task/17642/stat : 17642 (java) S 17625 17625 17416 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30237528 826433536 13334 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 820788

[startup+6.21807 s]
/proc/loadavg: 1.18 1.04 1.01 3/96 17642
/proc/meminfo: memFree=1694880/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=13724 CPUtime=0.72
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 1190 7679 0 1 3 0 64 5 15 0 1 0 30237422 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17625/statm: 3431 809 371 3 0 531 0
[pid=17635] ppid=17625 vsize=807332 CPUtime=5.16
/proc/17635/stat : 17635 (java) R 17625 17625 17416 0 -1 0 40392 0 1 0 497 19 0 0 25 0 8 0 30237519 826707968 40015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073594062 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17635/statm: 201833 40015 1506 14 0 189111 0
[pid=17635/tid=17636] ppid=17625 vsize=807332 CPUtime=1.65
/proc/17635/task/17636/stat : 17636 (java) S 17625 17625 17416 0 -1 64 34085 0 0 0 150 15 0 0 16 0 8 0 30237523 826707968 40015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17637] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17637/stat : 17637 (java) S 17625 17625 17416 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30237525 826707968 40015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17638] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17638/stat : 17638 (java) S 17625 17625 17416 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30237525 826707968 40015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17639] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17639/stat : 17639 (java) S 17625 17625 17416 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30237528 826707968 40015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17640] ppid=17625 vsize=807332 CPUtime=0.12
/proc/17635/task/17640/stat : 17640 (java) S 17625 17625 17416 0 -1 64 385 0 0 0 12 0 0 0 16 0 8 0 30237528 826707968 40015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17641] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17641/stat : 17641 (java) S 17625 17625 17416 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30237528 826707968 40015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17642] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17642/stat : 17642 (java) S 17625 17625 17416 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30237528 826707968 40015 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 821056

[startup+12.6895 s]
/proc/loadavg: 1.25 1.06 1.02 4/96 17642
/proc/meminfo: memFree=1619808/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=13724 CPUtime=0.72
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 1190 7679 0 1 3 0 64 5 15 0 1 0 30237422 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17625/statm: 3431 809 371 3 0 531 0
[pid=17635] ppid=17625 vsize=807332 CPUtime=11.56
/proc/17635/stat : 17635 (java) R 17625 17625 17416 0 -1 0 54840 0 1 0 1127 29 0 0 25 0 8 0 30237519 826707968 54240 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17635/statm: 201833 54240 1507 14 0 189111 0
[pid=17635/tid=17636] ppid=17625 vsize=807332 CPUtime=4.22
/proc/17635/task/17636/stat : 17636 (java) R 17625 17625 17416 0 -1 64 48287 0 0 0 399 23 0 0 16 0 8 0 30237523 826707968 54240 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155772416 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17637] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17637/stat : 17637 (java) S 17625 17625 17416 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30237525 826707968 54240 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17638] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17638/stat : 17638 (java) S 17625 17625 17416 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30237525 826707968 54240 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17639] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17639/stat : 17639 (java) S 17625 17625 17416 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30237528 826707968 54240 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17640] ppid=17625 vsize=807332 CPUtime=0.15
/proc/17635/task/17640/stat : 17640 (java) S 17625 17625 17416 0 -1 64 400 0 0 0 15 0 0 0 16 0 8 0 30237528 826707968 54240 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17641] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17641/stat : 17641 (java) S 17625 17625 17416 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30237528 826707968 54240 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17642] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17642/stat : 17642 (java) S 17625 17625 17416 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30237528 826707968 54240 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 821056

[startup+25.5783 s]
/proc/loadavg: 1.79 1.19 1.06 4/96 17642
/proc/meminfo: memFree=1618848/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=13724 CPUtime=0.72
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 1190 7679 0 1 3 0 64 5 15 0 1 0 30237422 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17625/statm: 3431 809 371 3 0 531 0
[pid=17635] ppid=17625 vsize=807332 CPUtime=24.38
/proc/17635/stat : 17635 (java) R 17625 17625 17416 0 -1 0 55885 0 1 0 2405 33 0 0 25 0 8 0 30237519 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17635/statm: 201833 54111 1507 14 0 189111 0
[pid=17635/tid=17636] ppid=17625 vsize=807332 CPUtime=9.33
/proc/17635/task/17636/stat : 17636 (java) R 17625 17625 17416 0 -1 64 48873 0 0 0 907 26 0 0 16 0 8 0 30237523 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155216465 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17637] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17637/stat : 17637 (java) S 17625 17625 17416 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30237525 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17638] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17638/stat : 17638 (java) S 17625 17625 17416 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30237525 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17639] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17639/stat : 17639 (java) S 17625 17625 17416 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30237528 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17640] ppid=17625 vsize=807332 CPUtime=0.15
/proc/17635/task/17640/stat : 17640 (java) S 17625 17625 17416 0 -1 64 400 0 0 0 15 0 0 0 16 0 8 0 30237528 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17641] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17641/stat : 17641 (java) S 17625 17625 17416 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30237528 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17642] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17642/stat : 17642 (java) S 17625 17625 17416 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30237528 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 821056

[startup+51.2372 s]
/proc/loadavg: 1.92 1.27 1.09 3/96 17642
/proc/meminfo: memFree=1620192/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=13724 CPUtime=0.72
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 1190 7679 0 1 3 0 64 5 15 0 1 0 30237422 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17625/statm: 3431 809 371 3 0 531 0
[pid=17635] ppid=17625 vsize=807332 CPUtime=49.9
/proc/17635/stat : 17635 (java) R 17625 17625 17416 0 -1 0 57887 0 1 0 4944 46 0 0 25 0 8 0 30237519 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073594066 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17635/statm: 201833 54111 1507 14 0 189111 0
[pid=17635/tid=17636] ppid=17625 vsize=807332 CPUtime=19.74
/proc/17635/task/17636/stat : 17636 (java) S 17625 17625 17416 0 -1 64 49985 0 0 0 1941 33 0 0 16 0 8 0 30237523 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17637] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17637/stat : 17637 (java) S 17625 17625 17416 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30237525 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17638] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17638/stat : 17638 (java) S 17625 17625 17416 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30237525 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17639] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17639/stat : 17639 (java) S 17625 17625 17416 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30237528 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17640] ppid=17625 vsize=807332 CPUtime=0.15
/proc/17635/task/17640/stat : 17640 (java) S 17625 17625 17416 0 -1 64 400 0 0 0 15 0 0 0 16 0 8 0 30237528 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17641] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17641/stat : 17641 (java) S 17625 17625 17416 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30237528 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17635/tid=17642] ppid=17625 vsize=807332 CPUtime=0
/proc/17635/task/17642/stat : 17642 (java) S 17625 17625 17416 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30237528 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 821056

[startup+102.442 s]
/proc/loadavg: 2.17 1.44 1.16 3/96 17642
/proc/meminfo: memFree=1525024/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=13724 CPUtime=0.72
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 1190 7679 0 1 3 0 64 5 15 0 1 0 30237422 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17625/statm: 3431 809 371 3 0 531 0
[pid=17635] ppid=17625 vsize=807332 CPUtime=100.83
/proc/17635/stat : 17635 (java) R 17625 17625 17416 0 -1 0 84663 0 1 0 10008 75 0 0 25 0 8 0 30237519 826707968 77712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565992 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17635/statm: 201833 77712 1507 14 0 189111 0
[pid=17635/tid=17636] ppid=17625 vsize=807332 CPUtime=41.92

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

/proc/loadavg: 2.00 2.06 1.81 3/89 17710
/proc/meminfo: memFree=1316432/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=44064 CPUtime=326.79
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 8735 175966 0 2 54 5 32421 199 16 0 1 0 30237422 45121536 8151 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17625/statm: 11016 8151 373 3 0 8116 0
[pid=17645] ppid=17625 vsize=167656 CPUtime=788.09
/proc/17645/stat : 17645 (minisat) R 17625 17625 17416 0 -1 0 42429 0 0 0 78759 50 0 0 25 0 1 0 30270282 171679744 41375 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 0 0 0
/proc/17645/statm: 41914 41375 52 112 0 41798 0
Current children cumulated CPU time (s) 1114.88
Current children cumulated vsize (KiB) 211720

[startup+1183.8 s]
/proc/loadavg: 2.00 2.05 1.82 3/89 17710
/proc/meminfo: memFree=1306512/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=44064 CPUtime=326.79
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 8735 175966 0 2 54 5 32421 199 16 0 1 0 30237422 45121536 8151 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17625/statm: 11016 8151 373 3 0 8116 0
[pid=17645] ppid=17625 vsize=171664 CPUtime=847.62
/proc/17645/stat : 17645 (minisat) R 17625 17625 17416 0 -1 0 43406 0 0 0 84710 52 0 0 25 0 1 0 30270282 175783936 42352 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/17645/statm: 42916 42352 52 112 0 42800 0
Current children cumulated CPU time (s) 1174.41
Current children cumulated vsize (KiB) 215728

[startup+1243.86 s]
/proc/loadavg: 2.00 2.04 1.83 3/89 17710
/proc/meminfo: memFree=1297040/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=44064 CPUtime=326.79
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 8735 175966 0 2 54 5 32421 199 16 0 1 0 30237422 45121536 8151 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17625/statm: 11016 8151 373 3 0 8116 0
[pid=17645] ppid=17625 vsize=176348 CPUtime=907.12
/proc/17645/stat : 17645 (minisat) R 17625 17625 17416 0 -1 0 44586 0 0 0 90659 53 0 0 25 0 1 0 30270282 180580352 43532 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17645/statm: 44087 43532 52 112 0 43971 0
Current children cumulated CPU time (s) 1233.91
Current children cumulated vsize (KiB) 220412

[startup+1303.95 s]
/proc/loadavg: 2.00 2.03 1.83 3/89 17710
/proc/meminfo: memFree=1288592/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=44064 CPUtime=326.79
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 8735 175966 0 2 54 5 32421 199 16 0 1 0 30237422 45121536 8151 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17625/statm: 11016 8151 373 3 0 8116 0
[pid=17645] ppid=17625 vsize=180708 CPUtime=966.65
/proc/17645/stat : 17645 (minisat) R 17625 17625 17416 0 -1 0 45692 0 0 0 96610 55 0 0 25 0 1 0 30270282 185044992 44638 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17645/statm: 45177 44638 52 112 0 45061 0
Current children cumulated CPU time (s) 1293.44
Current children cumulated vsize (KiB) 224772

[startup+1364.04 s]
/proc/loadavg: 2.00 2.02 1.84 3/89 17710
/proc/meminfo: memFree=1284112/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=44064 CPUtime=326.79
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 8735 175966 0 2 54 5 32421 199 16 0 1 0 30237422 45121536 8151 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17625/statm: 11016 8151 373 3 0 8116 0
[pid=17645] ppid=17625 vsize=185100 CPUtime=1026.2
/proc/17645/stat : 17645 (minisat) R 17625 17625 17416 0 -1 0 46795 0 0 0 102565 55 0 0 25 0 1 0 30270282 189542400 45741 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528762 0 0 4096 3 0 0 0 17 0 0 0
/proc/17645/statm: 46275 45741 52 112 0 46159 0
Current children cumulated CPU time (s) 1352.99
Current children cumulated vsize (KiB) 229164

[startup+1424.13 s]
/proc/loadavg: 2.00 2.02 1.85 3/89 17710
/proc/meminfo: memFree=1279312/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=44064 CPUtime=326.79
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 8735 175966 0 2 54 5 32421 199 16 0 1 0 30237422 45121536 8151 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17625/statm: 11016 8151 373 3 0 8116 0
[pid=17645] ppid=17625 vsize=190184 CPUtime=1085.75
/proc/17645/stat : 17645 (minisat) R 17625 17625 17416 0 -1 0 47968 0 0 0 108517 58 0 0 25 0 1 0 30270282 194748416 46914 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17645/statm: 47546 46914 52 112 0 47430 0
Current children cumulated CPU time (s) 1412.54
Current children cumulated vsize (KiB) 234248

[startup+1484.22 s]
/proc/loadavg: 2.00 2.01 1.85 3/89 17710
/proc/meminfo: memFree=1274640/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=44064 CPUtime=326.79
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 8735 175966 0 2 54 5 32421 199 16 0 1 0 30237422 45121536 8151 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17625/statm: 11016 8151 373 3 0 8116 0
[pid=17645] ppid=17625 vsize=194776 CPUtime=1145.28
/proc/17645/stat : 17645 (minisat) R 17625 17625 17416 0 -1 0 49113 0 0 0 114469 59 0 0 25 0 1 0 30270282 199450624 48059 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17645/statm: 48694 48059 52 112 0 48578 0
Current children cumulated CPU time (s) 1472.07
Current children cumulated vsize (KiB) 238840

[startup+1544.31 s]
/proc/loadavg: 2.00 2.00 1.86 3/89 17710
/proc/meminfo: memFree=1269904/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=44064 CPUtime=326.79
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 8735 175966 0 2 54 5 32421 199 16 0 1 0 30237422 45121536 8151 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17625/statm: 11016 8151 373 3 0 8116 0
[pid=17645] ppid=17625 vsize=199376 CPUtime=1204.85
/proc/17645/stat : 17645 (minisat) R 17625 17625 17416 0 -1 0 50273 0 0 0 120423 62 0 0 25 0 1 0 30270282 204161024 49219 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528532 0 0 4096 3 0 0 0 17 0 0 0
/proc/17645/statm: 49844 49219 52 112 0 49728 0
Current children cumulated CPU time (s) 1531.64
Current children cumulated vsize (KiB) 243440

[startup+1604.4 s]
/proc/loadavg: 2.00 2.00 1.86 3/89 17710
/proc/meminfo: memFree=1266256/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=44064 CPUtime=326.79
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 8735 175966 0 2 54 5 32421 199 16 0 1 0 30237422 45121536 8151 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17625/statm: 11016 8151 373 3 0 8116 0
[pid=17645] ppid=17625 vsize=202884 CPUtime=1264.4
/proc/17645/stat : 17645 (minisat) R 17625 17625 17416 0 -1 0 51166 0 0 0 126378 62 0 0 25 0 1 0 30270282 207753216 50112 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17645/statm: 50721 50112 52 112 0 50605 0
Current children cumulated CPU time (s) 1591.19
Current children cumulated vsize (KiB) 246948

[startup+1664.4 s]
/proc/loadavg: 2.00 2.00 1.87 3/95 17818
/proc/meminfo: memFree=1260368/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=44064 CPUtime=326.79
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 8735 175966 0 2 54 5 32421 199 16 0 1 0 30237422 45121536 8151 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17625/statm: 11016 8151 373 3 0 8116 0
[pid=17645] ppid=17625 vsize=207360 CPUtime=1323.78
/proc/17645/stat : 17645 (minisat) R 17625 17625 17416 0 -1 0 52285 0 0 0 132308 70 0 0 25 0 1 0 30270282 212336640 51231 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/17645/statm: 51840 51231 52 112 0 51724 0
Current children cumulated CPU time (s) 1650.57
Current children cumulated vsize (KiB) 251424

[startup+1724.41 s]
/proc/loadavg: 2.00 2.00 1.87 3/89 17908
/proc/meminfo: memFree=1254528/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=44064 CPUtime=326.79
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 8735 175966 0 2 54 5 32421 199 16 0 1 0 30237422 45121536 8151 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17625/statm: 11016 8151 373 3 0 8116 0
[pid=17645] ppid=17625 vsize=212220 CPUtime=1383.17
/proc/17645/stat : 17645 (minisat) R 17625 17625 17416 0 -1 0 53535 0 0 0 138235 82 0 0 25 0 1 0 30270282 217313280 52481 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525668 0 0 4096 3 0 0 0 17 0 0 0
/proc/17645/statm: 53055 52481 52 112 0 52939 0
Current children cumulated CPU time (s) 1709.96
Current children cumulated vsize (KiB) 256284

[startup+1784.51 s]
/proc/loadavg: 2.00 2.00 1.88 3/89 17908
/proc/meminfo: memFree=1244816/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=44064 CPUtime=326.79
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 8735 175966 0 2 54 5 32421 199 16 0 1 0 30237422 45121536 8151 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17625/statm: 11016 8151 373 3 0 8116 0
[pid=17645] ppid=17625 vsize=216052 CPUtime=1442.73
/proc/17645/stat : 17645 (minisat) R 17625 17625 17416 0 -1 0 54478 0 0 0 144189 84 0 0 25 0 1 0 30270282 221237248 53424 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17645/statm: 54013 53424 52 112 0 53897 0
Current children cumulated CPU time (s) 1769.52
Current children cumulated vsize (KiB) 260116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.33 s]
/proc/loadavg: 2.00 2.00 1.88 3/89 17908
/proc/meminfo: memFree=1240080/2055920 swapFree=4192812/4192956
[pid=17625] ppid=17623 vsize=44064 CPUtime=326.79
/proc/17625/stat : 17625 (sugar) S 17623 17625 17416 0 -1 4194304 8735 175966 0 2 54 5 32421 199 16 0 1 0 30237422 45121536 8151 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17625/statm: 11016 8151 373 3 0 8116 0
[pid=17645] ppid=17625 vsize=217856 CPUtime=1473.26
/proc/17645/stat : 17645 (minisat) R 17625 17625 17416 0 -1 0 54939 0 0 0 147241 85 0 0 25 0 1 0 30270282 223084544 53885 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/17645/statm: 54464 53885 52 112 0 54348 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 261920

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 17625 and gives childrusage.ru_utime.tv_sec=324 childrusage.ru_utime.tv_usec=757629 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=99680
CPU time returned by wait4() is 326.857
while last known CPU time is 1800.12

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

Real time (s): 1816.39
CPU time (s): 1800.12
CPU user time (s): 1797.16
CPU system time (s): 2.96
CPU usage (%): 99.1042
Max. virtual memory (cumulated for all children) (KiB): 822060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 324.758
system time used= 2.09968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184786
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= 50547
involuntary context switches= 49027

runsolver used 2.10568 s user time and 5.58215 s system time

The end

Launcher Data (download as text)

Begin job on node22 on Mon Jan 29 20:33:54 UTC 2007


IDJOB= 223661
IDBENCH= 5661
IDSOLVER= 86
FILE ID= node22/223661-1170102833

PBS_JOBID= 3689773

Free space on /tmp= 66562 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  0da2491e964a6fb21598906e2adbb760

RANDOM SEED= 420191289

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.235
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.235
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:       1835520 kB
Buffers:         12964 kB
Cached:          68492 kB
SwapCached:        144 kB
Active:         127572 kB
Inactive:        45064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1228 kB
Writeback:           0 kB
Mapped:         110732 kB
Slab:            32680 kB
Committed_AS:   331340 kB
PageTables:       2088 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= 66478 MiB



End job on node22 on Mon Jan 29 21:04:12 UTC 2007