Trace number 202734

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.09 1809.07

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-25_ext.xml
MD5SUM6da4f32a4ed68f8febed201b3b722854
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark41.5007
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints339
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension339
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/202734-1170095715/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/202734-1170095715/unknown.xml [Mon Jan 29 19:35:15 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/202734-1170095715/unknown.xml /tmp/evaluation/202734-1170095715/sugar16950.csp [Mon Jan 29 19:35:15 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202734-1170095715/sugar-v0-40.jar -convert /tmp/evaluation/202734-1170095715/unknown.xml /tmp/evaluation/202734-1170095715/sugar16950.csp
0.17	c BEGIN convert /tmp/evaluation/202734-1170095715/unknown.xml
0.69	c END convert (0.522214 seconds)
0.71	c # CONVERT_XML  END : /tmp/evaluation/202734-1170095715/sugar16950.csp 1095109 bytes (1 seconds) [Mon Jan 29 19:35:16 2007]
0.71	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.71	
0.71	c # GENERATE_SAT  BEGIN : /tmp/evaluation/202734-1170095715/sugar16950.bcnf [Mon Jan 29 19:35:16 2007]
0.71	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202734-1170095715/sugar-v0-40.jar -bcnf -map /tmp/evaluation/202734-1170095715/sugar16950.map /tmp/evaluation/202734-1170095715/sugar16950.csp /tmp/evaluation/202734-1170095715/sugar16950.bcnf
0.83	c BEGIN parse /tmp/evaluation/202734-1170095715/sugar16950.csp
14.39	c END parse (13.556657 seconds)
14.39	c BEGIN simplify
14.46	c END simplify (0.073129 seconds)
14.46	c BEGIN encode /tmp/evaluation/202734-1170095715/sugar16950.bcnf
15.06	c END encode (0.599875 seconds)
15.16	c # GENERATE_SAT  END : 5770 variables 44170 clauses 4611408 bytes (14 seconds) [Mon Jan 29 19:35:30 2007]
15.16	c # GENERATE_SAT  CPU : 14.27 = 0.04 + 0.01 + 13.82 + 0.4
15.16	
15.16	c # SOLVE_SAT  BEGIN : /tmp/evaluation/202734-1170095715/sugar16950.bcnf [Mon Jan 29 19:35:30 2007]
15.16	c # CMD : /tmp/evaluation/202734-1170095715/minisat /tmp/evaluation/202734-1170095715/sugar16950.bcnf /tmp/evaluation/202734-1170095715/sugar16950.out
15.27	c ==================================[MINISAT]===================================
15.27	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
15.27	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
15.27	c ==============================================================================
15.27	c |         0 |   44170  1108674 |   14723       0        0     nan |  0.000 % |
15.31	c |       100 |   44170  1108674 |   16195     100     3448    34.5 |  0.000 % |
15.35	c |       251 |   44170  1108674 |   17814     251     5449    21.7 |  0.000 % |
15.43	c |       477 |   44170  1108674 |   19596     477     8445    17.7 |  0.000 % |
15.55	c |       816 |   44171  1108674 |   21555     815    12798    15.7 |  0.000 % |
15.70	c |      1322 |   44172  1108674 |   23711    1320    19688    14.9 |  0.000 % |
15.97	c |      2082 |   44172  1108674 |   26082    2080    28314    13.6 |  0.000 % |
16.35	c |      3221 |   44174  1108674 |   28690    3217    42311    13.2 |  0.000 % |
16.86	c |      4929 |   44176  1108674 |   31560    4923    73721    15.0 |  0.000 % |
17.77	c |      7491 |   44176  1108674 |   34716    7485   126993    17.0 |  0.000 % |
19.16	c |     11338 |   44179  1108674 |   38187   11329   204213    18.0 |  0.000 % |
21.38	c |     17104 |   44185  1108674 |   42006   17089   311226    18.2 |  0.000 % |
26.05	c |     25754 |   44187  1108674 |   46207   25737   527178    20.5 |  0.000 % |
32.88	c |     38729 |   44190  1108674 |   50827   38709   867833    22.4 |  0.000 % |
45.27	c |     58190 |   44193  1108674 |   55910   21104   496555    23.5 |  0.000 % |
64.88	c |     87383 |   44200  1108674 |   61501   50290  1431693    28.5 |  0.000 % |
98.46	c |    131172 |   44209  1108674 |   67651   49225  1539285    31.3 |  0.000 % |
150.26	c |    196858 |   44221  1108674 |   74416   65135  2223400    34.1 |  0.000 % |
227.05	c |    295385 |   44241  1108674 |   81858   50945  1437979    28.2 |  0.000 % |
343.51	c |    443174 |   44260  1108674 |   90044   70815  2078792    29.4 |  0.000 % |
517.63	c |    664859 |   44292  1108674 |   99048   73341  2320080    31.6 |  0.000 % |
806.73	c |    997384 |   44215  1107767 |  108953   69518  2423240    34.9 |  0.052 % |
1258.67	c |   1496173 |   44255  1107767 |  119849   25675   948017    36.9 |  0.052 % |
1808.05	
1808.05	s UNKNOWN
1808.05	c # INTERRUPTED
1808.05	c # MAIN  END :  (1808 seconds) [Mon Jan 29 20:05:23 2007]
1808.05	c # MAIN  CPU : 14.28 = 0.05 + 0.01 + 13.82 + 0.4
1808.05	

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/node61/watcher-202734-1170095715 -o ROOT/results/node61/solver-202734-1170095715 -C 1800 -M 900 /tmp/evaluation/202734-1170095715/solver /tmp/evaluation/202734-1170095715 /tmp/evaluation/202734-1170095715/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: 1.93 1.99 2.05 3/76 16951
/proc/meminfo: memFree=1160312/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=5352 CPUtime=0
/proc/16950/stat : 16950 (solver) R 16948 16950 16296 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 29528419 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 246406507815 0 0 4096 0 0 0 0 17 1 0 0
/proc/16950/statm: 1338 231 193 169 0 49 0

[startup+0.104589 s]
/proc/loadavg: 1.93 1.99 2.05 3/76 16951
/proc/meminfo: memFree=1160312/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=13724 CPUtime=0.04
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 29528419 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.516624 s]
/proc/loadavg: 1.93 1.99 2.05 3/76 16951
/proc/meminfo: memFree=1160312/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=13724 CPUtime=0.04
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29528419 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34171 s]
/proc/loadavg: 1.93 1.99 2.05 3/85 16967
/proc/meminfo: memFree=1138160/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=13724 CPUtime=0.04
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29528419 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 3431 808 370 3 0 531 0
[pid=16952] ppid=16950 vsize=0 CPUtime=0.63
/proc/16952/stat : 16952 (java) Z 16950 16950 16296 0 -1 1036 7503 0 1 0 58 5 0 0 18 0 1 0 29528424 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16952/statm: 0 0 0 0 0 0 0
[pid=16960] ppid=16950 vsize=807064 CPUtime=0.61
/proc/16960/stat : 16960 (java) R 16950 16950 16296 0 -1 0 7745 0 1 0 56 5 0 0 22 0 8 0 29528490 826433536 7493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073485845 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16960/statm: 201766 7493 1494 14 0 189044 0
[pid=16960/tid=16961] ppid=16950 vsize=807064 CPUtime=0.09
/proc/16960/task/16961/stat : 16961 (java) S 16950 16950 16296 0 -1 64 1690 0 0 0 9 0 0 0 16 0 8 0 29528493 826433536 7493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16962] ppid=16950 vsize=807064 CPUtime=0
/proc/16960/task/16962/stat : 16962 (java) S 16950 16950 16296 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29528494 826433536 7493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16963] ppid=16950 vsize=807064 CPUtime=0
/proc/16960/task/16963/stat : 16963 (java) S 16950 16950 16296 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29528494 826433536 7493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16964] ppid=16950 vsize=807064 CPUtime=0
/proc/16960/task/16964/stat : 16964 (java) S 16950 16950 16296 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29528497 826433536 7493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16965] ppid=16950 vsize=807064 CPUtime=0.04
/proc/16960/task/16965/stat : 16965 (java) S 16950 16950 16296 0 -1 64 292 0 0 0 4 0 0 0 16 0 8 0 29528497 826433536 7493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16966] ppid=16950 vsize=807064 CPUtime=0
/proc/16960/task/16966/stat : 16966 (java) S 16950 16950 16296 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29528497 826433536 7493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16967] ppid=16950 vsize=807064 CPUtime=0
/proc/16960/task/16967/stat : 16967 (java) S 16950 16950 16296 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29528497 826433536 7493 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 820788

