Trace number 208342

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 1806.15

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-17_ext.xml
MD5SUMf95319b163220392a47c5e9853571920
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 benchmark54.0758
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints348
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension348
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/208342-1170097007/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/208342-1170097007/unknown.xml [Mon Jan 29 19:56:49 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/208342-1170097007/unknown.xml /tmp/evaluation/208342-1170097007/sugar18040.csp [Mon Jan 29 19:56:49 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208342-1170097007/sugar-v0-40.jar -convert /tmp/evaluation/208342-1170097007/unknown.xml /tmp/evaluation/208342-1170097007/sugar18040.csp
0.17	c BEGIN convert /tmp/evaluation/208342-1170097007/unknown.xml
0.69	c END convert (0.523167 seconds)
0.71	c # CONVERT_XML  END : /tmp/evaluation/208342-1170097007/sugar18040.csp 1114385 bytes (0 seconds) [Mon Jan 29 19:56:49 2007]
0.71	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.71	
0.71	c # GENERATE_SAT  BEGIN : /tmp/evaluation/208342-1170097007/sugar18040.bcnf [Mon Jan 29 19:56:49 2007]
0.71	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208342-1170097007/sugar-v0-40.jar -bcnf -map /tmp/evaluation/208342-1170097007/sugar18040.map /tmp/evaluation/208342-1170097007/sugar18040.csp /tmp/evaluation/208342-1170097007/sugar18040.bcnf
0.83	c BEGIN parse /tmp/evaluation/208342-1170097007/sugar18040.csp
8.70	c END parse (7.867547 seconds)
8.70	c BEGIN simplify
8.74	c END simplify (0.045675 seconds)
8.74	c BEGIN encode /tmp/evaluation/208342-1170097007/sugar18040.bcnf
9.13	c END encode (0.390419 seconds)
9.22	c # GENERATE_SAT  END : 3202 variables 39794 clauses 2597160 bytes (9 seconds) [Mon Jan 29 19:56:58 2007]
9.22	c # GENERATE_SAT  CPU : 8.43 = 0.02 + 0.01 + 8.13 + 0.27
9.22	
9.22	c # SOLVE_SAT  BEGIN : /tmp/evaluation/208342-1170097007/sugar18040.bcnf [Mon Jan 29 19:56:58 2007]
9.22	c # CMD : /tmp/evaluation/208342-1170097007/minisat /tmp/evaluation/208342-1170097007/sugar18040.bcnf /tmp/evaluation/208342-1170097007/sugar18040.out
9.28	c ==================================[MINISAT]===================================
9.28	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
9.28	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
9.28	c ==============================================================================
9.28	c |         0 |   39794   609490 |   13264       0        0     nan |  0.000 % |
9.30	c |       100 |   39794   609490 |   14590     100     1620    16.2 |  0.000 % |
9.32	c |       250 |   39796   609490 |   16049     248     3448    13.9 |  0.000 % |
9.36	c |       475 |   39796   609490 |   17654     473     5599    11.8 |  0.001 % |
9.43	c |       813 |   39796   609490 |   19419     811     9626    11.9 |  0.001 % |
9.53	c |      1321 |   39796   609490 |   21361    1319    16335    12.4 |  0.000 % |
9.67	c |      2080 |   39798   609490 |   23497    2076    24923    12.0 |  0.000 % |
9.91	c |      3219 |   39798   609490 |   25847    3215    38796    12.1 |  0.000 % |
10.26	c |      4927 |   39800   609490 |   28432    4921    59566    12.1 |  0.001 % |
10.84	c |      7489 |   39802   609490 |   31275    7481    92726    12.4 |  0.001 % |
11.82	c |     11333 |   39803   609490 |   34403   11324   159153    14.1 |  0.001 % |
13.34	c |     17099 |   39805   609490 |   37843   17088   249764    14.6 |  0.001 % |
16.08	c |     25754 |   39807   609490 |   41628   25741   391942    15.2 |  0.000 % |
21.74	c |     38729 |   39814   609490 |   45790   38709   663506    17.1 |  0.001 % |
29.98	c |     58192 |   39818   609490 |   50370   26297   578023    22.0 |  0.000 % |
45.11	c |     87385 |   39823   609490 |   55407   19288   400893    20.8 |  0.001 % |
66.78	c |    131175 |   39825   609490 |   60947   23317   496353    21.3 |  0.002 % |
104.80	c |    196860 |   39834   609490 |   67042   44626   953655    21.4 |  0.002 % |
169.38	c |    295386 |   39724   609181 |   73746    7297   114964    15.8 |  0.031 % |
250.48	c |    443175 |   39747   609181 |   81121   39745   807843    20.3 |  0.031 % |
396.87	c |    664859 |   39764   609181 |   89233   69713  1295723    18.6 |  0.032 % |
632.74	c |    997384 |   39528   607941 |   98156   71968  1776811    24.7 |  1.093 % |
1011.37	c |   1496172 |   39456   607653 |  107972   56262  1320095    23.5 |  1.124 % |
1574.85	c |   2244355 |   38802   596831 |  118769   94292  2131333    22.6 |  1.624 % |
1806.14	s UNKNOWN
1806.14	c # ERROR No such file or directory /tmp/evaluation/208342-1170097007/sugar18040.out, at /tmp/evaluation/208342-1170097007/sugar line 393.
1806.14	
1806.14	c # MAIN  END :  (1806 seconds) [Mon Jan 29 20:26:55 2007]
1806.14	c # MAIN  CPU : 1799.45 = 0.02 + 0.01 + 1798.96 + 0.46
1806.14	

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/node68/watcher-208342-1170097007 -o ROOT/results/node68/solver-208342-1170097007 -C 1800 -M 900 /tmp/evaluation/208342-1170097007/solver /tmp/evaluation/208342-1170097007 /tmp/evaluation/208342-1170097007/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.42 1.72 2.29 5/81 18041
/proc/meminfo: memFree=1694776/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=18540 CPUtime=0
/proc/18040/stat : 18040 (runsolver) R 18038 18040 17525 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 29658492 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 257414458663 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18040/statm: 4635 279 244 17 0 2626 0

[startup+0.107536 s]
/proc/loadavg: 1.42 1.72 2.29 5/81 18041
/proc/meminfo: memFree=1694776/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=13724 CPUtime=0.03
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29658492 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18040/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.521653 s]
/proc/loadavg: 1.42 1.72 2.29 5/81 18041
/proc/meminfo: memFree=1694776/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=13724 CPUtime=0.03
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29658492 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18040/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.35664 s]
/proc/loadavg: 1.42 1.72 2.29 3/90 18057
/proc/meminfo: memFree=1669488/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=13724 CPUtime=0.03
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 29658492 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18040/statm: 3431 808 370 3 0 531 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18050] ppid=18040 vsize=807064 CPUtime=0.63
/proc/18050/stat : 18050 (java) R 18040 18040 17525 0 -1 0 8166 0 1 0 59 4 0 0 22 0 8 0 29658563 826433536 7913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073537515 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18050/statm: 201766 7913 1494 14 0 189044 0
[pid=18050/tid=18051] ppid=18040 vsize=807064 CPUtime=0.11
/proc/18050/task/18051/stat : 18051 (java) S 18040 18040 17525 0 -1 64 2111 0 0 0 11 0 0 0 16 0 8 0 29658566 826433536 7913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=18050/tid=18052] ppid=18040 vsize=807064 CPUtime=0
/proc/18050/task/18052/stat : 18052 (java) S 18040 18040 17525 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29658567 826433536 7913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18050/tid=18053] ppid=18040 vsize=807064 CPUtime=0
/proc/18050/task/18053/stat : 18053 (java) S 18040 18040 17525 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29658567 826433536 7913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18050/tid=18054] ppid=18040 vsize=807064 CPUtime=0
/proc/18050/task/18054/stat : 18054 (java) S 18040 18040 17525 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29658570 826433536 7913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18050/tid=18055] ppid=18040 vsize=807064 CPUtime=0.05
/proc/18050/task/18055/stat : 18055 (java) S 18040 18040 17525 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29658570 826433536 7913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18050/tid=18056] ppid=18040 vsize=807064 CPUtime=0
/proc/18050/task/18056/stat : 18056 (java) S 18040 18040 17525 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29658570 826433536 7913 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18050/tid=18057] ppid=18040 vsize=807064 CPUtime=0
/proc/18050/task/18057/stat : 18057 (java) S 18040 18040 17525 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29658570 826433536 7913 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.9948 s]
/proc/loadavg: 1.42 1.72 2.29 3/90 18057
/proc/meminfo: memFree=1653488/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=13724 CPUtime=0.03
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 29658492 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18040/statm: 3431 808 370 3 0 531 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18050] ppid=18040 vsize=807336 CPUtime=2.26
/proc/18050/stat : 18050 (java) R 18040 18040 17525 0 -1 0 16036 0 1 0 218 8 0 0 16 0 8 0 29658563 826712064 15754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073596254 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18050/statm: 201834 15754 1506 14 0 189112 0
[pid=18050/tid=18051] ppid=18040 vsize=807336 CPUtime=0.57
/proc/18050/task/18051/stat : 18051 (java) R 18040 18040 17525 0 -1 64 9807 0 0 0 54 3 0 0 17 0 8 0 29658566 826712064 15754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18050/tid=18052] ppid=18040 vsize=807336 CPUtime=0
/proc/18050/task/18052/stat : 18052 (java) S 18040 18040 17525 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29658567 826712064 15754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18050/tid=18053] ppid=18040 vsize=807336 CPUtime=0
/proc/18050/task/18053/stat : 18053 (java) S 18040 18040 17525 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29658567 826712064 15754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18050/tid=18054] ppid=18040 vsize=807336 CPUtime=0
/proc/18050/task/18054/stat : 18054 (java) S 18040 18040 17525 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29658570 826712064 15754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18050/tid=18055] ppid=18040 vsize=807336 CPUtime=0.12
/proc/18050/task/18055/stat : 18055 (java) S 18040 18040 17525 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 29658570 826712064 15754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18050/tid=18056] ppid=18040 vsize=807336 CPUtime=0
/proc/18050/task/18056/stat : 18056 (java) S 18040 18040 17525 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29658570 826712064 15754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18050/tid=18057] ppid=18040 vsize=807336 CPUtime=0
/proc/18050/task/18057/stat : 18057 (java) S 18040 18040 17525 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29658570 826712064 15754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 821060

