Trace number 194692

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.02 1819.05

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-45_ext.xml
MD5SUMd35ef7e8b2363094ba89790652b7a3f6
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 benchmark22.8145
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints467
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension467
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/194692-1170090281/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/194692-1170090281/unknown.xml [Mon Jan 29 18:04:43 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/194692-1170090281/unknown.xml /tmp/evaluation/194692-1170090281/sugar23724.csp [Mon Jan 29 18:04:43 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194692-1170090281/sugar-v0-40.jar -convert /tmp/evaluation/194692-1170090281/unknown.xml /tmp/evaluation/194692-1170090281/sugar23724.csp
0.18	c BEGIN convert /tmp/evaluation/194692-1170090281/unknown.xml
0.84	c END convert (0.663659 seconds)
0.90	c # CONVERT_XML  END : /tmp/evaluation/194692-1170090281/sugar23724.csp 2168220 bytes (0 seconds) [Mon Jan 29 18:04:43 2007]
0.90	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.90	
0.90	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194692-1170090281/sugar23724.bcnf [Mon Jan 29 18:04:43 2007]
0.90	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194692-1170090281/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194692-1170090281/sugar23724.map /tmp/evaluation/194692-1170090281/sugar23724.csp /tmp/evaluation/194692-1170090281/sugar23724.bcnf
1.01	c BEGIN parse /tmp/evaluation/194692-1170090281/sugar23724.csp
39.18	c END parse (38.167432 seconds)
39.18	c BEGIN simplify
39.32	c END simplify (0.145432 seconds)
39.32	c BEGIN encode /tmp/evaluation/194692-1170090281/sugar23724.bcnf
40.52	c END encode (1.196575 seconds)
40.67	c # GENERATE_SAT  END : 8734 variables 82169 clauses 10267468 bytes (40 seconds) [Mon Jan 29 18:05:23 2007]
40.67	c # GENERATE_SAT  CPU : 39.32 = 0.07 + 0.01 + 38.76 + 0.48
40.67	
40.67	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194692-1170090281/sugar23724.bcnf [Mon Jan 29 18:05:23 2007]
40.67	c # CMD : /tmp/evaluation/194692-1170090281/minisat /tmp/evaluation/194692-1170090281/sugar23724.bcnf /tmp/evaluation/194692-1170090281/sugar23724.out
40.89	c ==================================[MINISAT]===================================
40.89	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
40.89	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
40.89	c ==============================================================================
40.89	c |         0 |   82169  2484688 |   27389       0        0     nan |  0.000 % |
40.96	c |       100 |   82171  2484688 |   30127      98     2607    26.6 |  0.000 % |
41.05	c |       252 |   82171  2484688 |   33140     250     5490    22.0 |  0.000 % |
41.20	c |       478 |   82171  2484688 |   36454     476    10759    22.6 |  0.000 % |
41.34	c |       815 |   82171  2484688 |   40100     813    16406    20.2 |  0.000 % |
41.65	c |      1321 |   82171  2484688 |   44110    1319    26501    20.1 |  0.000 % |
42.04	c |      2081 |   82171  2484688 |   48521    2079    39999    19.2 |  0.000 % |
42.65	c |      3220 |   82171  2484688 |   53373    3218    59348    18.4 |  0.000 % |
43.62	c |      4928 |   82171  2484688 |   58710    4926    89442    18.2 |  0.000 % |
45.26	c |      7491 |   82172  2484688 |   64581    7488   162107    21.6 |  0.000 % |
48.01	c |     11335 |   82173  2484688 |   71040   11331   251239    22.2 |  0.000 % |
51.79	c |     17101 |   82173  2484688 |   78144   17097   364996    21.3 |  0.000 % |
58.22	c |     25750 |   82178  2484688 |   85958   25741   546521    21.2 |  0.000 % |
69.43	c |     38725 |   82182  2484688 |   94554   38712   985246    25.5 |  0.000 % |
90.56	c |     58188 |   82183  2484688 |  104009   58174  1604198    27.6 |  0.000 % |
125.46	c |     87380 |   82186  2484688 |  114410   87363  2475901    28.3 |  0.000 % |
179.19	c |    131169 |   82194  2484688 |  125851   32319  1009322    31.2 |  0.000 % |
268.94	c |    196853 |   82200  2484688 |  138436   97997  3295907    33.6 |  0.000 % |
416.69	c |    295379 |   82206  2484688 |  152280   75766  2612096    34.5 |  0.000 % |
636.82	c |    443170 |   82218  2484688 |  167508   89445  3887518    43.5 |  0.000 % |
1014.95	c |    664853 |   82238  2484688 |  184259  162715  7579355    46.6 |  0.000 % |
1615.04	c |    997378 |   82266  2484688 |  202685  168176  5865568    34.9 |  0.000 % |
1818.03	
1818.03	s UNKNOWN
1818.03	c # INTERRUPTED
1818.03	c # MAIN  END :  (1818 seconds) [Mon Jan 29 18:35:01 2007]
1818.03	c # MAIN  CPU : 39.32 = 0.07 + 0.01 + 38.76 + 0.48
1818.03	

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/node5/watcher-194692-1170090281 -o ROOT/results/node5/solver-194692-1170090281 -C 1800 -M 900 /tmp/evaluation/194692-1170090281/solver /tmp/evaluation/194692-1170090281 /tmp/evaluation/194692-1170090281/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.88 0.47 0.18 4/81 23725
/proc/meminfo: memFree=1727552/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=12268 CPUtime=0
/proc/23724/stat : 23724 (sugar) R 23722 23724 23627 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 28983057 12562432 315 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922380286 0 0 4224 0 0 0 0 17 1 0 0
/proc/23724/statm: 3067 315 241 3 0 167 0

[startup+0.10747 s]
/proc/loadavg: 0.88 0.47 0.18 4/81 23725
/proc/meminfo: memFree=1727552/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=13724 CPUtime=0.03
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 28983057 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23724/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.515514 s]
/proc/loadavg: 0.88 0.47 0.18 4/81 23725
/proc/meminfo: memFree=1727552/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=13724 CPUtime=0.03
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 28983057 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23724/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33861 s]
/proc/loadavg: 0.88 0.47 0.18 3/99 23780
/proc/meminfo: memFree=1708848/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=13724 CPUtime=0.04
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 28983057 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23724/statm: 3431 808 370 3 0 531 0
[pid=23726] ppid=23724 vsize=0 CPUtime=0.76
/proc/23726/stat : 23726 (java) Z 23724 23724 23627 0 -1 1036 7913 0 1 0 71 5 0 0 16 0 1 0 28983061 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23726/statm: 0 0 0 0 0 0 0
[pid=23745] ppid=23724 vsize=807064 CPUtime=0.42
/proc/23745/stat : 23745 (java) R 23724 23724 23627 0 -1 0 7318 0 1 0 38 4 0 0 23 0 8 0 28983147 826433536 7067 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073485000 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23745/statm: 201766 7067 1494 14 0 189044 0
[pid=23745/tid=23746] ppid=23724 vsize=807064 CPUtime=0.05
/proc/23745/task/23746/stat : 23746 (java) S 23724 23724 23627 0 -1 64 1267 0 0 0 5 0 0 0 16 0 8 0 28983150 826433536 7067 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23747] ppid=23724 vsize=807064 CPUtime=0
/proc/23745/task/23747/stat : 23747 (java) S 23724 23724 23627 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 28983151 826433536 7067 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23748] ppid=23724 vsize=807064 CPUtime=0
/proc/23745/task/23748/stat : 23748 (java) S 23724 23724 23627 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28983151 826433536 7067 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23761] ppid=23724 vsize=807064 CPUtime=0
/proc/23745/task/23761/stat : 23761 (java) S 23724 23724 23627 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 28983154 826433536 7067 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23762] ppid=23724 vsize=807064 CPUtime=0.05
/proc/23745/task/23762/stat : 23762 (java) S 23724 23724 23627 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 28983154 826433536 7067 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23763] ppid=23724 vsize=807064 CPUtime=0
/proc/23745/task/23763/stat : 23763 (java) S 23724 23724 23627 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 28983154 826433536 7067 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23764] ppid=23724 vsize=807064 CPUtime=0
/proc/23745/task/23764/stat : 23764 (java) S 23724 23724 23627 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28983154 826433536 7067 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.99181 s]
/proc/loadavg: 0.88 0.47 0.18 4/104 23792
/proc/meminfo: memFree=1661448/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=13724 CPUtime=0.04
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 28983057 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23724/statm: 3431 808 370 3 0 531 0
[pid=23726] ppid=23724 vsize=0 CPUtime=0.76
/proc/23726/stat : 23726 (java) Z 23724 23724 23627 0 -1 1036 7913 0 1 0 71 5 0 0 16 0 1 0 28983061 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23726/statm: 0 0 0 0 0 0 0
[pid=23745] ppid=23724 vsize=807064 CPUtime=2.06
/proc/23745/stat : 23745 (java) R 23724 23724 23627 0 -1 0 14194 0 1 0 199 7 0 0 22 0 8 0 28983147 826433536 13927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073495373 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23745/statm: 201766 13927 1494 14 0 189044 0
[pid=23745/tid=23746] ppid=23724 vsize=807064 CPUtime=0.56
/proc/23745/task/23746/stat : 23746 (java) S 23724 23724 23627 0 -1 64 8127 0 0 0 53 3 0 0 16 0 8 0 28983150 826433536 13927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23747] ppid=23724 vsize=807064 CPUtime=0
/proc/23745/task/23747/stat : 23747 (java) S 23724 23724 23627 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 28983151 826433536 13927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23748] ppid=23724 vsize=807064 CPUtime=0
/proc/23745/task/23748/stat : 23748 (java) S 23724 23724 23627 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28983151 826433536 13927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23761] ppid=23724 vsize=807064 CPUtime=0
/proc/23745/task/23761/stat : 23761 (java) S 23724 23724 23627 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 28983154 826433536 13927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23762] ppid=23724 vsize=807064 CPUtime=0.05
/proc/23745/task/23762/stat : 23762 (java) S 23724 23724 23627 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 28983154 826433536 13927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23763] ppid=23724 vsize=807064 CPUtime=0
/proc/23745/task/23763/stat : 23763 (java) S 23724 23724 23627 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 28983154 826433536 13927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23764] ppid=23724 vsize=807064 CPUtime=0
/proc/23745/task/23764/stat : 23764 (java) S 23724 23724 23627 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28983154 826433536 13927 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.20317 s]
/proc/loadavg: 1.05 0.51 0.20 4/104 23792
/proc/meminfo: memFree=1521800/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=13724 CPUtime=0.04
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 28983057 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23724/statm: 3431 808 370 3 0 531 0
[pid=23726] ppid=23724 vsize=0 CPUtime=0.76
/proc/23726/stat : 23726 (java) Z 23724 23724 23627 0 -1 1036 7913 0 1 0 71 5 0 0 16 0 1 0 28983061 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23726/statm: 0 0 0 0 0 0 0
[pid=23745] ppid=23724 vsize=807336 CPUtime=5.25
/proc/23745/stat : 23745 (java) R 23724 23724 23627 0 -1 0 34521 0 1 0 510 15 0 0 25 0 8 0 28983147 826712064 34169 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073591451 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23745/statm: 201834 34169 1506 14 0 189112 0
[pid=23745/tid=23746] ppid=23724 vsize=807336 CPUtime=1.5
/proc/23745/task/23746/stat : 23746 (java) S 23724 23724 23627 0 -1 64 28218 0 0 0 140 10 0 0 16 0 8 0 28983150 826712064 34169 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23747] ppid=23724 vsize=807336 CPUtime=0
/proc/23745/task/23747/stat : 23747 (java) S 23724 23724 23627 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 28983151 826712064 34169 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23748] ppid=23724 vsize=807336 CPUtime=0
/proc/23745/task/23748/stat : 23748 (java) S 23724 23724 23627 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28983151 826712064 34169 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23761] ppid=23724 vsize=807336 CPUtime=0
/proc/23745/task/23761/stat : 23761 (java) S 23724 23724 23627 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 28983154 826712064 34169 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23762] ppid=23724 vsize=807336 CPUtime=0.12
/proc/23745/task/23762/stat : 23762 (java) S 23724 23724 23627 0 -1 64 401 0 0 0 12 0 0 0 16 0 8 0 28983154 826712064 34169 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23763] ppid=23724 vsize=807336 CPUtime=0
/proc/23745/task/23763/stat : 23763 (java) S 23724 23724 23627 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 28983154 826712064 34169 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23764] ppid=23724 vsize=807336 CPUtime=0
/proc/23745/task/23764/stat : 23764 (java) S 23724 23724 23627 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28983154 826712064 34169 18446744073709551615 134512640 134570532 4294956464 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.6799 s]
/proc/loadavg: 1.13 0.54 0.21 3/104 23792
/proc/meminfo: memFree=1294920/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=13724 CPUtime=0.04
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 28983057 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23724/statm: 3431 808 370 3 0 531 0
[pid=23726] ppid=23724 vsize=0 CPUtime=0.76
/proc/23726/stat : 23726 (java) Z 23724 23724 23627 0 -1 1036 7913 0 1 0 71 5 0 0 16 0 1 0 28983061 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23726/statm: 0 0 0 0 0 0 0
[pid=23745] ppid=23724 vsize=807336 CPUtime=11.66
/proc/23745/stat : 23745 (java) R 23724 23724 23627 0 -1 0 54967 0 1 0 1140 26 0 0 25 0 8 0 28983147 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073678190 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23745/statm: 201834 54111 1507 14 0 189112 0
[pid=23745/tid=23746] ppid=23724 vsize=807336 CPUtime=3.69
/proc/23745/task/23746/stat : 23746 (java) S 23724 23724 23627 0 -1 64 48462 0 0 0 349 20 0 0 16 0 8 0 28983150 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23747] ppid=23724 vsize=807336 CPUtime=0
/proc/23745/task/23747/stat : 23747 (java) S 23724 23724 23627 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 28983151 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23748] ppid=23724 vsize=807336 CPUtime=0
/proc/23745/task/23748/stat : 23748 (java) S 23724 23724 23627 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28983151 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23761] ppid=23724 vsize=807336 CPUtime=0
/proc/23745/task/23761/stat : 23761 (java) S 23724 23724 23627 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 28983154 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23762] ppid=23724 vsize=807336 CPUtime=0.13
/proc/23745/task/23762/stat : 23762 (java) S 23724 23724 23627 0 -1 64 403 0 0 0 13 0 0 0 17 0 8 0 28983154 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23763] ppid=23724 vsize=807336 CPUtime=0
/proc/23745/task/23763/stat : 23763 (java) S 23724 23724 23627 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 28983154 826712064 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23764] ppid=23724 vsize=807336 CPUtime=0
/proc/23745/task/23764/stat : 23764 (java) R 23724 23724 23627 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28983154 826712064 54111 18446744073709551615 134512640 134570532 4294956464 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.578 s]
/proc/loadavg: 1.55 0.66 0.25 3/104 23792
/proc/meminfo: memFree=1294920/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=13724 CPUtime=0.04
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 28983057 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23724/statm: 3431 808 370 3 0 531 0
[pid=23726] ppid=23724 vsize=0 CPUtime=0.76
/proc/23726/stat : 23726 (java) Z 23724 23724 23627 0 -1 1036 7913 0 1 0 71 5 0 0 16 0 1 0 28983061 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23726/statm: 0 0 0 0 0 0 0
[pid=23745] ppid=23724 vsize=807336 CPUtime=24.42
/proc/23745/stat : 23745 (java) R 23724 23724 23627 0 -1 0 55850 0 1 0 2410 32 0 0 25 0 8 0 28983147 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23745/statm: 201834 54112 1507 14 0 189112 0
[pid=23745/tid=23746] ppid=23724 vsize=807336 CPUtime=8.39
/proc/23745/task/23746/stat : 23746 (java) S 23724 23724 23627 0 -1 64 49001 0 0 0 814 25 0 0 15 0 8 0 28983150 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23747] ppid=23724 vsize=807336 CPUtime=0
/proc/23745/task/23747/stat : 23747 (java) S 23724 23724 23627 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 28983151 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23748] ppid=23724 vsize=807336 CPUtime=0
/proc/23745/task/23748/stat : 23748 (java) S 23724 23724 23627 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28983151 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23761] ppid=23724 vsize=807336 CPUtime=0
/proc/23745/task/23761/stat : 23761 (java) S 23724 23724 23627 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 28983154 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23762] ppid=23724 vsize=807336 CPUtime=0.13
/proc/23745/task/23762/stat : 23762 (java) S 23724 23724 23627 0 -1 64 403 0 0 0 13 0 0 0 17 0 8 0 28983154 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23763] ppid=23724 vsize=807336 CPUtime=0
/proc/23745/task/23763/stat : 23763 (java) S 23724 23724 23627 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 28983154 826712064 54112 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23745/tid=23764] ppid=23724 vsize=807336 CPUtime=0
/proc/23745/task/23764/stat : 23764 (java) S 23724 23724 23627 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28983154 826712064 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.22
Current children cumulated vsize (KiB) 821060

