Trace number 194540

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sugar 0.40? (TO) 1800.04 1801.72

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-16_ext.xml
MD5SUM47022f0b2265ce0be75b84592b7d4eee
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 benchmark354.635
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints461
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension461
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/194540-1170090271/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/194540-1170090271/unknown.xml [Mon Jan 29 18:04:33 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/194540-1170090271/unknown.xml /tmp/evaluation/194540-1170090271/sugar23749.csp [Mon Jan 29 18:04:33 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194540-1170090271/sugar-v0-40.jar -convert /tmp/evaluation/194540-1170090271/unknown.xml /tmp/evaluation/194540-1170090271/sugar23749.csp
0.18	c BEGIN convert /tmp/evaluation/194540-1170090271/unknown.xml
0.86	c END convert (0.687793 seconds)
0.92	c # CONVERT_XML  END : /tmp/evaluation/194540-1170090271/sugar23749.csp 2149227 bytes (1 seconds) [Mon Jan 29 18:04:34 2007]
0.92	c # CONVERT_XML  CPU : 0.79 = 0 + 0 + 0.73 + 0.06
0.92	
0.92	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194540-1170090271/sugar23749.bcnf [Mon Jan 29 18:04:34 2007]
0.92	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194540-1170090271/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194540-1170090271/sugar23749.map /tmp/evaluation/194540-1170090271/sugar23749.csp /tmp/evaluation/194540-1170090271/sugar23749.bcnf
1.04	c BEGIN parse /tmp/evaluation/194540-1170090271/sugar23749.csp
52.41	c END parse (51.373645 seconds)
52.41	c BEGIN simplify
52.61	c END simplify (0.20109 seconds)
52.61	c BEGIN encode /tmp/evaluation/194540-1170090271/sugar23749.bcnf
54.21	c END encode (1.599761 seconds)
54.40	c # GENERATE_SAT  END : 12156 variables 88270 clauses 14354256 bytes (53 seconds) [Mon Jan 29 18:05:27 2007]
54.40	c # GENERATE_SAT  CPU : 53.4 = 0.1 + 0.01 + 52.69 + 0.6
54.40	
54.40	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194540-1170090271/sugar23749.bcnf [Mon Jan 29 18:05:27 2007]
54.40	c # CMD : /tmp/evaluation/194540-1170090271/minisat /tmp/evaluation/194540-1170090271/sugar23749.bcnf /tmp/evaluation/194540-1170090271/sugar23749.out
54.72	c ==================================[MINISAT]===================================
54.72	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
54.72	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
54.72	c ==============================================================================
54.72	c |         0 |   88270  3500282 |   29423       0        0     nan |  0.000 % |
54.80	c |       101 |   88270  3500282 |   32365     101     3020    29.9 |  0.000 % |
54.90	c |       252 |   88270  3500282 |   35601     252     5798    23.0 |  0.000 % |
55.04	c |       477 |   88270  3500282 |   39162     477     9569    20.1 |  0.000 % |
55.28	c |       814 |   88270  3500282 |   43078     814    14681    18.0 |  0.000 % |
55.65	c |      1321 |   88270  3500282 |   47386    1321    26437    20.0 |  0.000 % |
56.19	c |      2080 |   88271  3500282 |   52124    2079    40907    19.7 |  0.000 % |
56.92	c |      3219 |   88271  3500282 |   57337    3218    62522    19.4 |  0.000 % |
58.24	c |      4927 |   88274  3500282 |   63070    4923   102413    20.8 |  0.000 % |
60.32	c |      7489 |   88275  3500282 |   69377    7484   191176    25.5 |  0.000 % |
63.53	c |     11333 |   88278  3500282 |   76315   11325   279692    24.7 |  0.000 % |
69.31	c |     17099 |   88280  3500282 |   83947   17089   416336    24.4 |  0.000 % |
76.25	c |     25750 |   88286  3500282 |   92341   25734   682946    26.5 |  0.000 % |
89.29	c |     38725 |   88288  3500282 |  101576   38707  1107855    28.6 |  0.000 % |
114.04	c |     58186 |   88292  3500282 |  111733   58164  1936817    33.3 |  0.000 % |
156.96	c |     87384 |   88294  3500282 |  122907   87360  3180567    36.4 |  0.000 % |
228.84	c |    131174 |   88306  3500282 |  135197   22895   849171    37.1 |  0.000 % |
322.38	c |    196861 |   88316  3500282 |  148717   88572  4441581    50.1 |  0.000 % |
478.28	c |    295390 |   88335  3500282 |  163589   56224  2885228    51.3 |  0.000 % |
776.43	c |    443179 |   88347  3500282 |  179948   60480  3103679    51.3 |  0.000 % |
1199.16	c |    664862 |   88368  3500282 |  197943  121728  5306402    43.6 |  0.000 % |
1800.70	
1800.70	s UNKNOWN
1800.70	c # INTERRUPTED
1800.70	c # MAIN  END :  (1801 seconds) [Mon Jan 29 18:34:34 2007]
1800.70	c # MAIN  CPU : 54.19 = 0.1 + 0.01 + 53.42 + 0.66
1800.70	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node19/watcher-194540-1170090271 -o ROOT/results/node19/solver-194540-1170090271 -C 1800 -M 900 /tmp/evaluation/194540-1170090271/solver /tmp/evaluation/194540-1170090271 /tmp/evaluation/194540-1170090271/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.91 0.55 0.22 4/86 23750
/proc/meminfo: memFree=1724712/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=18540 CPUtime=0
/proc/23749/stat : 23749 (runsolver) R 23744 23749 23617 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 28981303 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23749/statm: 4635 279 244 17 0 2626 0

[startup+0.108106 s]
/proc/loadavg: 0.91 0.55 0.22 4/86 23750
/proc/meminfo: memFree=1724712/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=13724 CPUtime=0.03
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 28981303 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23749/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.517152 s]
/proc/loadavg: 0.91 0.55 0.22 4/86 23750
/proc/meminfo: memFree=1724712/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=13724 CPUtime=0.03
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 28981303 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34424 s]
/proc/loadavg: 0.91 0.55 0.22 3/102 23782
/proc/meminfo: memFree=1693800/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=13724 CPUtime=0.82
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 1190 7898 0 1 3 0 73 6 15 0 1 0 28981303 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 3431 809 371 3 0 531 0
[pid=23775] ppid=23749 vsize=807064 CPUtime=0.4
/proc/23775/stat : 23775 (java) R 23749 23749 23617 0 -1 0 6675 0 1 0 37 3 0 0 18 0 8 0 28981396 826433536 6425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23775/statm: 201766 6425 1494 14 0 189044 0
[pid=23775/tid=23776] ppid=23749 vsize=807064 CPUtime=0.03
/proc/23775/task/23776/stat : 23776 (java) R 23749 23749 23617 0 -1 64 624 0 0 0 3 0 0 0 16 0 8 0 28981399 826433536 6426 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153822953 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23777] ppid=23749 vsize=807064 CPUtime=0
/proc/23775/task/23777/stat : 23777 (java) S 23749 23749 23617 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28981399 826433536 6427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23778] ppid=23749 vsize=807064 CPUtime=0
/proc/23775/task/23778/stat : 23778 (java) S 23749 23749 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981399 826433536 6427 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23779] ppid=23749 vsize=807064 CPUtime=0
/proc/23775/task/23779/stat : 23779 (java) S 23749 23749 23617 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28981403 826433536 6428 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23780] ppid=23749 vsize=807064 CPUtime=0.05
/proc/23775/task/23780/stat : 23780 (java) R 23749 23749 23617 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 28981403 826433536 6429 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23781] ppid=23749 vsize=807064 CPUtime=0
/proc/23775/task/23781/stat : 23781 (java) S 23749 23749 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28981403 826433536 6430 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23782] ppid=23749 vsize=807064 CPUtime=0
/proc/23775/task/23782/stat : 23782 (java) S 23749 23749 23617 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981403 826433536 6431 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 820788