[startup+2.98086 s]
/proc/loadavg: 1.93 1.99 2.05 3/85 16967
/proc/meminfo: memFree=1119280/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=13724 CPUtime=0.04
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29528419 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 3431 808 370 3 0 531 0
[pid=16952] ppid=16950 vsize=0 CPUtime=0.63
/proc/16952/stat : 16952 (java) Z 16950 16950 16296 0 -1 1036 7503 0 1 0 58 5 0 0 18 0 1 0 29528424 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16952/statm: 0 0 0 0 0 0 0
[pid=16960] ppid=16950 vsize=807336 CPUtime=2.23
/proc/16960/stat : 16960 (java) R 16950 16950 16296 0 -1 0 12703 0 1 0 215 8 0 0 25 0 8 0 29528490 826712064 12438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154523793 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16960/statm: 201834 12438 1506 14 0 189112 0
[pid=16960/tid=16961] ppid=16950 vsize=807336 CPUtime=0.47
/proc/16960/task/16961/stat : 16961 (java) S 16950 16950 16296 0 -1 64 6504 0 0 0 44 3 0 0 16 0 8 0 29528493 826712064 12438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16962] ppid=16950 vsize=807336 CPUtime=0
/proc/16960/task/16962/stat : 16962 (java) S 16950 16950 16296 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29528494 826712064 12438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16963] ppid=16950 vsize=807336 CPUtime=0
/proc/16960/task/16963/stat : 16963 (java) S 16950 16950 16296 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29528494 826712064 12438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16964] ppid=16950 vsize=807336 CPUtime=0
/proc/16960/task/16964/stat : 16964 (java) S 16950 16950 16296 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29528497 826712064 12438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16965] ppid=16950 vsize=807336 CPUtime=0.13
/proc/16960/task/16965/stat : 16965 (java) S 16950 16950 16296 0 -1 64 399 0 0 0 12 1 0 0 16 0 8 0 29528497 826712064 12438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16966] ppid=16950 vsize=807336 CPUtime=0
/proc/16960/task/16966/stat : 16966 (java) S 16950 16950 16296 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29528497 826712064 12438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16967] ppid=16950 vsize=807336 CPUtime=0
/proc/16960/task/16967/stat : 16967 (java) S 16950 16950 16296 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29528497 826712064 12438 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821060

