Trace number 229805

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.01 1811.14

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-47_ext.xml
MD5SUM34d660f97c2aa6cd4abc948e6021373c
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 benchmark76.4564
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints461
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension461
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/229805-1170106218/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/229805-1170106218/unknown.xml [Mon Jan 29 22:30:18 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/229805-1170106218/unknown.xml /tmp/evaluation/229805-1170106218/sugar19887.csp [Mon Jan 29 22:30:18 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229805-1170106218/sugar-v0-40.jar -convert /tmp/evaluation/229805-1170106218/unknown.xml /tmp/evaluation/229805-1170106218/sugar19887.csp
0.22	c BEGIN convert /tmp/evaluation/229805-1170106218/unknown.xml
0.94	c END convert (0.721131 seconds)
0.96	c # CONVERT_XML  END : /tmp/evaluation/229805-1170106218/sugar19887.csp 2177044 bytes (1 seconds) [Mon Jan 29 22:30:19 2007]
0.96	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.96	
0.96	c # GENERATE_SAT  BEGIN : /tmp/evaluation/229805-1170106218/sugar19887.bcnf [Mon Jan 29 22:30:19 2007]
0.96	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229805-1170106218/sugar-v0-40.jar -bcnf -map /tmp/evaluation/229805-1170106218/sugar19887.map /tmp/evaluation/229805-1170106218/sugar19887.csp /tmp/evaluation/229805-1170106218/sugar19887.bcnf
1.08	c BEGIN parse /tmp/evaluation/229805-1170106218/sugar19887.csp
19.79	c END parse (18.706002 seconds)
19.79	c BEGIN simplify
19.87	c END simplify (0.079786 seconds)
19.87	c BEGIN encode /tmp/evaluation/229805-1170106218/sugar19887.bcnf
20.59	c END encode (0.721471 seconds)
20.68	c # GENERATE_SAT  END : 4142 variables 73499 clauses 4621704 bytes (20 seconds) [Mon Jan 29 22:30:39 2007]
20.68	c # GENERATE_SAT  CPU : 19.41 = 0.03 + 0.01 + 18.98 + 0.39
20.68	
20.68	c # SOLVE_SAT  BEGIN : /tmp/evaluation/229805-1170106218/sugar19887.bcnf [Mon Jan 29 22:30:39 2007]
20.68	c # CMD : /tmp/evaluation/229805-1170106218/minisat /tmp/evaluation/229805-1170106218/sugar19887.bcnf /tmp/evaluation/229805-1170106218/sugar19887.out
20.80	c ==================================[MINISAT]===================================
20.80	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
20.80	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
20.80	c ==============================================================================
20.80	c |         0 |   73499  1081919 |   24499       0        0     nan |  0.000 % |
20.82	c |       100 |   73500  1081919 |   26948      99     2240    22.6 |  0.000 % |
20.86	c |       251 |   73500  1081919 |   29643     250     4347    17.4 |  0.000 % |
20.96	c |       476 |   73500  1081919 |   32608     475     7917    16.7 |  0.000 % |
21.07	c |       816 |   73502  1081919 |   35868     813    13060    16.1 |  0.000 % |
21.23	c |      1322 |   73502  1081919 |   39455    1319    22289    16.9 |  0.000 % |
21.46	c |      2081 |   73502  1081919 |   43401    2078    34087    16.4 |  0.000 % |
21.90	c |      3224 |   73502  1081919 |   47741    3221    52620    16.3 |  0.000 % |
22.59	c |      4932 |   73502  1081919 |   52515    4929    91395    18.5 |  0.000 % |
23.55	c |      7494 |   73502  1081919 |   57767    7491   137298    18.3 |  0.000 % |
25.39	c |     11340 |   73502  1081919 |   63544   11337   201967    17.8 |  0.000 % |
28.44	c |     17106 |   73503  1081919 |   69898   17102   300126    17.5 |  0.000 % |
33.10	c |     25756 |   73506  1081919 |   76888   25749   473151    18.4 |  0.000 % |
42.34	c |     38730 |   73506  1081919 |   84577   38723   782258    20.2 |  0.000 % |
59.06	c |     58192 |   73510  1081919 |   93034   58181  1256135    21.6 |  0.000 % |
89.69	c |     87384 |   73512  1081919 |  102338   87371  1963841    22.5 |  0.000 % |
130.07	c |    131173 |   73515  1081919 |  112572   44565  1044048    23.4 |  0.000 % |
210.07	c |    196858 |   73519  1081919 |  123829  110246  2973602    27.0 |  0.000 % |
322.80	c |    295384 |   73526  1081919 |  136212  102469  2864557    28.0 |  0.000 % |
509.93	c |    443175 |   73532  1081919 |  149833  132903  3354370    25.2 |  0.000 % |
797.01	c |    664858 |   73541  1081919 |  164817  101138  2563382    25.3 |  0.000 % |
1268.87	c |    997383 |   73549  1081919 |  181298  142650  3654375    25.6 |  0.000 % |
1810.13	
1810.13	s UNKNOWN
1810.13	c # INTERRUPTED
1810.13	c # MAIN  END :  (1810 seconds) [Mon Jan 29 23:00:28 2007]
1810.13	c # MAIN  CPU : 19.41 = 0.03 + 0.01 + 18.98 + 0.39
1810.13	

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/node72/watcher-229805-1170106218 -o ROOT/results/node72/solver-229805-1170106218 -C 1800 -M 900 /tmp/evaluation/229805-1170106218/solver /tmp/evaluation/229805-1170106218 /tmp/evaluation/229805-1170106218/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.19 1.90 1.41 5/94 19888
/proc/meminfo: memFree=1271904/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=13724 CPUtime=0.03
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1097 0 0 0 3 0 0 0 20 0 1 0 30589640 14053376 804 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19887/statm: 3431 804 368 3 0 531 0
[pid=19889] ppid=19887 vsize=13724 CPUtime=0
/proc/19889/stat : 19889 (sugar) R 19887 19887 19822 0 -1 4194368 13 0 0 0 0 0 0 0 18 0 1 0 30589645 14053376 804 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234517753127 0 2147483391 4096 16386 0 0 0 17 0 0 0
/proc/19889/statm: 3431 804 368 3 0 531 0

[startup+0.154793 s]
/proc/loadavg: 2.19 1.90 1.41 5/94 19888
/proc/meminfo: memFree=1271904/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=13724 CPUtime=0.03
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 30589640 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19887/statm: 3431 805 368 3 0 531 0
[pid=19889] ppid=19887 vsize=802976 CPUtime=0.06
/proc/19889/stat : 19889 (java) D 19887 19887 19822 0 -1 0 2222 0 1 0 5 1 0 0 17 0 4 0 30589645 822247424 1972 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/19889/statm: 200744 1972 1231 14 0 188327 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 816700

[startup+0.562836 s]
/proc/loadavg: 2.19 1.90 1.41 5/94 19888
/proc/meminfo: memFree=1271904/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=13724 CPUtime=0.03
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30589640 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19887/statm: 3431 805 368 3 0 531 0
[pid=19889] ppid=19887 vsize=807140 CPUtime=0.44
/proc/19889/stat : 19889 (java) R 19887 19887 19822 0 -1 0 4993 0 1 0 41 3 0 0 17 0 8 0 30589645 826511360 4742 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073693708 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19889/statm: 201785 4742 1679 14 0 189063 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 820864

[startup+1.38591 s]
/proc/loadavg: 2.25 1.92 1.42 4/103 19904
/proc/meminfo: memFree=1261656/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=13724 CPUtime=0.03
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30589640 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19887/statm: 3431 808 370 3 0 531 0
[pid=19889] ppid=19887 vsize=0 CPUtime=0.83
/proc/19889/stat : 19889 (java) Z 19887 19887 19822 0 -1 1036 7907 0 1 0 76 7 0 0 18 0 1 0 30589645 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19889/statm: 0 0 0 0 0 0 0
[pid=19897] ppid=19887 vsize=807064 CPUtime=0.4
/proc/19897/stat : 19897 (java) R 19887 19887 19822 0 -1 0 6512 0 1 0 37 3 0 0 18 0 8 0 30589737 826433536 6262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073484480 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19897/statm: 201766 6262 1494 14 0 189044 0
[pid=19897/tid=19898] ppid=19887 vsize=807064 CPUtime=0.02
/proc/19897/task/19898/stat : 19898 (java) S 19887 19887 19822 0 -1 64 461 0 0 0 2 0 0 0 16 0 8 0 30589740 826433536 6262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19899] ppid=19887 vsize=807064 CPUtime=0
/proc/19897/task/19899/stat : 19899 (java) S 19887 19887 19822 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30589741 826433536 6262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19900] ppid=19887 vsize=807064 CPUtime=0
/proc/19897/task/19900/stat : 19900 (java) S 19887 19887 19822 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30589741 826433536 6262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19901] ppid=19887 vsize=807064 CPUtime=0
/proc/19897/task/19901/stat : 19901 (java) S 19887 19887 19822 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30589744 826433536 6262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19902] ppid=19887 vsize=807064 CPUtime=0.05
/proc/19897/task/19902/stat : 19902 (java) R 19887 19887 19822 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30589744 826433536 6262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19903] ppid=19887 vsize=807064 CPUtime=0
/proc/19897/task/19903/stat : 19903 (java) S 19887 19887 19822 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30589744 826433536 6262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19904] ppid=19887 vsize=807064 CPUtime=0
/proc/19897/task/19904/stat : 19904 (java) S 19887 19887 19822 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30589744 826433536 6262 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 820788