[startup+51.2383 s]
/proc/loadavg: 1.94 0.83 0.32 3/90 23794
/proc/meminfo: memFree=1660664/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=17904 CPUtime=39.35
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 2315 63415 0 1 10 1 3876 48 16 0 1 0 28983057 18333696 1826 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23724/statm: 4476 1826 373 3 0 1576 0
[pid=23726] ppid=23724 vsize=0 CPUtime=0.76
/proc/23726/stat : 23726 (java) Z 23724 23724 23627 0 -1 1036 7913 0 1 0 71 5 0 0 16 0 1 0 28983061 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23726/statm: 0 0 0 0 0 0 0
[pid=23793] ppid=23724 vsize=16208 CPUtime=10.41
/proc/23793/stat : 23793 (minisat) R 23724 23724 23627 0 -1 0 4713 0 0 0 1038 3 0 0 25 0 1 0 28987124 16596992 3674 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23793/statm: 4052 3674 52 112 0 3936 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 34112

[startup+102.511 s]
/proc/loadavg: 1.97 1.01 0.40 3/90 23794
/proc/meminfo: memFree=1646264/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=17904 CPUtime=39.35
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 2315 63415 0 1 10 1 3876 48 16 0 1 0 28983057 18333696 1826 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23724/statm: 4476 1826 373 3 0 1576 0

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