[startup+6.20118 s]
/proc/loadavg: 1.94 1.99 2.05 3/85 16967
/proc/meminfo: memFree=1053616/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=13724 CPUtime=0.04
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29528419 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 3431 808 370 3 0 531 0
[pid=16952] ppid=16950 vsize=0 CPUtime=0.63
/proc/16952/stat : 16952 (java) Z 16950 16950 16296 0 -1 1036 7503 0 1 0 58 5 0 0 18 0 1 0 29528424 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16952/statm: 0 0 0 0 0 0 0
[pid=16960] ppid=16950 vsize=807336 CPUtime=5.42
/proc/16960/stat : 16960 (java) R 16950 16950 16296 0 -1 0 29076 0 1 0 524 18 0 0 25 0 8 0 29528490 826712064 28725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073640766 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16960/statm: 201834 28725 1506 14 0 189112 0
[pid=16960/tid=16961] ppid=16950 vsize=807336 CPUtime=1.32
/proc/16960/task/16961/stat : 16961 (java) S 16950 16950 16296 0 -1 64 22774 0 0 0 120 12 0 0 16 0 8 0 29528493 826712064 28725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16962] ppid=16950 vsize=807336 CPUtime=0
/proc/16960/task/16962/stat : 16962 (java) S 16950 16950 16296 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29528494 826712064 28725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16963] ppid=16950 vsize=807336 CPUtime=0
/proc/16960/task/16963/stat : 16963 (java) S 16950 16950 16296 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29528494 826712064 28725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16964] ppid=16950 vsize=807336 CPUtime=0
/proc/16960/task/16964/stat : 16964 (java) S 16950 16950 16296 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29528497 826712064 28725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16965] ppid=16950 vsize=807336 CPUtime=0.14
/proc/16960/task/16965/stat : 16965 (java) S 16950 16950 16296 0 -1 64 403 0 0 0 13 1 0 0 16 0 8 0 29528497 826712064 28725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16966] ppid=16950 vsize=807336 CPUtime=0
/proc/16960/task/16966/stat : 16966 (java) S 16950 16950 16296 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29528497 826712064 28725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16967] ppid=16950 vsize=807336 CPUtime=0
/proc/16960/task/16967/stat : 16967 (java) S 16950 16950 16296 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29528497 826712064 28725 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 821060

