Trace number 223558

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 1066.13 1071.6

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-9_ext.xml
MD5SUM782cd870a63a417dae1093d3c3ab10cc
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 benchmark1.01884
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/223558-1170102829/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/223558-1170102829/unknown.xml [Mon Jan 29 21:33:50 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/223558-1170102829/unknown.xml /tmp/evaluation/223558-1170102829/sugar18872.csp [Mon Jan 29 21:33:50 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223558-1170102829/sugar-v0-40.jar -convert /tmp/evaluation/223558-1170102829/unknown.xml /tmp/evaluation/223558-1170102829/sugar18872.csp
0.15	c BEGIN convert /tmp/evaluation/223558-1170102829/unknown.xml
0.71	c END convert (0.562822 seconds)
0.74	c # CONVERT_XML  END : /tmp/evaluation/223558-1170102829/sugar18872.csp 1730948 bytes (1 seconds) [Mon Jan 29 21:33:51 2007]
0.74	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.74	
0.74	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223558-1170102829/sugar18872.bcnf [Mon Jan 29 21:33:51 2007]
0.74	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223558-1170102829/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223558-1170102829/sugar18872.map /tmp/evaluation/223558-1170102829/sugar18872.csp /tmp/evaluation/223558-1170102829/sugar18872.bcnf
0.85	c BEGIN parse /tmp/evaluation/223558-1170102829/sugar18872.csp
333.83	c END parse (332.973782 seconds)
333.83	c BEGIN simplify
334.89	c END simplify (1.058725 seconds)
334.89	c BEGIN encode /tmp/evaluation/223558-1170102829/sugar18872.bcnf
341.88	c END encode (6.996602 seconds)
342.57	c # GENERATE_SAT  END : 52208 variables 154024 clauses 77037868 bytes (341 seconds) [Mon Jan 29 21:39:32 2007]
342.57	c # GENERATE_SAT  CPU : 340 = 0.5 + 0.05 + 337.41 + 2.04
342.57	
342.57	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223558-1170102829/sugar18872.bcnf [Mon Jan 29 21:39:32 2007]
342.57	c # CMD : /tmp/evaluation/223558-1170102829/minisat /tmp/evaluation/223558-1170102829/sugar18872.bcnf /tmp/evaluation/223558-1170102829/sugar18872.out
344.29	c ==================================[MINISAT]===================================
344.29	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
344.29	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
344.29	c ==============================================================================
344.30	c |         0 |  154024 19105401 |   51341       0        0     nan |  0.000 % |
344.47	c |       100 |  154027 19105401 |   56475      97     4983    51.4 |  0.000 % |
344.77	c |       250 |  154029 19105401 |   62122     245    17192    70.2 |  0.000 % |
345.21	c |       476 |  154029 19105401 |   68334     471    29061    61.7 |  0.000 % |
346.13	c |       813 |  154029 19105401 |   75168     808    68832    85.2 |  0.000 % |
347.46	c |      1319 |  154031 19105401 |   82685    1312   117729    89.7 |  0.000 % |
349.14	c |      2078 |  154032 19105401 |   90953    2070   192831    93.2 |  0.000 % |
351.16	c |      3218 |  154036 19105401 |  100049    3206   291368    90.9 |  0.000 % |
354.21	c |      4926 |  154040 19105401 |  110053    4910   419938    85.5 |  0.000 % |
359.01	c |      7489 |  154053 19105401 |  121059    7460   608002    81.5 |  0.000 % |
365.93	c |     11334 |  154058 19105401 |  133165   11300   880926    78.0 |  0.000 % |
379.13	c |     17101 |  154061 19105401 |  146481   17064  1494316    87.6 |  0.000 % |
397.20	c |     25750 |  154076 19105401 |  161130   25698  2317589    90.2 |  0.000 % |
426.63	c |     38724 |  154088 19105401 |  177243   38660  3612996    93.5 |  0.000 % |
480.80	c |     58185 |  154104 19105401 |  194967   58105  5807036    99.9 |  0.000 % |
585.39	c |     87378 |  153789 19102446 |  214464   42076  4355643   103.5 |  0.358 % |
720.73	c |    131168 |  153823 19102446 |  235910   85832 10470234   122.0 |  0.358 % |
944.55	c |    196856 |  153862 19102446 |  259501  151481 20403299   134.7 |  0.358 % |
1070.80	c ==============================================================================
1070.80	c restarts              : 18
1070.80	c conflicts             : 226972         (313 /sec)
1070.80	c decisions             : 13782801       (19029 /sec)
1070.80	c propagations          : 365588888      (504754 /sec)
1070.80	c conflict literals     : 30125796       (50.03 % deleted)
1070.80	c Memory used           : 187.00 MB
1070.80	c CPU time              : 724.291 s
1070.80	c 
1070.80	c SATISFIABLE
1070.86	c # SOLVE_SAT  END : SATISFIABLE (729 seconds) [Mon Jan 29 21:51:41 2007]
1070.86	c # SOLVE_SAT  CPU : 724.89 = 0 + 0 + 724.31 + 0.58
1070.86	
1070.86	c # RESULT : SATISFIABLE
1070.86	
1070.86	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 21:51:41 2007]
1071.04	c BEGIN read SAT output /tmp/evaluation/223558-1170102829/sugar18872.out
1071.10	c END read SAT output (0.066622 seconds)
1071.10	c BEGIN write solution /tmp/evaluation/223558-1170102829/sugar18872.sol
1071.50	c END write solution (0.396725 seconds)
1071.56	s SATISFIABLE
1071.56	v 12 21 0 13 5 22 6 21 2 23 16 19 4 11 3 14 19 9 2 22 21 16 22 8 14 22 4 9 23 12 4 10 13 2 20 19 21 23 20 12
1071.56	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 21:51:41 2007]
1071.56	c # OUTPUT_SOL  CPU : 0.609999999999982 = 0.03 + 0 + 0.519999999999982 + 0.0600000000000001
1071.56	
1071.56	c # MAIN  END :  (1071 seconds) [Mon Jan 29 21:51:41 2007]
1071.56	c # MAIN  CPU : 1065.5 = 0.53 + 0.05 + 1062.24 + 2.68
1071.56	

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/node39/watcher-223558-1170102829 -o ROOT/results/node39/solver-223558-1170102829 -C 1800 -M 900 /tmp/evaluation/223558-1170102829/solver /tmp/evaluation/223558-1170102829 /tmp/evaluation/223558-1170102829/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: 0.48 0.78 1.30 2/68 18873
/proc/meminfo: memFree=1929808/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=12268 CPUtime=0
/proc/18872/stat : 18872 (sugar) R 18870 18872 18350 0 -1 4194304 566 0 0 0 0 0 0 0 18 0 1 0 30238876 12562432 285 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231511248099 0 0 4224 0 0 0 0 17 1 0 0
/proc/18872/statm: 3067 297 223 3 0 167 0

