Trace number 223821

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.06 1811.47

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-31_ext.xml
MD5SUMc5beed9588e93895181bfaa0c8eda6ab
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.26435
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.05	c # Sugar v0-40 (/tmp/evaluation/223821-1170102839/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/223821-1170102839/unknown.xml [Mon Jan 29 21:34:00 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/223821-1170102839/unknown.xml /tmp/evaluation/223821-1170102839/sugar23448.csp [Mon Jan 29 21:34:00 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223821-1170102839/sugar-v0-40.jar -convert /tmp/evaluation/223821-1170102839/unknown.xml /tmp/evaluation/223821-1170102839/sugar23448.csp
0.17	c BEGIN convert /tmp/evaluation/223821-1170102839/unknown.xml
0.72	c END convert (0.547691 seconds)
0.76	c # CONVERT_XML  END : /tmp/evaluation/223821-1170102839/sugar23448.csp 1729331 bytes (1 seconds) [Mon Jan 29 21:34:01 2007]
0.76	c # CONVERT_XML  CPU : 0.66 = 0 + 0 + 0.6 + 0.06
0.76	
0.76	c # GENERATE_SAT  BEGIN : /tmp/evaluation/223821-1170102839/sugar23448.bcnf [Mon Jan 29 21:34:01 2007]
0.76	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/223821-1170102839/sugar-v0-40.jar -bcnf -map /tmp/evaluation/223821-1170102839/sugar23448.map /tmp/evaluation/223821-1170102839/sugar23448.csp /tmp/evaluation/223821-1170102839/sugar23448.bcnf
0.87	c BEGIN parse /tmp/evaluation/223821-1170102839/sugar23448.csp
315.37	c END parse (314.491258 seconds)
315.37	c BEGIN simplify
316.33	c END simplify (0.965743 seconds)
316.33	c BEGIN encode /tmp/evaluation/223821-1170102839/sugar23448.bcnf
322.67	c END encode (6.335203 seconds)
323.34	c # GENERATE_SAT  END : 50454 variables 150537 clauses 74504620 bytes (323 seconds) [Mon Jan 29 21:39:24 2007]
323.34	c # GENERATE_SAT  CPU : 320.04 = 0.48 + 0.04 + 317.56 + 1.96
323.34	
323.34	c # SOLVE_SAT  BEGIN : /tmp/evaluation/223821-1170102839/sugar23448.bcnf [Mon Jan 29 21:39:24 2007]
323.34	c # CMD : /tmp/evaluation/223821-1170102839/minisat /tmp/evaluation/223821-1170102839/sugar23448.bcnf /tmp/evaluation/223821-1170102839/sugar23448.out
324.98	c ==================================[MINISAT]===================================
324.98	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
324.98	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
324.98	c ==============================================================================
324.98	c |         0 |  150537 18475578 |   50179       0        0     nan |  0.000 % |
325.11	c |       101 |  150544 18475578 |   55196      94     7950    84.6 |  0.000 % |
325.36	c |       251 |  150545 18475578 |   60716     243    14515    59.7 |  0.000 % |
325.80	c |       476 |  150545 18475578 |   66788     468    32859    70.2 |  0.000 % |
326.48	c |       813 |  150547 18475578 |   73467     803    55712    69.4 |  0.000 % |
327.66	c |      1320 |  150548 18475578 |   80813    1309    98752    75.4 |  0.000 % |
329.53	c |      2080 |  150552 18475578 |   88895    2065   144770    70.1 |  0.000 % |
332.06	c |      3219 |  150556 18475578 |   97784    3200   214226    66.9 |  0.000 % |
336.76	c |      4927 |  150559 18475578 |  107563    4905   320431    65.3 |  0.000 % |
343.13	c |      7490 |  150560 18475578 |  118319    7467   566138    75.8 |  0.000 % |
352.34	c |     11337 |  150564 18475578 |  130151   11310   868638    76.8 |  0.000 % |
363.75	c |     17103 |  150573 18475578 |  143166   17067  1219882    71.5 |  0.000 % |
385.06	c |     25752 |  150579 18475578 |  157483   25710  1936689    75.3 |  0.000 % |
420.07	c |     38728 |  150585 18475578 |  173231   38680  2960063    76.5 |  0.000 % |
484.22	c |     58189 |  150597 18475578 |  190554   58129  4653898    80.1 |  0.000 % |
588.81	c |     87381 |  150601 18475578 |  209610   87317  7515166    86.1 |  0.000 % |
772.15	c |    131171 |  150619 18475578 |  230571  131089 12812138    97.7 |  0.000 % |
1140.55	c |    196855 |  150631 18475578 |  253628  196761 21857325   111.1 |  0.000 % |
1754.26	c |    295382 |  150465 18468187 |  278991   18473  1715407    92.9 |  0.010 % |
1810.43	
1810.43	s UNKNOWN
1810.43	c # INTERRUPTED
1810.43	c # MAIN  END :  (1811 seconds) [Mon Jan 29 22:04:11 2007]
1810.43	c # MAIN  CPU : 320.71 = 0.48 + 0.05 + 318.16 + 2.02
1810.43	

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/node30/watcher-223821-1170102839 -o ROOT/results/node30/solver-223821-1170102839 -C 1800 -M 900 /tmp/evaluation/223821-1170102839/solver /tmp/evaluation/223821-1170102839 /tmp/evaluation/223821-1170102839/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.66 0.85 1.35 5/95 23449
/proc/meminfo: memFree=1666080/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=18540 CPUtime=0
/proc/23448/stat : 23448 (runsolver) R 23446 23448 22868 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 4048081 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 264907582759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23448/statm: 4635 279 244 17 0 2626 0