[startup+12.6208 s]
/proc/loadavg: 2.02 2.00 2.05 3/85 16969
/proc/meminfo: memFree=946024/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=13724 CPUtime=0.04
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29528419 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 3431 808 370 3 0 531 0
[pid=16952] ppid=16950 vsize=0 CPUtime=0.63
/proc/16952/stat : 16952 (java) Z 16950 16950 16296 0 -1 1036 7503 0 1 0 58 5 0 0 18 0 1 0 29528424 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16952/statm: 0 0 0 0 0 0 0
[pid=16960] ppid=16950 vsize=807336 CPUtime=11.78
/proc/16960/stat : 16960 (java) R 16950 16950 16296 0 -1 0 54692 0 1 0 1144 34 0 0 25 0 8 0 29528490 826712064 54092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073489623 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/16960/statm: 201834 54092 1507 14 0 189112 0
[pid=16960/tid=16961] ppid=16950 vsize=807336 CPUtime=3.31
/proc/16960/task/16961/stat : 16961 (java) S 16950 16950 16296 0 -1 64 48219 0 0 0 304 27 0 0 16 0 8 0 29528493 826712064 54092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16962] ppid=16950 vsize=807336 CPUtime=0
/proc/16960/task/16962/stat : 16962 (java) S 16950 16950 16296 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29528494 826712064 54092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16963] ppid=16950 vsize=807336 CPUtime=0
/proc/16960/task/16963/stat : 16963 (java) S 16950 16950 16296 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29528494 826712064 54092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16964] ppid=16950 vsize=807336 CPUtime=0
/proc/16960/task/16964/stat : 16964 (java) S 16950 16950 16296 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29528497 826712064 54092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16965] ppid=16950 vsize=807336 CPUtime=0.14
/proc/16960/task/16965/stat : 16965 (java) S 16950 16950 16296 0 -1 64 403 0 0 0 13 1 0 0 16 0 8 0 29528497 826712064 54092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16966] ppid=16950 vsize=807336 CPUtime=0
/proc/16960/task/16966/stat : 16966 (java) S 16950 16950 16296 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29528497 826712064 54092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=16960/tid=16967] ppid=16950 vsize=807336 CPUtime=0
/proc/16960/task/16967/stat : 16967 (java) S 16950 16950 16296 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29528497 826712064 54092 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 821060