[startup+3.03905 s]
/proc/loadavg: 2.25 1.92 1.42 3/103 19904
/proc/meminfo: memFree=1233240/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=13724 CPUtime=0.03
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30589640 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19887/statm: 3431 808 370 3 0 531 0
[pid=19889] ppid=19887 vsize=0 CPUtime=0.83
/proc/19889/stat : 19889 (java) Z 19887 19887 19822 0 -1 1036 7907 0 1 0 76 7 0 0 18 0 1 0 30589645 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19889/statm: 0 0 0 0 0 0 0
[pid=19897] ppid=19887 vsize=807064 CPUtime=2.05
/proc/19897/stat : 19897 (java) R 19887 19887 19822 0 -1 0 13165 0 1 0 197 8 0 0 25 0 8 0 30589737 826433536 12900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19897/statm: 201766 12900 1494 14 0 189044 0
[pid=19897/tid=19898] ppid=19887 vsize=807064 CPUtime=0.59
/proc/19897/task/19898/stat : 19898 (java) R 19887 19887 19822 0 -1 64 7099 0 0 0 55 4 0 0 16 0 8 0 30589740 826433536 12900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827407 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19899] ppid=19887 vsize=807064 CPUtime=0
/proc/19897/task/19899/stat : 19899 (java) S 19887 19887 19822 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30589741 826433536 12900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19900] ppid=19887 vsize=807064 CPUtime=0
/proc/19897/task/19900/stat : 19900 (java) S 19887 19887 19822 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30589741 826433536 12900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19901] ppid=19887 vsize=807064 CPUtime=0
/proc/19897/task/19901/stat : 19901 (java) S 19887 19887 19822 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30589744 826433536 12900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19902] ppid=19887 vsize=807064 CPUtime=0.06
/proc/19897/task/19902/stat : 19902 (java) S 19887 19887 19822 0 -1 64 292 0 0 0 6 0 0 0 16 0 8 0 30589744 826433536 12900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19903] ppid=19887 vsize=807064 CPUtime=0
/proc/19897/task/19903/stat : 19903 (java) S 19887 19887 19822 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30589744 826433536 12900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19904] ppid=19887 vsize=807064 CPUtime=0
/proc/19897/task/19904/stat : 19904 (java) S 19887 19887 19822 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30589744 826433536 12900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 820788