[startup+0.10252 s]
/proc/loadavg: 0.48 0.78 1.30 2/68 18873
/proc/meminfo: memFree=1929808/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=13724 CPUtime=0.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 1112 0 0 0 3 0 0 0 16 0 1 0 30238876 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18872/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.510584 s]
/proc/loadavg: 0.48 0.78 1.30 2/68 18873
/proc/meminfo: memFree=1929808/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=13724 CPUtime=0.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 30238876 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18872/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33273 s]
/proc/loadavg: 0.48 0.78 1.30 2/77 18889
/proc/meminfo: memFree=1906952/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=13724 CPUtime=0.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30238876 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18872/statm: 3431 808 370 3 0 531 0
[pid=18874] ppid=18872 vsize=0 CPUtime=0.65
/proc/18874/stat : 18874 (java) Z 18872 18872 18350 0 -1 1036 7677 0 1 0 60 5 0 0 16 0 1 0 30238881 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
[pid=18882] ppid=18872 vsize=807064 CPUtime=0.56
/proc/18882/stat : 18882 (java) R 18872 18872 18350 0 -1 0 7780 0 1 0 52 4 0 0 17 0 8 0 30238951 826433536 7528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479595 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18882/statm: 201766 7528 1494 14 0 189044 0
[pid=18882/tid=18883] ppid=18872 vsize=807064 CPUtime=0.07
/proc/18882/task/18883/stat : 18883 (java) S 18872 18872 18350 0 -1 64 1727 0 0 0 7 0 0 0 17 0 8 0 30238954 826433536 7528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18884] ppid=18872 vsize=807064 CPUtime=0
/proc/18882/task/18884/stat : 18884 (java) S 18872 18872 18350 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30238954 826433536 7528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18885] ppid=18872 vsize=807064 CPUtime=0
/proc/18882/task/18885/stat : 18885 (java) S 18872 18872 18350 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30238954 826433536 7528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18886] ppid=18872 vsize=807064 CPUtime=0
/proc/18882/task/18886/stat : 18886 (java) S 18872 18872 18350 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30238957 826433536 7528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18882/tid=18887] ppid=18872 vsize=807064 CPUtime=0.04
/proc/18882/task/18887/stat : 18887 (java) S 18872 18872 18350 0 -1 64 292 0 0 0 4 0 0 0 16 0 8 0 30238957 826433536 7528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18882/tid=18888] ppid=18872 vsize=807064 CPUtime=0
/proc/18882/task/18888/stat : 18888 (java) S 18872 18872 18350 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30238957 826433536 7528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18882/tid=18889] ppid=18872 vsize=807064 CPUtime=0
/proc/18882/task/18889/stat : 18889 (java) S 18872 18872 18350 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238957 826433536 7528 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 820788

