Trace number 194388

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-34_ext.xml
MD5SUMff5f2154b2fd6690bcea6f080eb30d5f
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 benchmark195.182
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints462
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension462
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/194388-1170090253/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/194388-1170090253/unknown.xml [Mon Jan 29 18:04:14 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/194388-1170090253/unknown.xml /tmp/evaluation/194388-1170090253/sugar23556.csp [Mon Jan 29 18:04:14 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194388-1170090253/sugar-v0-40.jar -convert /tmp/evaluation/194388-1170090253/unknown.xml /tmp/evaluation/194388-1170090253/sugar23556.csp
0.18	c BEGIN convert /tmp/evaluation/194388-1170090253/unknown.xml
0.84	c END convert (0.660208 seconds)
0.87	c # CONVERT_XML  END : /tmp/evaluation/194388-1170090253/sugar23556.csp 2155968 bytes (0 seconds) [Mon Jan 29 18:04:14 2007]
0.87	c # CONVERT_XML  CPU : 0.77 = 0 + 0 + 0.7 + 0.07
0.87	
0.87	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194388-1170090253/sugar23556.bcnf [Mon Jan 29 18:04:14 2007]
0.87	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194388-1170090253/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194388-1170090253/sugar23556.map /tmp/evaluation/194388-1170090253/sugar23556.csp /tmp/evaluation/194388-1170090253/sugar23556.bcnf
0.99	c BEGIN parse /tmp/evaluation/194388-1170090253/sugar23556.csp
44.83	c END parse (43.835681 seconds)
44.83	c BEGIN simplify
44.99	c END simplify (0.157413 seconds)
44.99	c BEGIN encode /tmp/evaluation/194388-1170090253/sugar23556.bcnf
46.26	c END encode (1.276103 seconds)
46.39	c # GENERATE_SAT  END : 10064 variables 84362 clauses 11742412 bytes (46 seconds) [Mon Jan 29 18:05:00 2007]
46.39	c # GENERATE_SAT  CPU : 45.26 = 0.08 + 0 + 44.59 + 0.59
46.39	
46.39	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194388-1170090253/sugar23556.bcnf [Mon Jan 29 18:05:00 2007]
46.39	c # CMD : /tmp/evaluation/194388-1170090253/minisat /tmp/evaluation/194388-1170090253/sugar23556.bcnf /tmp/evaluation/194388-1170090253/sugar23556.out
46.66	c ==================================[MINISAT]===================================
46.66	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
46.66	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
46.66	c ==============================================================================
46.66	c |         0 |   84362  2851231 |   28120       0        0     nan |  0.000 % |
46.72	c |       103 |   84363  2851231 |   30932     102     2046    20.1 |  0.000 % |
46.79	c |       253 |   84363  2851231 |   34025     252     3896    15.5 |  0.000 % |
46.92	c |       478 |   84363  2851231 |   37427     477     6516    13.7 |  0.000 % |
47.09	c |       815 |   84364  2851231 |   41170     813    11157    13.7 |  0.000 % |
47.38	c |      1321 |   84364  2851231 |   45287    1319    21563    16.3 |  0.000 % |
47.74	c |      2080 |   84364  2851231 |   49816    2078    33626    16.2 |  0.000 % |
48.37	c |      3219 |   84364  2851231 |   54797    3217    51596    16.0 |  0.000 % |
49.35	c |      4928 |   84365  2851231 |   60277    4925    84512    17.2 |  0.000 % |
50.83	c |      7490 |   84365  2851231 |   66305    7487   124700    16.7 |  0.000 % |
53.10	c |     11335 |   84365  2851231 |   72936   11332   192576    17.0 |  0.000 % |
56.69	c |     17102 |   84366  2851231 |   80229   17098   296080    17.3 |  0.000 % |
64.04	c |     25751 |   84367  2851231 |   88252   25746   463324    18.0 |  0.000 % |
76.15	c |     38725 |   84368  2851231 |   97077   38719   687362    17.8 |  0.000 % |
92.60	c |     58186 |   84372  2851231 |  106785   58176  1145761    19.7 |  0.000 % |
123.44	c |     87380 |   84380  2851231 |  117464   87362  1927543    22.1 |  0.000 % |
176.78	c |    131170 |   84387  2851231 |  129210   28666   816302    28.5 |  0.000 % |
251.53	c |    196854 |   84396  2851231 |  142131   94341  2636536    27.9 |  0.000 % |
390.31	c |    295380 |   84404  2851231 |  156344   66645  2317456    34.8 |  0.000 % |
632.15	c |    443169 |   84414  2851231 |  171979   81235  2384006    29.3 |  0.000 % |
1030.30	c |    664852 |   84419  2851231 |  189177  150397  5328903    35.4 |  0.000 % |
1585.19	c |    997377 |   84449  2851231 |  208095  143743  4982779    34.7 |  0.000 % |
1800.89	
1800.89	s UNKNOWN
1800.89	c # INTERRUPTED
1800.89	c # MAIN  END :  (1800 seconds) [Mon Jan 29 18:34:14 2007]
1800.89	c # MAIN  CPU : 46.03 = 0.08 + 0 + 45.29 + 0.66
1800.89	

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/node11/watcher-194388-1170090253 -o ROOT/results/node11/solver-194388-1170090253 -C 1800 -M 900 /tmp/evaluation/194388-1170090253/solver /tmp/evaluation/194388-1170090253 /tmp/evaluation/194388-1170090253/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.00 0.50 0.19 3/95 23557
/proc/meminfo: memFree=1566808/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=1964 CPUtime=0
/proc/23556/stat : 23556 (solver) R 23554 23556 22725 0 -1 4194304 52 0 0 0 0 0 0 0 20 0 1 0 28979890 2011136 36 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 262907426185 0 0 4096 0 0 0 0 17 1 0 0
/proc/23556/statm: 491 36 28 169 0 8 0

[startup+0.103532 s]
/proc/loadavg: 1.00 0.50 0.19 3/95 23557
/proc/meminfo: memFree=1566808/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=13724 CPUtime=0.04
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 28979890 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.518567 s]
/proc/loadavg: 1.00 0.50 0.19 3/95 23557
/proc/meminfo: memFree=1566808/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=13724 CPUtime=0.04
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 28979890 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23556/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34967 s]
/proc/loadavg: 1.00 0.50 0.19 3/103 23573
/proc/meminfo: memFree=1551640/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=13724 CPUtime=0.81
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 1190 7901 0 1 3 1 70 7 15 0 1 0 28979890 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 3431 809 371 3 0 531 0
[pid=23566] ppid=23556 vsize=807064 CPUtime=0.45
/proc/23566/stat : 23566 (java) R 23556 23556 22725 0 -1 0 7323 0 1 0 42 3 0 0 21 0 8 0 28979977 826433536 7072 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23566/statm: 201766 7072 1494 14 0 189044 0
[pid=23566/tid=23567] ppid=23556 vsize=807064 CPUtime=0.05
/proc/23566/task/23567/stat : 23567 (java) S 23556 23556 22725 0 -1 64 1270 0 0 0 5 0 0 0 16 0 8 0 28979980 826433536 7072 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23568] ppid=23556 vsize=807064 CPUtime=0
/proc/23566/task/23568/stat : 23568 (java) S 23556 23556 22725 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28979981 826433536 7072 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23556 vsize=807064 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23556 23556 22725 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28979981 826433536 7072 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23556 vsize=807064 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23556 23556 22725 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28979984 826433536 7072 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23556 vsize=807064 CPUtime=0.04
/proc/23566/task/23571/stat : 23571 (java) S 23556 23556 22725 0 -1 64 292 0 0 0 4 0 0 0 16 0 8 0 28979984 826433536 7072 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23556 vsize=807064 CPUtime=0
/proc/23566/task/23572/stat : 23572 (java) S 23556 23556 22725 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28979984 826433536 7072 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23573] ppid=23556 vsize=807064 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23556 23556 22725 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28979984 826433536 7072 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 820788