[startup+2.98442 s]
/proc/loadavg: 0.91 0.55 0.22 3/102 23782
/proc/meminfo: memFree=1642920/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=13724 CPUtime=0.82
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 1190 7898 0 1 3 0 73 6 15 0 1 0 28981303 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 3431 809 371 3 0 531 0
[pid=23775] ppid=23749 vsize=807064 CPUtime=2.04
/proc/23775/stat : 23775 (java) R 23749 23749 23617 0 -1 0 13380 0 1 0 198 6 0 0 25 0 8 0 28981396 826433536 13114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23775/statm: 201766 13114 1494 14 0 189044 0
[pid=23775/tid=23776] ppid=23749 vsize=807064 CPUtime=0.53
/proc/23775/task/23776/stat : 23776 (java) R 23749 23749 23617 0 -1 64 7312 0 0 0 50 3 0 0 16 0 8 0 28981399 826433536 13114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23777] ppid=23749 vsize=807064 CPUtime=0
/proc/23775/task/23777/stat : 23777 (java) S 23749 23749 23617 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28981399 826433536 13114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23778] ppid=23749 vsize=807064 CPUtime=0
/proc/23775/task/23778/stat : 23778 (java) S 23749 23749 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981399 826433536 13114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23779] ppid=23749 vsize=807064 CPUtime=0
/proc/23775/task/23779/stat : 23779 (java) S 23749 23749 23617 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28981403 826433536 13114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23780] ppid=23749 vsize=807064 CPUtime=0.05
/proc/23775/task/23780/stat : 23780 (java) S 23749 23749 23617 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 28981403 826433536 13114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23781] ppid=23749 vsize=807064 CPUtime=0
/proc/23775/task/23781/stat : 23781 (java) S 23749 23749 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28981403 826433536 13114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23782] ppid=23749 vsize=807064 CPUtime=0
/proc/23775/task/23782/stat : 23782 (java) S 23749 23749 23617 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981403 826433536 13114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 820788