[startup+0.109756 s]
/proc/loadavg: 0.66 0.85 1.35 5/95 23449
/proc/meminfo: memFree=1666080/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=13724 CPUtime=0.03
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 1112 0 0 0 3 0 0 0 21 0 1 0 4048081 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23448/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.517812 s]
/proc/loadavg: 0.66 0.85 1.35 5/95 23449
/proc/meminfo: memFree=1666080/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=13724 CPUtime=0.03
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 4048081 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.36194 s]
/proc/loadavg: 0.66 0.85 1.35 3/103 23465
/proc/meminfo: memFree=1610528/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=13724 CPUtime=0.69
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 1190 7675 0 1 3 0 60 6 16 0 1 0 4048081 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 3431 809 371 3 0 531 0
[pid=23458] ppid=23448 vsize=807064 CPUtime=0.58
/proc/23458/stat : 23458 (java) R 23448 23448 22868 0 -1 0 7819 0 1 0 54 4 0 0 25 0 8 0 4048158 826433536 7567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448238 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23458/statm: 201766 7567 1494 14 0 189044 0
[pid=23458/tid=23459] ppid=23448 vsize=807064 CPUtime=0.08
/proc/23458/task/23459/stat : 23459 (java) S 23448 23448 22868 0 -1 64 1766 0 0 0 8 0 0 0 16 0 8 0 4048161 826433536 7567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23460] ppid=23448 vsize=807064 CPUtime=0
/proc/23458/task/23460/stat : 23460 (java) S 23448 23448 22868 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4048161 826433536 7567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23461] ppid=23448 vsize=807064 CPUtime=0
/proc/23458/task/23461/stat : 23461 (java) S 23448 23448 22868 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4048161 826433536 7567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23462] ppid=23448 vsize=807064 CPUtime=0
/proc/23458/task/23462/stat : 23462 (java) S 23448 23448 22868 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 4048165 826433536 7567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23463] ppid=23448 vsize=807064 CPUtime=0.05
/proc/23458/task/23463/stat : 23463 (java) S 23448 23448 22868 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 4048165 826433536 7567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23464] ppid=23448 vsize=807064 CPUtime=0
/proc/23458/task/23464/stat : 23464 (java) S 23448 23448 22868 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 4048165 826433536 7567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23465] ppid=23448 vsize=807064 CPUtime=0
/proc/23458/task/23465/stat : 23465 (java) S 23448 23448 22868 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4048165 826433536 7567 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 820788