[startup+2.98891 s]
/proc/loadavg: 1.08 0.53 0.20 3/103 23573
/proc/meminfo: memFree=1526296/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=13724 CPUtime=0.81
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 1190 7901 0 1 3 1 70 7 15 0 1 0 28979890 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 3431 809 371 3 0 531 0
[pid=23566] ppid=23556 vsize=807064 CPUtime=2.09
/proc/23566/stat : 23566 (java) R 23556 23556 22725 0 -1 0 13367 0 1 0 201 8 0 0 25 0 8 0 28979977 826433536 13102 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073448332 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23566/statm: 201766 13102 1494 14 0 189044 0
[pid=23566/tid=23567] ppid=23556 vsize=807064 CPUtime=0.58
/proc/23566/task/23567/stat : 23567 (java) S 23556 23556 22725 0 -1 64 7300 0 0 0 54 4 0 0 16 0 8 0 28979980 826433536 13102 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23568] ppid=23556 vsize=807064 CPUtime=0
/proc/23566/task/23568/stat : 23568 (java) S 23556 23556 22725 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28979981 826433536 13102 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23556 vsize=807064 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23556 23556 22725 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28979981 826433536 13102 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23556 vsize=807064 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23556 23556 22725 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28979984 826433536 13102 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23556 vsize=807064 CPUtime=0.05
/proc/23566/task/23571/stat : 23571 (java) S 23556 23556 22725 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 28979984 826433536 13102 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23556 vsize=807064 CPUtime=0
/proc/23566/task/23572/stat : 23572 (java) S 23556 23556 22725 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28979984 826433536 13102 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23573] ppid=23556 vsize=807064 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23556 23556 22725 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28979984 826433536 13102 18446744073709551615 134512640 134570532 4294956464 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) 820788

