Trace number 224020

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.64

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-5_ext.xml
MD5SUMe87527d3d9cb650583ee9e0c941502a5
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 benchmark10.9663
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.05	c # Sugar v0-40 (/tmp/evaluation/224020-1170102914/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/224020-1170102914/unknown.xml [Mon Jan 29 21:35:14 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/224020-1170102914/unknown.xml /tmp/evaluation/224020-1170102914/sugar18810.csp [Mon Jan 29 21:35:14 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224020-1170102914/sugar-v0-40.jar -convert /tmp/evaluation/224020-1170102914/unknown.xml /tmp/evaluation/224020-1170102914/sugar18810.csp
0.16	c BEGIN convert /tmp/evaluation/224020-1170102914/unknown.xml
0.73	c END convert (0.563854 seconds)
0.75	c # CONVERT_XML  END : /tmp/evaluation/224020-1170102914/sugar18810.csp 1731384 bytes (1 seconds) [Mon Jan 29 21:35:15 2007]
0.76	c # CONVERT_XML  CPU : 0.68 = 0 + 0 + 0.62 + 0.06
0.76	
0.76	c # GENERATE_SAT  BEGIN : /tmp/evaluation/224020-1170102914/sugar18810.bcnf [Mon Jan 29 21:35:15 2007]
0.76	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/224020-1170102914/sugar-v0-40.jar -bcnf -map /tmp/evaluation/224020-1170102914/sugar18810.map /tmp/evaluation/224020-1170102914/sugar18810.csp /tmp/evaluation/224020-1170102914/sugar18810.bcnf
0.87	c BEGIN parse /tmp/evaluation/224020-1170102914/sugar18810.csp
295.74	c END parse (294.866461 seconds)
295.74	c BEGIN simplify
296.67	c END simplify (0.933264 seconds)
296.67	c BEGIN encode /tmp/evaluation/224020-1170102914/sugar18810.bcnf
302.61	c END encode (5.939464 seconds)
303.18	c # GENERATE_SAT  END : 47520 variables 145017 clauses 70278356 bytes (302 seconds) [Mon Jan 29 21:40:17 2007]
303.18	c # GENERATE_SAT  CPU : 299.64 = 0.39 + 0.05 + 297.26 + 1.94
303.18	
303.18	c # SOLVE_SAT  BEGIN : /tmp/evaluation/224020-1170102914/sugar18810.bcnf [Mon Jan 29 21:40:17 2007]
303.18	c # CMD : /tmp/evaluation/224020-1170102914/minisat /tmp/evaluation/224020-1170102914/sugar18810.bcnf /tmp/evaluation/224020-1170102914/sugar18810.out
304.68	c ==================================[MINISAT]===================================
304.68	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
304.68	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
304.68	c ==============================================================================
304.68	c |         0 |  145017 17424534 |   48339       0        0     nan |  0.000 % |
304.82	c |       101 |  145018 17424534 |   53172     100     5374    53.7 |  0.000 % |
305.02	c |       255 |  145021 17424534 |   58490     251    17727    70.6 |  0.000 % |
305.31	c |       480 |  145022 17424534 |   64339     475    29973    63.1 |  0.000 % |
305.87	c |       819 |  145022 17424534 |   70773     814    53874    66.2 |  0.000 % |
306.61	c |      1325 |  145023 17424534 |   77850    1319    87847    66.6 |  0.000 % |
307.80	c |      2084 |  145023 17424534 |   85635    2078   142368    68.5 |  0.000 % |
309.73	c |      3223 |  145029 17424534 |   94199    3211   217516    67.7 |  0.000 % |
312.45	c |      4932 |  145032 17424534 |  103618    4917   323305    65.8 |  0.000 % |
318.32	c |      7494 |  145033 17424534 |  113980    7478   554332    74.1 |  0.000 % |
327.20	c |     11338 |  145037 17424534 |  125378   11318   864962    76.4 |  0.000 % |
344.35	c |     17104 |  145041 17424534 |  137916   17080  1356920    79.4 |  0.000 % |
364.53	c |     25754 |  145044 17424534 |  151708   25727  2176799    84.6 |  0.000 % |
395.90	c |     38729 |  145050 17424534 |  166879   38696  3376058    87.2 |  0.000 % |
462.97	c |     58191 |  145052 17424534 |  183567   58156  5198529    89.4 |  0.000 % |
573.32	c |     87384 |  145058 17424534 |  201923   87343  8825160   101.0 |  0.000 % |
756.87	c |    131176 |  145079 17424534 |  222116  131114 14483284   110.5 |  0.000 % |
1084.57	c |    196860 |  145090 17424534 |  244328  196787 23267945   118.2 |  0.000 % |
1647.37	c |    295386 |  145104 17424534 |  268760   81661 10324799   126.4 |  0.000 % |
1815.59	
1815.59	s UNKNOWN
1815.59	c # INTERRUPTED
1815.59	c # MAIN  END :  (1816 seconds) [Mon Jan 29 22:05:30 2007]
1815.59	c # MAIN  CPU : 300.32 = 0.39 + 0.05 + 297.88 + 2
1815.59	

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/node38/watcher-224020-1170102914 -o ROOT/results/node38/solver-224020-1170102914 -C 1800 -M 900 /tmp/evaluation/224020-1170102914/solver /tmp/evaluation/224020-1170102914 /tmp/evaluation/224020-1170102914/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: 2.17 2.05 2.07 5/81 18811
/proc/meminfo: memFree=1704912/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=18540 CPUtime=0
/proc/18810/stat : 18810 (runsolver) R 18808 18810 17842 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30247255 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18810/statm: 4635 279 244 17 0 2626 0

