Trace number 223473

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.40SAT 1711.52 1715.41

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-71_ext.xml
MD5SUMf2da38f2b0eee6526ffd29a925965623
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 benchmark0.394939
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/223473-1170102819/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/223473-1170102819/unknown.xml [Mon Jan 29 21:33:41 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/223473-1170102819/unknown.xml /tmp/evaluation/223473-1170102819/sugar18365.csp [Mon Jan 29 21:33:41 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223473-1170102819/sugar-v0-40.jar -convert /tmp/evaluation/223473-1170102819/unknown.xml /tmp/evaluation/223473-1170102819/sugar18365.csp
0.16	c BEGIN convert /tmp/evaluation/223473-1170102819/unknown.xml
0.74	c END convert (0.576604 seconds)
0.75	c # CONVERT_XML  END : /tmp/evaluation/223473-1170102819/sugar18365.csp 1732585 bytes (1 seconds) [Mon Jan 29 21:33:42 2007]
0.75	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.75	
0.75	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223473-1170102819/sugar18365.bcnf [Mon Jan 29 21:33:42 2007]
0.75	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223473-1170102819/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223473-1170102819/sugar18365.map /tmp/evaluation/223473-1170102819/sugar18365.csp /tmp/evaluation/223473-1170102819/sugar18365.bcnf
0.87	c BEGIN parse /tmp/evaluation/223473-1170102819/sugar18365.csp
322.29	c END parse (321.41926 seconds)
322.29	c BEGIN simplify
323.29	c END simplify (1.001214 seconds)
323.29	c BEGIN encode /tmp/evaluation/223473-1170102819/sugar18365.bcnf
329.86	c END encode (6.567506 seconds)
330.53	c # GENERATE_SAT  END : 53348 variables 156255 clauses 78636888 bytes (330 seconds) [Mon Jan 29 21:39:12 2007]
330.53	c # GENERATE_SAT  CPU : 328.77 = 0.5 + 0.04 + 326.25 + 1.98
330.53	
330.53	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223473-1170102819/sugar18365.bcnf [Mon Jan 29 21:39:12 2007]
330.53	c # CMD : /tmp/evaluation/223473-1170102819/minisat /tmp/evaluation/223473-1170102819/sugar18365.bcnf /tmp/evaluation/223473-1170102819/sugar18365.out
332.28	c ==================================[MINISAT]===================================
332.28	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
332.28	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
332.28	c ==============================================================================
332.28	c |         0 |  156255 19502925 |   52085       0        0     nan |  0.000 % |
332.46	c |       102 |  156260 19502925 |   57293      97     4422    45.6 |  0.000 % |
332.71	c |       252 |  156260 19502925 |   63022     247    11488    46.5 |  0.000 % |
333.09	c |       477 |  156263 19502925 |   69325     469    25081    53.5 |  0.000 % |
333.69	c |       814 |  156267 19502925 |   76257     802    64521    80.5 |  0.000 % |
334.64	c |      1320 |  156269 19502925 |   83883    1306    92522    70.8 |  0.000 % |
335.95	c |      2079 |  156270 19502925 |   92271    2064   136377    66.1 |  0.000 % |
338.13	c |      3218 |  156274 19502925 |  101498    3199   231903    72.5 |  0.000 % |
342.38	c |      4926 |  156276 19502925 |  111648    4905   401586    81.9 |  0.000 % |
349.10	c |      7488 |  156278 19502925 |  122813    7465   604042    80.9 |  0.000 % |
360.60	c |     11334 |  156280 19502925 |  135095   11309   940545    83.2 |  0.000 % |
375.10	c |     17100 |  156284 19502925 |  148604   17071  1422926    83.4 |  0.000 % |
397.54	c |     25749 |  156292 19502925 |  163465   25712  2188615    85.1 |  0.000 % |
439.14	c |     38723 |  156301 19502925 |  179811   38677  3560318    92.1 |  0.000 % |
501.21	c |     58186 |  156316 19502925 |  197792   58125  5486954    94.4 |  0.000 % |
597.43	c |     87379 |  156341 19502925 |  217571   87293  8840383   101.3 |  0.000 % |
774.25	c |    131170 |  156371 19502925 |  239329  131054 13420832   102.4 |  0.000 % |
1075.07	c |    196854 |  156396 19502925 |  263262  196713 22423483   114.0 |  0.000 % |
1516.53	c |    295380 |  156427 19502925 |  289588   57738  5805608   100.6 |  0.000 % |
1714.64	c ==============================================================================
1714.64	c restarts              : 19
1714.64	c conflicts             : 345421         (250 /sec)
1714.64	c decisions             : 20052209       (14518 /sec)
1714.64	c propagations          : 716181255      (518524 /sec)
1714.64	c conflict literals     : 39565676       (59.42 % deleted)
1714.64	c Memory used           : 211.04 MB
1714.64	c CPU time              : 1381.19 s
1714.64	c 
1714.64	c SATISFIABLE
1714.70	c # SOLVE_SAT  END : SATISFIABLE (1384 seconds) [Mon Jan 29 22:02:16 2007]
1714.70	c # SOLVE_SAT  CPU : 1382.02 = 0 + 0 + 1381.21 + 0.81
1714.70	
1714.70	c # RESULT : SATISFIABLE
1714.70	
1714.70	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 22:02:16 2007]
1714.85	c BEGIN read SAT output /tmp/evaluation/223473-1170102819/sugar18365.out
1714.91	c END read SAT output (0.068086 seconds)
1714.91	c BEGIN write solution /tmp/evaluation/223473-1170102819/sugar18365.sol
1715.32	c END write solution (0.402361 seconds)
1715.36	s SATISFIABLE
1715.36	v 20 9 1 21 19 13 16 5 9 7 3 10 15 21 13 0 21 9 19 2 24 19 7 9 5 1 3 6 24 21 0 15 21 12 11 7 6 7 23 9
1715.36	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:02:16 2007]
1715.36	c # OUTPUT_SOL  CPU : 0.619999999999963 = 0.03 + 0 + 0.539999999999964 + 0.0499999999999998
1715.36	
1715.36	c # MAIN  END :  (1715 seconds) [Mon Jan 29 22:02:16 2007]
1715.36	c # MAIN  CPU : 1711.41 = 0.53 + 0.04 + 1708 + 2.84
1715.36	

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node40/watcher-223473-1170102819 -o ROOT/results/node40/solver-223473-1170102819 -C 1800 -M 900 /tmp/evaluation/223473-1170102819/solver /tmp/evaluation/223473-1170102819 /tmp/evaluation/223473-1170102819/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.03 1.23 1.64 5/74 18366
/proc/meminfo: memFree=1908416/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=12268 CPUtime=0
/proc/18365/stat : 18365 (sugar) R 18363 18365 18144 0 -1 4194304 561 0 0 0 0 0 0 0 18 0 1 0 30238045 12562432 280 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264519455457 0 0 4224 0 0 0 0 17 1 0 0
/proc/18365/statm: 3067 292 219 3 0 167 0