[startup+6.27466 s]
/proc/loadavg: 1.08 0.59 0.23 4/102 23782
/proc/meminfo: memFree=1508264/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=13724 CPUtime=0.82
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 1190 7898 0 1 3 0 73 6 15 0 1 0 28981303 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 3431 809 371 3 0 531 0
[pid=23775] ppid=23749 vsize=807332 CPUtime=5.33
/proc/23775/stat : 23775 (java) R 23749 23749 23617 0 -1 0 32767 0 1 0 516 17 0 0 25 0 8 0 28981396 826707968 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23775/statm: 201833 32425 1506 14 0 189111 0
[pid=23775/tid=23776] ppid=23749 vsize=807332 CPUtime=1.49
/proc/23775/task/23776/stat : 23776 (java) R 23749 23749 23617 0 -1 64 26472 0 0 0 136 13 0 0 15 0 8 0 28981399 826707968 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153822964 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23777] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23777/stat : 23777 (java) S 23749 23749 23617 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28981399 826707968 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23778] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23778/stat : 23778 (java) S 23749 23749 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981399 826707968 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23779] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23779/stat : 23779 (java) S 23749 23749 23617 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28981403 826707968 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23780] ppid=23749 vsize=807332 CPUtime=0.15
/proc/23775/task/23780/stat : 23780 (java) S 23749 23749 23617 0 -1 64 403 0 0 0 14 1 0 0 16 0 8 0 28981403 826707968 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23781] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23781/stat : 23781 (java) S 23749 23749 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28981403 826707968 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23782] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23782/stat : 23782 (java) S 23749 23749 23617 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981403 826707968 32425 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 821056