/proc/23793/stat : 23793 (minisat) R 23724 23724 23627 0 -1 0 14951 0 0 0 118995 20 0 0 25 0 1 0 28987124 58937344 13912 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23793/statm: 14389 13912 52 112 0 14273 0
Current children cumulated CPU time (s) 1230.26
Current children cumulated vsize (KiB) 75460

[startup+1302.73 s]
/proc/loadavg: 2.00 1.97 1.54 3/90 23794
/proc/meminfo: memFree=1587128/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=17904 CPUtime=39.35
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 2315 63415 0 1 10 1 3876 48 16 0 1 0 28983057 18333696 1826 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23724/statm: 4476 1826 373 3 0 1576 0
[pid=23726] ppid=23724 vsize=0 CPUtime=0.76
/proc/23726/stat : 23726 (java) Z 23724 23724 23627 0 -1 1036 7913 0 1 0 71 5 0 0 16 0 1 0 28983061 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23726/statm: 0 0 0 0 0 0 0
[pid=23793] ppid=23724 vsize=57720 CPUtime=1249.56
/proc/23793/stat : 23793 (minisat) R 23724 23724 23627 0 -1 0 15007 0 0 0 124935 21 0 0 25 0 1 0 28987124 59105280 13968 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/23793/statm: 14430 13968 52 112 0 14314 0
Current children cumulated CPU time (s) 1289.67
Current children cumulated vsize (KiB) 75624