[startup+3.03124 s]
/proc/loadavg: 0.77 0.87 1.35 3/103 23465
/proc/meminfo: memFree=1562336/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=13724 CPUtime=0.69
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 1190 7675 0 1 3 0 60 6 16 0 1 0 4048081 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 3431 809 371 3 0 531 0
[pid=23458] ppid=23448 vsize=807332 CPUtime=2.25
/proc/23458/stat : 23458 (java) R 23448 23448 22868 0 -1 0 15228 0 1 0 216 9 0 0 25 0 8 0 4048158 826707968 14958 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23458/statm: 201833 14958 1506 14 0 189111 0
[pid=23458/tid=23459] ppid=23448 vsize=807332 CPUtime=0.61
/proc/23458/task/23459/stat : 23459 (java) R 23448 23448 22868 0 -1 64 9056 0 0 0 56 5 0 0 16 0 8 0 4048161 826707968 14958 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827297 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23460] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23460/stat : 23460 (java) S 23448 23448 22868 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4048161 826707968 14958 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23461] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23461/stat : 23461 (java) S 23448 23448 22868 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4048161 826707968 14958 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23462] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23462/stat : 23462 (java) S 23448 23448 22868 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 4048165 826707968 14958 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23463] ppid=23448 vsize=807332 CPUtime=0.09
/proc/23458/task/23463/stat : 23463 (java) S 23448 23448 22868 0 -1 64 358 0 0 0 9 0 0 0 16 0 8 0 4048165 826707968 14958 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23464] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23464/stat : 23464 (java) S 23448 23448 22868 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 4048165 826707968 14958 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23465] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23465/stat : 23465 (java) S 23448 23448 22868 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4048165 826707968 14958 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 821056

[startup+6.27464 s]
/proc/loadavg: 0.77 0.87 1.35 4/103 23465
/proc/meminfo: memFree=1465120/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=13724 CPUtime=0.69
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 1190 7675 0 1 3 0 60 6 16 0 1 0 4048081 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 3431 809 371 3 0 531 0
[pid=23458] ppid=23448 vsize=807332 CPUtime=5.49
/proc/23458/stat : 23458 (java) R 23448 23448 22868 0 -1 0 40383 0 1 0 526 23 0 0 25 0 8 0 4048158 826707968 40006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073594066 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23458/statm: 201833 40006 1506 14 0 189111 0
[pid=23458/tid=23459] ppid=23448 vsize=807332 CPUtime=1.72
/proc/23458/task/23459/stat : 23459 (java) S 23448 23448 22868 0 -1 64 34077 0 0 0 154 18 0 0 16 0 8 0 4048161 826707968 40006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23460] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23460/stat : 23460 (java) S 23448 23448 22868 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4048161 826707968 40006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23461] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23461/stat : 23461 (java) S 23448 23448 22868 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4048161 826707968 40006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23462] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23462/stat : 23462 (java) S 23448 23448 22868 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 4048165 826707968 40006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23463] ppid=23448 vsize=807332 CPUtime=0.11
/proc/23458/task/23463/stat : 23463 (java) S 23448 23448 22868 0 -1 64 385 0 0 0 11 0 0 0 16 0 8 0 4048165 826707968 40006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23464] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23464/stat : 23464 (java) S 23448 23448 22868 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 4048165 826707968 40006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23465] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23465/stat : 23465 (java) S 23448 23448 22868 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4048165 826707968 40006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 821056

[startup+12.7406 s]
/proc/loadavg: 1.27 0.97 1.38 5/103 23465
/proc/meminfo: memFree=1391840/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=13724 CPUtime=0.69
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 1190 7675 0 1 3 0 60 6 16 0 1 0 4048081 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 3431 809 371 3 0 531 0
[pid=23458] ppid=23448 vsize=807332 CPUtime=11.95
/proc/23458/stat : 23458 (java) R 23448 23448 22868 0 -1 0 54725 0 1 0 1161 34 0 0 25 0 8 0 4048158 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23458/statm: 201833 54111 1507 14 0 189111 0
[pid=23458/tid=23459] ppid=23448 vsize=807332 CPUtime=4.04
/proc/23458/task/23459/stat : 23459 (java) R 23448 23448 22868 0 -1 64 48181 0 0 0 377 27 0 0 15 0 8 0 4048161 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155244641 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23460] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23460/stat : 23460 (java) S 23448 23448 22868 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4048161 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23461] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23461/stat : 23461 (java) S 23448 23448 22868 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4048161 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23462] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23462/stat : 23462 (java) S 23448 23448 22868 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 4048165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23463] ppid=23448 vsize=807332 CPUtime=0.14
/proc/23458/task/23463/stat : 23463 (java) S 23448 23448 22868 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 4048165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23464] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23464/stat : 23464 (java) S 23448 23448 22868 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 4048165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23465] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23465/stat : 23465 (java) S 23448 23448 22868 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4048165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 821056