[startup+12.7424 s]
/proc/loadavg: 1.23 0.63 0.25 3/102 23782
/proc/meminfo: memFree=1294952/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=13724 CPUtime=0.82
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 1190 7898 0 1 3 0 73 6 15 0 1 0 28981303 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 3431 809 371 3 0 531 0
[pid=23775] ppid=23749 vsize=807332 CPUtime=11.79
/proc/23775/stat : 23775 (java) R 23749 23749 23617 0 -1 0 54797 0 1 0 1149 30 0 0 25 0 8 0 28981396 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23775/statm: 201833 54112 1507 14 0 189111 0
[pid=23775/tid=23776] ppid=23749 vsize=807332 CPUtime=3.87
/proc/23775/task/23776/stat : 23776 (java) R 23749 23749 23617 0 -1 64 48303 0 0 0 363 24 0 0 15 0 8 0 28981399 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155091597 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23777] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23777/stat : 23777 (java) S 23749 23749 23617 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28981399 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23778] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23778/stat : 23778 (java) S 23749 23749 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981399 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23779] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23779/stat : 23779 (java) S 23749 23749 23617 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28981403 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23780] ppid=23749 vsize=807332 CPUtime=0.16
/proc/23775/task/23780/stat : 23780 (java) S 23749 23749 23617 0 -1 64 405 0 0 0 15 1 0 0 17 0 8 0 28981403 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23781] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23781/stat : 23781 (java) S 23749 23749 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28981403 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23782] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23782/stat : 23782 (java) S 23749 23749 23617 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981403 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 821056

[startup+25.5749 s]
/proc/loadavg: 1.47 0.72 0.28 4/95 23783
/proc/meminfo: memFree=1492448/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=13724 CPUtime=0.82
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 1190 7898 0 1 3 0 73 6 15 0 1 0 28981303 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 3431 809 371 3 0 531 0
[pid=23775] ppid=23749 vsize=807332 CPUtime=24.62
/proc/23775/stat : 23775 (java) R 23749 23749 23617 0 -1 0 55922 0 1 0 2427 35 0 0 25 0 8 0 28981396 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380400 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23775/statm: 201833 54112 1507 14 0 189111 0
[pid=23775/tid=23776] ppid=23749 vsize=807332 CPUtime=8.57
/proc/23775/task/23776/stat : 23776 (java) S 23749 23749 23617 0 -1 64 49056 0 0 0 831 26 0 0 16 0 8 0 28981399 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23777] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23777/stat : 23777 (java) S 23749 23749 23617 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28981399 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23778] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23778/stat : 23778 (java) S 23749 23749 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981399 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23779] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23779/stat : 23779 (java) S 23749 23749 23617 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28981403 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23780] ppid=23749 vsize=807332 CPUtime=0.16
/proc/23775/task/23780/stat : 23780 (java) S 23749 23749 23617 0 -1 64 405 0 0 0 15 1 0 0 17 0 8 0 28981403 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23781] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23781/stat : 23781 (java) S 23749 23749 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28981403 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23782] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23782/stat : 23782 (java) S 23749 23749 23617 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981403 826707968 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 821056

[startup+51.2136 s]
/proc/loadavg: 1.80 0.85 0.33 3/95 23783
/proc/meminfo: memFree=1441504/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=13724 CPUtime=0.82
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 1190 7898 0 1 3 0 73 6 15 0 1 0 28981303 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 3431 809 371 3 0 531 0
[pid=23775] ppid=23749 vsize=807332 CPUtime=50.25
/proc/23775/stat : 23775 (java) R 23749 23749 23617 0 -1 0 70708 0 1 0 4973 52 0 0 25 0 8 0 28981396 826707968 65982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23775/statm: 201833 65982 1507 14 0 189111 0
[pid=23775/tid=23776] ppid=23749 vsize=807332 CPUtime=19.38
/proc/23775/task/23776/stat : 23776 (java) R 23749 23749 23617 0 -1 64 63144 0 0 0 1898 40 0 0 15 0 8 0 28981399 826707968 65982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23777] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23777/stat : 23777 (java) S 23749 23749 23617 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28981399 826707968 65982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23778] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23778/stat : 23778 (java) S 23749 23749 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28981399 826707968 65982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23779] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23779/stat : 23779 (java) S 23749 23749 23617 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28981403 826707968 65982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23780] ppid=23749 vsize=807332 CPUtime=0.16
/proc/23775/task/23780/stat : 23780 (java) S 23749 23749 23617 0 -1 64 405 0 0 0 15 1 0 0 17 0 8 0 28981403 826707968 65982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23781] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23781/stat : 23781 (java) S 23749 23749 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28981403 826707968 65982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23775/tid=23782] ppid=23749 vsize=807332 CPUtime=0
/proc/23775/task/23782/stat : 23782 (java) S 23749 23749 23617 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28981403 826707968 65982 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 821056