[startup+1362.74 s]
/proc/loadavg: 2.00 1.97 1.56 3/90 23794
/proc/meminfo: memFree=1586936/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=17904 CPUtime=39.35
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 2315 63415 0 1 10 1 3876 48 16 0 1 0 28983057 18333696 1826 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23724/statm: 4476 1826 373 3 0 1576 0
[pid=23726] ppid=23724 vsize=0 CPUtime=0.76
/proc/23726/stat : 23726 (java) Z 23724 23724 23627 0 -1 1036 7913 0 1 0 71 5 0 0 16 0 1 0 28983061 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23726/statm: 0 0 0 0 0 0 0
[pid=23793] ppid=23724 vsize=57864 CPUtime=1308.99
/proc/23793/stat : 23793 (minisat) R 23724 23724 23627 0 -1 0 15036 0 0 0 130878 21 0 0 25 0 1 0 28987124 59252736 13997 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528357 0 0 4096 3 0 0 0 17 0 0 0
/proc/23793/statm: 14466 13997 52 112 0 14350 0
Current children cumulated CPU time (s) 1349.1
Current children cumulated vsize (KiB) 75768

[startup+1422.75 s]
/proc/loadavg: 2.00 1.97 1.59 3/90 23794
/proc/meminfo: memFree=1586744/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=17904 CPUtime=39.35
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 2315 63415 0 1 10 1 3876 48 16 0 1 0 28983057 18333696 1826 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23724/statm: 4476 1826 373 3 0 1576 0
[pid=23726] ppid=23724 vsize=0 CPUtime=0.76
/proc/23726/stat : 23726 (java) Z 23724 23724 23627 0 -1 1036 7913 0 1 0 71 5 0 0 16 0 1 0 28983061 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23726/statm: 0 0 0 0 0 0 0
[pid=23793] ppid=23724 vsize=57864 CPUtime=1368.42
/proc/23793/stat : 23793 (minisat) R 23724 23724 23627 0 -1 0 15038 0 0 0 136821 21 0 0 25 0 1 0 28987124 59252736 13999 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23793/statm: 14466 13999 52 112 0 14350 0
Current children cumulated CPU time (s) 1408.53
Current children cumulated vsize (KiB) 75768