[startup+6.21991 s]
/proc/loadavg: 1.08 0.53 0.20 5/103 23573
/proc/meminfo: memFree=1452696/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=13724 CPUtime=0.81
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 1190 7901 0 1 3 1 70 7 15 0 1 0 28979890 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 3431 809 371 3 0 531 0
[pid=23566] ppid=23556 vsize=807336 CPUtime=5.3
/proc/23566/stat : 23566 (java) R 23556 23556 22725 0 -1 0 32558 0 1 0 512 18 0 0 25 0 8 0 28979977 826712064 32217 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23566/statm: 201834 32217 1506 14 0 189112 0
[pid=23566/tid=23567] ppid=23556 vsize=807336 CPUtime=1.57
/proc/23566/task/23567/stat : 23567 (java) S 23556 23556 22725 0 -1 64 26263 0 0 0 143 14 0 0 15 0 8 0 28979980 826712064 32217 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23568] ppid=23556 vsize=807336 CPUtime=0
/proc/23566/task/23568/stat : 23568 (java) S 23556 23556 22725 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28979981 826712064 32217 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23556 vsize=807336 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23556 23556 22725 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28979981 826712064 32217 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23556 vsize=807336 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23556 23556 22725 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28979984 826712064 32217 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23556 vsize=807336 CPUtime=0.13
/proc/23566/task/23571/stat : 23571 (java) S 23556 23556 22725 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 28979984 826712064 32217 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23556 vsize=807336 CPUtime=0
/proc/23566/task/23572/stat : 23572 (java) S 23556 23556 22725 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28979984 826712064 32217 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23573] ppid=23556 vsize=807336 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23556 23556 22725 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28979984 826712064 32217 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 821060