[startup+102.442 s]
/proc/loadavg: 1.91 1.02 0.42 3/88 23784
/proc/meminfo: memFree=1648792/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=19876 CPUtime=54.22
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 2790 78682 0 2 13 1 5342 66 16 0 1 0 28981303 20353024 2302 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 4969 2302 373 3 0 2069 0
[pid=23784] ppid=23749 vsize=26552 CPUtime=48
/proc/23784/stat : 23784 (minisat) R 23749 23749 23617 0 -1 0 7290 0 0 0 4794 6 0 0 25 0 1 0 28986743 27189248 6251 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 6638 6251 52 112 0 6522 0
Current children cumulated CPU time (s) 102.22

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

/proc/loadavg: 2.00 1.97 1.46 3/88 23784
/proc/meminfo: memFree=1584792/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=19876 CPUtime=54.22
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 2790 78682 0 2 13 1 5342 66 16 0 1 0 28981303 20353024 2302 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 4969 2302 373 3 0 2069 0
[pid=23784] ppid=23749 vsize=71608 CPUtime=1068.79
/proc/23784/stat : 23784 (minisat) R 23749 23749 23617 0 -1 0 18478 0 0 0 106854 25 0 0 25 0 1 0 28986743 73326592 17439 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 17902 17439 52 112 0 17786 0
Current children cumulated CPU time (s) 1123.01
Current children cumulated vsize (KiB) 91484

[startup+1183.56 s]
/proc/loadavg: 2.00 1.97 1.49 3/88 23784
/proc/meminfo: memFree=1584728/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=19876 CPUtime=54.22
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 2790 78682 0 2 13 1 5342 66 16 0 1 0 28981303 20353024 2302 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 4969 2302 373 3 0 2069 0
[pid=23784] ppid=23749 vsize=71608 CPUtime=1128.84
/proc/23784/stat : 23784 (minisat) R 23749 23749 23617 0 -1 0 18478 0 0 0 112858 26 0 0 25 0 1 0 28986743 73326592 17439 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 17902 17439 52 112 0 17786 0
Current children cumulated CPU time (s) 1183.06
Current children cumulated vsize (KiB) 91484

[startup+1243.62 s]
/proc/loadavg: 2.00 1.97 1.51 3/88 23784
/proc/meminfo: memFree=1584408/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=19876 CPUtime=54.22
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 2790 78682 0 2 13 1 5342 66 16 0 1 0 28981303 20353024 2302 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 4969 2302 373 3 0 2069 0
[pid=23784] ppid=23749 vsize=71852 CPUtime=1188.88
/proc/23784/stat : 23784 (minisat) R 23749 23749 23617 0 -1 0 18527 0 0 0 118862 26 0 0 25 0 1 0 28986743 73576448 17488 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 17963 17488 52 112 0 17847 0
Current children cumulated CPU time (s) 1243.1
Current children cumulated vsize (KiB) 91728

[startup+1303.68 s]
/proc/loadavg: 2.07 1.99 1.55 3/88 23784
/proc/meminfo: memFree=1584216/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=19876 CPUtime=54.22
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 2790 78682 0 2 13 1 5342 66 16 0 1 0 28981303 20353024 2302 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 4969 2302 373 3 0 2069 0
[pid=23784] ppid=23749 vsize=71852 CPUtime=1248.93
/proc/23784/stat : 23784 (minisat) R 23749 23749 23617 0 -1 0 18530 0 0 0 124867 26 0 0 25 0 1 0 28986743 73576448 17491 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 17963 17491 52 112 0 17847 0
Current children cumulated CPU time (s) 1303.15
Current children cumulated vsize (KiB) 91728