[startup+2.98501 s]
/proc/loadavg: 0.48 0.78 1.30 2/77 18889
/proc/meminfo: memFree=1884296/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=13724 CPUtime=0.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30238876 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18872/statm: 3431 808 370 3 0 531 0
[pid=18874] ppid=18872 vsize=0 CPUtime=0.65
/proc/18874/stat : 18874 (java) Z 18872 18872 18350 0 -1 1036 7677 0 1 0 60 5 0 0 16 0 1 0 30238881 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
[pid=18882] ppid=18872 vsize=807336 CPUtime=2.22
/proc/18882/stat : 18882 (java) S 18872 18872 18350 0 -1 0 15003 0 1 0 213 9 0 0 16 0 8 0 30238951 826712064 14734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18882/statm: 201834 14734 1506 14 0 189112 0
[pid=18882/tid=18883] ppid=18872 vsize=807336 CPUtime=0.56
/proc/18882/task/18883/stat : 18883 (java) R 18872 18872 18350 0 -1 64 8785 0 0 0 52 4 0 0 16 0 8 0 30238954 826712064 14734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827329 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18884] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18884/stat : 18884 (java) S 18872 18872 18350 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30238954 826712064 14734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18885] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18885/stat : 18885 (java) S 18872 18872 18350 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30238954 826712064 14734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18886] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18886/stat : 18886 (java) S 18872 18872 18350 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30238957 826712064 14734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18882/tid=18887] ppid=18872 vsize=807336 CPUtime=0.1
/proc/18882/task/18887/stat : 18887 (java) S 18872 18872 18350 0 -1 64 392 0 0 0 10 0 0 0 16 0 8 0 30238957 826712064 14734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18882/tid=18888] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18888/stat : 18888 (java) S 18872 18872 18350 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30238957 826712064 14734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18882/tid=18889] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18889/stat : 18889 (java) S 18872 18872 18350 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238957 826712064 14734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821060