[startup+0.103812 s]
/proc/loadavg: 1.03 1.23 1.64 5/74 18366
/proc/meminfo: memFree=1908416/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=13724 CPUtime=0.04
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 30238045 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18365/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.511898 s]
/proc/loadavg: 1.03 1.23 1.64 5/74 18366
/proc/meminfo: memFree=1908416/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=13724 CPUtime=0.04
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30238045 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18365/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33407 s]
/proc/loadavg: 1.03 1.23 1.64 4/83 18382
/proc/meminfo: memFree=1885624/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=13724 CPUtime=0.04
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238045 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18365/statm: 3431 808 370 3 0 531 0
[pid=18367] ppid=18365 vsize=0 CPUtime=0.69
/proc/18367/stat : 18367 (java) Z 18365 18365 18144 0 -1 1036 7673 0 1 0 64 5 0 0 19 0 1 0 30238050 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18367/statm: 0 0 0 0 0 0 0
[pid=18375] ppid=18365 vsize=807064 CPUtime=0.57
/proc/18375/stat : 18375 (java) R 18365 18365 18144 0 -1 0 7811 0 1 0 52 5 0 0 17 0 8 0 30238121 826433536 7559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18375/statm: 201766 7559 1494 14 0 189044 0
[pid=18375/tid=18376] ppid=18365 vsize=807064 CPUtime=0.08
/proc/18375/task/18376/stat : 18376 (java) S 18365 18365 18144 0 -1 64 1757 0 0 0 7 1 0 0 16 0 8 0 30238124 826433536 7559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18377] ppid=18365 vsize=807064 CPUtime=0
/proc/18375/task/18377/stat : 18377 (java) S 18365 18365 18144 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238124 826433536 7559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18378] ppid=18365 vsize=807064 CPUtime=0
/proc/18375/task/18378/stat : 18378 (java) S 18365 18365 18144 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238124 826433536 7559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18379] ppid=18365 vsize=807064 CPUtime=0
/proc/18375/task/18379/stat : 18379 (java) S 18365 18365 18144 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238128 826433536 7559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18380] ppid=18365 vsize=807064 CPUtime=0.05
/proc/18375/task/18380/stat : 18380 (java) R 18365 18365 18144 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 30238128 826433536 7559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18381] ppid=18365 vsize=807064 CPUtime=0
/proc/18375/task/18381/stat : 18381 (java) S 18365 18365 18144 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30238128 826433536 7559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18382] ppid=18365 vsize=807064 CPUtime=0
/proc/18375/task/18382/stat : 18382 (java) S 18365 18365 18144 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30238128 826433536 7559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 820788

