Trace number 208494

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 1760.86 1763.47

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-23_ext.xml
MD5SUM7cf810c015c90616954c24cd5f9e203c
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 benchmark2.5996
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints333
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension333
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/208494-1170097146/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/208494-1170097146/unknown.xml [Mon Jan 29 19:59:07 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/208494-1170097146/unknown.xml /tmp/evaluation/208494-1170097146/sugar17321.csp [Mon Jan 29 19:59:07 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208494-1170097146/sugar-v0-40.jar -convert /tmp/evaluation/208494-1170097146/unknown.xml /tmp/evaluation/208494-1170097146/sugar17321.csp
0.24	c BEGIN convert /tmp/evaluation/208494-1170097146/unknown.xml
0.76	c END convert (0.519574 seconds)
0.77	c # CONVERT_XML  END : /tmp/evaluation/208494-1170097146/sugar17321.csp 1080040 bytes (0 seconds) [Mon Jan 29 19:59:07 2007]
0.77	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.77	
0.77	c # GENERATE_SAT  BEGIN : /tmp/evaluation/208494-1170097146/sugar17321.bcnf [Mon Jan 29 19:59:07 2007]
0.77	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208494-1170097146/sugar-v0-40.jar -bcnf -map /tmp/evaluation/208494-1170097146/sugar17321.map /tmp/evaluation/208494-1170097146/sugar17321.csp /tmp/evaluation/208494-1170097146/sugar17321.bcnf
0.89	c BEGIN parse /tmp/evaluation/208494-1170097146/sugar17321.csp
14.92	c END parse (14.031289 seconds)
14.93	c BEGIN simplify
15.00	c END simplify (0.078765 seconds)
15.00	c BEGIN encode /tmp/evaluation/208494-1170097146/sugar17321.bcnf
15.87	c END encode (0.870332 seconds)
16.02	c # GENERATE_SAT  END : 6658 variables 45374 clauses 5241684 bytes (16 seconds) [Mon Jan 29 19:59:23 2007]
16.02	c # GENERATE_SAT  CPU : 15.09 = 0.05 + 0.01 + 14.64 + 0.39
16.02	
16.02	c # SOLVE_SAT  BEGIN : /tmp/evaluation/208494-1170097146/sugar17321.bcnf [Mon Jan 29 19:59:23 2007]
16.02	c # CMD : /tmp/evaluation/208494-1170097146/minisat /tmp/evaluation/208494-1170097146/sugar17321.bcnf /tmp/evaluation/208494-1170097146/sugar17321.out
16.14	c ==================================[MINISAT]===================================
16.14	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
16.14	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
16.14	c ==============================================================================
16.14	c |         0 |   45374  1265039 |   15124       0        0     nan |  0.000 % |
16.17	c |       100 |   45376  1265039 |   16636      98     4671    47.7 |  0.000 % |
16.21	c |       251 |   45377  1265039 |   18300     248     6629    26.7 |  0.000 % |
16.27	c |       476 |   45377  1265039 |   20130     473    11000    23.3 |  0.000 % |
16.37	c |       815 |   45377  1265039 |   22143     812    16801    20.7 |  0.000 % |
16.54	c |      1324 |   45378  1265039 |   24357    1320    28311    21.4 |  0.000 % |
16.80	c |      2087 |   45378  1265039 |   26793    2083    43984    21.1 |  0.000 % |
17.11	c |      3227 |   45378  1265039 |   29472    3223    68288    21.2 |  0.000 % |
17.64	c |      4937 |   45380  1265039 |   32419    4931   102435    20.8 |  0.000 % |
18.62	c |      7500 |   45382  1265039 |   35661    7492   163250    21.8 |  0.000 % |
20.06	c |     11344 |   45384  1265039 |   39227   11334   265745    23.4 |  0.000 % |
22.54	c |     17110 |   45384  1265039 |   43150   17100   453912    26.5 |  0.001 % |
26.96	c |     25761 |   45390  1265039 |   47465   25745   715597    27.8 |  0.000 % |
34.88	c |     38735 |   45394  1265039 |   52212   38715  1121454    29.0 |  0.000 % |
46.31	c |     58197 |   45409  1265039 |   57433   18223   566460    31.1 |  0.000 % |
61.92	c |     87389 |   45418  1265039 |   63176   47406  1649515    34.8 |  0.000 % |
88.30	c |    131179 |   45425  1265039 |   69494   41522  1741162    41.9 |  0.000 % |
141.72	c |    196866 |   45429  1265039 |   76443   54293  2063158    38.0 |  0.001 % |
225.22	c |    295393 |   45444  1265039 |   84088   37133  1279937    34.5 |  0.001 % |
353.20	c |    443182 |   45308  1263336 |   92497   27045   878651    32.5 |  0.616 % |
557.72	c |    664867 |   45336  1263336 |  101746   24796  1059853    42.7 |  0.616 % |
907.01	c |    997392 |   45359  1263336 |  111921   24221   986506    40.7 |  0.616 % |
1418.04	c |   1496183 |   45076  1262237 |  123113   37487  1946254    51.9 |  0.661 % |
1763.10	c ==============================================================================
1763.10	c restarts              : 23
1763.10	c conflicts             : 1790889        (1026 /sec)
1763.10	c decisions             : 3410309        (1955 /sec)
1763.10	c propagations          : 542415450      (310888 /sec)
1763.10	c conflict literals     : 83204809       (53.87 % deleted)
1763.10	c Memory used           : 43.73 MB
1763.10	c CPU time              : 1744.73 s
1763.10	c 
1763.10	c SATISFIABLE
1763.11	c # SOLVE_SAT  END : SATISFIABLE (1747 seconds) [Mon Jan 29 20:28:30 2007]
1763.11	c # SOLVE_SAT  CPU : 1745.1 = 0 + 0 + 1744.73 + 0.37
1763.11	
1763.11	c # RESULT : SATISFIABLE
1763.11	
1763.11	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 20:28:30 2007]
1763.23	c BEGIN read SAT output /tmp/evaluation/208494-1170097146/sugar17321.out
1763.27	c END read SAT output (0.033151 seconds)
1763.27	c BEGIN write solution /tmp/evaluation/208494-1170097146/sugar17321.sol
1763.41	c END write solution (0.144769 seconds)
1763.46	s SATISFIABLE
1763.46	v 17 15 8 7 6 5 9 2 9 11 2 16 0 5 12 1 7 4 16 12 0 0 15 1 1 2 13 10 7 1 11 16 4 9 17 0 12 2 3 5
1763.46	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 20:28:30 2007]
1763.46	c # OUTPUT_SOL  CPU : 0.300000000000218 = 0.01 + 0 + 0.260000000000218 + 0.03
1763.46	
1763.46	c # MAIN  END :  (1763 seconds) [Mon Jan 29 20:28:30 2007]
1763.46	c # MAIN  CPU : 1760.49 = 0.06 + 0.01 + 1759.63 + 0.79
1763.46	

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-208494-1170097146 -o ROOT/results/node39/solver-208494-1170097146 -C 1800 -M 900 /tmp/evaluation/208494-1170097146/solver /tmp/evaluation/208494-1170097146 /tmp/evaluation/208494-1170097146/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.00 1.72 1.32 5/81 17322
/proc/meminfo: memFree=903208/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=18540 CPUtime=0
/proc/17321/stat : 17321 (runsolver) R 17319 17321 17137 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29670552 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 231493659943 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17321/statm: 4635 279 244 17 0 2626 0