[startup+6.27658 s]
/proc/loadavg: 0.52 0.79 1.30 2/77 18893
/proc/meminfo: memFree=1766728/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=13724 CPUtime=0.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30238876 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18872/statm: 3431 808 370 3 0 531 0
[pid=18874] ppid=18872 vsize=0 CPUtime=0.65
/proc/18874/stat : 18874 (java) Z 18872 18872 18350 0 -1 1036 7677 0 1 0 60 5 0 0 16 0 1 0 30238881 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
[pid=18882] ppid=18872 vsize=807336 CPUtime=5.5
/proc/18882/stat : 18882 (java) R 18872 18872 18350 0 -1 0 46599 0 2 0 528 22 0 0 16 0 8 0 30238951 826712064 46197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073724899 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18882/statm: 201834 46197 1507 14 0 189112 0
[pid=18882/tid=18883] ppid=18872 vsize=807336 CPUtime=1.83
/proc/18882/task/18883/stat : 18883 (java) S 18872 18872 18350 0 -1 64 40241 0 1 0 166 17 0 0 16 0 8 0 30238954 826712064 46197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18884] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18884/stat : 18884 (java) S 18872 18872 18350 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30238954 826712064 46197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18885] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18885/stat : 18885 (java) S 18872 18872 18350 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30238954 826712064 46197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18886] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18886/stat : 18886 (java) S 18872 18872 18350 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30238957 826712064 46197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18882/tid=18887] ppid=18872 vsize=807336 CPUtime=0.11
/proc/18882/task/18887/stat : 18887 (java) S 18872 18872 18350 0 -1 64 398 0 0 0 11 0 0 0 16 0 8 0 30238957 826712064 46197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18882/tid=18888] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18888/stat : 18888 (java) S 18872 18872 18350 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30238957 826712064 46197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18882/tid=18889] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18889/stat : 18889 (java) S 18872 18872 18350 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238957 826712064 46197 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 821060

[startup+12.6811 s]
/proc/loadavg: 0.56 0.79 1.30 3/90 18944
/proc/meminfo: memFree=1676824/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=13724 CPUtime=0.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30238876 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18872/statm: 3431 808 370 3 0 531 0
[pid=18874] ppid=18872 vsize=0 CPUtime=0.65
/proc/18874/stat : 18874 (java) Z 18872 18872 18350 0 -1 1036 7677 0 1 0 60 5 0 0 16 0 1 0 30238881 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
[pid=18882] ppid=18872 vsize=807336 CPUtime=11.87
/proc/18882/stat : 18882 (java) R 18872 18872 18350 0 -1 0 55232 0 2 0 1159 28 0 0 17 0 8 0 30238951 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18882/statm: 201834 54115 1507 14 0 189112 0
[pid=18882/tid=18883] ppid=18872 vsize=807336 CPUtime=4.43
/proc/18882/task/18883/stat : 18883 (java) S 18872 18872 18350 0 -1 64 48624 0 1 0 422 21 0 0 15 0 8 0 30238954 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18884] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18884/stat : 18884 (java) S 18872 18872 18350 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30238954 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18885] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18885/stat : 18885 (java) S 18872 18872 18350 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30238954 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18886] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18886/stat : 18886 (java) S 18872 18872 18350 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30238957 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18882/tid=18887] ppid=18872 vsize=807336 CPUtime=0.12
/proc/18882/task/18887/stat : 18887 (java) S 18872 18872 18350 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 30238957 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18882/tid=18888] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18888/stat : 18888 (java) S 18872 18872 18350 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30238957 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18882/tid=18889] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18889/stat : 18889 (java) S 18872 18872 18350 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238957 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) 12.55
Current children cumulated vsize (KiB) 821060