[startup+2.98642 s]
/proc/loadavg: 1.03 1.23 1.64 3/83 18382
/proc/meminfo: memFree=1864440/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=13724 CPUtime=0.04
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238045 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18365/statm: 3431 808 370 3 0 531 0
[pid=18367] ppid=18365 vsize=0 CPUtime=0.69
/proc/18367/stat : 18367 (java) Z 18365 18365 18144 0 -1 1036 7673 0 1 0 64 5 0 0 19 0 1 0 30238050 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18367/statm: 0 0 0 0 0 0 0
[pid=18375] ppid=18365 vsize=807336 CPUtime=2.22
/proc/18375/stat : 18375 (java) R 18365 18365 18144 0 -1 0 14215 0 1 0 214 8 0 0 25 0 8 0 30238121 826712064 13949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155771000 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18375/statm: 201834 13949 1506 14 0 189112 0
[pid=18375/tid=18376] ppid=18365 vsize=807336 CPUtime=0.51
/proc/18375/task/18376/stat : 18376 (java) S 18365 18365 18144 0 -1 64 8005 0 0 0 48 3 0 0 16 0 8 0 30238124 826712064 13949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18377] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18377/stat : 18377 (java) S 18365 18365 18144 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238124 826712064 13949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18378] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18378/stat : 18378 (java) S 18365 18365 18144 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238124 826712064 13949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18379] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18379/stat : 18379 (java) S 18365 18365 18144 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238128 826712064 13949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18380] ppid=18365 vsize=807336 CPUtime=0.11
/proc/18375/task/18380/stat : 18380 (java) S 18365 18365 18144 0 -1 64 387 0 0 0 11 0 0 0 16 0 8 0 30238128 826712064 13949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18381] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18381/stat : 18381 (java) S 18365 18365 18144 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30238128 826712064 13949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18382] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18382/stat : 18382 (java) S 18365 18365 18144 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30238128 826712064 13949 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 821060