[startup+0.108073 s]
/proc/loadavg: 2.00 1.72 1.32 5/81 17322
/proc/meminfo: memFree=903208/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=13724 CPUtime=0.03
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29670552 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17321/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.516147 s]
/proc/loadavg: 2.00 1.72 1.32 5/81 17322
/proc/meminfo: memFree=903208/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=13724 CPUtime=0.03
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29670552 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17321/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33929 s]
/proc/loadavg: 2.00 1.72 1.32 4/90 17338
/proc/meminfo: memFree=880864/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=13724 CPUtime=0.03
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29670552 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17321/statm: 3431 808 370 3 0 531 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17331] ppid=17321 vsize=807064 CPUtime=0.54
/proc/17331/stat : 17331 (java) R 17321 17321 17137 0 -1 0 7557 0 1 0 49 5 0 0 18 0 8 0 29670630 826433536 7305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17331/statm: 201766 7305 1494 14 0 189044 0
[pid=17331/tid=17332] ppid=17321 vsize=807064 CPUtime=0.08
/proc/17331/task/17332/stat : 17332 (java) R 17321 17321 17137 0 -1 64 1503 0 0 0 8 0 0 0 16 0 8 0 29670633 826433536 7305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155533171 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17333] ppid=17321 vsize=807064 CPUtime=0
/proc/17331/task/17333/stat : 17333 (java) S 17321 17321 17137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29670634 826433536 7305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17334] ppid=17321 vsize=807064 CPUtime=0
/proc/17331/task/17334/stat : 17334 (java) S 17321 17321 17137 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29670634 826433536 7305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17335] ppid=17321 vsize=807064 CPUtime=0
/proc/17331/task/17335/stat : 17335 (java) S 17321 17321 17137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29670637 826433536 7305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17336] ppid=17321 vsize=807064 CPUtime=0.05
/proc/17331/task/17336/stat : 17336 (java) R 17321 17321 17137 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 29670637 826433536 7305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17337] ppid=17321 vsize=807064 CPUtime=0
/proc/17331/task/17337/stat : 17337 (java) S 17321 17321 17137 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29670637 826433536 7305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17338] ppid=17321 vsize=807064 CPUtime=0
/proc/17331/task/17338/stat : 17338 (java) S 17321 17321 17137 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29670637 826433536 7305 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 820788