[startup+12.687 s]
/proc/loadavg: 1.30 0.59 0.22 5/103 23573
/proc/meminfo: memFree=1350168/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=13724 CPUtime=0.81
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 1190 7901 0 1 3 1 70 7 15 0 1 0 28979890 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 3431 809 371 3 0 531 0
[pid=23566] ppid=23556 vsize=807336 CPUtime=11.72
/proc/23566/stat : 23566 (java) R 23556 23556 22725 0 -1 0 54903 0 1 0 1141 31 0 0 25 0 8 0 28979977 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154523593 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23566/statm: 201834 54114 1507 14 0 189112 0
[pid=23566/tid=23567] ppid=23556 vsize=807336 CPUtime=3.83
/proc/23566/task/23567/stat : 23567 (java) S 23556 23556 22725 0 -1 64 48423 0 0 0 357 26 0 0 16 0 8 0 28979980 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23568] ppid=23556 vsize=807336 CPUtime=0
/proc/23566/task/23568/stat : 23568 (java) S 23556 23556 22725 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28979981 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23556 vsize=807336 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23556 23556 22725 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28979981 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23556 vsize=807336 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23556 23556 22725 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28979984 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23556 vsize=807336 CPUtime=0.14
/proc/23566/task/23571/stat : 23571 (java) S 23556 23556 22725 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 28979984 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23556 vsize=807336 CPUtime=0
/proc/23566/task/23572/stat : 23572 (java) S 23556 23556 22725 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28979984 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23573] ppid=23556 vsize=807336 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23556 23556 22725 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28979984 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 821060

[startup+25.4945 s]
/proc/loadavg: 1.41 0.64 0.24 5/103 23573
/proc/meminfo: memFree=1346904/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=13724 CPUtime=0.81
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 1190 7901 0 1 3 1 70 7 15 0 1 0 28979890 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 3431 809 371 3 0 531 0
[pid=23566] ppid=23556 vsize=807336 CPUtime=24.45
/proc/23566/stat : 23566 (java) R 23556 23556 22725 0 -1 0 56160 0 1 0 2408 37 0 0 25 0 8 0 28979977 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073746902 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23566/statm: 201834 54114 1507 14 0 189112 0
[pid=23566/tid=23567] ppid=23556 vsize=807336 CPUtime=8.66
/proc/23566/task/23567/stat : 23567 (java) S 23556 23556 22725 0 -1 64 49311 0 0 0 837 29 0 0 16 0 8 0 28979980 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23568] ppid=23556 vsize=807336 CPUtime=0
/proc/23566/task/23568/stat : 23568 (java) S 23556 23556 22725 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28979981 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23569] ppid=23556 vsize=807336 CPUtime=0
/proc/23566/task/23569/stat : 23569 (java) S 23556 23556 22725 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28979981 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23570] ppid=23556 vsize=807336 CPUtime=0
/proc/23566/task/23570/stat : 23570 (java) S 23556 23556 22725 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 28979984 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23571] ppid=23556 vsize=807336 CPUtime=0.14
/proc/23566/task/23571/stat : 23571 (java) S 23556 23556 22725 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 28979984 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23572] ppid=23556 vsize=807336 CPUtime=0
/proc/23566/task/23572/stat : 23572 (java) S 23556 23556 22725 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 28979984 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23566/tid=23573] ppid=23556 vsize=807336 CPUtime=0
/proc/23566/task/23573/stat : 23573 (java) S 23556 23556 22725 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28979984 826712064 54114 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 821060

[startup+51.1153 s]
/proc/loadavg: 1.80 0.79 0.30 3/89 23575
/proc/meminfo: memFree=1705864/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=18952 CPUtime=46.07
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 2553 74518 0 2 11 1 4529 66 16 0 1 0 28979890 19406848 2065 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4738 2065 373 3 0 1838 0
[pid=23575] ppid=23556 vsize=16504 CPUtime=4.7
/proc/23575/stat : 23575 (minisat) R 23556 23556 22725 0 -1 0 4808 0 0 0 466 4 0 0 25 0 1 0 28984529 16900096 3768 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 1 0 0
/proc/23575/statm: 4126 3768 52 112 0 4010 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 35456

[startup+102.355 s]
/proc/loadavg: 1.92 0.99 0.40 3/89 23575
/proc/meminfo: memFree=1691976/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=18952 CPUtime=46.07
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 2553 74518 0 2 11 1 4529 66 16 0 1 0 28979890 19406848 2065 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4738 2065 373 3 0 1838 0
[pid=23575] ppid=23556 vsize=23964 CPUtime=55.93
/proc/23575/stat : 23575 (minisat) R 23556 23556 22725 0 -1 0 6620 0 0 0 5586 7 0 0 25 0 1 0 28984529 24539136 5580 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134637942 0 0 4096 3 0 0 0 17 1 0 0
/proc/23575/statm: 5991 5580 52 112 0 5875 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 42916