[startup+6.24534 s]
/proc/loadavg: 2.23 1.92 1.42 4/103 19904
/proc/meminfo: memFree=1178456/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=13724 CPUtime=0.03
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30589640 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19887/statm: 3431 808 370 3 0 531 0
[pid=19889] ppid=19887 vsize=0 CPUtime=0.83
/proc/19889/stat : 19889 (java) Z 19887 19887 19822 0 -1 1036 7907 0 1 0 76 7 0 0 18 0 1 0 30589645 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19889/statm: 0 0 0 0 0 0 0
[pid=19897] ppid=19887 vsize=807336 CPUtime=5.21
/proc/19897/stat : 19897 (java) R 19887 19887 19822 0 -1 0 25291 0 1 0 506 15 0 0 25 0 8 0 30589737 826712064 24979 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073670372 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19897/statm: 201834 24979 1506 14 0 189112 0
[pid=19897/tid=19898] ppid=19887 vsize=807336 CPUtime=1.3
/proc/19897/task/19898/stat : 19898 (java) S 19887 19887 19822 0 -1 64 19027 0 0 0 120 10 0 0 16 0 8 0 30589740 826712064 24979 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19899] ppid=19887 vsize=807336 CPUtime=0
/proc/19897/task/19899/stat : 19899 (java) S 19887 19887 19822 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30589741 826712064 24979 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19900] ppid=19887 vsize=807336 CPUtime=0
/proc/19897/task/19900/stat : 19900 (java) S 19887 19887 19822 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30589741 826712064 24979 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19901] ppid=19887 vsize=807336 CPUtime=0
/proc/19897/task/19901/stat : 19901 (java) S 19887 19887 19822 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30589744 826712064 24979 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19902] ppid=19887 vsize=807336 CPUtime=0.14
/proc/19897/task/19902/stat : 19902 (java) S 19887 19887 19822 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 30589744 826712064 24979 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19903] ppid=19887 vsize=807336 CPUtime=0
/proc/19897/task/19903/stat : 19903 (java) S 19887 19887 19822 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30589744 826712064 24979 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19904] ppid=19887 vsize=807336 CPUtime=0
/proc/19897/task/19904/stat : 19904 (java) S 19887 19887 19822 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30589744 826712064 24979 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 821060