[startup+1482.76 s]
/proc/loadavg: 2.00 1.97 1.61 3/90 23794
/proc/meminfo: memFree=1586552/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=17904 CPUtime=39.35
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 2315 63415 0 1 10 1 3876 48 16 0 1 0 28983057 18333696 1826 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23724/statm: 4476 1826 373 3 0 1576 0
[pid=23726] ppid=23724 vsize=0 CPUtime=0.76
/proc/23726/stat : 23726 (java) Z 23724 23724 23627 0 -1 1036 7913 0 1 0 71 5 0 0 16 0 1 0 28983061 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23726/statm: 0 0 0 0 0 0 0
[pid=23793] ppid=23724 vsize=58000 CPUtime=1427.81
/proc/23793/stat : 23793 (minisat) R 23724 23724 23627 0 -1 0 15058 0 0 0 142760 21 0 0 25 0 1 0 28987124 59392000 14019 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 0 0 0
/proc/23793/statm: 14500 14019 52 112 0 14384 0
Current children cumulated CPU time (s) 1467.92
Current children cumulated vsize (KiB) 75904

[startup+1542.76 s]
/proc/loadavg: 2.00 1.97 1.64 3/90 23794
/proc/meminfo: memFree=1585464/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=17904 CPUtime=39.35
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 2315 63415 0 1 10 1 3876 48 16 0 1 0 28983057 18333696 1826 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23724/statm: 4476 1826 373 3 0 1576 0
[pid=23726] ppid=23724 vsize=0 CPUtime=0.76
/proc/23726/stat : 23726 (java) Z 23724 23724 23627 0 -1 1036 7913 0 1 0 71 5 0 0 16 0 1 0 28983061 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23726/statm: 0 0 0 0 0 0 0
[pid=23793] ppid=23724 vsize=58188 CPUtime=1487.22
/proc/23793/stat : 23793 (minisat) R 23724 23724 23627 0 -1 0 15110 0 0 0 148701 21 0 0 25 0 1 0 28987124 59584512 14071 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23793/statm: 14547 14071 52 112 0 14431 0
Current children cumulated CPU time (s) 1527.33
Current children cumulated vsize (KiB) 76092