[startup+162.443 s]
/proc/loadavg: 1.97 1.17 0.50 3/89 23575
/proc/meminfo: memFree=1678792/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=18952 CPUtime=46.07
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 2553 74518 0 2 11 1 4529 66 16 0 1 0 28979890 19406848 2065 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4738 2065 373 3 0 1838 0
[pid=23575] ppid=23556 vsize=30708 CPUtime=116
/proc/23575/stat : 23575 (minisat) R 23556 23556 22725 0 -1 0 8320 0 0 0 11591 9 0 0 25 0 1 0 28984529 31444992 7280 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23575/statm: 7677 7280 52 112 0 7561 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 49660


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

/proc/loadavg: 2.13 1.99 1.45 3/89 23575
/proc/meminfo: memFree=1638792/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=18952 CPUtime=46.07
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 2553 74518 0 2 11 1 4529 66 16 0 1 0 28979890 19406848 2065 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4738 2065 373 3 0 1838 0
[pid=23575] ppid=23556 vsize=52592 CPUtime=1076.8
/proc/23575/stat : 23575 (minisat) R 23556 23556 22725 0 -1 0 13685 0 0 0 107656 24 0 0 25 0 1 0 28984529 53854208 12637 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/23575/statm: 13148 12637 52 112 0 13032 0
Current children cumulated CPU time (s) 1122.87
Current children cumulated vsize (KiB) 71544

[startup+1183.6 s]
/proc/loadavg: 2.05 1.99 1.48 3/89 23575
/proc/meminfo: memFree=1638472/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=18952 CPUtime=46.07
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 2553 74518 0 2 11 1 4529 66 16 0 1 0 28979890 19406848 2065 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4738 2065 373 3 0 1838 0
[pid=23575] ppid=23556 vsize=52880 CPUtime=1136.86
/proc/23575/stat : 23575 (minisat) R 23556 23556 22725 0 -1 0 13725 0 0 0 113661 25 0 0 25 0 1 0 28984529 54149120 12677 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23575/statm: 13220 12677 52 112 0 13104 0
Current children cumulated CPU time (s) 1182.93
Current children cumulated vsize (KiB) 71832

[startup+1243.69 s]
/proc/loadavg: 2.02 1.99 1.51 3/89 23575
/proc/meminfo: memFree=1637960/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=18952 CPUtime=46.07
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 2553 74518 0 2 11 1 4529 66 16 0 1 0 28979890 19406848 2065 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4738 2065 373 3 0 1838 0
[pid=23575] ppid=23556 vsize=52880 CPUtime=1196.93
/proc/23575/stat : 23575 (minisat) R 23556 23556 22725 0 -1 0 13755 0 0 0 119668 25 0 0 25 0 1 0 28984529 54149120 12707 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23575/statm: 13220 12707 52 112 0 13104 0
Current children cumulated CPU time (s) 1243
Current children cumulated vsize (KiB) 71832

[startup+1303.76 s]
/proc/loadavg: 2.00 1.99 1.54 3/89 23575
/proc/meminfo: memFree=1637640/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=18952 CPUtime=46.07
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 2553 74518 0 2 11 1 4529 66 16 0 1 0 28979890 19406848 2065 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4738 2065 373 3 0 1838 0
[pid=23575] ppid=23556 vsize=53228 CPUtime=1256.98
/proc/23575/stat : 23575 (minisat) R 23556 23556 22725 0 -1 0 13836 0 0 0 125672 26 0 0 25 0 1 0 28984529 54505472 12788 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/23575/statm: 13307 12788 52 112 0 13191 0
Current children cumulated CPU time (s) 1303.05
Current children cumulated vsize (KiB) 72180

