Trace number 231344

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 1168.89 1170.09

General information on the benchmark

Namegeom/
geo50-20-d4-75-19_ext.xml
MD5SUM5f6468f2c6c359284771aa92d8d24fd3
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 benchmark4.14137
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints498
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension498
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/231344-1170106446/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/231344-1170106446/unknown.xml [Mon Jan 29 22:34:06 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/231344-1170106446/unknown.xml /tmp/evaluation/231344-1170106446/sugar28975.csp [Mon Jan 29 22:34:06 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/231344-1170106446/sugar-v0-40.jar -convert /tmp/evaluation/231344-1170106446/unknown.xml /tmp/evaluation/231344-1170106446/sugar28975.csp
0.15	c BEGIN convert /tmp/evaluation/231344-1170106446/unknown.xml
0.74	c END convert (0.585443 seconds)
0.74	c # CONVERT_XML  END : /tmp/evaluation/231344-1170106446/sugar28975.csp 1624118 bytes (1 seconds) [Mon Jan 29 22:34:07 2007]
0.75	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.75	
0.75	c # GENERATE_SAT  BEGIN : /tmp/evaluation/231344-1170106446/sugar28975.bcnf [Mon Jan 29 22:34:07 2007]
0.75	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/231344-1170106446/sugar-v0-40.jar -bcnf -map /tmp/evaluation/231344-1170106446/sugar28975.map /tmp/evaluation/231344-1170106446/sugar28975.csp /tmp/evaluation/231344-1170106446/sugar28975.bcnf
0.86	c BEGIN parse /tmp/evaluation/231344-1170106446/sugar28975.csp
6.68	c END parse (5.821958 seconds)
6.68	c BEGIN simplify
6.70	c END simplify (0.024405 seconds)
6.70	c BEGIN encode /tmp/evaluation/231344-1170106446/sugar28975.bcnf
6.96	c END encode (0.260939 seconds)
7.03	c # GENERATE_SAT  END : 950 variables 50596 clauses 965016 bytes (6 seconds) [Mon Jan 29 22:34:13 2007]
7.03	c # GENERATE_SAT  CPU : 6.19 = 0 + 0 + 6.06 + 0.13
7.03	
7.03	c # SOLVE_SAT  BEGIN : /tmp/evaluation/231344-1170106446/sugar28975.bcnf [Mon Jan 29 22:34:13 2007]
7.03	c # CMD : /tmp/evaluation/231344-1170106446/minisat /tmp/evaluation/231344-1170106446/sugar28975.bcnf /tmp/evaluation/231344-1170106446/sugar28975.out
7.06	c ==================================[MINISAT]===================================
7.06	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
7.06	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
7.06	c ==============================================================================
7.06	c |         0 |   50596   190652 |   16865       0        0     nan |  0.000 % |
7.08	c |       100 |   50596   190652 |   18551     100      891     8.9 |  0.000 % |
7.10	c |       250 |   50596   190652 |   20406     250     2121     8.5 |  0.005 % |
7.13	c |       475 |   50596   190652 |   22447     475     3845     8.1 |  0.005 % |
7.18	c |       816 |   50596   190652 |   24692     816     6720     8.2 |  0.005 % |
7.24	c |      1322 |   50596   190652 |   27161    1322    11561     8.7 |  0.005 % |
7.34	c |      2082 |   50596   190652 |   29877    2082    19005     9.1 |  0.002 % |
7.49	c |      3221 |   50596   190652 |   32865    3221    29830     9.3 |  0.004 % |
7.76	c |      4929 |   50596   190652 |   36151    4929    48207     9.8 |  0.004 % |
8.17	c |      7493 |   50597   190652 |   39766    7492    76803    10.3 |  0.004 % |
8.87	c |     11338 |   50599   190652 |   43743   11335   117564    10.4 |  0.004 % |
10.02	c |     17104 |   50599   190652 |   48117   17101   178909    10.5 |  0.004 % |
11.85	c |     25754 |   50602   190652 |   52929   25748   288967    11.2 |  0.004 % |
15.83	c |     38728 |   50606   190652 |   58222   38718   444845    11.5 |  0.004 % |
23.23	c |     58189 |   50610   190652 |   64044   58175   706993    12.2 |  0.004 % |
33.43	c |     87382 |   50615   190652 |   70449   37954   489657    12.9 |  0.006 % |
52.52	c |    131171 |   50623   190652 |   77494   27732   338177    12.2 |  0.010 % |
79.35	c |    196855 |   50643   190652 |   85243   31656   419526    13.3 |  0.000 % |
129.01	c |    295381 |   50663   190652 |   93768   60966   850211    13.9 |  0.001 % |
207.52	c |    443171 |   50682   190652 |  103144   54490   831030    15.3 |  0.002 % |
337.30	c |    664855 |   50441   189819 |  113459   42635   661490    15.5 |  0.211 % |
567.54	c |    997381 |   50450   189819 |  124805   87148  1280248    14.7 |  0.212 % |
918.25	c |   1496169 |   50461   189819 |  137285   55527   877918    15.8 |  0.211 % |
1169.81	c ==============================================================================
1169.81	c restarts              : 23
1169.81	c conflicts             : 1836864        (1581 /sec)
1169.81	c decisions             : 2189868        (1885 /sec)
1169.81	c propagations          : 176924891      (152294 /sec)
1169.81	c conflict literals     : 28152434       (26.39 % deleted)
1169.81	c Memory used           : 24.67 MB
1169.81	c CPU time              : 1161.73 s
1169.81	c 
1169.81	c SATISFIABLE
1169.82	c # SOLVE_SAT  END : SATISFIABLE (1163 seconds) [Mon Jan 29 22:53:36 2007]
1169.82	c # SOLVE_SAT  CPU : 1161.84 = 0 + 0 + 1161.73 + 0.11
1169.82	
1169.82	c # RESULT : SATISFIABLE
1169.82	
1169.82	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 22:53:36 2007]
1169.94	c BEGIN read SAT output /tmp/evaluation/231344-1170106446/sugar28975.out
1169.96	c END read SAT output (0.014626 seconds)
1169.96	c BEGIN write solution /tmp/evaluation/231344-1170106446/sugar28975.sol
1169.97	c END write solution (0.014756 seconds)
1170.09	s SATISFIABLE
1170.09	v 14 20 14 3 1 3 19 20 17 9 18 11 11 8 18 5 10 3 7 14 20 1 4 6 20 19 1 10 9 12 15 15 7 6 7 6 16 13 12 16 12 11 14 17 8 14 18 16 2 9
1170.09	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 22:53:36 2007]
1170.09	c # OUTPUT_SOL  CPU : 0.160000000000109 = 0 + 0 + 0.130000000000109 + 0.03
1170.09	
1170.09	c # MAIN  END :  (1170 seconds) [Mon Jan 29 22:53:36 2007]
1170.09	c # MAIN  CPU : 1168.19 = 0 + 0 + 1167.92 + 0.27
1170.09	

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/node16/watcher-231344-1170106446 -o ROOT/results/node16/solver-231344-1170106446 -C 1800 -M 900 /tmp/evaluation/231344-1170106446/solver /tmp/evaluation/231344-1170106446 /tmp/evaluation/231344-1170106446/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.05 2.36 2.69 4/81 28976
/proc/meminfo: memFree=1839952/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=12268 CPUtime=0
/proc/28975/stat : 28975 (sugar) R 28973 28975 28607 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 30598962 12562432 315 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231962246112 0 0 4224 0 0 0 0 17 1 0 0
/proc/28975/statm: 3067 315 241 3 0 167 0