[startup+2.98657 s]
/proc/loadavg: 2.00 1.73 1.32 3/90 17338
/proc/meminfo: memFree=861984/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=13724 CPUtime=0.03
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29670552 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17321/statm: 3431 808 370 3 0 531 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17331] ppid=17321 vsize=807336 CPUtime=2.18
/proc/17331/stat : 17331 (java) R 17321 17321 17137 0 -1 0 15488 0 1 0 209 9 0 0 25 0 8 0 29670630 826712064 15211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17331/statm: 201834 15211 1506 14 0 189112 0
[pid=17331/tid=17332] ppid=17321 vsize=807336 CPUtime=0.55
/proc/17331/task/17332/stat : 17332 (java) R 17321 17321 17137 0 -1 64 9264 0 0 0 51 4 0 0 16 0 8 0 29670633 826712064 15211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17333] ppid=17321 vsize=807336 CPUtime=0
/proc/17331/task/17333/stat : 17333 (java) S 17321 17321 17137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29670634 826712064 15211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17334] ppid=17321 vsize=807336 CPUtime=0
/proc/17331/task/17334/stat : 17334 (java) S 17321 17321 17137 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29670634 826712064 15211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17335] ppid=17321 vsize=807336 CPUtime=0
/proc/17331/task/17335/stat : 17335 (java) S 17321 17321 17137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29670637 826712064 15211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17336] ppid=17321 vsize=807336 CPUtime=0.12
/proc/17331/task/17336/stat : 17336 (java) S 17321 17321 17137 0 -1 64 399 0 0 0 12 0 0 0 16 0 8 0 29670637 826712064 15211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17337] ppid=17321 vsize=807336 CPUtime=0
/proc/17331/task/17337/stat : 17337 (java) S 17321 17321 17137 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29670637 826712064 15211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17338] ppid=17321 vsize=807336 CPUtime=0
/proc/17331/task/17338/stat : 17338 (java) S 17321 17321 17137 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29670637 826712064 15211 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 821060