[startup+1363.74 s]
/proc/loadavg: 2.02 1.99 1.57 3/88 23784
/proc/meminfo: memFree=1581144/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=19876 CPUtime=54.22
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 2790 78682 0 2 13 1 5342 66 16 0 1 0 28981303 20353024 2302 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 4969 2302 373 3 0 2069 0
[pid=23784] ppid=23749 vsize=71852 CPUtime=1308.98
/proc/23784/stat : 23784 (minisat) R 23749 23749 23617 0 -1 0 18552 0 0 0 130871 27 0 0 25 0 1 0 28986743 73576448 17513 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134638202 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 17963 17513 52 112 0 17847 0
Current children cumulated CPU time (s) 1363.2
Current children cumulated vsize (KiB) 91728

[startup+1423.8 s]
/proc/loadavg: 2.01 1.99 1.60 3/88 23784
/proc/meminfo: memFree=1579480/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=19876 CPUtime=54.22
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 2790 78682 0 2 13 1 5342 66 16 0 1 0 28981303 20353024 2302 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 4969 2302 373 3 0 2069 0
[pid=23784] ppid=23749 vsize=71852 CPUtime=1369.02
/proc/23784/stat : 23784 (minisat) R 23749 23749 23617 0 -1 0 18552 0 0 0 136875 27 0 0 25 0 1 0 28986743 73576448 17513 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 17963 17513 52 112 0 17847 0
Current children cumulated CPU time (s) 1423.24
Current children cumulated vsize (KiB) 91728

[startup+1483.87 s]
/proc/loadavg: 2.00 1.99 1.62 3/88 23784
/proc/meminfo: memFree=1579288/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=19876 CPUtime=54.22
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 2790 78682 0 2 13 1 5342 66 16 0 1 0 28981303 20353024 2302 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 4969 2302 373 3 0 2069 0
[pid=23784] ppid=23749 vsize=71852 CPUtime=1429.06
/proc/23784/stat : 23784 (minisat) R 23749 23749 23617 0 -1 0 18552 0 0 0 142879 27 0 0 25 0 1 0 28986743 73576448 17513 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528284 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 17963 17513 52 112 0 17847 0
Current children cumulated CPU time (s) 1483.28
Current children cumulated vsize (KiB) 91728

[startup+1543.93 s]
/proc/loadavg: 2.07 2.00 1.65 3/88 23784
/proc/meminfo: memFree=1579224/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=19876 CPUtime=54.22
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 2790 78682 0 2 13 1 5342 66 16 0 1 0 28981303 20353024 2302 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 4969 2302 373 3 0 2069 0
[pid=23784] ppid=23749 vsize=71852 CPUtime=1489.11
/proc/23784/stat : 23784 (minisat) R 23749 23749 23617 0 -1 0 18552 0 0 0 148884 27 0 0 25 0 1 0 28986743 73576448 17513 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 17963 17513 52 112 0 17847 0
Current children cumulated CPU time (s) 1543.33
Current children cumulated vsize (KiB) 91728

[startup+1603.98 s]
/proc/loadavg: 2.02 2.00 1.66 3/88 23784
/proc/meminfo: memFree=1579096/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=19876 CPUtime=54.22
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 2790 78682 0 2 13 1 5342 66 16 0 1 0 28981303 20353024 2302 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 4969 2302 373 3 0 2069 0
[pid=23784] ppid=23749 vsize=71852 CPUtime=1549.16
/proc/23784/stat : 23784 (minisat) R 23749 23749 23617 0 -1 0 18552 0 0 0 154888 28 0 0 25 0 1 0 28986743 73576448 17513 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528554 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 17963 17513 52 112 0 17847 0
Current children cumulated CPU time (s) 1603.38
Current children cumulated vsize (KiB) 91728

[startup+1664.04 s]
/proc/loadavg: 2.01 2.00 1.68 3/88 23784
/proc/meminfo: memFree=1574296/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=19876 CPUtime=54.22
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 2790 78682 0 2 13 1 5342 66 16 0 1 0 28981303 20353024 2302 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 4969 2302 373 3 0 2069 0
[pid=23784] ppid=23749 vsize=76636 CPUtime=1609.19
/proc/23784/stat : 23784 (minisat) R 23749 23749 23617 0 -1 0 19740 0 0 0 160890 29 0 0 25 0 1 0 28986743 78475264 18701 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 19159 18701 52 112 0 19043 0
Current children cumulated CPU time (s) 1663.41
Current children cumulated vsize (KiB) 96512