[startup+6.28011 s]
/proc/loadavg: 1.19 1.26 1.65 4/83 18382
/proc/meminfo: memFree=1756152/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=13724 CPUtime=0.04
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238045 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18365/statm: 3431 808 370 3 0 531 0
[pid=18367] ppid=18365 vsize=0 CPUtime=0.69
/proc/18367/stat : 18367 (java) Z 18365 18365 18144 0 -1 1036 7673 0 1 0 64 5 0 0 19 0 1 0 30238050 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18367/statm: 0 0 0 0 0 0 0
[pid=18375] ppid=18365 vsize=807336 CPUtime=5.51
/proc/18375/stat : 18375 (java) R 18365 18365 18144 0 -1 0 42867 0 1 0 531 20 0 0 25 0 8 0 30238121 826712064 42472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18375/statm: 201834 42472 1506 14 0 189112 0
[pid=18375/tid=18376] ppid=18365 vsize=807336 CPUtime=1.74
/proc/18375/task/18376/stat : 18376 (java) R 18365 18365 18144 0 -1 64 36517 0 0 0 160 14 0 0 15 0 8 0 30238124 826712064 42472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827334 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18377] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18377/stat : 18377 (java) S 18365 18365 18144 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238124 826712064 42472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18378] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18378/stat : 18378 (java) S 18365 18365 18144 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238124 826712064 42472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18379] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18379/stat : 18379 (java) S 18365 18365 18144 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238128 826712064 42472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18380] ppid=18365 vsize=807336 CPUtime=0.12
/proc/18375/task/18380/stat : 18380 (java) S 18365 18365 18144 0 -1 64 397 0 0 0 12 0 0 0 16 0 8 0 30238128 826712064 42472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18381] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18381/stat : 18381 (java) S 18365 18365 18144 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30238128 826712064 42472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18382] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18382/stat : 18382 (java) S 18365 18365 18144 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30238128 826712064 42472 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 821060

[startup+12.7795 s]
/proc/loadavg: 1.26 1.27 1.65 4/83 18382
/proc/meminfo: memFree=1692984/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=13724 CPUtime=0.04
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238045 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18365/statm: 3431 808 370 3 0 531 0
[pid=18367] ppid=18365 vsize=0 CPUtime=0.69
/proc/18367/stat : 18367 (java) Z 18365 18365 18144 0 -1 1036 7673 0 1 0 64 5 0 0 19 0 1 0 30238050 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18367/statm: 0 0 0 0 0 0 0
[pid=18375] ppid=18365 vsize=807336 CPUtime=12.01
/proc/18375/stat : 18375 (java) R 18365 18365 18144 0 -1 0 55076 0 1 0 1174 27 0 0 25 0 8 0 30238121 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073489627 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18375/statm: 201834 54114 1507 14 0 189112 0
[pid=18375/tid=18376] ppid=18365 vsize=807336 CPUtime=4.42
/proc/18375/task/18376/stat : 18376 (java) S 18365 18365 18144 0 -1 64 48476 0 0 0 422 20 0 0 16 0 8 0 30238124 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18377] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18377/stat : 18377 (java) S 18365 18365 18144 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238124 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18378] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18378/stat : 18378 (java) S 18365 18365 18144 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238124 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18379] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18379/stat : 18379 (java) S 18365 18365 18144 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238128 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18380] ppid=18365 vsize=807336 CPUtime=0.13
/proc/18375/task/18380/stat : 18380 (java) S 18365 18365 18144 0 -1 64 399 0 0 0 13 0 0 0 16 0 8 0 30238128 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18381] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18381/stat : 18381 (java) S 18365 18365 18144 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30238128 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18382] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18382/stat : 18382 (java) S 18365 18365 18144 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30238128 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 821060

[startup+25.6552 s]
/proc/loadavg: 1.34 1.29 1.65 2/77 18402
/proc/meminfo: memFree=1704936/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=13724 CPUtime=0.04
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238045 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18365/statm: 3431 808 370 3 0 531 0
[pid=18367] ppid=18365 vsize=0 CPUtime=0.69
/proc/18367/stat : 18367 (java) Z 18365 18365 18144 0 -1 1036 7673 0 1 0 64 5 0 0 19 0 1 0 30238050 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18367/statm: 0 0 0 0 0 0 0
[pid=18375] ppid=18365 vsize=807336 CPUtime=24.89
/proc/18375/stat : 18375 (java) R 18365 18365 18144 0 -1 0 55721 0 1 0 2456 33 0 0 17 0 8 0 30238121 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18375/statm: 201834 54115 1507 14 0 189112 0
[pid=18375/tid=18376] ppid=18365 vsize=807336 CPUtime=9.71
/proc/18375/task/18376/stat : 18376 (java) R 18365 18365 18144 0 -1 64 48614 0 0 0 948 23 0 0 16 0 8 0 30238124 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827329 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18375/tid=18377] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18377/stat : 18377 (java) S 18365 18365 18144 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238124 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18378] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18378/stat : 18378 (java) S 18365 18365 18144 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238124 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18379] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18379/stat : 18379 (java) S 18365 18365 18144 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238128 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18380] ppid=18365 vsize=807336 CPUtime=0.13
/proc/18375/task/18380/stat : 18380 (java) S 18365 18365 18144 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 30238128 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18381] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18381/stat : 18381 (java) S 18365 18365 18144 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30238128 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18382] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18382/stat : 18382 (java) S 18365 18365 18144 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30238128 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.62
Current children cumulated vsize (KiB) 821060