[startup+25.5604 s]
/proc/loadavg: 1.61 1.05 1.40 3/103 23465
/proc/meminfo: memFree=1391712/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=13724 CPUtime=0.69
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 1190 7675 0 1 3 0 60 6 16 0 1 0 4048081 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 3431 809 371 3 0 531 0
[pid=23458] ppid=23448 vsize=807332 CPUtime=24.77
/proc/23458/stat : 23458 (java) R 23448 23448 22868 0 -1 0 55557 0 1 0 2436 41 0 0 25 0 8 0 4048158 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073491412 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23458/statm: 201833 54111 1507 14 0 189111 0
[pid=23458/tid=23459] ppid=23448 vsize=807332 CPUtime=8.87
/proc/23458/task/23459/stat : 23459 (java) S 23448 23448 22868 0 -1 64 48601 0 0 0 857 30 0 0 16 0 8 0 4048161 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23460] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23460/stat : 23460 (java) S 23448 23448 22868 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4048161 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23461] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23461/stat : 23461 (java) S 23448 23448 22868 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4048161 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23462] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23462/stat : 23462 (java) S 23448 23448 22868 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 4048165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23463] ppid=23448 vsize=807332 CPUtime=0.14
/proc/23458/task/23463/stat : 23463 (java) S 23448 23448 22868 0 -1 64 400 0 0 0 14 0 0 0 16 0 8 0 4048165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23464] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23464/stat : 23464 (java) S 23448 23448 22868 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 4048165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23465] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23465/stat : 23465 (java) S 23448 23448 22868 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4048165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 821056

[startup+51.19 s]
/proc/loadavg: 2.00 1.19 1.44 3/103 23465
/proc/meminfo: memFree=1391840/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=13724 CPUtime=0.69
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 1190 7675 0 1 3 0 60 6 16 0 1 0 4048081 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 3431 809 371 3 0 531 0
[pid=23458] ppid=23448 vsize=807332 CPUtime=50.34
/proc/23458/stat : 23458 (java) R 23448 23448 22868 0 -1 0 57267 0 1 0 4980 54 0 0 25 0 8 0 4048158 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073489627 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23458/statm: 201833 54111 1507 14 0 189111 0
[pid=23458/tid=23459] ppid=23448 vsize=807332 CPUtime=18.86
/proc/23458/task/23459/stat : 23459 (java) S 23448 23448 22868 0 -1 64 49493 0 0 0 1846 40 0 0 16 0 8 0 4048161 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23460] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23460/stat : 23460 (java) S 23448 23448 22868 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 4048161 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23461] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23461/stat : 23461 (java) S 23448 23448 22868 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 4048161 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23462] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23462/stat : 23462 (java) S 23448 23448 22868 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 4048165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23463] ppid=23448 vsize=807332 CPUtime=0.15
/proc/23458/task/23463/stat : 23463 (java) S 23448 23448 22868 0 -1 64 400 0 0 0 15 0 0 0 17 0 8 0 4048165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23464] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23464/stat : 23464 (java) S 23448 23448 22868 0 -1 64 3 0 0 0 0 0 0 0 24 0 8 0 4048165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23458/tid=23465] ppid=23448 vsize=807332 CPUtime=0
/proc/23458/task/23465/stat : 23465 (java) S 23448 23448 22868 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 4048165 826707968 54111 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 821056