[startup+25.4294 s]
/proc/loadavg: 2.02 2.00 2.05 3/78 16970
/proc/meminfo: memFree=1140776/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=16576 CPUtime=14.31
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1994 54783 0 1 7 2 1382 40 16 0 1 0 29528419 16973824 1504 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4144 1504 373 3 0 1244 0
[pid=16952] ppid=16950 vsize=0 CPUtime=0.63
/proc/16952/stat : 16952 (java) Z 16950 16950 16296 0 -1 1036 7503 0 1 0 58 5 0 0 18 0 1 0 29528424 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16952/statm: 0 0 0 0 0 0 0
[pid=16970] ppid=16950 vsize=10548 CPUtime=10.16
/proc/16970/stat : 16970 (minisat) R 16950 16950 16296 0 -1 0 3300 0 0 0 1014 2 0 0 25 0 1 0 29529935 10801152 2261 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16970/statm: 2637 2261 52 112 0 2521 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 27124

[startup+51.1315 s]
/proc/loadavg: 2.01 2.00 2.05 3/78 16970
/proc/meminfo: memFree=1136744/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=16576 CPUtime=14.31
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1994 54783 0 1 7 2 1382 40 16 0 1 0 29528419 16973824 1504 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4144 1504 373 3 0 1244 0
[pid=16952] ppid=16950 vsize=0 CPUtime=0.63
/proc/16952/stat : 16952 (java) Z 16950 16950 16296 0 -1 1036 7503 0 1 0 58 5 0 0 18 0 1 0 29528424 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16952/statm: 0 0 0 0 0 0 0
[pid=16970] ppid=16950 vsize=14208 CPUtime=35.62
/proc/16970/stat : 16970 (minisat) R 16950 16950 16296 0 -1 0 4217 0 0 0 3558 4 0 0 25 0 1 0 29529935 14548992 3178 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16970/statm: 3552 3178 52 112 0 3436 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 30784

[startup+102.424 s]
/proc/loadavg: 2.07 2.02 2.05 3/78 16970
/proc/meminfo: memFree=1132520/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=16576 CPUtime=14.31
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1994 54783 0 1 7 2 1382 40 16 0 1 0 29528419 16973824 1504 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16950/statm: 4144 1504 373 3 0 1244 0
[pid=16952] ppid=16950 vsize=0 CPUtime=0.63
/proc/16952/stat : 16952 (java) Z 16950 16950 16296 0 -1 1036 7503 0 1 0 58 5 0 0 18 0 1 0 29528424 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16952/statm: 0 0 0 0 0 0 0
[pid=16970] ppid=16950 vsize=17604 CPUtime=86.45
/proc/16970/stat : 16970 (minisat) R 16950 16950 16296 0 -1 0 5035 0 0 0 8639 6 0 0 25 0 1 0 29529935 18026496 3996 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16970/statm: 4401 3996 52 112 0 4285 0
Current children cumulated CPU time (s) 101.39
Current children cumulated vsize (KiB) 34180

[startup+162.437 s]
/proc/loadavg: 2.17 2.04 2.05 3/83 17034
/proc/meminfo: memFree=1159928/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=16576 CPUtime=14.31
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1994 54783 0 1 7 2 1382 40 16 0 1 0 29528419 16973824 1504 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

/proc/16970/stat : 16970 (minisat) R 16950 16950 16296 0 -1 0 9569 0 0 0 122064 22 0 0 25 0 1 0 29529935 36888576 8530 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16970/statm: 9006 8530 52 112 0 8890 0
Current children cumulated CPU time (s) 1235.8
Current children cumulated vsize (KiB) 52600