[startup+1602.77 s]
/proc/loadavg: 2.00 1.97 1.65 3/90 23794
/proc/meminfo: memFree=1581816/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=17904 CPUtime=39.35
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 2315 63415 0 1 10 1 3876 48 16 0 1 0 28983057 18333696 1826 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23724/statm: 4476 1826 373 3 0 1576 0
[pid=23726] ppid=23724 vsize=0 CPUtime=0.76
/proc/23726/stat : 23726 (java) Z 23724 23724 23627 0 -1 1036 7913 0 1 0 71 5 0 0 16 0 1 0 28983061 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23726/statm: 0 0 0 0 0 0 0
[pid=23793] ppid=23724 vsize=58520 CPUtime=1546.65
/proc/23793/stat : 23793 (minisat) R 23724 23724 23627 0 -1 0 15165 0 0 0 154644 21 0 0 25 0 1 0 28987124 59924480 14126 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527291 0 0 4096 3 0 0 0 17 0 0 0
/proc/23793/statm: 14630 14126 52 112 0 14514 0
Current children cumulated CPU time (s) 1586.76
Current children cumulated vsize (KiB) 76424

[startup+1662.87 s]
/proc/loadavg: 2.00 1.97 1.67 3/90 23794
/proc/meminfo: memFree=1581048/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=17904 CPUtime=39.35
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 2315 63415 0 1 10 1 3876 48 16 0 1 0 28983057 18333696 1826 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23724/statm: 4476 1826 373 3 0 1576 0
[pid=23726] ppid=23724 vsize=0 CPUtime=0.76
/proc/23726/stat : 23726 (java) Z 23724 23724 23627 0 -1 1036 7913 0 1 0 71 5 0 0 16 0 1 0 28983061 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23726/statm: 0 0 0 0 0 0 0
[pid=23793] ppid=23724 vsize=58680 CPUtime=1606.15
/proc/23793/stat : 23793 (minisat) R 23724 23724 23627 0 -1 0 15220 0 0 0 160593 22 0 0 25 0 1 0 28987124 60088320 14181 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/23793/statm: 14670 14181 52 112 0 14554 0
Current children cumulated CPU time (s) 1646.26
Current children cumulated vsize (KiB) 76584