[startup+6.20212 s]
/proc/loadavg: 2.00 1.73 1.32 3/90 17338
/proc/meminfo: memFree=781792/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=13724 CPUtime=0.03
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29670552 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17321/statm: 3431 808 370 3 0 531 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17331] ppid=17321 vsize=807336 CPUtime=5.38
/proc/17331/stat : 17331 (java) R 17321 17321 17137 0 -1 0 34394 0 1 0 519 19 0 0 25 0 8 0 29670630 826712064 34026 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073622665 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17331/statm: 201834 34026 1506 14 0 189112 0
[pid=17331/tid=17332] ppid=17321 vsize=807336 CPUtime=1.46
/proc/17331/task/17332/stat : 17332 (java) S 17321 17321 17137 0 -1 64 28075 0 0 0 133 13 0 0 16 0 8 0 29670633 826712064 34026 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17333] ppid=17321 vsize=807336 CPUtime=0
/proc/17331/task/17333/stat : 17333 (java) S 17321 17321 17137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29670634 826712064 34026 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17334] ppid=17321 vsize=807336 CPUtime=0
/proc/17331/task/17334/stat : 17334 (java) S 17321 17321 17137 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29670634 826712064 34026 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17335] ppid=17321 vsize=807336 CPUtime=0
/proc/17331/task/17335/stat : 17335 (java) S 17321 17321 17137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29670637 826712064 34026 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17336] ppid=17321 vsize=807336 CPUtime=0.14
/proc/17331/task/17336/stat : 17336 (java) S 17321 17321 17137 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 29670637 826712064 34026 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17337] ppid=17321 vsize=807336 CPUtime=0
/proc/17331/task/17337/stat : 17337 (java) S 17321 17321 17137 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29670637 826712064 34026 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17338] ppid=17321 vsize=807336 CPUtime=0
/proc/17331/task/17338/stat : 17338 (java) S 17321 17321 17137 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29670637 826712064 34026 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 821060

[startup+12.6432 s]
/proc/loadavg: 2.08 1.75 1.34 2/77 17350
/proc/meminfo: memFree=1351176/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=13724 CPUtime=0.03
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 1188 0 0 0 3 0 0 0 15 0 1 0 29670552 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17321/statm: 3431 808 370 3 0 531 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17331] ppid=17321 vsize=807336 CPUtime=11.79
/proc/17331/stat : 17331 (java) R 17321 17321 17137 0 -1 0 54728 0 1 0 1147 32 0 0 16 0 8 0 29670630 826712064 54098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746898 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17331/statm: 201834 54098 1507 14 0 189112 0
[pid=17331/tid=17332] ppid=17321 vsize=807336 CPUtime=3.54
/proc/17331/task/17332/stat : 17332 (java) S 17321 17321 17137 0 -1 64 48228 0 0 0 330 24 0 0 16 0 8 0 29670633 826712064 54098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17331/tid=17333] ppid=17321 vsize=807336 CPUtime=0
/proc/17331/task/17333/stat : 17333 (java) S 17321 17321 17137 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29670634 826712064 54098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17334] ppid=17321 vsize=807336 CPUtime=0
/proc/17331/task/17334/stat : 17334 (java) S 17321 17321 17137 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29670634 826712064 54098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17335] ppid=17321 vsize=807336 CPUtime=0
/proc/17331/task/17335/stat : 17335 (java) S 17321 17321 17137 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29670637 826712064 54098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17336] ppid=17321 vsize=807336 CPUtime=0.14
/proc/17331/task/17336/stat : 17336 (java) S 17321 17321 17137 0 -1 64 403 0 0 0 14 0 0 0 17 0 8 0 29670637 826712064 54098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17337] ppid=17321 vsize=807336 CPUtime=0
/proc/17331/task/17337/stat : 17337 (java) S 17321 17321 17137 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29670637 826712064 54098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=17331/tid=17338] ppid=17321 vsize=807336 CPUtime=0
/proc/17331/task/17338/stat : 17338 (java) S 17321 17321 17137 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29670637 826712064 54098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 821060

[startup+25.5134 s]
/proc/loadavg: 2.21 1.79 1.35 3/83 17402
/proc/meminfo: memFree=1327960/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=16972 CPUtime=15.12
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 2100 54976 0 1 8 1 1464 39 16 0 1 0 29670552 17379328 1611 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17321/statm: 4243 1611 373 3 0 1343 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17402] ppid=17321 vsize=11760 CPUtime=9.39
/proc/17402/stat : 17402 (minisat) R 17321 17321 17137 0 -1 0 3593 0 0 0 936 3 0 0 25 0 1 0 29672154 12042240 2554 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528424 0 0 4096 3 0 0 0 17 1 0 0
/proc/17402/statm: 2940 2554 52 112 0 2824 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 28732