[startup+1303.61 s]
/proc/loadavg: 1.00 1.23 1.61 2/67 17175
/proc/meminfo: memFree=1602432/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=16576 CPUtime=14.32
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1994 54783 0 1 8 2 1382 40 16 0 1 0 29528419 16973824 1504 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16950/statm: 4144 1504 373 3 0 1244 0
[pid=16952] ppid=16950 vsize=0 CPUtime=0.63
/proc/16952/stat : 16952 (java) Z 16950 16950 16296 0 -1 1036 7503 0 1 0 58 5 0 0 18 0 1 0 29528424 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16952/statm: 0 0 0 0 0 0 0
[pid=16970] ppid=16950 vsize=36184 CPUtime=1280.93
/proc/16970/stat : 16970 (minisat) R 16950 16950 16296 0 -1 0 9585 0 0 0 128071 22 0 0 25 0 1 0 29529935 37052416 8546 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16970/statm: 9046 8546 52 112 0 8930 0
Current children cumulated CPU time (s) 1295.88
Current children cumulated vsize (KiB) 52760

[startup+1363.7 s]
/proc/loadavg: 1.00 1.18 1.57 2/67 17175
/proc/meminfo: memFree=1602240/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=16576 CPUtime=14.32
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1994 54783 0 1 8 2 1382 40 16 0 1 0 29528419 16973824 1504 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16950/statm: 4144 1504 373 3 0 1244 0
[pid=16952] ppid=16950 vsize=0 CPUtime=0.63
/proc/16952/stat : 16952 (java) Z 16950 16950 16296 0 -1 1036 7503 0 1 0 58 5 0 0 18 0 1 0 29528424 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16952/statm: 0 0 0 0 0 0 0
[pid=16970] ppid=16950 vsize=36324 CPUtime=1341
/proc/16970/stat : 16970 (minisat) R 16950 16950 16296 0 -1 0 9640 0 0 0 134078 22 0 0 25 0 1 0 29529935 37195776 8601 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16970/statm: 9081 8601 52 112 0 8965 0
Current children cumulated CPU time (s) 1355.95
Current children cumulated vsize (KiB) 52900

[startup+1423.79 s]
/proc/loadavg: 1.00 1.15 1.53 2/67 17175
/proc/meminfo: memFree=1602176/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=16576 CPUtime=14.32
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1994 54783 0 1 8 2 1382 40 16 0 1 0 29528419 16973824 1504 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16950/statm: 4144 1504 373 3 0 1244 0
[pid=16952] ppid=16950 vsize=0 CPUtime=0.63
/proc/16952/stat : 16952 (java) Z 16950 16950 16296 0 -1 1036 7503 0 1 0 58 5 0 0 18 0 1 0 29528424 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16952/statm: 0 0 0 0 0 0 0
[pid=16970] ppid=16950 vsize=36468 CPUtime=1401.07
/proc/16970/stat : 16970 (minisat) R 16950 16950 16296 0 -1 0 9656 0 0 0 140085 22 0 0 25 0 1 0 29529935 37343232 8617 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/16970/statm: 9117 8617 52 112 0 9001 0
Current children cumulated CPU time (s) 1416.02
Current children cumulated vsize (KiB) 53044

[startup+1483.88 s]
/proc/loadavg: 1.00 1.12 1.50 2/67 17175
/proc/meminfo: memFree=1602176/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=16576 CPUtime=14.32
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1994 54783 0 1 8 2 1382 40 16 0 1 0 29528419 16973824 1504 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16950/statm: 4144 1504 373 3 0 1244 0
[pid=16952] ppid=16950 vsize=0 CPUtime=0.63
/proc/16952/stat : 16952 (java) Z 16950 16950 16296 0 -1 1036 7503 0 1 0 58 5 0 0 18 0 1 0 29528424 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16952/statm: 0 0 0 0 0 0 0
[pid=16970] ppid=16950 vsize=36468 CPUtime=1461.14
/proc/16970/stat : 16970 (minisat) R 16950 16950 16296 0 -1 0 9657 0 0 0 146092 22 0 0 25 0 1 0 29529935 37343232 8618 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 1 0 0
/proc/16970/statm: 9117 8618 52 112 0 9001 0
Current children cumulated CPU time (s) 1476.09
Current children cumulated vsize (KiB) 53044