[startup+25.5019 s]
/proc/loadavg: 0.96 0.87 1.31 4/90 18944
/proc/meminfo: memFree=1498072/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=13724 CPUtime=0.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30238876 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18872/statm: 3431 808 370 3 0 531 0
[pid=18874] ppid=18872 vsize=0 CPUtime=0.65
/proc/18874/stat : 18874 (java) Z 18872 18872 18350 0 -1 1036 7677 0 1 0 60 5 0 0 16 0 1 0 30238881 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
[pid=18882] ppid=18872 vsize=807336 CPUtime=24.62
/proc/18882/stat : 18882 (java) R 18872 18872 18350 0 -1 0 56143 0 2 0 2427 35 0 0 25 0 8 0 30238951 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18882/statm: 201834 54115 1507 14 0 189112 0
[pid=18882/tid=18883] ppid=18872 vsize=807336 CPUtime=9.4
/proc/18882/task/18883/stat : 18883 (java) R 18872 18872 18350 0 -1 64 49140 0 1 0 914 26 0 0 15 0 8 0 30238954 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18884] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18884/stat : 18884 (java) S 18872 18872 18350 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30238954 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18885] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18885/stat : 18885 (java) S 18872 18872 18350 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30238954 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18886] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18886/stat : 18886 (java) S 18872 18872 18350 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30238957 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18882/tid=18887] ppid=18872 vsize=807336 CPUtime=0.12
/proc/18882/task/18887/stat : 18887 (java) S 18872 18872 18350 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 30238957 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18882/tid=18888] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18888/stat : 18888 (java) S 18872 18872 18350 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30238957 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18882/tid=18889] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18889/stat : 18889 (java) S 18872 18872 18350 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30238957 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.3
Current children cumulated vsize (KiB) 821060

[startup+51.1383 s]
/proc/loadavg: 1.94 1.10 1.38 3/90 18944
/proc/meminfo: memFree=1499032/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=13724 CPUtime=0.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 30238876 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18872/statm: 3431 808 370 3 0 531 0
[pid=18874] ppid=18872 vsize=0 CPUtime=0.65
/proc/18874/stat : 18874 (java) Z 18872 18872 18350 0 -1 1036 7677 0 1 0 60 5 0 0 16 0 1 0 30238881 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
[pid=18882] ppid=18872 vsize=807336 CPUtime=50.12
/proc/18882/stat : 18882 (java) R 18872 18872 18350 0 -1 0 57109 0 2 0 4963 49 0 0 25 0 8 0 30238951 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18882/statm: 201834 54115 1507 14 0 189112 0
[pid=18882/tid=18883] ppid=18872 vsize=807336 CPUtime=19.36
/proc/18882/task/18883/stat : 18883 (java) S 18872 18872 18350 0 -1 64 49326 0 1 0 1902 34 0 0 16 0 8 0 30238954 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18884] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18884/stat : 18884 (java) S 18872 18872 18350 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30238954 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18885] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18885/stat : 18885 (java) S 18872 18872 18350 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30238954 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18882/tid=18886] ppid=18872 vsize=807336 CPUtime=0
/proc/18882/task/18886/stat : 18886 (java) S 18872 18872 18350 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 30238957 826712064 54115 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18882/tid=18887] ppid=18872 vsize=807336 CPUtime=0.12

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

[pid=18872] ppid=18870 vsize=41952 CPUtime=340.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 8208 166658 0 2 53 5 33741 204 16 0 1 0 30238876 42958848 7623 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18872/statm: 10488 7623 373 3 0 7588 0
[pid=18874] ppid=18872 vsize=0 CPUtime=0.65
/proc/18874/stat : 18874 (java) Z 18872 18872 18350 0 -1 1036 7677 0 1 0 60 5 0 0 16 0 1 0 30238881 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
[pid=18947] ppid=18872 vsize=107196 CPUtime=119.57
/proc/18947/stat : 18947 (minisat) R 18872 18872 18350 0 -1 0 27304 0 0 0 11928 29 0 0 25 0 1 0 30273133 109768704 26250 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528551 0 0 4096 3 0 0 0 17 0 0 0
/proc/18947/statm: 26799 26250 52 112 0 26683 0
Current children cumulated CPU time (s) 460.25
Current children cumulated vsize (KiB) 149148