[startup+0.107698 s]
/proc/loadavg: 2.05 2.36 2.69 4/81 28976
/proc/meminfo: memFree=1839952/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=0.04
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1112 0 0 0 3 1 0 0 16 0 1 0 30598962 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.51965 s]
/proc/loadavg: 2.05 2.36 2.69 4/81 28976
/proc/meminfo: memFree=1839952/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=0.04
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 30598962 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34057 s]
/proc/loadavg: 2.05 2.36 2.69 2/90 28995
/proc/meminfo: memFree=1817216/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=0.04
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30598962 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 3431 808 370 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=28985] ppid=28975 vsize=807064 CPUtime=0.57
/proc/28985/stat : 28985 (java) R 28975 28975 28607 0 -1 0 7736 0 1 0 53 4 0 0 17 0 8 0 30599037 826433536 7484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073481342 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28985/statm: 201766 7484 1494 14 0 189044 0
[pid=28985/tid=28989] ppid=28975 vsize=807064 CPUtime=0.08
/proc/28985/task/28989/stat : 28989 (java) S 28975 28975 28607 0 -1 64 1684 0 0 0 8 0 0 0 17 0 8 0 30599040 826433536 7484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28985/tid=28990] ppid=28975 vsize=807064 CPUtime=0
/proc/28985/task/28990/stat : 28990 (java) S 28975 28975 28607 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 30599040 826433536 7484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28985/tid=28991] ppid=28975 vsize=807064 CPUtime=0
/proc/28985/task/28991/stat : 28991 (java) S 28975 28975 28607 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30599040 826433536 7484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28985/tid=28992] ppid=28975 vsize=807064 CPUtime=0
/proc/28985/task/28992/stat : 28992 (java) S 28975 28975 28607 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30599043 826433536 7484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28985/tid=28993] ppid=28975 vsize=807064 CPUtime=0.05
/proc/28985/task/28993/stat : 28993 (java) S 28975 28975 28607 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30599043 826433536 7484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28985/tid=28994] ppid=28975 vsize=807064 CPUtime=0
/proc/28985/task/28994/stat : 28994 (java) S 28975 28975 28607 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30599043 826433536 7484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28985/tid=28995] ppid=28975 vsize=807064 CPUtime=0
/proc/28985/task/28995/stat : 28995 (java) S 28975 28975 28607 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30599043 826433536 7484 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 820788