[startup+12.7099 s]
/proc/loadavg: 2.22 1.92 1.42 3/103 19904
/proc/meminfo: memFree=1056672/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=13724 CPUtime=0.03
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 30589640 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19887/statm: 3431 808 370 3 0 531 0
[pid=19889] ppid=19887 vsize=0 CPUtime=0.83
/proc/19889/stat : 19889 (java) Z 19887 19887 19822 0 -1 1036 7907 0 1 0 76 7 0 0 18 0 1 0 30589645 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19889/statm: 0 0 0 0 0 0 0
[pid=19897] ppid=19887 vsize=807336 CPUtime=11.58
/proc/19897/stat : 19897 (java) R 19887 19887 19822 0 -1 0 54873 0 1 0 1127 31 0 0 25 0 8 0 30589737 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073489623 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19897/statm: 201834 54112 1507 14 0 189112 0
[pid=19897/tid=19898] ppid=19887 vsize=807336 CPUtime=3.7
/proc/19897/task/19898/stat : 19898 (java) S 19887 19887 19822 0 -1 64 48417 0 0 0 346 24 0 0 16 0 8 0 30589740 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19899] ppid=19887 vsize=807336 CPUtime=0
/proc/19897/task/19899/stat : 19899 (java) S 19887 19887 19822 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 30589741 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19900] ppid=19887 vsize=807336 CPUtime=0
/proc/19897/task/19900/stat : 19900 (java) S 19887 19887 19822 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30589741 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19901] ppid=19887 vsize=807336 CPUtime=0
/proc/19897/task/19901/stat : 19901 (java) S 19887 19887 19822 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30589744 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19902] ppid=19887 vsize=807336 CPUtime=0.14
/proc/19897/task/19902/stat : 19902 (java) S 19887 19887 19822 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 30589744 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19903] ppid=19887 vsize=807336 CPUtime=0
/proc/19897/task/19903/stat : 19903 (java) S 19887 19887 19822 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30589744 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19897/tid=19904] ppid=19887 vsize=807336 CPUtime=0
/proc/19897/task/19904/stat : 19904 (java) S 19887 19887 19822 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30589744 826712064 54112 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 821060