[startup+522.829 s]
/proc/loadavg: 2.05 2.13 1.82 3/76 18948
/proc/meminfo: memFree=1480264/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=41952 CPUtime=340.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 8208 166658 0 2 53 5 33741 204 16 0 1 0 30238876 42958848 7623 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18872/statm: 10488 7623 373 3 0 7588 0
[pid=18874] ppid=18872 vsize=0 CPUtime=0.65
/proc/18874/stat : 18874 (java) Z 18872 18872 18350 0 -1 1036 7677 0 1 0 60 5 0 0 16 0 1 0 30238881 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
[pid=18947] ppid=18872 vsize=116136 CPUtime=179.37
/proc/18947/stat : 18947 (minisat) R 18872 18872 18350 0 -1 0 29507 0 0 0 17906 31 0 0 25 0 1 0 30273133 118923264 28453 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18947/statm: 29034 28453 52 112 0 28918 0
Current children cumulated CPU time (s) 520.05
Current children cumulated vsize (KiB) 158088

[startup+582.913 s]
/proc/loadavg: 2.10 2.12 1.83 3/76 18948
/proc/meminfo: memFree=1464968/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=41952 CPUtime=340.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 8208 166658 0 2 53 5 33741 204 16 0 1 0 30238876 42958848 7623 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18872/statm: 10488 7623 373 3 0 7588 0
[pid=18874] ppid=18872 vsize=0 CPUtime=0.65
/proc/18874/stat : 18874 (java) Z 18872 18872 18350 0 -1 1036 7677 0 1 0 60 5 0 0 16 0 1 0 30238881 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
[pid=18947] ppid=18872 vsize=122624 CPUtime=239.18
/proc/18947/stat : 18947 (minisat) R 18872 18872 18350 0 -1 0 31135 0 0 0 23885 33 0 0 25 0 1 0 30273133 125566976 30081 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528532 0 0 4096 3 0 0 0 17 0 0 0
/proc/18947/statm: 30656 30081 52 112 0 30540 0
Current children cumulated CPU time (s) 579.86
Current children cumulated vsize (KiB) 164576

[startup+642.995 s]
/proc/loadavg: 2.03 2.10 1.84 3/76 18948
/proc/meminfo: memFree=1457032/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=41952 CPUtime=340.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 8208 166658 0 2 53 5 33741 204 16 0 1 0 30238876 42958848 7623 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18872/statm: 10488 7623 373 3 0 7588 0
[pid=18874] ppid=18872 vsize=0 CPUtime=0.65
/proc/18874/stat : 18874 (java) Z 18872 18872 18350 0 -1 1036 7677 0 1 0 60 5 0 0 16 0 1 0 30238881 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
[pid=18947] ppid=18872 vsize=122624 CPUtime=299
/proc/18947/stat : 18947 (minisat) R 18872 18872 18350 0 -1 0 31143 0 0 0 29867 33 0 0 25 0 1 0 30273133 125566976 30089 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527289 0 0 4096 3 0 0 0 17 0 0 0
/proc/18947/statm: 30656 30089 52 112 0 30540 0
Current children cumulated CPU time (s) 639.68
Current children cumulated vsize (KiB) 164576

[startup+703.077 s]
/proc/loadavg: 2.01 2.08 1.84 3/76 18948
/proc/meminfo: memFree=1446088/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=41952 CPUtime=340.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 8208 166658 0 2 53 5 33741 204 16 0 1 0 30238876 42958848 7623 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18872/statm: 10488 7623 373 3 0 7588 0
[pid=18874] ppid=18872 vsize=0 CPUtime=0.65
/proc/18874/stat : 18874 (java) Z 18872 18872 18350 0 -1 1036 7677 0 1 0 60 5 0 0 16 0 1 0 30238881 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
[pid=18947] ppid=18872 vsize=126108 CPUtime=358.79
/proc/18947/stat : 18947 (minisat) R 18872 18872 18350 0 -1 0 32013 0 0 0 35845 34 0 0 25 0 1 0 30273133 129134592 30959 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527303 0 0 4096 3 0 0 0 17 0 0 0
/proc/18947/statm: 31527 30959 52 112 0 31411 0
Current children cumulated CPU time (s) 699.47
Current children cumulated vsize (KiB) 168060