[startup+1724.1 s]
/proc/loadavg: 2.00 2.00 1.70 3/88 23784
/proc/meminfo: memFree=1569880/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=19876 CPUtime=54.22
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 2790 78682 0 2 13 1 5342 66 16 0 1 0 28981303 20353024 2302 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 4969 2302 373 3 0 2069 0
[pid=23784] ppid=23749 vsize=81008 CPUtime=1669.25
/proc/23784/stat : 23784 (minisat) R 23749 23749 23617 0 -1 0 20818 0 0 0 166894 31 0 0 25 0 1 0 28986743 82952192 19779 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 20252 19779 52 112 0 20136 0
Current children cumulated CPU time (s) 1723.47
Current children cumulated vsize (KiB) 100884

[startup+1784.16 s]
/proc/loadavg: 2.00 2.00 1.72 3/88 23784
/proc/meminfo: memFree=1569816/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=19876 CPUtime=54.22
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 2790 78682 0 2 13 1 5342 66 16 0 1 0 28981303 20353024 2302 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 4969 2302 373 3 0 2069 0
[pid=23784] ppid=23749 vsize=81008 CPUtime=1729.28
/proc/23784/stat : 23784 (minisat) R 23749 23749 23617 0 -1 0 20821 0 0 0 172897 31 0 0 25 0 1 0 28986743 82952192 19782 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525599 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 20252 19782 52 112 0 20136 0
Current children cumulated CPU time (s) 1783.5
Current children cumulated vsize (KiB) 100884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.69 s]
/proc/loadavg: 2.00 2.00 1.72 4/88 23784
/proc/meminfo: memFree=1569752/2055920 swapFree=4192956/4192956
[pid=23749] ppid=23744 vsize=19876 CPUtime=54.22
/proc/23749/stat : 23749 (sugar) S 23744 23749 23617 0 -1 4194304 2790 78682 0 2 13 1 5342 66 16 0 1 0 28981303 20353024 2302 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23749/statm: 4969 2302 373 3 0 2069 0
[pid=23784] ppid=23749 vsize=81168 CPUtime=1745.81
/proc/23784/stat : 23784 (minisat) R 23749 23749 23617 0 -1 0 20835 0 0 0 174550 31 0 0 25 0 1 0 28986743 83116032 19796 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 1 0 0
/proc/23784/statm: 20292 19796 52 112 0 20176 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 101044

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23749 and gives childrusage.ru_utime.tv_sec=53 childrusage.ru_utime.tv_usec=562857 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=690894
CPU time returned by wait4() is 54.2537
while last known CPU time is 1800.04

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

Real time (s): 1801.72
CPU time (s): 1800.04
CPU user time (s): 1799.05
CPU system time (s): 0.99
CPU usage (%): 99.907
Max. virtual memory (cumulated for all children) (KiB): 822060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 53.5629
system time used= 0.690894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81557
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= 11924
involuntary context switches= 12066

runsolver used 1.73574 s user time and 4.88426 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan 29 17:04:33 UTC 2007


IDJOB= 194540
IDBENCH= 3219
IDSOLVER= 86
FILE ID= node19/194540-1170090271

PBS_JOBID= 3689401

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  47022f0b2265ce0be75b84592b7d4eee

RANDOM SEED= 365054905

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.214
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	: 5931.00
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.214
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:       1726440 kB
Buffers:         47064 kB
Cached:         167136 kB
SwapCached:          0 kB
Active:         178316 kB
Inactive:        84132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726440 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2380 kB
Writeback:           0 kB
Mapped:          67156 kB
Slab:            52256 kB
Committed_AS:   195692 kB
PageTables:       1968 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= 66555 MiB



End job on node19 on Mon Jan 29 17:34:35 UTC 2007