[startup+0.103247 s]
/proc/loadavg: 2.17 2.05 2.07 5/81 18811
/proc/meminfo: memFree=1704912/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=13724 CPUtime=0.03
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30247255 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511295 s]
/proc/loadavg: 2.17 2.05 2.07 5/81 18811
/proc/meminfo: memFree=1704912/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=13724 CPUtime=0.03
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30247255 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.3334 s]
/proc/loadavg: 2.17 2.05 2.07 3/89 18827
/proc/meminfo: memFree=1681744/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=13724 CPUtime=0.72
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 1190 7676 0 1 3 1 62 6 15 0 1 0 30247255 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 3431 809 371 3 0 531 0
[pid=18820] ppid=18810 vsize=807064 CPUtime=0.55
/proc/18820/stat : 18820 (java) R 18810 18810 17842 0 -1 0 7809 0 1 0 51 4 0 0 25 0 8 0 30247331 826433536 7557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18820/statm: 201766 7557 1494 14 0 189044 0
[pid=18820/tid=18821] ppid=18810 vsize=807064 CPUtime=0.08
/proc/18820/task/18821/stat : 18821 (java) S 18810 18810 17842 0 -1 64 1757 0 0 0 8 0 0 0 16 0 8 0 30247334 826433536 7557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18822] ppid=18810 vsize=807064 CPUtime=0
/proc/18820/task/18822/stat : 18822 (java) S 18810 18810 17842 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30247335 826433536 7557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18823] ppid=18810 vsize=807064 CPUtime=0
/proc/18820/task/18823/stat : 18823 (java) S 18810 18810 17842 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30247335 826433536 7557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18824] ppid=18810 vsize=807064 CPUtime=0
/proc/18820/task/18824/stat : 18824 (java) S 18810 18810 17842 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30247338 826433536 7557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18825] ppid=18810 vsize=807064 CPUtime=0.05
/proc/18820/task/18825/stat : 18825 (java) S 18810 18810 17842 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30247338 826433536 7557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18826] ppid=18810 vsize=807064 CPUtime=0
/proc/18820/task/18826/stat : 18826 (java) S 18810 18810 17842 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 30247338 826433536 7557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18827] ppid=18810 vsize=807064 CPUtime=0
/proc/18820/task/18827/stat : 18827 (java) S 18810 18810 17842 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30247338 826433536 7557 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 820788