[startup+1722.87 s]
/proc/loadavg: 2.00 1.97 1.69 3/90 23794
/proc/meminfo: memFree=1580856/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=17904 CPUtime=39.35
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 2315 63415 0 1 10 1 3876 48 16 0 1 0 28983057 18333696 1826 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23724/statm: 4476 1826 373 3 0 1576 0
[pid=23726] ppid=23724 vsize=0 CPUtime=0.76
/proc/23726/stat : 23726 (java) Z 23724 23724 23627 0 -1 1036 7913 0 1 0 71 5 0 0 16 0 1 0 28983061 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23726/statm: 0 0 0 0 0 0 0
[pid=23793] ppid=23724 vsize=58680 CPUtime=1665.57
/proc/23793/stat : 23793 (minisat) R 23724 23724 23627 0 -1 0 15234 0 0 0 166535 22 0 0 25 0 1 0 28987124 60088320 14195 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/23793/statm: 14670 14195 52 112 0 14554 0
Current children cumulated CPU time (s) 1705.68
Current children cumulated vsize (KiB) 76584

[startup+1782.88 s]
/proc/loadavg: 2.00 1.97 1.71 3/90 23794
/proc/meminfo: memFree=1580728/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=17904 CPUtime=39.35
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 2315 63415 0 1 10 1 3876 48 16 0 1 0 28983057 18333696 1826 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23724/statm: 4476 1826 373 3 0 1576 0
[pid=23726] ppid=23724 vsize=0 CPUtime=0.76
/proc/23726/stat : 23726 (java) Z 23724 23724 23627 0 -1 1036 7913 0 1 0 71 5 0 0 16 0 1 0 28983061 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23726/statm: 0 0 0 0 0 0 0
[pid=23793] ppid=23724 vsize=58680 CPUtime=1724.99
/proc/23793/stat : 23793 (minisat) R 23724 23724 23627 0 -1 0 15234 0 0 0 172477 22 0 0 25 0 1 0 28987124 60088320 14195 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23793/statm: 14670 14195 52 112 0 14554 0
Current children cumulated CPU time (s) 1765.1
Current children cumulated vsize (KiB) 76584



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.01 s]
/proc/loadavg: 2.01 1.97 1.72 3/96 23858
/proc/meminfo: memFree=1434312/2055920 swapFree=4192956/4192956
[pid=23724] ppid=23722 vsize=17904 CPUtime=39.35
/proc/23724/stat : 23724 (sugar) S 23722 23724 23627 0 -1 4194304 2315 63415 0 1 10 1 3876 48 16 0 1 0 28983057 18333696 1826 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 226922377314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23724/statm: 4476 1826 373 3 0 1576 0
[pid=23726] ppid=23724 vsize=0 CPUtime=0.76
/proc/23726/stat : 23726 (java) Z 23724 23724 23627 0 -1 1036 7913 0 1 0 71 5 0 0 16 0 1 0 28983061 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/23726/statm: 0 0 0 0 0 0 0
[pid=23793] ppid=23724 vsize=58680 CPUtime=1759.9
/proc/23793/stat : 23793 (minisat) R 23724 23724 23627 0 -1 0 15234 0 0 0 175967 23 0 0 25 0 1 0 28987124 60088320 14195 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/23793/statm: 14670 14195 52 112 0 14554 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 76584

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23724 and gives childrusage.ru_utime.tv_sec=38 childrusage.ru_utime.tv_usec=866091 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=510922
CPU time returned by wait4() is 39.377
while last known CPU time is 1800.02

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

Real time (s): 1819.05
CPU time (s): 1800.02
CPU user time (s): 1799.24
CPU system time (s): 0.78
CPU usage (%): 98.9541
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 38.8661
system time used= 0.510922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65815
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8466
involuntary context switches= 8945

runsolver used 2.30565 s user time and 5.74313 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Mon Jan 29 17:04:42 UTC 2007


IDJOB= 194692
IDBENCH= 3227
IDSOLVER= 86
FILE ID= node5/194692-1170090281

PBS_JOBID= 3689409

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  d35ef7e8b2363094ba89790652b7a3f6

RANDOM SEED= 933280505

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.224
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.224
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:       1727968 kB
Buffers:         47100 kB
Cached:         165060 kB
SwapCached:          0 kB
Active:         177912 kB
Inactive:        82960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727968 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1408 kB
Writeback:           0 kB
Mapped:          67540 kB
Slab:            52352 kB
Committed_AS:   201056 kB
PageTables:       1900 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= 66554 MiB



End job on node5 on Mon Jan 29 17:35:02 UTC 2007