[startup+51.2637 s]
/proc/loadavg: 1.78 1.40 1.67 4/91 18453
/proc/meminfo: memFree=1487352/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=13724 CPUtime=0.04
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30238045 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18365/statm: 3431 808 370 3 0 531 0
[pid=18367] ppid=18365 vsize=0 CPUtime=0.69
/proc/18367/stat : 18367 (java) Z 18365 18365 18144 0 -1 1036 7673 0 1 0 64 5 0 0 19 0 1 0 30238050 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18367/statm: 0 0 0 0 0 0 0
[pid=18375] ppid=18365 vsize=807336 CPUtime=50.38
/proc/18375/stat : 18375 (java) R 18365 18365 18144 0 -1 0 57757 0 1 0 4995 43 0 0 25 0 8 0 30238121 826712064 54418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18375/statm: 201834 54418 1507 14 0 189112 0
[pid=18375/tid=18376] ppid=18365 vsize=807336 CPUtime=19.9
/proc/18375/task/18376/stat : 18376 (java) R 18365 18365 18144 0 -1 64 49830 0 0 0 1960 30 0 0 16 0 8 0 30238124 826712064 54418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154022662 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18375/tid=18377] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18377/stat : 18377 (java) S 18365 18365 18144 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30238124 826712064 54418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18378] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18378/stat : 18378 (java) S 18365 18365 18144 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30238124 826712064 54418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18379] ppid=18365 vsize=807336 CPUtime=0
/proc/18375/task/18379/stat : 18379 (java) S 18365 18365 18144 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30238128 826712064 54418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18375/tid=18380] ppid=18365 vsize=807336 CPUtime=0.13

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

[pid=18365] ppid=18363 vsize=42480 CPUtime=328.81
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 8350 166673 0 1 53 5 32625 198 16 0 1 0 30238045 43499520 7766 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18365/statm: 10620 7766 373 3 0 7720 0
[pid=18367] ppid=18365 vsize=0 CPUtime=0.69
/proc/18367/stat : 18367 (java) Z 18365 18365 18144 0 -1 1036 7673 0 1 0 64 5 0 0 19 0 1 0 30238050 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18367/statm: 0 0 0 0 0 0 0
[pid=18456] ppid=18365 vsize=180168 CPUtime=731.04
/proc/18456/stat : 18456 (minisat) R 18365 18365 18144 0 -1 0 45531 0 0 0 73055 49 0 0 25 0 1 0 30271099 184492032 44478 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18456/statm: 45042 44478 52 112 0 44926 0
Current children cumulated CPU time (s) 1060.54
Current children cumulated vsize (KiB) 222648

[startup+1122.95 s]
/proc/loadavg: 2.04 2.03 1.96 3/77 18457
/proc/meminfo: memFree=1336616/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=42480 CPUtime=328.81
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 8350 166673 0 1 53 5 32625 198 16 0 1 0 30238045 43499520 7766 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18365/statm: 10620 7766 373 3 0 7720 0
[pid=18367] ppid=18365 vsize=0 CPUtime=0.69
/proc/18367/stat : 18367 (java) Z 18365 18365 18144 0 -1 1036 7673 0 1 0 64 5 0 0 19 0 1 0 30238050 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18367/statm: 0 0 0 0 0 0 0
[pid=18456] ppid=18365 vsize=185712 CPUtime=790.97
/proc/18456/stat : 18456 (minisat) R 18365 18365 18144 0 -1 0 46922 0 0 0 79046 51 0 0 25 0 1 0 30271099 190169088 45869 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/18456/statm: 46428 45869 52 112 0 46312 0
Current children cumulated CPU time (s) 1120.47
Current children cumulated vsize (KiB) 228192