[startup+1363.83 s]
/proc/loadavg: 2.00 1.99 1.57 3/89 23575
/proc/meminfo: memFree=1637512/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=18952 CPUtime=46.07
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 2553 74518 0 2 11 1 4529 66 16 0 1 0 28979890 19406848 2065 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4738 2065 373 3 0 1838 0
[pid=23575] ppid=23556 vsize=53392 CPUtime=1317.02
/proc/23575/stat : 23575 (minisat) R 23556 23556 22725 0 -1 0 13848 0 0 0 131676 26 0 0 25 0 1 0 28984529 54673408 12800 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525007 0 0 4096 3 0 0 0 17 1 0 0
/proc/23575/statm: 13348 12800 52 112 0 13232 0
Current children cumulated CPU time (s) 1363.09
Current children cumulated vsize (KiB) 72344

[startup+1423.9 s]
/proc/loadavg: 2.00 1.99 1.59 3/89 23575
/proc/meminfo: memFree=1637384/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=18952 CPUtime=46.07
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 2553 74518 0 2 11 1 4529 66 16 0 1 0 28979890 19406848 2065 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4738 2065 373 3 0 1838 0
[pid=23575] ppid=23556 vsize=53392 CPUtime=1377.08
/proc/23575/stat : 23575 (minisat) R 23556 23556 22725 0 -1 0 13856 0 0 0 137681 27 0 0 25 0 1 0 28984529 54673408 12808 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23575/statm: 13348 12808 52 112 0 13232 0
Current children cumulated CPU time (s) 1423.15
Current children cumulated vsize (KiB) 72344

[startup+1483.96 s]
/proc/loadavg: 2.06 2.00 1.62 3/89 23575
/proc/meminfo: memFree=1637128/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=18952 CPUtime=46.07
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 2553 74518 0 2 11 1 4529 66 16 0 1 0 28979890 19406848 2065 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4738 2065 373 3 0 1838 0
[pid=23575] ppid=23556 vsize=53544 CPUtime=1437.13
/proc/23575/stat : 23575 (minisat) R 23556 23556 22725 0 -1 0 13899 0 0 0 143685 28 0 0 25 0 1 0 28984529 54829056 12851 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23575/statm: 13386 12851 52 112 0 13270 0
Current children cumulated CPU time (s) 1483.2
Current children cumulated vsize (KiB) 72496

[startup+1544.03 s]
/proc/loadavg: 2.02 2.00 1.64 3/89 23575
/proc/meminfo: memFree=1636936/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=18952 CPUtime=46.07
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 2553 74518 0 2 11 1 4529 66 16 0 1 0 28979890 19406848 2065 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4738 2065 373 3 0 1838 0
[pid=23575] ppid=23556 vsize=53544 CPUtime=1497.17
/proc/23575/stat : 23575 (minisat) R 23556 23556 22725 0 -1 0 13903 0 0 0 149689 28 0 0 25 0 1 0 28984529 54829056 12855 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/23575/statm: 13386 12855 52 112 0 13270 0
Current children cumulated CPU time (s) 1543.24
Current children cumulated vsize (KiB) 72496

[startup+1604.11 s]
/proc/loadavg: 2.00 2.00 1.66 3/89 23575
/proc/meminfo: memFree=1635528/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=18952 CPUtime=46.07
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 2553 74518 0 2 11 1 4529 66 16 0 1 0 28979890 19406848 2065 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4738 2065 373 3 0 1838 0
[pid=23575] ppid=23556 vsize=53824 CPUtime=1557.25
/proc/23575/stat : 23575 (minisat) R 23556 23556 22725 0 -1 0 13952 0 0 0 155696 29 0 0 25 0 1 0 28984529 55115776 12904 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528143 0 0 4096 3 0 0 0 17 1 0 0
/proc/23575/statm: 13456 12904 52 112 0 13340 0
Current children cumulated CPU time (s) 1603.32
Current children cumulated vsize (KiB) 72776