[startup+6.2921 s]
/proc/loadavg: 1.47 1.73 2.28 4/83 18058
/proc/meminfo: memFree=1770280/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=13724 CPUtime=0.03
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1188 0 0 0 3 0 0 0 16 0 1 0 29658492 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18040/statm: 3431 808 370 3 0 531 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18050] ppid=18040 vsize=807336 CPUtime=5.54
/proc/18050/stat : 18050 (java) R 18040 18040 17525 0 -1 0 34216 0 1 0 537 17 0 0 25 0 8 0 29658563 826712064 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18050/statm: 201834 33847 1506 14 0 189112 0
[pid=18050/tid=18051] ppid=18040 vsize=807336 CPUtime=1.42
/proc/18050/task/18051/stat : 18051 (java) R 18040 18040 17525 0 -1 64 27896 0 0 0 130 12 0 0 15 0 8 0 29658566 826712064 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153822817 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18050/tid=18052] ppid=18040 vsize=807336 CPUtime=0
/proc/18050/task/18052/stat : 18052 (java) S 18040 18040 17525 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29658567 826712064 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18050/tid=18053] ppid=18040 vsize=807336 CPUtime=0
/proc/18050/task/18053/stat : 18053 (java) S 18040 18040 17525 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29658567 826712064 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18050/tid=18054] ppid=18040 vsize=807336 CPUtime=0
/proc/18050/task/18054/stat : 18054 (java) S 18040 18040 17525 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29658570 826712064 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18050/tid=18055] ppid=18040 vsize=807336 CPUtime=0.13
/proc/18050/task/18055/stat : 18055 (java) S 18040 18040 17525 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 29658570 826712064 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18050/tid=18056] ppid=18040 vsize=807336 CPUtime=0
/proc/18050/task/18056/stat : 18056 (java) S 18040 18040 17525 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29658570 826712064 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18050/tid=18057] ppid=18040 vsize=807336 CPUtime=0
/proc/18050/task/18057/stat : 18057 (java) S 18040 18040 17525 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29658570 826712064 33847 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 821060