[startup+51.2108 s]
/proc/loadavg: 2.14 1.81 1.37 3/76 17403
/proc/meminfo: memFree=1513616/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=16972 CPUtime=15.12
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 2100 54976 0 1 8 1 1464 39 16 0 1 0 29670552 17379328 1611 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17321/statm: 4243 1611 373 3 0 1343 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17402] ppid=17321 vsize=16616 CPUtime=35.04
/proc/17402/stat : 17402 (minisat) R 17321 17321 17137 0 -1 0 4826 0 0 0 3500 4 0 0 25 0 1 0 29672154 17014784 3787 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528774 0 0 4096 3 0 0 0 17 0 0 0
/proc/17402/statm: 4154 3787 52 112 0 4038 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 33588

[startup+102.485 s]
/proc/loadavg: 2.05 1.84 1.40 3/76 17403
/proc/meminfo: memFree=1507920/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=16972 CPUtime=15.12
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 2100 54976 0 1 8 1 1464 39 16 0 1 0 29670552 17379328 1611 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17321/statm: 4243 1611 373 3 0 1343 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17402] ppid=17321 vsize=20432 CPUtime=86.25
/proc/17402/stat : 17402 (minisat) R 17321 17321 17137 0 -1 0 5751 0 0 0 8619 6 0 0 25 0 1 0 29672154 20922368 4712 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17402/statm: 5108 4712 52 112 0 4992 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 37404

[startup+162.517 s]
/proc/loadavg: 2.02 1.86 1.44 3/82 17517
/proc/meminfo: memFree=1499136/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=16972 CPUtime=15.12
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 2100 54976 0 1 8 1 1464 39 16 0 1 0 29670552 17379328 1611 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

[pid=17321] ppid=17319 vsize=16972 CPUtime=15.12
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 2100 54976 0 1 8 1 1464 39 16 0 1 0 29670552 17379328 1611 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17321/statm: 4243 1611 373 3 0 1343 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17402] ppid=17321 vsize=38864 CPUtime=1105.46
/proc/17402/stat : 17402 (minisat) R 17321 17321 17137 0 -1 0 10275 0 0 0 110513 33 0 0 25 0 1 0 29672154 39796736 9236 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528551 0 0 4096 3 0 0 0 17 0 0 0
/proc/17402/statm: 9716 9236 52 112 0 9600 0
Current children cumulated CPU time (s) 1121.22
Current children cumulated vsize (KiB) 55836

[startup+1182.84 s]
/proc/loadavg: 2.04 2.01 1.79 3/76 17601
/proc/meminfo: memFree=1470224/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=16972 CPUtime=15.12
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 2100 54976 0 1 8 1 1464 39 16 0 1 0 29670552 17379328 1611 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17321/statm: 4243 1611 373 3 0 1343 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17402] ppid=17321 vsize=38864 CPUtime=1165.43
/proc/17402/stat : 17402 (minisat) R 17321 17321 17137 0 -1 0 10276 0 0 0 116509 34 0 0 25 0 1 0 29672154 39796736 9237 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17402/statm: 9716 9237 52 112 0 9600 0
Current children cumulated CPU time (s) 1181.19
Current children cumulated vsize (KiB) 55836

[startup+1242.85 s]
/proc/loadavg: 2.01 2.01 1.81 3/76 17601
/proc/meminfo: memFree=1469200/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=16972 CPUtime=15.12
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 2100 54976 0 1 8 1 1464 39 16 0 1 0 29670552 17379328 1611 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17321/statm: 4243 1611 373 3 0 1343 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17402] ppid=17321 vsize=39788 CPUtime=1225.39
/proc/17402/stat : 17402 (minisat) R 17321 17321 17137 0 -1 0 10491 0 0 0 122505 34 0 0 25 0 1 0 29672154 40742912 9452 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/17402/statm: 9947 9452 52 112 0 9831 0
Current children cumulated CPU time (s) 1241.15
Current children cumulated vsize (KiB) 56760