[startup+1543.96 s]
/proc/loadavg: 1.00 1.09 1.46 2/67 17175
/proc/meminfo: memFree=1601920/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=16576 CPUtime=14.32
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1994 54783 0 1 8 2 1382 40 16 0 1 0 29528419 16973824 1504 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16950/statm: 4144 1504 373 3 0 1244 0
[pid=16952] ppid=16950 vsize=0 CPUtime=0.63
/proc/16952/stat : 16952 (java) Z 16950 16950 16296 0 -1 1036 7503 0 1 0 58 5 0 0 18 0 1 0 29528424 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16952/statm: 0 0 0 0 0 0 0
[pid=16970] ppid=16950 vsize=36712 CPUtime=1521.21
/proc/16970/stat : 16970 (minisat) R 16950 16950 16296 0 -1 0 9714 0 0 0 152099 22 0 0 25 0 1 0 29529935 37593088 8675 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/16970/statm: 9178 8675 52 112 0 9062 0
Current children cumulated CPU time (s) 1536.16
Current children cumulated vsize (KiB) 53288

[startup+1603.98 s]
/proc/loadavg: 1.00 1.07 1.43 2/73 17313
/proc/meminfo: memFree=1600656/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=16576 CPUtime=14.32
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1994 54783 0 1 8 2 1382 40 16 0 1 0 29528419 16973824 1504 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16950/statm: 4144 1504 373 3 0 1244 0
[pid=16952] ppid=16950 vsize=0 CPUtime=0.63
/proc/16952/stat : 16952 (java) Z 16950 16950 16296 0 -1 1036 7503 0 1 0 58 5 0 0 18 0 1 0 29528424 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16952/statm: 0 0 0 0 0 0 0
[pid=16970] ppid=16950 vsize=36712 CPUtime=1581.15
/proc/16970/stat : 16970 (minisat) R 16950 16950 16296 0 -1 0 9717 0 0 0 158091 24 0 0 25 0 1 0 29529935 37593088 8678 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16970/statm: 9178 8678 52 112 0 9062 0
Current children cumulated CPU time (s) 1596.1
Current children cumulated vsize (KiB) 53288

[startup+1664.08 s]
/proc/loadavg: 1.00 1.06 1.40 2/67 17373
/proc/meminfo: memFree=1601152/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=16576 CPUtime=14.32
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1994 54783 0 1 8 2 1382 40 16 0 1 0 29528419 16973824 1504 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16950/statm: 4144 1504 373 3 0 1244 0
[pid=16952] ppid=16950 vsize=0 CPUtime=0.63
/proc/16952/stat : 16952 (java) Z 16950 16950 16296 0 -1 1036 7503 0 1 0 58 5 0 0 18 0 1 0 29528424 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16952/statm: 0 0 0 0 0 0 0
[pid=16970] ppid=16950 vsize=37376 CPUtime=1641.2
/proc/16970/stat : 16970 (minisat) R 16950 16950 16296 0 -1 0 9882 0 0 0 164095 25 0 0 25 0 1 0 29529935 38273024 8843 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16970/statm: 9344 8843 52 112 0 9228 0
Current children cumulated CPU time (s) 1656.15
Current children cumulated vsize (KiB) 53952

[startup+1724.17 s]
/proc/loadavg: 1.00 1.05 1.37 2/67 17373
/proc/meminfo: memFree=1601024/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=16576 CPUtime=14.32
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1994 54783 0 1 8 2 1382 40 16 0 1 0 29528419 16973824 1504 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16950/statm: 4144 1504 373 3 0 1244 0
[pid=16952] ppid=16950 vsize=0 CPUtime=0.63
/proc/16952/stat : 16952 (java) Z 16950 16950 16296 0 -1 1036 7503 0 1 0 58 5 0 0 18 0 1 0 29528424 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16952/statm: 0 0 0 0 0 0 0
[pid=16970] ppid=16950 vsize=37508 CPUtime=1701.28
/proc/16970/stat : 16970 (minisat) R 16950 16950 16296 0 -1 0 9913 0 0 0 170103 25 0 0 25 0 1 0 29529935 38408192 8874 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525573 0 0 4096 3 0 0 0 17 1 0 0
/proc/16970/statm: 9377 8874 52 112 0 9261 0
Current children cumulated CPU time (s) 1716.23
Current children cumulated vsize (KiB) 54084