[startup+102.436 s]
/proc/loadavg: 2.42 1.45 1.51 4/103 23465
/proc/meminfo: memFree=1240672/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=13724 CPUtime=0.69
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 1190 7675 0 1 3 0 60 6 16 0 1 0 4048081 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 3431 809 371 3 0 531 0
[pid=23458] ppid=23448 vsize=807332 CPUtime=101.27
/proc/23458/stat : 23458 (java) R 23448 23448 22868 0 -1 0 78476 0 1 0 10045 82 0 0 25 0 8 0 4048158 826707968 72712 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23458/statm: 201833 72712 1507 14 0 189111 0
[pid=23458/tid=23459] ppid=23448 vsize=807332 CPUtime=39.72

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

/proc/loadavg: 2.00 2.03 1.91 3/89 23467
/proc/meminfo: memFree=1244112/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=41028 CPUtime=320.74
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 7986 171918 0 2 51 5 31816 202 16 0 1 0 4048081 42012672 7402 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 10257 7402 373 3 0 7357 0
[pid=23466] ppid=23448 vsize=173868 CPUtime=796.04
/proc/23466/stat : 23466 (minisat) R 23448 23448 22868 0 -1 0 43924 0 0 0 79552 52 0 0 25 0 1 0 4080416 178040832 42870 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134524972 0 0 4096 3 0 0 0 17 0 0 0
/proc/23466/statm: 43467 42870 52 112 0 43351 0
Current children cumulated CPU time (s) 1116.78
Current children cumulated vsize (KiB) 214896

[startup+1183.64 s]
/proc/loadavg: 2.06 2.04 1.92 3/89 23467
/proc/meminfo: memFree=1233360/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=41028 CPUtime=320.74
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 7986 171918 0 2 51 5 31816 202 16 0 1 0 4048081 42012672 7402 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 10257 7402 373 3 0 7357 0
[pid=23466] ppid=23448 vsize=179392 CPUtime=855.83
/proc/23466/stat : 23466 (minisat) R 23448 23448 22868 0 -1 0 45298 0 0 0 85530 53 0 0 25 0 1 0 4080416 183697408 44244 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528554 0 0 4096 3 0 0 0 17 0 0 0
/proc/23466/statm: 44848 44244 52 112 0 44732 0
Current children cumulated CPU time (s) 1176.57
Current children cumulated vsize (KiB) 220420

[startup+1243.72 s]
/proc/loadavg: 2.02 2.03 1.92 3/89 23467
/proc/meminfo: memFree=1224784/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=41028 CPUtime=320.74
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 7986 171918 0 2 51 5 31816 202 16 0 1 0 4048081 42012672 7402 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 10257 7402 373 3 0 7357 0
[pid=23466] ppid=23448 vsize=185040 CPUtime=915.61
/proc/23466/stat : 23466 (minisat) R 23448 23448 22868 0 -1 0 46621 0 0 0 91506 55 0 0 25 0 1 0 4080416 189480960 45567 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527284 0 0 4096 3 0 0 0 17 0 0 0
/proc/23466/statm: 46260 45567 52 112 0 46144 0
Current children cumulated CPU time (s) 1236.35
Current children cumulated vsize (KiB) 226068

[startup+1303.79 s]
/proc/loadavg: 2.01 2.02 1.92 3/89 23467
/proc/meminfo: memFree=1220176/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=41028 CPUtime=320.74
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 7986 171918 0 2 51 5 31816 202 16 0 1 0 4048081 42012672 7402 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 10257 7402 373 3 0 7357 0
[pid=23466] ppid=23448 vsize=189656 CPUtime=975.35
/proc/23466/stat : 23466 (minisat) R 23448 23448 22868 0 -1 0 47778 0 0 0 97478 57 0 0 25 0 1 0 4080416 194207744 46724 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23466/statm: 47414 46724 52 112 0 47298 0
Current children cumulated CPU time (s) 1296.09
Current children cumulated vsize (KiB) 230684

[startup+1363.86 s]
/proc/loadavg: 2.00 2.02 1.92 3/89 23467
/proc/meminfo: memFree=1215376/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=41028 CPUtime=320.74
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 7986 171918 0 2 51 5 31816 202 16 0 1 0 4048081 42012672 7402 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 10257 7402 373 3 0 7357 0
[pid=23466] ppid=23448 vsize=194256 CPUtime=1035.13
/proc/23466/stat : 23466 (minisat) R 23448 23448 22868 0 -1 0 48949 0 0 0 103454 59 0 0 25 0 1 0 4080416 198918144 47895 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525555 0 0 4096 3 0 0 0 17 0 0 0
/proc/23466/statm: 48564 47895 52 112 0 48448 0
Current children cumulated CPU time (s) 1355.87
Current children cumulated vsize (KiB) 235284