[startup+25.5541 s]
/proc/loadavg: 2.18 1.92 1.43 3/96 19905
/proc/meminfo: memFree=1253720/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=15396 CPUtime=19.44
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1717 55407 0 1 6 1 1898 39 16 0 1 0 30589640 15765504 1227 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19887/statm: 3849 1227 373 3 0 949 0
[pid=19889] ppid=19887 vsize=0 CPUtime=0.83
/proc/19889/stat : 19889 (java) Z 19887 19887 19822 0 -1 1036 7907 0 1 0 76 7 0 0 18 0 1 0 30589645 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19889/statm: 0 0 0 0 0 0 0
[pid=19905] ppid=19887 vsize=9472 CPUtime=4.81
/proc/19905/stat : 19905 (minisat) R 19887 19887 19822 0 -1 0 3031 0 0 0 480 1 0 0 25 0 1 0 30591709 9699328 1992 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/19905/statm: 2368 1992 52 112 0 2252 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 24868

[startup+51.1773 s]
/proc/loadavg: 2.19 1.95 1.45 3/97 19971
/proc/meminfo: memFree=1639248/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=15396 CPUtime=19.44
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1717 55407 0 1 6 1 1898 39 16 0 1 0 30589640 15765504 1227 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19887/statm: 3849 1227 373 3 0 949 0
[pid=19889] ppid=19887 vsize=0 CPUtime=0.83
/proc/19889/stat : 19889 (java) Z 19887 19887 19822 0 -1 1036 7907 0 1 0 76 7 0 0 18 0 1 0 30589645 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19889/statm: 0 0 0 0 0 0 0
[pid=19905] ppid=19887 vsize=14124 CPUtime=30.38
/proc/19905/stat : 19905 (minisat) R 19887 19887 19822 0 -1 0 4198 0 0 0 3033 5 0 0 25 0 1 0 30591709 14462976 3159 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525599 0 0 4096 3 0 0 0 17 0 0 0
/proc/19905/statm: 3531 3159 52 112 0 3415 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 29520

[startup+102.429 s]
/proc/loadavg: 2.15 1.98 1.49 3/90 19972
/proc/meminfo: memFree=1817992/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=15396 CPUtime=19.44
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1717 55407 0 1 6 1 1898 39 16 0 1 0 30589640 15765504 1227 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19887/statm: 3849 1227 373 3 0 949 0
[pid=19889] ppid=19887 vsize=0 CPUtime=0.83
/proc/19889/stat : 19889 (java) Z 19887 19887 19822 0 -1 1036 7907 0 1 0 76 7 0 0 18 0 1 0 30589645 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19889/statm: 0 0 0 0 0 0 0
[pid=19905] ppid=19887 vsize=20468 CPUtime=81.36
/proc/19905/stat : 19905 (minisat) R 19887 19887 19822 0 -1 0 5743 0 0 0 8128 8 0 0 25 0 1 0 30591709 20959232 4704 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0

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

/proc/19905/stat : 19905 (minisat) R 19887 19887 19822 0 -1 0 9601 0 0 0 121571 16 0 0 25 0 1 0 30591709 37171200 8554 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/19905/statm: 9075 8554 52 112 0 8959 0
Current children cumulated CPU time (s) 1236.14
Current children cumulated vsize (KiB) 51696

[startup+1303.17 s]
/proc/loadavg: 2.00 2.00 1.84 3/90 19974
/proc/meminfo: memFree=1779784/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=15396 CPUtime=19.44
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1717 55407 0 1 6 1 1898 39 16 0 1 0 30589640 15765504 1227 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19887/statm: 3849 1227 373 3 0 949 0
[pid=19889] ppid=19887 vsize=0 CPUtime=0.83
/proc/19889/stat : 19889 (java) Z 19887 19887 19822 0 -1 1036 7907 0 1 0 76 7 0 0 18 0 1 0 30589645 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19889/statm: 0 0 0 0 0 0 0
[pid=19905] ppid=19887 vsize=36584 CPUtime=1275.54
/proc/19905/stat : 19905 (minisat) R 19887 19887 19822 0 -1 0 9658 0 0 0 127538 16 0 0 25 0 1 0 30591709 37462016 8611 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/19905/statm: 9146 8611 52 112 0 9030 0
Current children cumulated CPU time (s) 1295.81
Current children cumulated vsize (KiB) 51980