[startup+1182.96 s]
/proc/loadavg: 2.01 2.02 1.96 3/77 18457
/proc/meminfo: memFree=1326056/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=42480 CPUtime=328.81
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 8350 166673 0 1 53 5 32625 198 16 0 1 0 30238045 43499520 7766 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18365/statm: 10620 7766 373 3 0 7720 0
[pid=18367] ppid=18365 vsize=0 CPUtime=0.69
/proc/18367/stat : 18367 (java) Z 18365 18365 18144 0 -1 1036 7673 0 1 0 64 5 0 0 19 0 1 0 30238050 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18367/statm: 0 0 0 0 0 0 0
[pid=18456] ppid=18365 vsize=192448 CPUtime=850.93
/proc/18456/stat : 18456 (minisat) R 18365 18365 18144 0 -1 0 48539 0 0 0 85040 53 0 0 25 0 1 0 30271099 197066752 47486 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18456/statm: 48112 47486 52 112 0 47996 0
Current children cumulated CPU time (s) 1180.43
Current children cumulated vsize (KiB) 234928

[startup+1242.98 s]
/proc/loadavg: 2.00 2.02 1.96 3/77 18457
/proc/meminfo: memFree=1315432/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=42480 CPUtime=328.81
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 8350 166673 0 1 53 5 32625 198 16 0 1 0 30238045 43499520 7766 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18365/statm: 10620 7766 373 3 0 7720 0
[pid=18367] ppid=18365 vsize=0 CPUtime=0.69
/proc/18367/stat : 18367 (java) Z 18365 18365 18144 0 -1 1036 7673 0 1 0 64 5 0 0 19 0 1 0 30238050 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18367/statm: 0 0 0 0 0 0 0
[pid=18456] ppid=18365 vsize=198280 CPUtime=910.89
/proc/18456/stat : 18456 (minisat) R 18365 18365 18144 0 -1 0 49994 0 0 0 91034 55 0 0 25 0 1 0 30271099 203038720 48941 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134526958 0 0 4096 3 0 0 0 17 0 0 0
/proc/18456/statm: 49570 48941 52 112 0 49454 0
Current children cumulated CPU time (s) 1240.39
Current children cumulated vsize (KiB) 240760

[startup+1303 s]
/proc/loadavg: 2.00 2.01 1.96 3/77 18457
/proc/meminfo: memFree=1305256/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=42480 CPUtime=328.81
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 8350 166673 0 1 53 5 32625 198 16 0 1 0 30238045 43499520 7766 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18365/statm: 10620 7766 373 3 0 7720 0
[pid=18367] ppid=18365 vsize=0 CPUtime=0.69
/proc/18367/stat : 18367 (java) Z 18365 18365 18144 0 -1 1036 7673 0 1 0 64 5 0 0 19 0 1 0 30238050 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18367/statm: 0 0 0 0 0 0 0
[pid=18456] ppid=18365 vsize=204772 CPUtime=970.83
/proc/18456/stat : 18456 (minisat) R 18365 18365 18144 0 -1 0 51615 0 0 0 97026 57 0 0 25 0 1 0 30271099 209686528 50562 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18456/statm: 51193 50562 52 112 0 51077 0
Current children cumulated CPU time (s) 1300.33
Current children cumulated vsize (KiB) 247252