[startup+1423.94 s]
/proc/loadavg: 2.10 2.04 1.93 3/89 23467
/proc/meminfo: memFree=1210064/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=41028 CPUtime=320.74
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 7986 171918 0 2 51 5 31816 202 16 0 1 0 4048081 42012672 7402 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 10257 7402 373 3 0 7357 0
[pid=23466] ppid=23448 vsize=199388 CPUtime=1094.9
/proc/23466/stat : 23466 (minisat) R 23448 23448 22868 0 -1 0 50235 0 0 0 109430 60 0 0 25 0 1 0 4080416 204173312 49181 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527284 0 0 4096 3 0 0 0 17 0 0 0
/proc/23466/statm: 49847 49181 52 112 0 49731 0
Current children cumulated CPU time (s) 1415.64
Current children cumulated vsize (KiB) 240416

[startup+1484.02 s]
/proc/loadavg: 2.04 2.03 1.93 3/89 23467
/proc/meminfo: memFree=1204560/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=41028 CPUtime=320.74
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 7986 171918 0 2 51 5 31816 202 16 0 1 0 4048081 42012672 7402 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 10257 7402 373 3 0 7357 0
[pid=23466] ppid=23448 vsize=204640 CPUtime=1154.66
/proc/23466/stat : 23466 (minisat) R 23448 23448 22868 0 -1 0 51575 0 0 0 115404 62 0 0 25 0 1 0 4080416 209551360 50521 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23466/statm: 51160 50521 52 112 0 51044 0
Current children cumulated CPU time (s) 1475.4
Current children cumulated vsize (KiB) 245668

[startup+1544.1 s]
/proc/loadavg: 2.01 2.02 1.93 3/89 23467
/proc/meminfo: memFree=1198736/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=41028 CPUtime=320.74
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 7986 171918 0 2 51 5 31816 202 16 0 1 0 4048081 42012672 7402 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 10257 7402 373 3 0 7357 0
[pid=23466] ppid=23448 vsize=210448 CPUtime=1214.43
/proc/23466/stat : 23466 (minisat) R 23448 23448 22868 0 -1 0 53021 0 0 0 121380 63 0 0 25 0 1 0 4080416 215498752 51967 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134518896 0 0 4096 3 0 0 0 17 0 0 0
/proc/23466/statm: 52612 51967 52 112 0 52496 0
Current children cumulated CPU time (s) 1535.17
Current children cumulated vsize (KiB) 251476

[startup+1604.17 s]
/proc/loadavg: 2.00 2.02 1.93 3/89 23467
/proc/meminfo: memFree=1196240/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=41028 CPUtime=320.74
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 7986 171918 0 2 51 5 31816 202 16 0 1 0 4048081 42012672 7402 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 10257 7402 373 3 0 7357 0
[pid=23466] ppid=23448 vsize=212744 CPUtime=1274.21
/proc/23466/stat : 23466 (minisat) R 23448 23448 22868 0 -1 0 53598 0 0 0 127356 65 0 0 25 0 1 0 4080416 217849856 52544 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23466/statm: 53186 52544 52 112 0 53070 0
Current children cumulated CPU time (s) 1594.95
Current children cumulated vsize (KiB) 253772

[startup+1664.25 s]
/proc/loadavg: 2.07 2.03 1.94 3/95 23577
/proc/meminfo: memFree=1192024/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=41028 CPUtime=320.74
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 7986 171918 0 2 51 5 31816 202 16 0 1 0 4048081 42012672 7402 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 10257 7402 373 3 0 7357 0
[pid=23466] ppid=23448 vsize=212744 CPUtime=1333.93
/proc/23466/stat : 23466 (minisat) R 23448 23448 22868 0 -1 0 53598 0 0 0 133320 73 0 0 25 0 1 0 4080416 217849856 52544 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527075 0 0 4096 3 0 0 0 17 0 0 0
/proc/23466/statm: 53186 52544 52 112 0 53070 0
Current children cumulated CPU time (s) 1654.67
Current children cumulated vsize (KiB) 253772