[startup+2.97857 s]
/proc/loadavg: 2.24 2.07 2.08 3/89 18827
/proc/meminfo: memFree=1660816/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=13724 CPUtime=0.72
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 1190 7676 0 1 3 1 62 6 15 0 1 0 30247255 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 3431 809 371 3 0 531 0
[pid=18820] ppid=18810 vsize=807332 CPUtime=2.2
/proc/18820/stat : 18820 (java) R 18810 18810 17842 0 -1 0 14872 0 1 0 210 10 0 0 25 0 8 0 30247331 826707968 14604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380335 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18820/statm: 201833 14604 1506 14 0 189111 0
[pid=18820/tid=18821] ppid=18810 vsize=807332 CPUtime=0.59
/proc/18820/task/18821/stat : 18821 (java) S 18810 18810 17842 0 -1 64 8712 0 0 0 54 5 0 0 16 0 8 0 30247334 826707968 14604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18822] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18822/stat : 18822 (java) S 18810 18810 17842 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30247335 826707968 14604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18823] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18823/stat : 18823 (java) S 18810 18810 17842 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30247335 826707968 14604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18824] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18824/stat : 18824 (java) S 18810 18810 17842 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30247338 826707968 14604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18825] ppid=18810 vsize=807332 CPUtime=0.08
/proc/18820/task/18825/stat : 18825 (java) S 18810 18810 17842 0 -1 64 349 0 0 0 8 0 0 0 16 0 8 0 30247338 826707968 14604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18826] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18826/stat : 18826 (java) S 18810 18810 17842 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 30247338 826707968 14604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18827] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18827/stat : 18827 (java) S 18810 18810 17842 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30247338 826707968 14604 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 821056

[startup+6.21296 s]
/proc/loadavg: 2.24 2.07 2.08 4/89 18827
/proc/meminfo: memFree=1566672/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=13724 CPUtime=0.72
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 1190 7676 0 1 3 1 62 6 15 0 1 0 30247255 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 3431 809 371 3 0 531 0
[pid=18820] ppid=18810 vsize=807332 CPUtime=5.4
/proc/18820/stat : 18820 (java) R 18810 18810 17842 0 -1 0 39908 0 1 0 518 22 0 0 25 0 8 0 30247331 826707968 39533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073332698 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18820/statm: 201833 39533 1506 14 0 189111 0
[pid=18820/tid=18821] ppid=18810 vsize=807332 CPUtime=1.68
/proc/18820/task/18821/stat : 18821 (java) S 18810 18810 17842 0 -1 64 33605 0 0 0 151 17 0 0 16 0 8 0 30247334 826707968 39533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18822] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18822/stat : 18822 (java) S 18810 18810 17842 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30247335 826707968 39533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18823] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18823/stat : 18823 (java) S 18810 18810 17842 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30247335 826707968 39533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18824] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18824/stat : 18824 (java) S 18810 18810 17842 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30247338 826707968 39533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18825] ppid=18810 vsize=807332 CPUtime=0.12
/proc/18820/task/18825/stat : 18825 (java) S 18810 18810 17842 0 -1 64 385 0 0 0 12 0 0 0 16 0 8 0 30247338 826707968 39533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18826] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18826/stat : 18826 (java) S 18810 18810 17842 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 30247338 826707968 39533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18827] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18827/stat : 18827 (java) S 18810 18810 17842 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30247338 826707968 39533 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 821056

[startup+12.6837 s]
/proc/loadavg: 2.20 2.06 2.08 4/89 18827
/proc/meminfo: memFree=1490064/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=13724 CPUtime=0.72
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 1190 7676 0 1 3 1 62 6 15 0 1 0 30247255 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 3431 809 371 3 0 531 0
[pid=18820] ppid=18810 vsize=807332 CPUtime=11.84
/proc/18820/stat : 18820 (java) R 18810 18810 17842 0 -1 0 54738 0 1 0 1151 33 0 0 25 0 8 0 30247331 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073594062 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18820/statm: 201833 54110 1507 14 0 189111 0
[pid=18820/tid=18821] ppid=18810 vsize=807332 CPUtime=4.03
/proc/18820/task/18821/stat : 18821 (java) S 18810 18810 17842 0 -1 64 48198 0 0 0 376 27 0 0 16 0 8 0 30247334 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18822] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18822/stat : 18822 (java) S 18810 18810 17842 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30247335 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18823] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18823/stat : 18823 (java) S 18810 18810 17842 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30247335 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18824] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18824/stat : 18824 (java) S 18810 18810 17842 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30247338 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18825] ppid=18810 vsize=807332 CPUtime=0.15
/proc/18820/task/18825/stat : 18825 (java) S 18810 18810 17842 0 -1 64 400 0 0 0 15 0 0 0 16 0 8 0 30247338 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18826] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18826/stat : 18826 (java) S 18810 18810 17842 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 30247338 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18827] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18827/stat : 18827 (java) S 18810 18810 17842 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30247338 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 821056