[startup+763.163 s]
/proc/loadavg: 2.00 2.06 1.85 3/76 18948
/proc/meminfo: memFree=1429576/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=41952 CPUtime=340.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 8208 166658 0 2 53 5 33741 204 16 0 1 0 30238876 42958848 7623 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18872/statm: 10488 7623 373 3 0 7588 0
[pid=18874] ppid=18872 vsize=0 CPUtime=0.65
/proc/18874/stat : 18874 (java) Z 18872 18872 18350 0 -1 1036 7677 0 1 0 60 5 0 0 16 0 1 0 30238881 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
[pid=18947] ppid=18872 vsize=136736 CPUtime=418.61
/proc/18947/stat : 18947 (minisat) R 18872 18872 18350 0 -1 0 34662 0 0 0 41823 38 0 0 25 0 1 0 30273133 140017664 33608 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/18947/statm: 34184 33608 52 112 0 34068 0
Current children cumulated CPU time (s) 759.29
Current children cumulated vsize (KiB) 178688

[startup+823.256 s]
/proc/loadavg: 2.00 2.05 1.85 3/76 18948
/proc/meminfo: memFree=1410760/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=41952 CPUtime=340.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 8208 166658 0 2 53 5 33741 204 16 0 1 0 30238876 42958848 7623 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18872/statm: 10488 7623 373 3 0 7588 0
[pid=18874] ppid=18872 vsize=0 CPUtime=0.65
/proc/18874/stat : 18874 (java) Z 18872 18872 18350 0 -1 1036 7677 0 1 0 60 5 0 0 16 0 1 0 30238881 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
[pid=18947] ppid=18872 vsize=147532 CPUtime=478.42
/proc/18947/stat : 18947 (minisat) R 18872 18872 18350 0 -1 0 37369 0 0 0 47801 41 0 0 25 0 1 0 30273133 151072768 36315 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/18947/statm: 36883 36315 52 112 0 36767 0
Current children cumulated CPU time (s) 819.1
Current children cumulated vsize (KiB) 189484

[startup+883.341 s]
/proc/loadavg: 2.00 2.03 1.86 3/76 18948
/proc/meminfo: memFree=1390216/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=41952 CPUtime=340.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 8208 166658 0 2 53 5 33741 204 16 0 1 0 30238876 42958848 7623 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18872/statm: 10488 7623 373 3 0 7588 0
[pid=18874] ppid=18872 vsize=0 CPUtime=0.65
/proc/18874/stat : 18874 (java) Z 18872 18872 18350 0 -1 1036 7677 0 1 0 60 5 0 0 16 0 1 0 30238881 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
[pid=18947] ppid=18872 vsize=159452 CPUtime=538.23
/proc/18947/stat : 18947 (minisat) R 18872 18872 18350 0 -1 0 40349 0 0 0 53778 45 0 0 25 0 1 0 30273133 163278848 39295 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 0 0 0
/proc/18947/statm: 39863 39295 52 112 0 39747 0
Current children cumulated CPU time (s) 878.91
Current children cumulated vsize (KiB) 201404

[startup+943.425 s]
/proc/loadavg: 2.00 2.03 1.87 3/76 18948
/proc/meminfo: memFree=1369928/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=41952 CPUtime=340.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 8208 166658 0 2 53 5 33741 204 16 0 1 0 30238876 42958848 7623 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18872/statm: 10488 7623 373 3 0 7588 0
[pid=18874] ppid=18872 vsize=0 CPUtime=0.65
/proc/18874/stat : 18874 (java) Z 18872 18872 18350 0 -1 1036 7677 0 1 0 60 5 0 0 16 0 1 0 30238881 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
[pid=18947] ppid=18872 vsize=170660 CPUtime=598.04
/proc/18947/stat : 18947 (minisat) R 18872 18872 18350 0 -1 0 43105 0 0 0 59757 47 0 0 25 0 1 0 30273133 174755840 42051 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/18947/statm: 42665 42051 52 112 0 42549 0
Current children cumulated CPU time (s) 938.72
Current children cumulated vsize (KiB) 212612