[startup+1363.27 s]
/proc/loadavg: 2.00 2.00 1.84 3/90 19974
/proc/meminfo: memFree=1778056/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=15396 CPUtime=19.44
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1717 55407 0 1 6 1 1898 39 16 0 1 0 30589640 15765504 1227 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19887/statm: 3849 1227 373 3 0 949 0
[pid=19889] ppid=19887 vsize=0 CPUtime=0.83
/proc/19889/stat : 19889 (java) Z 19887 19887 19822 0 -1 1036 7907 0 1 0 76 7 0 0 18 0 1 0 30589645 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19889/statm: 0 0 0 0 0 0 0
[pid=19905] ppid=19887 vsize=37924 CPUtime=1335.32
/proc/19905/stat : 19905 (minisat) R 19887 19887 19822 0 -1 0 10022 0 0 0 133516 16 0 0 25 0 1 0 30591709 38834176 8975 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/19905/statm: 9481 8975 52 112 0 9365 0
Current children cumulated CPU time (s) 1355.59
Current children cumulated vsize (KiB) 53320

[startup+1423.27 s]
/proc/loadavg: 2.11 2.03 1.86 3/90 19974
/proc/meminfo: memFree=1777032/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=15396 CPUtime=19.44
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1717 55407 0 1 6 1 1898 39 16 0 1 0 30589640 15765504 1227 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19887/statm: 3849 1227 373 3 0 949 0
[pid=19889] ppid=19887 vsize=0 CPUtime=0.83
/proc/19889/stat : 19889 (java) Z 19887 19887 19822 0 -1 1036 7907 0 1 0 76 7 0 0 18 0 1 0 30589645 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19889/statm: 0 0 0 0 0 0 0
[pid=19905] ppid=19887 vsize=38196 CPUtime=1394.99
/proc/19905/stat : 19905 (minisat) R 19887 19887 19822 0 -1 0 10062 0 0 0 139482 17 0 0 25 0 1 0 30591709 39112704 9015 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134526228 0 0 4096 3 0 0 0 17 0 0 0
/proc/19905/statm: 9549 9015 52 112 0 9433 0
Current children cumulated CPU time (s) 1415.26
Current children cumulated vsize (KiB) 53592

[startup+1483.28 s]
/proc/loadavg: 2.04 2.02 1.87 3/90 19974
/proc/meminfo: memFree=1776584/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=15396 CPUtime=19.44
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1717 55407 0 1 6 1 1898 39 16 0 1 0 30589640 15765504 1227 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19887/statm: 3849 1227 373 3 0 949 0
[pid=19889] ppid=19887 vsize=0 CPUtime=0.83
/proc/19889/stat : 19889 (java) Z 19887 19887 19822 0 -1 1036 7907 0 1 0 76 7 0 0 18 0 1 0 30589645 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19889/statm: 0 0 0 0 0 0 0
[pid=19905] ppid=19887 vsize=38340 CPUtime=1454.67
/proc/19905/stat : 19905 (minisat) R 19887 19887 19822 0 -1 0 10092 0 0 0 145450 17 0 0 25 0 1 0 30591709 39260160 9045 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 0 0 0
/proc/19905/statm: 9585 9045 52 112 0 9469 0
Current children cumulated CPU time (s) 1474.94
Current children cumulated vsize (KiB) 53736