[startup+12.7807 s]
/proc/loadavg: 1.55 1.73 2.28 3/76 18059
/proc/meminfo: memFree=1878432/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=15124 CPUtime=8.46
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1648 46207 0 1 5 1 813 27 16 0 1 0 29658492 15486976 1158 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18040/statm: 3781 1158 373 3 0 881 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18059] ppid=18040 vsize=6672 CPUtime=3.54
/proc/18059/stat : 18059 (minisat) R 18040 18040 17525 0 -1 0 1978 0 0 0 353 1 0 0 25 0 1 0 29659414 6832128 1328 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/18059/statm: 1668 1328 52 112 0 1552 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 21796

[startup+25.6189 s]
/proc/loadavg: 1.62 1.74 2.28 3/76 18059
/proc/meminfo: memFree=1872480/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=15124 CPUtime=8.46
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1648 46207 0 1 5 1 813 27 16 0 1 0 29658492 15486976 1158 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18040/statm: 3781 1158 373 3 0 881 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18059] ppid=18040 vsize=10256 CPUtime=16.31
/proc/18059/stat : 18059 (minisat) R 18040 18040 17525 0 -1 0 2850 0 0 0 1629 2 0 0 25 0 1 0 29659414 10502144 2200 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 1 0 0
/proc/18059/statm: 2564 2200 52 112 0 2448 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 25380