[startup+25.5224 s]
/proc/loadavg: 2.32 2.09 2.09 3/89 18827
/proc/meminfo: memFree=1489296/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=13724 CPUtime=0.72
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 1190 7676 0 1 3 1 62 6 15 0 1 0 30247255 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 3431 809 371 3 0 531 0
[pid=18820] ppid=18810 vsize=807332 CPUtime=24.6
/proc/18820/stat : 18820 (java) R 18810 18810 17842 0 -1 0 55493 0 1 0 2422 38 0 0 25 0 8 0 30247331 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18820/statm: 201833 54110 1507 14 0 189111 0
[pid=18820/tid=18821] ppid=18810 vsize=807332 CPUtime=8.83
/proc/18820/task/18821/stat : 18821 (java) S 18810 18810 17842 0 -1 64 48536 0 0 0 852 31 0 0 15 0 8 0 30247334 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18822] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18822/stat : 18822 (java) S 18810 18810 17842 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30247335 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18823] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18823/stat : 18823 (java) S 18810 18810 17842 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30247335 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18824] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18824/stat : 18824 (java) S 18810 18810 17842 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30247338 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18825] ppid=18810 vsize=807332 CPUtime=0.15
/proc/18820/task/18825/stat : 18825 (java) S 18810 18810 17842 0 -1 64 400 0 0 0 15 0 0 0 16 0 8 0 30247338 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18826] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18826/stat : 18826 (java) S 18810 18810 17842 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 30247338 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18827] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18827/stat : 18827 (java) S 18810 18810 17842 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30247338 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 821056

[startup+51.1551 s]
/proc/loadavg: 2.47 2.15 2.10 4/89 18829
/proc/meminfo: memFree=1438992/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=13724 CPUtime=0.72
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 1190 7676 0 1 3 1 62 6 15 0 1 0 30247255 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 3431 809 371 3 0 531 0
[pid=18820] ppid=18810 vsize=807332 CPUtime=50.04
/proc/18820/stat : 18820 (java) R 18810 18810 17842 0 -1 0 57286 0 1 0 4954 50 0 0 25 0 8 0 30247331 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073594062 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18820/statm: 201833 54110 1507 14 0 189111 0
[pid=18820/tid=18821] ppid=18810 vsize=807332 CPUtime=18.76
/proc/18820/task/18821/stat : 18821 (java) S 18810 18810 17842 0 -1 64 49521 0 0 0 1839 37 0 0 16 0 8 0 30247334 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18822] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18822/stat : 18822 (java) S 18810 18810 17842 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30247335 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18823] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18823/stat : 18823 (java) S 18810 18810 17842 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30247335 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18824] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18824/stat : 18824 (java) S 18810 18810 17842 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 30247338 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18825] ppid=18810 vsize=807332 CPUtime=0.15
/proc/18820/task/18825/stat : 18825 (java) S 18810 18810 17842 0 -1 64 400 0 0 0 15 0 0 0 17 0 8 0 30247338 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18826] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18826/stat : 18826 (java) S 18810 18810 17842 0 -1 64 2 0 0 0 0 0 0 0 25 0 8 0 30247338 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18820/tid=18827] ppid=18810 vsize=807332 CPUtime=0
/proc/18820/task/18827/stat : 18827 (java) S 18810 18810 17842 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30247338 826707968 54110 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 821056