[startup+1543.28 s]
/proc/loadavg: 2.01 2.02 1.87 3/90 19974
/proc/meminfo: memFree=1776072/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=15396 CPUtime=19.44
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1717 55407 0 1 6 1 1898 39 16 0 1 0 30589640 15765504 1227 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19887/statm: 3849 1227 373 3 0 949 0
[pid=19889] ppid=19887 vsize=0 CPUtime=0.83
/proc/19889/stat : 19889 (java) Z 19887 19887 19822 0 -1 1036 7907 0 1 0 76 7 0 0 18 0 1 0 30589645 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19889/statm: 0 0 0 0 0 0 0
[pid=19905] ppid=19887 vsize=38628 CPUtime=1514.35
/proc/19905/stat : 19905 (minisat) R 19887 19887 19822 0 -1 0 10164 0 0 0 151418 17 0 0 25 0 1 0 30591709 39555072 9117 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/19905/statm: 9657 9117 52 112 0 9541 0
Current children cumulated CPU time (s) 1534.62
Current children cumulated vsize (KiB) 54024

[startup+1603.29 s]
/proc/loadavg: 2.00 2.01 1.88 3/90 19974
/proc/meminfo: memFree=1774600/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=15396 CPUtime=19.44
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1717 55407 0 1 6 1 1898 39 16 0 1 0 30589640 15765504 1227 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19887/statm: 3849 1227 373 3 0 949 0
[pid=19889] ppid=19887 vsize=0 CPUtime=0.83
/proc/19889/stat : 19889 (java) Z 19887 19887 19822 0 -1 1036 7907 0 1 0 76 7 0 0 18 0 1 0 30589645 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19889/statm: 0 0 0 0 0 0 0
[pid=19905] ppid=19887 vsize=39408 CPUtime=1574.02
/proc/19905/stat : 19905 (minisat) R 19887 19887 19822 0 -1 0 10381 0 0 0 157384 18 0 0 25 0 1 0 30591709 40353792 9334 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/19905/statm: 9852 9334 52 112 0 9736 0
Current children cumulated CPU time (s) 1594.29
Current children cumulated vsize (KiB) 54804

[startup+1663.3 s]
/proc/loadavg: 2.00 2.01 1.88 3/90 19974
/proc/meminfo: memFree=1772872/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=15396 CPUtime=19.44
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1717 55407 0 1 6 1 1898 39 16 0 1 0 30589640 15765504 1227 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19887/statm: 3849 1227 373 3 0 949 0
[pid=19889] ppid=19887 vsize=0 CPUtime=0.83
/proc/19889/stat : 19889 (java) Z 19887 19887 19822 0 -1 1036 7907 0 1 0 76 7 0 0 18 0 1 0 30589645 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19889/statm: 0 0 0 0 0 0 0
[pid=19905] ppid=19887 vsize=39560 CPUtime=1633.7
/proc/19905/stat : 19905 (minisat) R 19887 19887 19822 0 -1 0 10405 0 0 0 163352 18 0 0 25 0 1 0 30591709 40509440 9358 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/19905/statm: 9890 9358 52 112 0 9774 0
Current children cumulated CPU time (s) 1653.97
Current children cumulated vsize (KiB) 54956

[startup+1723.4 s]
/proc/loadavg: 2.00 2.00 1.89 3/90 19974
/proc/meminfo: memFree=1772040/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=15396 CPUtime=19.44
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1717 55407 0 1 6 1 1898 39 16 0 1 0 30589640 15765504 1227 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19887/statm: 3849 1227 373 3 0 949 0
[pid=19889] ppid=19887 vsize=0 CPUtime=0.83
/proc/19889/stat : 19889 (java) Z 19887 19887 19822 0 -1 1036 7907 0 1 0 76 7 0 0 18 0 1 0 30589645 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19889/statm: 0 0 0 0 0 0 0
[pid=19905] ppid=19887 vsize=39920 CPUtime=1693.48
/proc/19905/stat : 19905 (minisat) R 19887 19887 19822 0 -1 0 10497 0 0 0 169330 18 0 0 25 0 1 0 30591709 40878080 9450 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528723 0 0 4096 3 0 0 0 17 0 0 0
/proc/19905/statm: 9980 9450 52 112 0 9864 0
Current children cumulated CPU time (s) 1713.75
Current children cumulated vsize (KiB) 55316