[startup+1302.86 s]
/proc/loadavg: 2.00 2.00 1.82 3/76 17601
/proc/meminfo: memFree=1468496/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=16972 CPUtime=15.12
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 2100 54976 0 1 8 1 1464 39 16 0 1 0 29670552 17379328 1611 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17321/statm: 4243 1611 373 3 0 1343 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17402] ppid=17321 vsize=40328 CPUtime=1285.32
/proc/17402/stat : 17402 (minisat) R 17321 17321 17137 0 -1 0 10656 0 0 0 128498 34 0 0 25 0 1 0 29672154 41295872 9617 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 0 0 0
/proc/17402/statm: 10082 9617 52 112 0 9966 0
Current children cumulated CPU time (s) 1301.08
Current children cumulated vsize (KiB) 57300

[startup+1362.87 s]
/proc/loadavg: 2.04 2.01 1.83 3/76 17601
/proc/meminfo: memFree=1467088/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=16972 CPUtime=15.12
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 2100 54976 0 1 8 1 1464 39 16 0 1 0 29670552 17379328 1611 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17321/statm: 4243 1611 373 3 0 1343 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17402] ppid=17321 vsize=41628 CPUtime=1345.27
/proc/17402/stat : 17402 (minisat) R 17321 17321 17137 0 -1 0 10963 0 0 0 134493 34 0 0 25 0 1 0 29672154 42627072 9924 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17402/statm: 10407 9924 52 112 0 10291 0
Current children cumulated CPU time (s) 1361.03
Current children cumulated vsize (KiB) 58600

[startup+1422.87 s]
/proc/loadavg: 2.01 2.01 1.84 3/76 17601
/proc/meminfo: memFree=1466960/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=16972 CPUtime=15.12
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 2100 54976 0 1 8 1 1464 39 16 0 1 0 29670552 17379328 1611 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17321/statm: 4243 1611 373 3 0 1343 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17402] ppid=17321 vsize=41628 CPUtime=1405.23
/proc/17402/stat : 17402 (minisat) R 17321 17321 17137 0 -1 0 10966 0 0 0 140488 35 0 0 25 0 1 0 29672154 42627072 9927 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/17402/statm: 10407 9927 52 112 0 10291 0
Current children cumulated CPU time (s) 1420.99
Current children cumulated vsize (KiB) 58600

[startup+1482.97 s]
/proc/loadavg: 2.00 2.00 1.84 3/76 17601
/proc/meminfo: memFree=1466768/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=16972 CPUtime=15.12
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 2100 54976 0 1 8 1 1464 39 16 0 1 0 29670552 17379328 1611 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17321/statm: 4243 1611 373 3 0 1343 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17402] ppid=17321 vsize=41628 CPUtime=1465.25
/proc/17402/stat : 17402 (minisat) R 17321 17321 17137 0 -1 0 10979 0 0 0 146490 35 0 0 25 0 1 0 29672154 42627072 9940 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/17402/statm: 10407 9940 52 112 0 10291 0
Current children cumulated CPU time (s) 1481.01
Current children cumulated vsize (KiB) 58600

[startup+1542.99 s]
/proc/loadavg: 2.00 2.00 1.85 3/76 17601
/proc/meminfo: memFree=1466704/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=16972 CPUtime=15.12
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 2100 54976 0 1 8 1 1464 39 16 0 1 0 29670552 17379328 1611 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17321/statm: 4243 1611 373 3 0 1343 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17402] ppid=17321 vsize=41628 CPUtime=1525.2
/proc/17402/stat : 17402 (minisat) R 17321 17321 17137 0 -1 0 10989 0 0 0 152485 35 0 0 25 0 1 0 29672154 42627072 9950 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17402/statm: 10407 9950 52 112 0 10291 0
Current children cumulated CPU time (s) 1540.96
Current children cumulated vsize (KiB) 58600

[startup+1603 s]
/proc/loadavg: 2.04 2.01 1.86 3/76 17601
/proc/meminfo: memFree=1466384/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=16972 CPUtime=15.12
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 2100 54976 0 1 8 1 1464 39 16 0 1 0 29670552 17379328 1611 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17321/statm: 4243 1611 373 3 0 1343 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17402] ppid=17321 vsize=41936 CPUtime=1585.16
/proc/17402/stat : 17402 (minisat) R 17321 17321 17137 0 -1 0 11047 0 0 0 158481 35 0 0 25 0 1 0 29672154 42942464 10008 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/17402/statm: 10484 10008 52 112 0 10368 0
Current children cumulated CPU time (s) 1600.92
Current children cumulated vsize (KiB) 58908