[startup+2.98157 s]
/proc/loadavg: 2.04 2.35 2.68 2/90 29022
/proc/meminfo: memFree=1795312/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=0.04
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30598962 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 3431 808 370 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=28985] ppid=28975 vsize=807336 CPUtime=2.2
/proc/28985/stat : 28985 (java) R 28975 28975 28607 0 -1 0 13848 0 1 0 214 6 0 0 16 0 8 0 30599037 826712064 13582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448385 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28985/statm: 201834 13582 1506 14 0 189112 0
[pid=28985/tid=28989] ppid=28975 vsize=807336 CPUtime=0.52
/proc/28985/task/28989/stat : 28989 (java) S 28975 28975 28607 0 -1 64 7650 0 0 0 50 2 0 0 16 0 8 0 30599040 826712064 13582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28985/tid=28990] ppid=28975 vsize=807336 CPUtime=0
/proc/28985/task/28990/stat : 28990 (java) S 28975 28975 28607 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 30599040 826712064 13582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28985/tid=28991] ppid=28975 vsize=807336 CPUtime=0
/proc/28985/task/28991/stat : 28991 (java) S 28975 28975 28607 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30599040 826712064 13582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28985/tid=28992] ppid=28975 vsize=807336 CPUtime=0
/proc/28985/task/28992/stat : 28992 (java) S 28975 28975 28607 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30599043 826712064 13582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28985/tid=28993] ppid=28975 vsize=807336 CPUtime=0.12
/proc/28985/task/28993/stat : 28993 (java) S 28975 28975 28607 0 -1 64 399 0 0 0 12 0 0 0 17 0 8 0 30599043 826712064 13582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28985/tid=28994] ppid=28975 vsize=807336 CPUtime=0
/proc/28985/task/28994/stat : 28994 (java) S 28975 28975 28607 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30599043 826712064 13582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28985/tid=28995] ppid=28975 vsize=807336 CPUtime=0
/proc/28985/task/28995/stat : 28995 (java) S 28975 28975 28607 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30599043 826712064 13582 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 821060

[startup+6.27921 s]
/proc/loadavg: 2.04 2.35 2.68 4/103 29043
/proc/meminfo: memFree=1714248/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=0.04
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30598962 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 3431 808 370 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=28985] ppid=28975 vsize=807336 CPUtime=5.49
/proc/28985/stat : 28985 (java) R 28975 28975 28607 0 -1 0 21648 0 1 0 539 10 0 0 21 0 8 0 30599037 826712064 21348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073591424 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28985/statm: 201834 21348 1506 14 0 189112 0
[pid=28985/tid=28989] ppid=28975 vsize=807336 CPUtime=0.94
/proc/28985/task/28989/stat : 28989 (java) S 28975 28975 28607 0 -1 64 15415 0 0 0 89 5 0 0 16 0 8 0 30599040 826712064 21348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28985/tid=28990] ppid=28975 vsize=807336 CPUtime=0
/proc/28985/task/28990/stat : 28990 (java) S 28975 28975 28607 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 30599040 826712064 21348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28985/tid=28991] ppid=28975 vsize=807336 CPUtime=0
/proc/28985/task/28991/stat : 28991 (java) S 28975 28975 28607 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30599040 826712064 21348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28985/tid=28992] ppid=28975 vsize=807336 CPUtime=0
/proc/28985/task/28992/stat : 28992 (java) S 28975 28975 28607 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30599043 826712064 21348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28985/tid=28993] ppid=28975 vsize=807336 CPUtime=0.12
/proc/28985/task/28993/stat : 28993 (java) S 28975 28975 28607 0 -1 64 400 0 0 0 12 0 0 0 17 0 8 0 30599043 826712064 21348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28985/tid=28994] ppid=28975 vsize=807336 CPUtime=0
/proc/28985/task/28994/stat : 28994 (java) S 28975 28975 28607 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30599043 826712064 21348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28985/tid=28995] ppid=28975 vsize=807336 CPUtime=0
/proc/28985/task/28995/stat : 28995 (java) S 28975 28975 28607 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30599043 826712064 21348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 821060