[startup+1783.4 s]
/proc/loadavg: 2.00 2.00 1.89 3/90 19974
/proc/meminfo: memFree=1771464/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=15396 CPUtime=19.44
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1717 55407 0 1 6 1 1898 39 16 0 1 0 30589640 15765504 1227 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19887/statm: 3849 1227 373 3 0 949 0
[pid=19889] ppid=19887 vsize=0 CPUtime=0.83
/proc/19889/stat : 19889 (java) Z 19887 19887 19822 0 -1 1036 7907 0 1 0 76 7 0 0 18 0 1 0 30589645 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19889/statm: 0 0 0 0 0 0 0
[pid=19905] ppid=19887 vsize=40164 CPUtime=1753.15
/proc/19905/stat : 19905 (minisat) R 19887 19887 19822 0 -1 0 10557 0 0 0 175297 18 0 0 25 0 1 0 30591709 41127936 9510 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134641738 0 0 4096 3 0 0 0 17 0 0 0
/proc/19905/statm: 10041 9510 52 112 0 9925 0
Current children cumulated CPU time (s) 1773.42
Current children cumulated vsize (KiB) 55560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.12 s]
/proc/loadavg: 2.07 2.02 1.90 3/90 19974
/proc/meminfo: memFree=1769800/2055920 swapFree=4191880/4192956
[pid=19887] ppid=19885 vsize=15396 CPUtime=19.44
/proc/19887/stat : 19887 (sugar) S 19885 19887 19822 0 -1 4194304 1717 55407 0 1 6 1 1898 39 16 0 1 0 30589640 15765504 1227 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 234526650466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19887/statm: 3849 1227 373 3 0 949 0
[pid=19889] ppid=19887 vsize=0 CPUtime=0.83
/proc/19889/stat : 19889 (java) Z 19887 19887 19822 0 -1 1036 7907 0 1 0 76 7 0 0 18 0 1 0 30589645 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/19889/statm: 0 0 0 0 0 0 0
[pid=19905] ppid=19887 vsize=41716 CPUtime=1779.73
/proc/19905/stat : 19905 (minisat) R 19887 19887 19822 0 -1 0 10933 0 0 0 177953 20 0 0 25 0 1 0 30591709 42717184 9886 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134522259 0 0 4096 3 0 0 0 17 0 0 0
/proc/19905/statm: 10429 9886 52 112 0 10313 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 57112

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 19887 and gives childrusage.ru_utime.tv_sec=19 childrusage.ru_utime.tv_usec=50103 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=409937
CPU time returned by wait4() is 19.46
while last known CPU time is 1800.01

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

Real time (s): 1811.14
CPU time (s): 1800.01
CPU user time (s): 1799.33
CPU system time (s): 0.68
CPU usage (%): 99.3856
Max. virtual memory (cumulated for all children) (KiB): 821564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.0501
system time used= 0.409937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57209
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3847
involuntary context switches= 4456

runsolver used 2.21266 s user time and 5.84211 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Mon Jan 29 21:30:18 UTC 2007


IDJOB= 229805
IDBENCH= 6359
IDSOLVER= 86
FILE ID= node72/229805-1170106218

PBS_JOBID= 3689856

Free space on /tmp= 66558 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23-fcd/rand-2-50-23-587-230-fcd-47_ext.xml
COMMAND LINE= /tmp/evaluation/229805-1170106218/solver /tmp/evaluation/229805-1170106218 /tmp/evaluation/229805-1170106218/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-229805-1170106218 -o ROOT/results/node72/solver-229805-1170106218 -C 1800 -M 900  /tmp/evaluation/229805-1170106218/solver /tmp/evaluation/229805-1170106218 /tmp/evaluation/229805-1170106218/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  34d660f97c2aa6cd4abc948e6021373c

RANDOM SEED= 95946656

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.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1272384 kB
Buffers:         24860 kB
Cached:          53816 kB
SwapCached:        408 kB
Active:         702124 kB
Inactive:        35972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1272384 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            1356 kB
Writeback:           0 kB
Mapped:         683028 kB
Slab:            29084 kB
Committed_AS:   994512 kB
PageTables:       3260 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 node72 on Mon Jan 29 22:00:30 UTC 2007