[startup+1784.25 s]
/proc/loadavg: 1.00 1.03 1.35 2/67 17373
/proc/meminfo: memFree=1600896/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=16576 CPUtime=14.32
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1994 54783 0 1 8 2 1382 40 16 0 1 0 29528419 16973824 1504 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16950/statm: 4144 1504 373 3 0 1244 0
[pid=16952] ppid=16950 vsize=0 CPUtime=0.63
/proc/16952/stat : 16952 (java) Z 16950 16950 16296 0 -1 1036 7503 0 1 0 58 5 0 0 18 0 1 0 29528424 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16952/statm: 0 0 0 0 0 0 0
[pid=16970] ppid=16950 vsize=37508 CPUtime=1761.35
/proc/16970/stat : 16970 (minisat) R 16950 16950 16296 0 -1 0 9938 0 0 0 176110 25 0 0 25 0 1 0 29529935 38408192 8899 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16970/statm: 9377 8899 52 112 0 9261 0
Current children cumulated CPU time (s) 1776.3
Current children cumulated vsize (KiB) 54084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.05 s]
/proc/loadavg: 1.00 1.03 1.34 2/67 17373
/proc/meminfo: memFree=1600640/2055920 swapFree=4192956/4192956
[pid=16950] ppid=16948 vsize=16576 CPUtime=14.32
/proc/16950/stat : 16950 (sugar) S 16948 16950 16296 0 -1 4194304 1994 54783 0 1 8 2 1382 40 16 0 1 0 29528419 16973824 1504 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16950/statm: 4144 1504 373 3 0 1244 0
[pid=16952] ppid=16950 vsize=0 CPUtime=0.63
/proc/16952/stat : 16952 (java) Z 16950 16950 16296 0 -1 1036 7503 0 1 0 58 5 0 0 18 0 1 0 29528424 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/16952/statm: 0 0 0 0 0 0 0
[pid=16970] ppid=16950 vsize=37832 CPUtime=1785.14
/proc/16970/stat : 16970 (minisat) R 16950 16950 16296 0 -1 0 9989 0 0 0 178489 25 0 0 25 0 1 0 29529935 38739968 8950 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/16970/statm: 9458 8950 52 112 0 9342 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 54408

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 16950 and gives childrusage.ru_utime.tv_sec=13 childrusage.ru_utime.tv_usec=905885 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=427934
CPU time returned by wait4() is 14.3338
while last known CPU time is 1800.09

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

Real time (s): 1809.07
CPU time (s): 1800.09
CPU user time (s): 1799.37
CPU system time (s): 0.72
CPU usage (%): 99.5038
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.9059
system time used= 0.427934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56862
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= 3221
involuntary context switches= 3298

runsolver used 1.83972 s user time and 4.65229 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Mon Jan 29 18:35:15 UTC 2007


IDJOB= 202734
IDBENCH= 3878
IDSOLVER= 86
FILE ID= node61/202734-1170095715

PBS_JOBID= 3689587

Free space on /tmp= 66439 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  6da4f32a4ed68f8febed201b3b722854

RANDOM SEED= 72875979

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.216
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.216
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:       1160856 kB
Buffers:         42348 kB
Cached:         414272 kB
SwapCached:          0 kB
Active:         647576 kB
Inactive:       195536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1160856 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1184 kB
Writeback:           0 kB
Mapped:         397440 kB
Slab:            36680 kB
Committed_AS:   483264 kB
PageTables:       2488 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= 66564 MiB



End job on node61 on Mon Jan 29 19:05:25 UTC 2007