[startup+12.7555 s]
/proc/loadavg: 1.96 2.33 2.67 2/83 29061
/proc/meminfo: memFree=1829240/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=6.23
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1283 24032 0 1 3 1 606 13 16 0 1 0 30598962 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28975/statm: 3431 821 373 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=29044] ppid=28975 vsize=6192 CPUtime=5.7
/proc/29044/stat : 29044 (minisat) R 28975 28975 28607 0 -1 0 1424 0 0 0 569 1 0 0 25 0 1 0 30599665 6340608 1174 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29044/statm: 1548 1174 51 112 0 1432 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 19916

[startup+25.6011 s]
/proc/loadavg: 1.89 2.30 2.66 3/89 29117
/proc/meminfo: memFree=1819800/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=6.23
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1283 24032 0 1 3 1 606 13 16 0 1 0 30598962 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28975/statm: 3431 821 373 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=29044] ppid=28975 vsize=9172 CPUtime=18.54
/proc/29044/stat : 29044 (minisat) R 28975 28975 28607 0 -1 0 2159 0 0 0 1851 3 0 0 25 0 1 0 30599665 9392128 1909 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29044/statm: 2293 1909 51 112 0 2177 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 22896

[startup+51.2503 s]
/proc/loadavg: 1.58 2.19 2.61 2/83 29167
/proc/meminfo: memFree=1824584/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=6.23
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1283 24032 0 1 3 1 606 13 16 0 1 0 30598962 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28975/statm: 3431 821 373 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=29044] ppid=28975 vsize=10368 CPUtime=44.17
/proc/29044/stat : 29044 (minisat) R 28975 28975 28607 0 -1 0 2484 0 0 0 4414 3 0 0 25 0 1 0 30599665 10616832 2234 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/29044/statm: 2592 2234 51 112 0 2476 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24092

[startup+102.531 s]
/proc/loadavg: 1.80 2.14 2.57 3/90 29191
/proc/meminfo: memFree=1810960/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=6.23
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1283 24032 0 1 3 1 606 13 16 0 1 0 30598962 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28975/statm: 3431 821 373 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=29044] ppid=28975 vsize=11852 CPUtime=95.45
/proc/29044/stat : 29044 (minisat) R 28975 28975 28607 0 -1 0 2828 0 0 0 9540 5 0 0 25 0 1 0 30599665 12136448 2578 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29044/statm: 2963 2578 51 112 0 2847 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 25576

[startup+162.54 s]
/proc/loadavg: 2.03 2.14 2.54 3/90 29191
/proc/meminfo: memFree=1806800/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=6.23
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1283 24032 0 1 3 1 606 13 16 0 1 0 30598962 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28975/statm: 3431 821 373 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=29044] ppid=28975 vsize=14488 CPUtime=155.39
/proc/29044/stat : 29044 (minisat) R 28975 28975 28607 0 -1 0 3449 0 0 0 15533 6 0 0 25 0 1 0 30599665 14835712 3199 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/29044/statm: 3622 3199 51 112 0 3506 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 28212

[startup+222.547 s]
/proc/loadavg: 2.01 2.12 2.51 3/90 29191
/proc/meminfo: memFree=1804176/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=6.23

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

[pid=28975] ppid=28973 vsize=13724 CPUtime=6.23
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1283 24032 0 1 3 1 606 13 16 0 1 0 30598962 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28975/statm: 3431 821 373 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=29044] ppid=28975 vsize=19452 CPUtime=515.25
/proc/29044/stat : 29044 (minisat) R 28975 28975 28607 0 -1 0 4729 0 0 0 51517 8 0 0 25 0 1 0 30599665 19918848 4442 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134524997 0 0 4096 3 0 0 0 17 0 0 0
/proc/29044/statm: 4863 4442 51 112 0 4747 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 33176