[startup+1724.35 s]
/proc/loadavg: 2.02 2.02 1.94 3/89 23665
/proc/meminfo: memFree=1185408/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=41028 CPUtime=320.74
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 7986 171918 0 2 51 5 31816 202 16 0 1 0 4048081 42012672 7402 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 10257 7402 373 3 0 7357 0
[pid=23466] ppid=23448 vsize=212744 CPUtime=1393.65
/proc/23466/stat : 23466 (minisat) R 23448 23448 22868 0 -1 0 53598 0 0 0 139282 83 0 0 25 0 1 0 4080416 217849856 52544 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528554 0 0 4096 3 0 0 0 17 0 0 0
/proc/23466/statm: 53186 52544 52 112 0 53070 0
Current children cumulated CPU time (s) 1714.39
Current children cumulated vsize (KiB) 253772

[startup+1784.43 s]
/proc/loadavg: 2.06 2.03 1.94 3/89 23665
/proc/meminfo: memFree=1179088/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=41028 CPUtime=320.74
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 7986 171918 0 2 51 5 31816 202 16 0 1 0 4048081 42012672 7402 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 10257 7402 373 3 0 7357 0
[pid=23466] ppid=23448 vsize=212744 CPUtime=1453.42
/proc/23466/stat : 23466 (minisat) R 23448 23448 22868 0 -1 0 53598 0 0 0 145259 83 0 0 25 0 1 0 4080416 217849856 52544 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/23466/statm: 53186 52544 52 112 0 53070 0
Current children cumulated CPU time (s) 1774.16
Current children cumulated vsize (KiB) 253772



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.41 s]
/proc/loadavg: 2.11 2.04 1.95 4/95 23729
/proc/meminfo: memFree=1451488/2055920 swapFree=4192812/4192956
[pid=23448] ppid=23446 vsize=41028 CPUtime=320.74
/proc/23448/stat : 23448 (sugar) S 23446 23448 22868 0 -1 4194304 7986 171918 0 2 51 5 31816 202 16 0 1 0 4048081 42012672 7402 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23448/statm: 10257 7402 373 3 0 7357 0
[pid=23466] ppid=23448 vsize=212744 CPUtime=1479.27
/proc/23466/stat : 23466 (minisat) R 23448 23448 22868 0 -1 0 53598 0 0 0 147843 84 0 0 25 0 1 0 4080416 217849856 52544 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528531 0 0 4096 3 0 0 0 17 0 0 0
/proc/23466/statm: 53186 52544 52 112 0 53070 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 253772

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23448 and gives childrusage.ru_utime.tv_sec=318 childrusage.ru_utime.tv_usec=680553 childrusage.ru_stime.tv_sec=2 childrusage.ru_stime.tv_usec=125676
CPU time returned by wait4() is 320.806
while last known CPU time is 1800.06

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

Real time (s): 1811.47
CPU time (s): 1800.06
CPU user time (s): 1797.1
CPU system time (s): 2.96
CPU usage (%): 99.3702
Max. virtual memory (cumulated for all children) (KiB): 822060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 318.681
system time used= 2.12568
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179989
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= 47901
involuntary context switches= 54189

runsolver used 2.14367 s user time and 6.11407 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Mon Jan 29 20:34:00 UTC 2007


IDJOB= 223821
IDBENCH= 5680
IDSOLVER= 86
FILE ID= node30/223821-1170102839

PBS_JOBID= 3689768

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  c5beed9588e93895181bfaa0c8eda6ab

RANDOM SEED= 597622522

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.270
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.270
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:       1666560 kB
Buffers:         15912 kB
Cached:          50728 kB
SwapCached:          0 kB
Active:         312780 kB
Inactive:        25876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1666560 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4036 kB
Writeback:           0 kB
Mapped:         297524 kB
Slab:            35232 kB
Committed_AS:   736556 kB
PageTables:       2504 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= 66553 MiB



End job on node30 on Mon Jan 29 21:04:12 UTC 2007