[startup+1363.01 s]
/proc/loadavg: 2.00 2.00 1.96 3/77 18457
/proc/meminfo: memFree=1293800/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=42480 CPUtime=328.81
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 8350 166673 0 1 53 5 32625 198 16 0 1 0 30238045 43499520 7766 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18365/statm: 10620 7766 373 3 0 7720 0
[pid=18367] ppid=18365 vsize=0 CPUtime=0.69
/proc/18367/stat : 18367 (java) Z 18365 18365 18144 0 -1 1036 7673 0 1 0 64 5 0 0 19 0 1 0 30238050 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18367/statm: 0 0 0 0 0 0 0
[pid=18456] ppid=18365 vsize=210200 CPUtime=1030.78
/proc/18456/stat : 18456 (minisat) R 18365 18365 18144 0 -1 0 52997 0 0 0 103020 58 0 0 25 0 1 0 30271099 215244800 51944 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528712 0 0 4096 3 0 0 0 17 0 0 0
/proc/18456/statm: 52550 51944 52 112 0 52434 0
Current children cumulated CPU time (s) 1360.28
Current children cumulated vsize (KiB) 252680

[startup+1423.03 s]
/proc/loadavg: 2.06 2.02 1.96 3/77 18457
/proc/meminfo: memFree=1283560/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=42480 CPUtime=328.81
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 8350 166673 0 1 53 5 32625 198 16 0 1 0 30238045 43499520 7766 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18365/statm: 10620 7766 373 3 0 7720 0
[pid=18367] ppid=18365 vsize=0 CPUtime=0.69
/proc/18367/stat : 18367 (java) Z 18365 18365 18144 0 -1 1036 7673 0 1 0 64 5 0 0 19 0 1 0 30238050 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18367/statm: 0 0 0 0 0 0 0
[pid=18456] ppid=18365 vsize=215740 CPUtime=1090.73
/proc/18456/stat : 18456 (minisat) R 18365 18365 18144 0 -1 0 54374 0 0 0 109013 60 0 0 25 0 1 0 30271099 220917760 53321 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18456/statm: 53935 53321 52 112 0 53819 0
Current children cumulated CPU time (s) 1420.23
Current children cumulated vsize (KiB) 258220

[startup+1483.04 s]
/proc/loadavg: 2.02 2.01 1.96 3/77 18457
/proc/meminfo: memFree=1281704/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=42480 CPUtime=328.81
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 8350 166673 0 1 53 5 32625 198 16 0 1 0 30238045 43499520 7766 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18365/statm: 10620 7766 373 3 0 7720 0
[pid=18367] ppid=18365 vsize=0 CPUtime=0.69
/proc/18367/stat : 18367 (java) Z 18365 18365 18144 0 -1 1036 7673 0 1 0 64 5 0 0 19 0 1 0 30238050 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18367/statm: 0 0 0 0 0 0 0
[pid=18456] ppid=18365 vsize=215740 CPUtime=1150.66
/proc/18456/stat : 18456 (minisat) R 18365 18365 18144 0 -1 0 54374 0 0 0 115006 60 0 0 25 0 1 0 30271099 220917760 53321 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18456/statm: 53935 53321 52 112 0 53819 0
Current children cumulated CPU time (s) 1480.16
Current children cumulated vsize (KiB) 258220

[startup+1543.05 s]
/proc/loadavg: 2.08 2.02 1.97 3/77 18457
/proc/meminfo: memFree=1281704/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=42480 CPUtime=328.81
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 8350 166673 0 1 53 5 32625 198 16 0 1 0 30238045 43499520 7766 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18365/statm: 10620 7766 373 3 0 7720 0
[pid=18367] ppid=18365 vsize=0 CPUtime=0.69
/proc/18367/stat : 18367 (java) Z 18365 18365 18144 0 -1 1036 7673 0 1 0 64 5 0 0 19 0 1 0 30238050 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18367/statm: 0 0 0 0 0 0 0
[pid=18456] ppid=18365 vsize=215740 CPUtime=1210.62
/proc/18456/stat : 18456 (minisat) R 18365 18365 18144 0 -1 0 54374 0 0 0 121002 60 0 0 25 0 1 0 30271099 220917760 53321 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/18456/statm: 53935 53321 52 112 0 53819 0
Current children cumulated CPU time (s) 1540.12
Current children cumulated vsize (KiB) 258220