[startup+1664.18 s]
/proc/loadavg: 2.00 2.00 1.68 3/89 23575
/proc/meminfo: memFree=1631816/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=18952 CPUtime=46.07
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 2553 74518 0 2 11 1 4529 66 16 0 1 0 28979890 19406848 2065 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4738 2065 373 3 0 1838 0
[pid=23575] ppid=23556 vsize=53980 CPUtime=1617.29
/proc/23575/stat : 23575 (minisat) R 23556 23556 22725 0 -1 0 14002 0 0 0 161700 29 0 0 25 0 1 0 28984529 55275520 12954 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/23575/statm: 13495 12954 52 112 0 13379 0
Current children cumulated CPU time (s) 1663.36
Current children cumulated vsize (KiB) 72932

[startup+1724.25 s]
/proc/loadavg: 2.00 2.00 1.69 3/89 23575
/proc/meminfo: memFree=1630216/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=18952 CPUtime=46.07
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 2553 74518 0 2 11 1 4529 66 16 0 1 0 28979890 19406848 2065 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4738 2065 373 3 0 1838 0
[pid=23575] ppid=23556 vsize=55536 CPUtime=1677.35
/proc/23575/stat : 23575 (minisat) R 23556 23556 22725 0 -1 0 14401 0 0 0 167705 30 0 0 25 0 1 0 28984529 56868864 13353 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23575/statm: 13884 13353 52 112 0 13768 0
Current children cumulated CPU time (s) 1723.42
Current children cumulated vsize (KiB) 74488

[startup+1784.34 s]
/proc/loadavg: 2.00 2.00 1.71 3/89 23575
/proc/meminfo: memFree=1629576/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=18952 CPUtime=46.07
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 2553 74518 0 2 11 1 4529 66 16 0 1 0 28979890 19406848 2065 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4738 2065 373 3 0 1838 0
[pid=23575] ppid=23556 vsize=56464 CPUtime=1737.42
/proc/23575/stat : 23575 (minisat) R 23556 23556 22725 0 -1 0 14552 0 0 0 173711 31 0 0 25 0 1 0 28984529 57819136 13504 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/23575/statm: 14116 13504 52 112 0 14000 0
Current children cumulated CPU time (s) 1783.49
Current children cumulated vsize (KiB) 75416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.88 s]
/proc/loadavg: 2.00 2.00 1.71 3/89 23575
/proc/meminfo: memFree=1629576/2055920 swapFree=4192956/4192956
[pid=23556] ppid=23554 vsize=18952 CPUtime=46.07
/proc/23556/stat : 23556 (sugar) S 23554 23556 22725 0 -1 4194304 2553 74518 0 2 11 1 4529 66 16 0 1 0 28979890 19406848 2065 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23556/statm: 4738 2065 373 3 0 1838 0
[pid=23575] ppid=23556 vsize=56464 CPUtime=1753.96
/proc/23575/stat : 23575 (minisat) R 23556 23556 22725 0 -1 0 14552 0 0 0 175365 31 0 0 25 0 1 0 28984529 57819136 13504 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23575/statm: 14116 13504 52 112 0 14000 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 75416

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23556 and gives childrusage.ru_utime.tv_sec=45 childrusage.ru_utime.tv_usec=410096 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=694894
CPU time returned by wait4() is 46.105
while last known CPU time is 1800.04

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

Real time (s): 1801.91
CPU time (s): 1800.04
CPU user time (s): 1799.05
CPU system time (s): 0.99
CPU usage (%): 99.8965
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.4101
system time used= 0.694894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77156
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10246
involuntary context switches= 10550

runsolver used 2.23766 s user time and 5.41818 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Jan 29 17:04:13 UTC 2007


IDJOB= 194388
IDBENCH= 3211
IDSOLVER= 86
FILE ID= node11/194388-1170090253

PBS_JOBID= 3689378

Free space on /tmp= 66558 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  ff5f2154b2fd6690bcea6f080eb30d5f

RANDOM SEED= 827241309

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.243
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.243
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:       1567224 kB
Buffers:         40696 kB
Cached:         141136 kB
SwapCached:          0 kB
Active:         389608 kB
Inactive:        52764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1567224 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4632 kB
Writeback:           0 kB
Mapped:         286048 kB
Slab:            30764 kB
Committed_AS:   438140 kB
PageTables:       2636 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= 66546 MiB



End job on node11 on Mon Jan 29 17:34:16 UTC 2007