[startup+51.3012 s]
/proc/loadavg: 1.75 1.76 2.27 3/76 18059
/proc/meminfo: memFree=1868832/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=15124 CPUtime=8.46
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1648 46207 0 1 5 1 813 27 16 0 1 0 29658492 15486976 1158 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18040/statm: 3781 1158 373 3 0 881 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18059] ppid=18040 vsize=11856 CPUtime=41.87
/proc/18059/stat : 18059 (minisat) R 18040 18040 17525 0 -1 0 3246 0 0 0 4184 3 0 0 25 0 1 0 29659414 12140544 2596 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/18059/statm: 2964 2596 52 112 0 2848 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 26980

[startup+102.557 s]
/proc/loadavg: 1.89 1.80 2.25 3/76 18059
/proc/meminfo: memFree=1864800/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=15124 CPUtime=8.46
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1648 46207 0 1 5 1 813 27 16 0 1 0 29658492 15486976 1158 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18040/statm: 3781 1158 373 3 0 881 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18059] ppid=18040 vsize=13312 CPUtime=92.88
/proc/18059/stat : 18059 (minisat) R 18040 18040 17525 0 -1 0 3637 0 0 0 9285 3 0 0 25 0 1 0 29659414 13631488 2987 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 1 0 0
/proc/18059/statm: 3328 2987 52 112 0 3212 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 28436

[startup+162.652 s]
/proc/loadavg: 1.96 1.83 2.24 3/76 18059
/proc/meminfo: memFree=1860192/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=15124 CPUtime=8.46
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1648 46207 0 1 5 1 813 27 16 0 1 0 29658492 15486976 1158 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18040/statm: 3781 1158 373 3 0 881 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18059] ppid=18040 vsize=15552 CPUtime=152.69
/proc/18059/stat : 18059 (minisat) R 18040 18040 17525 0 -1 0 4156 0 0 0 15266 3 0 0 25 0 1 0 29659414 15925248 3506 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/18059/statm: 3888 3506 52 112 0 3772 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 30676

[startup+222.751 s]
/proc/loadavg: 1.98 1.86 2.22 3/76 18059
/proc/meminfo: memFree=1858912/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=15124 CPUtime=8.46

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

/proc/18059/stat : 18059 (minisat) R 18040 18040 17525 0 -1 0 6942 0 0 0 122906 17 0 0 25 0 1 0 29659414 27451392 6261 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18059/statm: 6702 6261 52 112 0 6586 0
Current children cumulated CPU time (s) 1238.31
Current children cumulated vsize (KiB) 41932

[startup+1304.29 s]
/proc/loadavg: 1.11 1.63 1.91 2/67 18343
/proc/meminfo: memFree=1864584/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=15124 CPUtime=8.46
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1648 46207 0 1 5 1 813 27 16 0 1 0 29658492 15486976 1158 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18040/statm: 3781 1158 373 3 0 881 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18059] ppid=18040 vsize=26972 CPUtime=1289.3
/proc/18059/stat : 18059 (minisat) R 18040 18040 17525 0 -1 0 6976 0 0 0 128913 17 0 0 25 0 1 0 29659414 27619328 6295 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528302 0 0 4096 3 0 0 0 17 1 0 0
/proc/18059/statm: 6743 6295 52 112 0 6627 0
Current children cumulated CPU time (s) 1298.38
Current children cumulated vsize (KiB) 42096