[startup+1603.07 s]
/proc/loadavg: 2.03 2.01 1.97 3/77 18457
/proc/meminfo: memFree=1281640/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=42480 CPUtime=328.81
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 8350 166673 0 1 53 5 32625 198 16 0 1 0 30238045 43499520 7766 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18365/statm: 10620 7766 373 3 0 7720 0
[pid=18367] ppid=18365 vsize=0 CPUtime=0.69
/proc/18367/stat : 18367 (java) Z 18365 18365 18144 0 -1 1036 7673 0 1 0 64 5 0 0 19 0 1 0 30238050 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18367/statm: 0 0 0 0 0 0 0
[pid=18456] ppid=18365 vsize=215740 CPUtime=1270.58
/proc/18456/stat : 18456 (minisat) R 18365 18365 18144 0 -1 0 54374 0 0 0 126997 61 0 0 25 0 1 0 30271099 220917760 53321 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527072 0 0 4096 3 0 0 0 17 0 0 0
/proc/18456/statm: 53935 53321 52 112 0 53819 0
Current children cumulated CPU time (s) 1600.08
Current children cumulated vsize (KiB) 258220

[startup+1663.08 s]
/proc/loadavg: 2.01 2.01 1.97 3/83 18541
/proc/meminfo: memFree=1279840/2055920 swapFree=4192812/4192956
[pid=18365] ppid=18363 vsize=42480 CPUtime=328.81
/proc/18365/stat : 18365 (sugar) S 18363 18365 18144 0 -1 4194304 8350 166673 0 1 53 5 32625 198 16 0 1 0 30238045 43499520 7766 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18365/statm: 10620 7766 373 3 0 7720 0
[pid=18367] ppid=18365 vsize=0 CPUtime=0.69
/proc/18367/stat : 18367 (java) Z 18365 18365 18144 0 -1 1036 7673 0 1 0 64 5 0 0 19 0 1 0 30238050 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18367/statm: 0 0 0 0 0 0 0
[pid=18456] ppid=18365 vsize=215740 CPUtime=1330.47
/proc/18456/stat : 18456 (minisat) R 18365 18365 18144 0 -1 0 54374 0 0 0 132980 67 0 0 25 0 1 0 30271099 220917760 53321 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18456/statm: 53935 53321 52 112 0 53819 0
Current children cumulated CPU time (s) 1659.97
Current children cumulated vsize (KiB) 258220

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 18365 and gives childrusage.ru_utime.tv_sec=1708 childrusage.ru_utime.tv_usec=569257 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=946552
CPU time returned by wait4() is 1711.52
while last known CPU time is 1711.52

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

Real time (s): 1715.41
CPU time (s): 1711.52
CPU user time (s): 1708.63
CPU system time (s): 2.89
CPU usage (%): 99.7735
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1708.57
system time used= 2.94655
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235833
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= 47546
involuntary context switches= 53885

runsolver used 2.06369 s user time and 5.82411 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Mon Jan 29 20:33:39 UTC 2007


IDJOB= 223473
IDBENCH= 5637
IDSOLVER= 86
FILE ID= node40/223473-1170102819

PBS_JOBID= 3689820

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-71_ext.xml
COMMAND LINE= /tmp/evaluation/223473-1170102819/solver /tmp/evaluation/223473-1170102819 /tmp/evaluation/223473-1170102819/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-223473-1170102819 -o ROOT/results/node40/solver-223473-1170102819 -C 1800 -M 900  /tmp/evaluation/223473-1170102819/solver /tmp/evaluation/223473-1170102819 /tmp/evaluation/223473-1170102819/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f2da38f2b0eee6526ffd29a925965623

RANDOM SEED= 402015236

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.265
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.265
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:       1909088 kB
Buffers:         30096 kB
Cached:          41304 kB
SwapCached:          0 kB
Active:          61348 kB
Inactive:        38240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1909088 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3892 kB
Writeback:           0 kB
Mapped:          39180 kB
Slab:            32656 kB
Committed_AS:   196984 kB
PageTables:       1808 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= 66481 MiB



End job on node40 on Mon Jan 29 21:02:17 UTC 2007