[startup+102.456 s]
/proc/loadavg: 2.57 2.24 2.14 5/89 18829
/proc/meminfo: memFree=1252048/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=13724 CPUtime=0.72
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 1190 7676 0 1 3 1 62 6 15 0 1 0 30247255 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 3431 809 371 3 0 531 0
[pid=18820] ppid=18810 vsize=807332 CPUtime=101.03
/proc/18820/stat : 18820 (java) R 18810 18810 17842 0 -1 0 79895 0 1 0 10025 78 0 0 25 0 8 0 30247331 826707968 73765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073594066 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18820/statm: 201833 73765 1507 14 0 189111 0
[pid=18820/tid=18821] ppid=18810 vsize=807332 CPUtime=39.71

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

/proc/loadavg: 2.00 2.04 2.11 3/75 18831
/proc/meminfo: memFree=1359296/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=39576 CPUtime=300.35
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 7619 171563 0 2 42 5 29788 200 16 0 1 0 30247255 40525824 7034 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 9894 7034 373 3 0 6994 0
[pid=18830] ppid=18810 vsize=180432 CPUtime=813.34
/proc/18830/stat : 18830 (minisat) R 18810 18810 17842 0 -1 0 45549 0 0 0 81289 45 0 0 25 0 1 0 30277573 184762368 44494 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18830/statm: 45108 44494 52 112 0 44992 0
Current children cumulated CPU time (s) 1113.69
Current children cumulated vsize (KiB) 220008

[startup+1183.38 s]
/proc/loadavg: 2.00 2.03 2.09 3/75 18831
/proc/meminfo: memFree=1347328/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=39576 CPUtime=300.35
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 7619 171563 0 2 42 5 29788 200 16 0 1 0 30247255 40525824 7034 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 9894 7034 373 3 0 6994 0
[pid=18830] ppid=18810 vsize=187312 CPUtime=872.92
/proc/18830/stat : 18830 (minisat) R 18810 18810 17842 0 -1 0 47173 0 0 0 87245 47 0 0 25 0 1 0 30277573 191807488 46118 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525462 0 0 4096 3 0 0 0 17 0 0 0
/proc/18830/statm: 46828 46118 52 112 0 46712 0
Current children cumulated CPU time (s) 1173.27
Current children cumulated vsize (KiB) 226888

[startup+1243.44 s]
/proc/loadavg: 2.00 2.02 2.09 3/75 18831
/proc/meminfo: memFree=1335552/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=39576 CPUtime=300.35
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 7619 171563 0 2 42 5 29788 200 16 0 1 0 30247255 40525824 7034 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 9894 7034 373 3 0 6994 0
[pid=18830] ppid=18810 vsize=193068 CPUtime=932.48
/proc/18830/stat : 18830 (minisat) R 18810 18810 17842 0 -1 0 48620 0 0 0 93199 49 0 0 25 0 1 0 30277573 197701632 47565 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527303 0 0 4096 3 0 0 0 17 0 0 0
/proc/18830/statm: 48267 47565 52 112 0 48151 0
Current children cumulated CPU time (s) 1232.83
Current children cumulated vsize (KiB) 232644

[startup+1303.49 s]
/proc/loadavg: 2.04 2.03 2.09 3/75 18831
/proc/meminfo: memFree=1325120/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=39576 CPUtime=300.35
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 7619 171563 0 2 42 5 29788 200 16 0 1 0 30247255 40525824 7034 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 9894 7034 373 3 0 6994 0
[pid=18830] ppid=18810 vsize=198412 CPUtime=992.02
/proc/18830/stat : 18830 (minisat) R 18810 18810 17842 0 -1 0 49970 0 0 0 99151 51 0 0 25 0 1 0 30277573 203173888 48915 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/18830/statm: 49603 48915 52 112 0 49487 0
Current children cumulated CPU time (s) 1292.37
Current children cumulated vsize (KiB) 237988