[startup+582.709 s]
/proc/loadavg: 2.00 2.03 2.33 3/90 29191
/proc/meminfo: memFree=1793872/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=6.23
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1283 24032 0 1 3 1 606 13 16 0 1 0 30598962 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28975/statm: 3431 821 373 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=29044] ppid=28975 vsize=20096 CPUtime=575.21
/proc/29044/stat : 29044 (minisat) R 28975 28975 28607 0 -1 0 4876 0 0 0 57513 8 0 0 25 0 1 0 30599665 20578304 4589 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29044/statm: 5024 4589 51 112 0 4908 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 33820

[startup+642.711 s]
/proc/loadavg: 2.00 2.02 2.31 3/90 29191
/proc/meminfo: memFree=1792336/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=6.23
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1283 24032 0 1 3 1 606 13 16 0 1 0 30598962 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28975/statm: 3431 821 373 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=29044] ppid=28975 vsize=21316 CPUtime=635.17
/proc/29044/stat : 29044 (minisat) R 28975 28975 28607 0 -1 0 5177 0 0 0 63509 8 0 0 25 0 1 0 30599665 21827584 4890 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29044/statm: 5329 4890 51 112 0 5213 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 35040

[startup+702.727 s]
/proc/loadavg: 2.00 2.02 2.29 3/90 29191
/proc/meminfo: memFree=1791184/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=6.23
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1283 24032 0 1 3 1 606 13 16 0 1 0 30598962 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28975/statm: 3431 821 373 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=29044] ppid=28975 vsize=21992 CPUtime=695.13
/proc/29044/stat : 29044 (minisat) R 28975 28975 28607 0 -1 0 5353 0 0 0 69504 9 0 0 25 0 1 0 30599665 22519808 5066 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29044/statm: 5498 5066 51 112 0 5382 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 35716

[startup+762.74 s]
/proc/loadavg: 2.00 2.01 2.26 3/90 29191
/proc/meminfo: memFree=1789904/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=6.23
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1283 24032 0 1 3 1 606 13 16 0 1 0 30598962 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28975/statm: 3431 821 373 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=29044] ppid=28975 vsize=22280 CPUtime=755.09
/proc/29044/stat : 29044 (minisat) R 28975 28975 28607 0 -1 0 5421 0 0 0 75500 9 0 0 25 0 1 0 30599665 22814720 5134 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29044/statm: 5570 5134 51 112 0 5454 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 36004

[startup+822.754 s]
/proc/loadavg: 2.11 2.04 2.26 3/90 29191
/proc/meminfo: memFree=1788496/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=6.23
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1283 24032 0 1 3 1 606 13 16 0 1 0 30598962 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28975/statm: 3431 821 373 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=29044] ppid=28975 vsize=22708 CPUtime=815.06
/proc/29044/stat : 29044 (minisat) R 28975 28975 28607 0 -1 0 5525 0 0 0 81497 9 0 0 25 0 1 0 30599665 23252992 5238 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29044/statm: 5677 5238 51 112 0 5561 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 36432

[startup+882.762 s]
/proc/loadavg: 2.04 2.03 2.24 3/90 29191
/proc/meminfo: memFree=1786640/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=6.23
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1283 24032 0 1 3 1 606 13 16 0 1 0 30598962 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28975/statm: 3431 821 373 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=29044] ppid=28975 vsize=23408 CPUtime=875.02
/proc/29044/stat : 29044 (minisat) R 28975 28975 28607 0 -1 0 5693 0 0 0 87492 10 0 0 25 0 1 0 30599665 23969792 5406 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29044/statm: 5852 5406 51 112 0 5736 0
Current children cumulated CPU time (s) 881.93
Current children cumulated vsize (KiB) 37132

[startup+942.769 s]
/proc/loadavg: 2.01 2.02 2.22 3/90 29191
/proc/meminfo: memFree=1786000/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=6.23
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1283 24032 0 1 3 1 606 13 16 0 1 0 30598962 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28975/statm: 3431 821 373 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=29044] ppid=28975 vsize=23716 CPUtime=934.97
/proc/29044/stat : 29044 (minisat) R 28975 28975 28607 0 -1 0 5754 0 0 0 93487 10 0 0 25 0 1 0 30599665 24285184 5467 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/29044/statm: 5929 5467 51 112 0 5813 0
Current children cumulated CPU time (s) 941.88
Current children cumulated vsize (KiB) 37440