[startup+1364.38 s]
/proc/loadavg: 1.04 1.51 1.86 2/67 18343
/proc/meminfo: memFree=1864456/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=15124 CPUtime=8.46
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1648 46207 0 1 5 1 813 27 16 0 1 0 29658492 15486976 1158 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18040/statm: 3781 1158 373 3 0 881 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18059] ppid=18040 vsize=27120 CPUtime=1349.37
/proc/18059/stat : 18059 (minisat) R 18040 18040 17525 0 -1 0 7010 0 0 0 134920 17 0 0 25 0 1 0 29659414 27770880 6329 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 1 0 0
/proc/18059/statm: 6780 6329 52 112 0 6664 0
Current children cumulated CPU time (s) 1358.45
Current children cumulated vsize (KiB) 42244

[startup+1424.47 s]
/proc/loadavg: 1.01 1.42 1.80 2/67 18343
/proc/meminfo: memFree=1864328/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=15124 CPUtime=8.46
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1648 46207 0 1 5 1 813 27 16 0 1 0 29658492 15486976 1158 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18040/statm: 3781 1158 373 3 0 881 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18059] ppid=18040 vsize=27264 CPUtime=1409.44
/proc/18059/stat : 18059 (minisat) R 18040 18040 17525 0 -1 0 7041 0 0 0 140927 17 0 0 25 0 1 0 29659414 27918336 6360 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18059/statm: 6816 6360 52 112 0 6700 0
Current children cumulated CPU time (s) 1418.52
Current children cumulated vsize (KiB) 42388

[startup+1484.56 s]
/proc/loadavg: 1.00 1.34 1.75 2/67 18343
/proc/meminfo: memFree=1864016/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=15124 CPUtime=8.46
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1648 46207 0 1 5 1 813 27 16 0 1 0 29658492 15486976 1158 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18040/statm: 3781 1158 373 3 0 881 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18059] ppid=18040 vsize=27540 CPUtime=1469.52
/proc/18059/stat : 18059 (minisat) R 18040 18040 17525 0 -1 0 7102 0 0 0 146935 17 0 0 25 0 1 0 29659414 28200960 6421 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/18059/statm: 6885 6421 52 112 0 6769 0
Current children cumulated CPU time (s) 1478.6
Current children cumulated vsize (KiB) 42664

[startup+1544.65 s]
/proc/loadavg: 1.00 1.27 1.70 2/67 18343
/proc/meminfo: memFree=1863888/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=15124 CPUtime=8.46
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1648 46207 0 1 5 1 813 27 16 0 1 0 29658492 15486976 1158 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18040/statm: 3781 1158 373 3 0 881 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18059] ppid=18040 vsize=27672 CPUtime=1529.59
/proc/18059/stat : 18059 (minisat) R 18040 18040 17525 0 -1 0 7155 0 0 0 152942 17 0 0 25 0 1 0 29659414 28336128 6444 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18059/statm: 6918 6444 52 112 0 6802 0
Current children cumulated CPU time (s) 1538.67
Current children cumulated vsize (KiB) 42796

[startup+1604.74 s]
/proc/loadavg: 1.00 1.22 1.65 2/67 18343
/proc/meminfo: memFree=1863696/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=15124 CPUtime=8.46
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1648 46207 0 1 5 1 813 27 16 0 1 0 29658492 15486976 1158 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18040/statm: 3781 1158 373 3 0 881 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18059] ppid=18040 vsize=27836 CPUtime=1589.66
/proc/18059/stat : 18059 (minisat) R 18040 18040 17525 0 -1 0 7206 0 0 0 158949 17 0 0 25 0 1 0 29659414 28504064 6495 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18059/statm: 6959 6495 52 112 0 6843 0
Current children cumulated CPU time (s) 1598.74
Current children cumulated vsize (KiB) 42960

[startup+1664.83 s]
/proc/loadavg: 1.00 1.18 1.61 2/67 18343
/proc/meminfo: memFree=1863504/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=15124 CPUtime=8.46
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1648 46207 0 1 5 1 813 27 16 0 1 0 29658492 15486976 1158 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18040/statm: 3781 1158 373 3 0 881 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18059] ppid=18040 vsize=28136 CPUtime=1649.74
/proc/18059/stat : 18059 (minisat) R 18040 18040 17525 0 -1 0 7268 0 0 0 164957 17 0 0 25 0 1 0 29659414 28811264 6557 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18059/statm: 7034 6557 52 112 0 6918 0
Current children cumulated CPU time (s) 1658.82
Current children cumulated vsize (KiB) 43260