[startup+1663.02 s]
/proc/loadavg: 2.01 2.01 1.86 3/76 17601
/proc/meminfo: memFree=1463632/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=16972 CPUtime=15.12
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 2100 54976 0 1 8 1 1464 39 16 0 1 0 29670552 17379328 1611 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17321/statm: 4243 1611 373 3 0 1343 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17402] ppid=17321 vsize=43440 CPUtime=1645.11
/proc/17402/stat : 17402 (minisat) R 17321 17321 17137 0 -1 0 11428 0 0 0 164475 36 0 0 25 0 1 0 29672154 44482560 10389 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528574 0 0 4096 3 0 0 0 17 0 0 0
/proc/17402/statm: 10860 10389 52 112 0 10744 0
Current children cumulated CPU time (s) 1660.87
Current children cumulated vsize (KiB) 60412

[startup+1723.02 s]
/proc/loadavg: 2.05 2.02 1.88 3/76 17601
/proc/meminfo: memFree=1463440/2055920 swapFree=4192956/4192956
[pid=17321] ppid=17319 vsize=16972 CPUtime=15.12
/proc/17321/stat : 17321 (sugar) S 17319 17321 17137 0 -1 4194304 2100 54976 0 1 8 1 1464 39 16 0 1 0 29670552 17379328 1611 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17321/statm: 4243 1611 373 3 0 1343 0
[pid=17323] ppid=17321 vsize=0 CPUtime=0.64
/proc/17323/stat : 17323 (java) Z 17321 17321 17137 0 -1 1036 7502 0 1 0 57 7 0 0 18 0 1 0 29670557 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/17323/statm: 0 0 0 0 0 0 0
[pid=17402] ppid=17321 vsize=43612 CPUtime=1705.05
/proc/17402/stat : 17402 (minisat) R 17321 17321 17137 0 -1 0 11453 0 0 0 170469 36 0 0 25 0 1 0 29672154 44658688 10414 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527294 0 0 4096 3 0 0 0 17 0 0 0
/proc/17402/statm: 10903 10414 52 112 0 10787 0
Current children cumulated CPU time (s) 1720.81
Current children cumulated vsize (KiB) 60584

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 17321 and gives childrusage.ru_utime.tv_sec=1759 childrusage.ru_utime.tv_usec=730480 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=822874
CPU time returned by wait4() is 1760.55
while last known CPU time is 1760.86

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

Real time (s): 1763.47
CPU time (s): 1760.86
CPU user time (s): 1760.02
CPU system time (s): 0.84
CPU usage (%): 99.852
Max. virtual memory (cumulated for all children) (KiB): 821564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1759.73
system time used= 0.822874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73583
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= 3713
involuntary context switches= 7857

runsolver used 2.11168 s user time and 5.70613 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Mon Jan 29 18:59:07 UTC 2007


IDJOB= 208494
IDBENCH= 4398
IDSOLVER= 86
FILE ID= node39/208494-1170097146

PBS_JOBID= 3689679

Free space on /tmp= 66525 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19-fcd/rand-2-40-19-443-230-fcd-23_ext.xml
COMMAND LINE= /tmp/evaluation/208494-1170097146/solver /tmp/evaluation/208494-1170097146 /tmp/evaluation/208494-1170097146/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-208494-1170097146 -o ROOT/results/node39/solver-208494-1170097146 -C 1800 -M 900  /tmp/evaluation/208494-1170097146/solver /tmp/evaluation/208494-1170097146 /tmp/evaluation/208494-1170097146/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  7cf810c015c90616954c24cd5f9e203c

RANDOM SEED= 826072933

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:        903624 kB
Buffers:         48968 kB
Cached:         390176 kB
SwapCached:          0 kB
Active:         821268 kB
Inactive:       258492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        903624 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             952 kB
Writeback:           0 kB
Mapped:         657432 kB
Slab:            56516 kB
Committed_AS:   780736 kB
PageTables:       3056 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= 66557 MiB



End job on node39 on Mon Jan 29 19:28:30 UTC 2007