[startup+1363.54 s]
/proc/loadavg: 2.01 2.02 2.08 3/75 18831
/proc/meminfo: memFree=1313344/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=39576 CPUtime=300.35
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 7619 171563 0 2 42 5 29788 200 16 0 1 0 30247255 40525824 7034 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 9894 7034 373 3 0 6994 0
[pid=18830] ppid=18810 vsize=204312 CPUtime=1051.59
/proc/18830/stat : 18830 (minisat) R 18810 18810 17842 0 -1 0 51434 0 0 0 105107 52 0 0 25 0 1 0 30277573 209215488 50379 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18830/statm: 51078 50379 52 112 0 50962 0
Current children cumulated CPU time (s) 1351.94
Current children cumulated vsize (KiB) 243888

[startup+1423.59 s]
/proc/loadavg: 2.00 2.02 2.07 3/75 18831
/proc/meminfo: memFree=1303744/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=39576 CPUtime=300.35
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 7619 171563 0 2 42 5 29788 200 16 0 1 0 30247255 40525824 7034 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 9894 7034 373 3 0 6994 0
[pid=18830] ppid=18810 vsize=209648 CPUtime=1111.16
/proc/18830/stat : 18830 (minisat) R 18810 18810 17842 0 -1 0 52761 0 0 0 111062 54 0 0 25 0 1 0 30277573 214679552 51706 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528337 0 0 4096 3 0 0 0 17 0 0 0
/proc/18830/statm: 52412 51706 52 112 0 52296 0
Current children cumulated CPU time (s) 1411.51
Current children cumulated vsize (KiB) 249224

[startup+1483.64 s]
/proc/loadavg: 2.00 2.01 2.07 3/75 18831
/proc/meminfo: memFree=1301056/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=39576 CPUtime=300.35
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 7619 171563 0 2 42 5 29788 200 16 0 1 0 30247255 40525824 7034 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 9894 7034 373 3 0 6994 0
[pid=18830] ppid=18810 vsize=209900 CPUtime=1170.69
/proc/18830/stat : 18830 (minisat) R 18810 18810 17842 0 -1 0 52845 0 0 0 117015 54 0 0 25 0 1 0 30277573 214937600 51790 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 0 0 0
/proc/18830/statm: 52475 51790 52 112 0 52359 0
Current children cumulated CPU time (s) 1471.04
Current children cumulated vsize (KiB) 249476

[startup+1543.7 s]
/proc/loadavg: 2.00 2.01 2.06 3/75 18831
/proc/meminfo: memFree=1300992/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=39576 CPUtime=300.35
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 7619 171563 0 2 42 5 29788 200 16 0 1 0 30247255 40525824 7034 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 9894 7034 373 3 0 6994 0
[pid=18830] ppid=18810 vsize=209900 CPUtime=1230.26
/proc/18830/stat : 18830 (minisat) R 18810 18810 17842 0 -1 0 52845 0 0 0 122972 54 0 0 25 0 1 0 30277573 214937600 51790 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527284 0 0 4096 3 0 0 0 17 0 0 0
/proc/18830/statm: 52475 51790 52 112 0 52359 0
Current children cumulated CPU time (s) 1530.61
Current children cumulated vsize (KiB) 249476

[startup+1603.77 s]
/proc/loadavg: 2.05 2.02 2.06 3/81 18955
/proc/meminfo: memFree=1299448/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=39576 CPUtime=300.35
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 7619 171563 0 2 42 5 29788 200 16 0 1 0 30247255 40525824 7034 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 9894 7034 373 3 0 6994 0
[pid=18830] ppid=18810 vsize=209900 CPUtime=1289.73
/proc/18830/stat : 18830 (minisat) R 18810 18810 17842 0 -1 0 52848 0 0 0 128909 64 0 0 25 0 1 0 30277573 214937600 51793 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18830/statm: 52475 51793 52 112 0 52359 0
Current children cumulated CPU time (s) 1590.08
Current children cumulated vsize (KiB) 249476

[startup+1663.83 s]
/proc/loadavg: 2.02 2.01 2.06 3/75 19029
/proc/meminfo: memFree=1300416/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=39576 CPUtime=300.35
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 7619 171563 0 2 42 5 29788 200 16 0 1 0 30247255 40525824 7034 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 9894 7034 373 3 0 6994 0
[pid=18830] ppid=18810 vsize=209900 CPUtime=1349.2
/proc/18830/stat : 18830 (minisat) R 18810 18810 17842 0 -1 0 52848 0 0 0 134849 71 0 0 25 0 1 0 30277573 214937600 51793 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/18830/statm: 52475 51793 52 112 0 52359 0
Current children cumulated CPU time (s) 1649.55
Current children cumulated vsize (KiB) 249476