[startup+1724.92 s]
/proc/loadavg: 1.04 1.16 1.57 2/67 18343
/proc/meminfo: memFree=1862992/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=15124 CPUtime=8.46
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1648 46207 0 1 5 1 813 27 16 0 1 0 29658492 15486976 1158 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18040/statm: 3781 1158 373 3 0 881 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18059] ppid=18040 vsize=28468 CPUtime=1709.81
/proc/18059/stat : 18059 (minisat) R 18040 18040 17525 0 -1 0 7405 0 0 0 170963 18 0 0 25 0 1 0 29659414 29151232 6666 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/18059/statm: 7117 6666 52 112 0 7001 0
Current children cumulated CPU time (s) 1718.89
Current children cumulated vsize (KiB) 43592

[startup+1785 s]
/proc/loadavg: 1.01 1.13 1.53 2/67 18343
/proc/meminfo: memFree=1862288/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=15124 CPUtime=8.46
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1648 46207 0 1 5 1 813 27 16 0 1 0 29658492 15486976 1158 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18040/statm: 3781 1158 373 3 0 881 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18059] ppid=18040 vsize=29200 CPUtime=1769.88
/proc/18059/stat : 18059 (minisat) R 18040 18040 17525 0 -1 0 7587 0 0 0 176970 18 0 0 25 0 1 0 29659414 29900800 6848 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18059/statm: 7300 6848 52 112 0 7184 0
Current children cumulated CPU time (s) 1778.96
Current children cumulated vsize (KiB) 44324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.13 s]
/proc/loadavg: 1.01 1.12 1.52 2/67 18343
/proc/meminfo: memFree=1862160/2055920 swapFree=4192812/4192956
[pid=18040] ppid=18038 vsize=15124 CPUtime=8.46
/proc/18040/stat : 18040 (sugar) S 18038 18040 17525 0 -1 4194304 1648 46207 0 1 5 1 813 27 16 0 1 0 29658492 15486976 1158 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 257423356002 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18040/statm: 3781 1158 373 3 0 881 0
[pid=18042] ppid=18040 vsize=0 CPUtime=0.62
/proc/18042/stat : 18042 (java) Z 18040 18040 17525 0 -1 1036 7512 0 1 0 57 5 0 0 18 0 1 0 29658497 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/18042/statm: 0 0 0 0 0 0 0
[pid=18059] ppid=18040 vsize=29348 CPUtime=1791.01
/proc/18059/stat : 18059 (minisat) R 18040 18040 17525 0 -1 0 7613 0 0 0 179083 18 0 0 25 0 1 0 29659414 30052352 6874 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/18059/statm: 7337 6874 52 112 0 7221 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 44472

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 18040 and gives childrusage.ru_utime.tv_sec=1799 childrusage.ru_utime.tv_usec=21507 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=479927
CPU time returned by wait4() is 1799.5
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): 1806.15
CPU time (s): 1800.09
CPU user time (s): 1799.58
CPU system time (s): 0.51
CPU usage (%): 99.6647
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 0.479927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55560
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= 2043
involuntary context switches= 16946

runsolver used 1.89871 s user time and 4.6333 s system time

The end

Launcher Data (download as text)

Begin job on node68 on Mon Jan 29 18:56:48 UTC 2007


IDJOB= 208342
IDBENCH= 4374
IDSOLVER= 86
FILE ID= node68/208342-1170097007

PBS_JOBID= 3689687

Free space on /tmp= 66562 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f95319b163220392a47c5e9853571920

RANDOM SEED= 784088399

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.234
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.234
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:       1695264 kB
Buffers:         33400 kB
Cached:          41808 kB
SwapCached:          0 kB
Active:         266884 kB
Inactive:        42068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1695264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3188 kB
Writeback:           0 kB
Mapped:         250576 kB
Slab:            36652 kB
Committed_AS:   389180 kB
PageTables:       2220 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 node68 on Mon Jan 29 19:26:55 UTC 2007