[startup+1003.51 s]
/proc/loadavg: 2.00 2.02 1.87 3/76 18948
/proc/meminfo: memFree=1352008/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=41952 CPUtime=340.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 8208 166658 0 2 53 5 33741 204 16 0 1 0 30238876 42958848 7623 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18872/statm: 10488 7623 373 3 0 7588 0
[pid=18874] ppid=18872 vsize=0 CPUtime=0.65
/proc/18874/stat : 18874 (java) Z 18872 18872 18350 0 -1 1036 7677 0 1 0 60 5 0 0 16 0 1 0 30238881 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
[pid=18947] ppid=18872 vsize=179628 CPUtime=657.84
/proc/18947/stat : 18947 (minisat) R 18872 18872 18350 0 -1 0 45375 0 0 0 65734 50 0 0 25 0 1 0 30273133 183939072 44321 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527289 0 0 4096 3 0 0 0 17 0 0 0
/proc/18947/statm: 44907 44321 52 112 0 44791 0
Current children cumulated CPU time (s) 998.52
Current children cumulated vsize (KiB) 221580

[startup+1063.59 s]
/proc/loadavg: 2.06 2.03 1.88 3/76 18948
/proc/meminfo: memFree=1331912/2055920 swapFree=4192812/4192956
[pid=18872] ppid=18870 vsize=41952 CPUtime=340.03
/proc/18872/stat : 18872 (sugar) S 18870 18872 18350 0 -1 4194304 8208 166658 0 2 53 5 33741 204 16 0 1 0 30238876 42958848 7623 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18872/statm: 10488 7623 373 3 0 7588 0
[pid=18874] ppid=18872 vsize=0 CPUtime=0.65
/proc/18874/stat : 18874 (java) Z 18872 18872 18350 0 -1 1036 7677 0 1 0 60 5 0 0 16 0 1 0 30238881 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18874/statm: 0 0 0 0 0 0 0
[pid=18947] ppid=18872 vsize=189696 CPUtime=717.64
/proc/18947/stat : 18947 (minisat) R 18872 18872 18350 0 -1 0 47910 0 0 0 71710 54 0 0 25 0 1 0 30273133 194248704 46856 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528442 0 0 4096 3 0 0 0 17 0 0 0
/proc/18947/statm: 47424 46856 52 112 0 47308 0
Current children cumulated CPU time (s) 1058.32
Current children cumulated vsize (KiB) 231648

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 18872 and gives childrusage.ru_utime.tv_sec=1062 childrusage.ru_utime.tv_usec=803429 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=784576
CPU time returned by wait4() is 1065.59
while last known CPU time is 1066.13

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

Real time (s): 1071.6
CPU time (s): 1066.13
CPU user time (s): 1063.36
CPU system time (s): 2.77
CPU usage (%): 99.4899
Max. virtual memory (cumulated for all children) (KiB): 849088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1062.8
system time used= 2.78458
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229540
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46871
involuntary context switches= 58841

runsolver used 1.14482 s user time and 3.07853 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Mon Jan 29 20:33:50 UTC 2007


IDJOB= 223558
IDBENCH= 5654
IDSOLVER= 86
FILE ID= node39/223558-1170102829

PBS_JOBID= 3689767

Free space on /tmp= 66563 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  782cd870a63a417dae1093d3c3ab10cc

RANDOM SEED= 424781772

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.285
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.285
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:       1930288 kB
Buffers:         18108 kB
Cached:          39692 kB
SwapCached:          0 kB
Active:          52448 kB
Inactive:        25660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1930288 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2156 kB
Writeback:           0 kB
Mapped:          30452 kB
Slab:            33296 kB
Committed_AS:   213748 kB
PageTables:       1620 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= 66480 MiB



End job on node39 on Mon Jan 29 20:51:42 UTC 2007