[startup+1723.89 s]
/proc/loadavg: 2.00 2.00 2.05 3/75 19029
/proc/meminfo: memFree=1300416/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=39576 CPUtime=300.35
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 7619 171563 0 2 42 5 29788 200 16 0 1 0 30247255 40525824 7034 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 9894 7034 373 3 0 6994 0
[pid=18830] ppid=18810 vsize=209900 CPUtime=1408.76
/proc/18830/stat : 18830 (minisat) R 18810 18810 17842 0 -1 0 52848 0 0 0 140805 71 0 0 25 0 1 0 30277573 214937600 51793 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18830/statm: 52475 51793 52 112 0 52359 0
Current children cumulated CPU time (s) 1709.11
Current children cumulated vsize (KiB) 249476

[startup+1783.94 s]
/proc/loadavg: 1.94 1.98 2.04 4/82 19093
/proc/meminfo: memFree=1304328/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=39576 CPUtime=300.35
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 7619 171563 0 2 42 5 29788 200 16 0 1 0 30247255 40525824 7034 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 9894 7034 373 3 0 6994 0
[pid=18830] ppid=18810 vsize=209900 CPUtime=1468.37
/proc/18830/stat : 18830 (minisat) R 18810 18810 17842 0 -1 0 52848 0 0 0 146764 73 0 0 25 0 1 0 30277573 214937600 51793 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527289 0 0 4096 3 0 0 0 17 0 0 0
/proc/18830/statm: 52475 51793 52 112 0 52359 0
Current children cumulated CPU time (s) 1768.72
Current children cumulated vsize (KiB) 249476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.59 s]
/proc/loadavg: 2.37 2.08 2.07 3/82 19093
/proc/meminfo: memFree=1249672/2055920 swapFree=4192812/4192956
[pid=18810] ppid=18808 vsize=39576 CPUtime=300.35
/proc/18810/stat : 18810 (sugar) S 18808 18810 17842 0 -1 4194304 7619 171563 0 2 42 5 29788 200 16 0 1 0 30247255 40525824 7034 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18810/statm: 9894 7034 373 3 0 6994 0
[pid=18830] ppid=18810 vsize=209900 CPUtime=1499.71
/proc/18830/stat : 18830 (minisat) R 18810 18810 17842 0 -1 0 52848 0 0 0 149897 74 0 0 25 0 1 0 30277573 214937600 51793 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18830/statm: 52475 51793 52 112 0 52359 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 249476

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 18810 and gives childrusage.ru_utime.tv_sec=298 childrusage.ru_utime.tv_usec=318648 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=106679
CPU time returned by wait4() is 300.425
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.64
CPU time (s): 1800.12
CPU user time (s): 1797.27
CPU system time (s): 2.85
CPU usage (%): 99.0906
Max. virtual memory (cumulated for all children) (KiB): 822060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 298.319
system time used= 2.10668
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179267
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= 45871
involuntary context switches= 50130

runsolver used 1.84372 s user time and 5.21921 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Mon Jan 29 20:35:14 UTC 2007


IDJOB= 224020
IDBENCH= 5700
IDSOLVER= 86
FILE ID= node38/224020-1170102914

PBS_JOBID= 3689697

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  e87527d3d9cb650583ee9e0c941502a5

RANDOM SEED= 229510233

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.233
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.233
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:       1705392 kB
Buffers:         22108 kB
Cached:          40792 kB
SwapCached:          0 kB
Active:         268840 kB
Inactive:        28908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1705392 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1212 kB
Writeback:           0 kB
Mapped:         251604 kB
Slab:            37544 kB
Committed_AS:   403104 kB
PageTables:       2356 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= 66553 MiB



End job on node38 on Mon Jan 29 21:05:31 UTC 2007