[startup+1002.78 s]
/proc/loadavg: 2.00 2.02 2.20 3/90 29191
/proc/meminfo: memFree=1784656/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=6.23
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1283 24032 0 1 3 1 606 13 16 0 1 0 30598962 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28975/statm: 3431 821 373 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=29044] ppid=28975 vsize=24420 CPUtime=994.94
/proc/29044/stat : 29044 (minisat) R 28975 28975 28607 0 -1 0 5943 0 0 0 99484 10 0 0 25 0 1 0 30599665 25006080 5656 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29044/statm: 6105 5656 51 112 0 5989 0
Current children cumulated CPU time (s) 1001.85
Current children cumulated vsize (KiB) 38144

[startup+1062.79 s]
/proc/loadavg: 2.00 2.01 2.19 3/90 29191
/proc/meminfo: memFree=1783824/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=6.23
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1283 24032 0 1 3 1 606 13 16 0 1 0 30598962 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28975/statm: 3431 821 373 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=29044] ppid=28975 vsize=24972 CPUtime=1054.9
/proc/29044/stat : 29044 (minisat) R 28975 28975 28607 0 -1 0 6078 0 0 0 105479 11 0 0 25 0 1 0 30599665 25571328 5791 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29044/statm: 6243 5791 51 112 0 6127 0
Current children cumulated CPU time (s) 1061.81
Current children cumulated vsize (KiB) 38696

[startup+1122.8 s]
/proc/loadavg: 2.00 2.00 2.17 3/90 29191
/proc/meminfo: memFree=1783376/2055920 swapFree=4192812/4192956
[pid=28975] ppid=28973 vsize=13724 CPUtime=6.23
/proc/28975/stat : 28975 (sugar) S 28973 28975 28607 0 -1 4194304 1283 24032 0 1 3 1 606 13 16 0 1 0 30598962 14053376 821 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28975/statm: 3431 821 373 3 0 531 0
[pid=28977] ppid=28975 vsize=0 CPUtime=0.68
/proc/28977/stat : 28977 (java) Z 28975 28975 28607 0 -1 1036 7749 0 1 0 64 4 0 0 16 0 1 0 30598966 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28977/statm: 0 0 0 0 0 0 0
[pid=29044] ppid=28975 vsize=25124 CPUtime=1114.86
/proc/29044/stat : 29044 (minisat) R 28975 28975 28607 0 -1 0 6101 0 0 0 111475 11 0 0 25 0 1 0 30599665 25726976 5814 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/29044/statm: 6281 5814 51 112 0 6165 0
Current children cumulated CPU time (s) 1121.77
Current children cumulated vsize (KiB) 38848

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28975 and gives childrusage.ru_utime.tv_sec=1167 childrusage.ru_utime.tv_usec=957443 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=290955
CPU time returned by wait4() is 1168.25
while last known CPU time is 1168.89

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

Real time (s): 1170.09
CPU time (s): 1168.89
CPU user time (s): 1168.58
CPU system time (s): 0.31
CPU usage (%): 99.8972
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1167.96
system time used= 0.290955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34540
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= 1120
involuntary context switches= 8873

runsolver used 1.39679 s user time and 3.76043 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Jan 29 21:34:06 UTC 2007


IDJOB= 231344
IDBENCH= 6461
IDSOLVER= 86
FILE ID= node16/231344-1170106446

PBS_JOBID= 3689865

Free space on /tmp= 66552 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/geom/geo50-20-d4-75-19_ext.xml
COMMAND LINE= /tmp/evaluation/231344-1170106446/solver /tmp/evaluation/231344-1170106446 /tmp/evaluation/231344-1170106446/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node16/watcher-231344-1170106446 -o ROOT/results/node16/solver-231344-1170106446 -C 1800 -M 900  /tmp/evaluation/231344-1170106446/solver /tmp/evaluation/231344-1170106446 /tmp/evaluation/231344-1170106446/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  5f6468f2c6c359284771aa92d8d24fd3

RANDOM SEED= 990894091

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.281
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.281
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:       1840368 kB
Buffers:         39944 kB
Cached:          62328 kB
SwapCached:          0 kB
Active:         105792 kB
Inactive:        55804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1840368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1360 kB
Writeback:           0 kB
Mapped:          78228 kB
Slab:            39300 kB
Committed_AS:   538944 kB
PageTables:       1936 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= 66549 MiB



End job on node16 on Mon Jan 29 21:53:37 UTC 2007