Trace number 202772

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.1 1810.1

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-45_ext.xml
MD5SUM1c046588c38b55c6da3459e0e52b840b
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 benchmark13.7239
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints346
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension346
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/202772-1170095729/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/202772-1170095729/unknown.xml [Mon Jan 29 19:35:29 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/202772-1170095729/unknown.xml /tmp/evaluation/202772-1170095729/sugar13096.csp [Mon Jan 29 19:35:29 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202772-1170095729/sugar-v0-40.jar -convert /tmp/evaluation/202772-1170095729/unknown.xml /tmp/evaluation/202772-1170095729/sugar13096.csp
0.21	c BEGIN convert /tmp/evaluation/202772-1170095729/unknown.xml
0.72	c END convert (0.514429 seconds)
0.74	c # CONVERT_XML  END : /tmp/evaluation/202772-1170095729/sugar13096.csp 1104857 bytes (1 seconds) [Mon Jan 29 19:35:30 2007]
0.74	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.74	
0.74	c # GENERATE_SAT  BEGIN : /tmp/evaluation/202772-1170095729/sugar13096.bcnf [Mon Jan 29 19:35:30 2007]
0.74	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202772-1170095729/sugar-v0-40.jar -bcnf -map /tmp/evaluation/202772-1170095729/sugar13096.map /tmp/evaluation/202772-1170095729/sugar13096.csp /tmp/evaluation/202772-1170095729/sugar13096.bcnf
0.86	c BEGIN parse /tmp/evaluation/202772-1170095729/sugar13096.csp
13.44	c END parse (12.58261 seconds)
13.44	c BEGIN simplify
13.50	c END simplify (0.061201 seconds)
13.50	c BEGIN encode /tmp/evaluation/202772-1170095729/sugar13096.bcnf
13.99	c END encode (0.489359 seconds)
14.12	c # GENERATE_SAT  END : 5216 variables 43392 clauses 4240364 bytes (13 seconds) [Mon Jan 29 19:35:43 2007]
14.12	c # GENERATE_SAT  CPU : 13.24 = 0.03 + 0 + 12.82 + 0.39
14.12	
14.12	c # SOLVE_SAT  BEGIN : /tmp/evaluation/202772-1170095729/sugar13096.bcnf [Mon Jan 29 19:35:43 2007]
14.12	c # CMD : /tmp/evaluation/202772-1170095729/minisat /tmp/evaluation/202772-1170095729/sugar13096.bcnf /tmp/evaluation/202772-1170095729/sugar13096.out
14.22	c ==================================[MINISAT]===================================
14.22	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
14.22	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
14.22	c ==============================================================================
14.22	c |         0 |   43392  1016691 |   14464       0        0     nan |  0.000 % |
14.23	c |       103 |   43392  1016691 |   15910     103     9220    89.5 |  0.000 % |
14.27	c |       255 |   43392  1016691 |   17501     255    11723    46.0 |  0.000 % |
14.33	c |       480 |   43394  1016691 |   19251     478    15463    32.3 |  0.000 % |
14.43	c |       818 |   43395  1016691 |   21176     815    19348    23.7 |  0.000 % |
14.57	c |      1324 |   43397  1016691 |   23294    1319    25910    19.6 |  0.000 % |
14.77	c |      2083 |   43398  1016691 |   25623    2077    34095    16.4 |  0.000 % |
15.10	c |      3222 |   43398  1016691 |   28186    3216    49141    15.3 |  0.000 % |
15.62	c |      4930 |   43401  1016691 |   31004    4921    78344    15.9 |  0.000 % |
16.44	c |      7493 |   43403  1016691 |   34105    7482   114173    15.3 |  0.000 % |
17.83	c |     11337 |   43405  1016691 |   37515   11324   168281    14.9 |  0.000 % |
20.14	c |     17107 |   43408  1016691 |   41267   17091   262829    15.4 |  0.000 % |
24.01	c |     25757 |   43413  1016691 |   45394   25736   421371    16.4 |  0.000 % |
30.48	c |     38732 |   43418  1016691 |   49933   38706   668283    17.3 |  0.000 % |
41.29	c |     58194 |   43423  1016691 |   54927   21833   417491    19.1 |  0.000 % |
58.65	c |     87387 |   43428  1016691 |   60419   51021  1128025    22.1 |  0.000 % |
90.58	c |    131179 |   43438  1016691 |   66461   50712  1417517    28.0 |  0.000 % |
140.44	c |    196864 |   43455  1016691 |   73107   19870   636314    32.0 |  0.000 % |
218.47	c |    295390 |   43463  1016691 |   80418   61936  1910731    30.9 |  0.000 % |
333.95	c |    443179 |   43483  1016691 |   88460   19145   514471    26.9 |  0.000 % |
523.18	c |    664864 |   43503  1016691 |   97306   30644   832311    27.2 |  0.000 % |
852.67	c |    997390 |   43427  1016430 |  107037    7002   161828    23.1 |  0.019 % |
1280.19	c |   1496179 |   43489  1016430 |  117740   61631  1715695    27.8 |  0.022 % |
1810.10	s UNKNOWN
1810.10	
1810.10	s UNKNOWN
1810.10	c # INTERRUPTED
1810.10	c # MAIN  END :  (1810 seconds) [Mon Jan 29 20:05:39 2007]
1810.10	c # MAIN  CPU : 1799.44 = 0.04 + 0 + 1798.67 + 0.73
1810.10	

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/node23/watcher-202772-1170095729 -o ROOT/results/node23/solver-202772-1170095729 -C 1800 -M 900 /tmp/evaluation/202772-1170095729/solver /tmp/evaluation/202772-1170095729 /tmp/evaluation/202772-1170095729/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: 2.05 2.08 2.15 5/94 13097
/proc/meminfo: memFree=907784/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=18540 CPUtime=0
/proc/13096/stat : 13096 (runsolver) R 13094 13096 12631 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29526758 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 238487661863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13096/statm: 4635 279 244 17 0 2626 0

[startup+0.109335 s]
/proc/loadavg: 2.05 2.08 2.15 5/94 13097
/proc/meminfo: memFree=907784/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=13724 CPUtime=0.04
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 29526758 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13096/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.517382 s]
/proc/loadavg: 2.05 2.08 2.15 5/94 13097
/proc/meminfo: memFree=907784/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=13724 CPUtime=0.04
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29526758 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13096/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34048 s]
/proc/loadavg: 2.05 2.08 2.15 6/103 13113
/proc/meminfo: memFree=885440/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=13724 CPUtime=0.04
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29526758 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13096/statm: 3431 808 370 3 0 531 0
[pid=13098] ppid=13096 vsize=0 CPUtime=0.63
/proc/13098/stat : 13098 (java) Z 13096 13096 12631 0 -1 1036 7510 0 1 0 58 5 0 0 18 0 1 0 29526763 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/13098/statm: 0 0 0 0 0 0 0
[pid=13106] ppid=13096 vsize=807064 CPUtime=0.58
/proc/13106/stat : 13106 (java) R 13096 13096 12631 0 -1 0 7747 0 1 0 52 6 0 0 18 0 8 0 29526832 826433536 7495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13106/statm: 201766 7495 1494 14 0 189044 0
[pid=13106/tid=13107] ppid=13096 vsize=807064 CPUtime=0.09
/proc/13106/task/13107/stat : 13107 (java) S 13096 13096 12631 0 -1 64 1693 0 0 0 8 1 0 0 16 0 8 0 29526835 826433536 7495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13108] ppid=13096 vsize=807064 CPUtime=0
/proc/13106/task/13108/stat : 13108 (java) S 13096 13096 12631 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29526836 826433536 7495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13109] ppid=13096 vsize=807064 CPUtime=0
/proc/13106/task/13109/stat : 13109 (java) S 13096 13096 12631 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29526836 826433536 7495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13110] ppid=13096 vsize=807064 CPUtime=0
/proc/13106/task/13110/stat : 13110 (java) S 13096 13096 12631 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29526839 826433536 7495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13111] ppid=13096 vsize=807064 CPUtime=0.05
/proc/13106/task/13111/stat : 13111 (java) R 13096 13096 12631 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 29526839 826433536 7495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13112] ppid=13096 vsize=807064 CPUtime=0
/proc/13106/task/13112/stat : 13112 (java) S 13096 13096 12631 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29526839 826433536 7495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13113] ppid=13096 vsize=807064 CPUtime=0
/proc/13106/task/13113/stat : 13113 (java) S 13096 13096 12631 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29526839 826433536 7495 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820788

[startup+2.99367 s]
/proc/loadavg: 2.04 2.08 2.15 3/103 13113
/proc/meminfo: memFree=866688/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=13724 CPUtime=0.04
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29526758 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13096/statm: 3431 808 370 3 0 531 0
[pid=13098] ppid=13096 vsize=0 CPUtime=0.63
/proc/13098/stat : 13098 (java) Z 13096 13096 12631 0 -1 1036 7510 0 1 0 58 5 0 0 18 0 1 0 29526763 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/13098/statm: 0 0 0 0 0 0 0
[pid=13106] ppid=13096 vsize=807328 CPUtime=2.22
/proc/13106/stat : 13106 (java) R 13096 13096 12631 0 -1 0 13903 0 1 0 213 9 0 0 25 0 8 0 29526832 826703872 13629 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747278 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13106/statm: 201832 13629 1506 14 0 189110 0
[pid=13106/tid=13107] ppid=13096 vsize=807328 CPUtime=0.54
/proc/13106/task/13107/stat : 13107 (java) S 13096 13096 12631 0 -1 64 7682 0 0 0 50 4 0 0 16 0 8 0 29526835 826703872 13629 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13108] ppid=13096 vsize=807328 CPUtime=0
/proc/13106/task/13108/stat : 13108 (java) S 13096 13096 12631 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29526836 826703872 13629 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13109] ppid=13096 vsize=807328 CPUtime=0
/proc/13106/task/13109/stat : 13109 (java) S 13096 13096 12631 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29526836 826703872 13629 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13110] ppid=13096 vsize=807328 CPUtime=0
/proc/13106/task/13110/stat : 13110 (java) S 13096 13096 12631 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29526839 826703872 13629 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13111] ppid=13096 vsize=807328 CPUtime=0.12
/proc/13106/task/13111/stat : 13111 (java) S 13096 13096 12631 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 29526839 826703872 13629 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13112] ppid=13096 vsize=807328 CPUtime=0
/proc/13106/task/13112/stat : 13112 (java) S 13096 13096 12631 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29526839 826703872 13629 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13113] ppid=13096 vsize=807328 CPUtime=0
/proc/13106/task/13113/stat : 13113 (java) S 13096 13096 12631 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29526839 826703872 13629 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 821052

[startup+6.22104 s]
/proc/loadavg: 2.04 2.08 2.15 7/103 13113
/proc/meminfo: memFree=806912/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=13724 CPUtime=0.04
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29526758 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13096/statm: 3431 808 370 3 0 531 0
[pid=13098] ppid=13096 vsize=0 CPUtime=0.63
/proc/13098/stat : 13098 (java) Z 13096 13096 12631 0 -1 1036 7510 0 1 0 58 5 0 0 18 0 1 0 29526763 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/13098/statm: 0 0 0 0 0 0 0
[pid=13106] ppid=13096 vsize=807328 CPUtime=5.44
/proc/13106/stat : 13106 (java) R 13096 13096 12631 0 -1 0 30119 0 1 0 524 20 0 0 25 0 8 0 29526832 826703872 29763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073641470 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/13106/statm: 201832 29763 1506 14 0 189110 0
[pid=13106/tid=13107] ppid=13096 vsize=807328 CPUtime=1.38
/proc/13106/task/13107/stat : 13107 (java) S 13096 13096 12631 0 -1 64 23813 0 0 0 125 13 0 0 16 0 8 0 29526835 826703872 29763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13108] ppid=13096 vsize=807328 CPUtime=0
/proc/13106/task/13108/stat : 13108 (java) S 13096 13096 12631 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29526836 826703872 29763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13109] ppid=13096 vsize=807328 CPUtime=0
/proc/13106/task/13109/stat : 13109 (java) S 13096 13096 12631 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29526836 826703872 29763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13110] ppid=13096 vsize=807328 CPUtime=0
/proc/13106/task/13110/stat : 13110 (java) S 13096 13096 12631 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29526839 826703872 29763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13111] ppid=13096 vsize=807328 CPUtime=0.13
/proc/13106/task/13111/stat : 13111 (java) S 13096 13096 12631 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 29526839 826703872 29763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13112] ppid=13096 vsize=807328 CPUtime=0
/proc/13106/task/13112/stat : 13112 (java) S 13096 13096 12631 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29526839 826703872 29763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13113] ppid=13096 vsize=807328 CPUtime=0
/proc/13106/task/13113/stat : 13113 (java) S 13096 13096 12631 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29526839 826703872 29763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 821052

[startup+12.6738 s]
/proc/loadavg: 2.03 2.08 2.14 2/90 13125
/proc/meminfo: memFree=1356968/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=13724 CPUtime=0.04
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29526758 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13096/statm: 3431 808 370 3 0 531 0
[pid=13098] ppid=13096 vsize=0 CPUtime=0.63
/proc/13098/stat : 13098 (java) Z 13096 13096 12631 0 -1 1036 7510 0 1 0 58 5 0 0 18 0 1 0 29526763 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/13098/statm: 0 0 0 0 0 0 0
[pid=13106] ppid=13096 vsize=807328 CPUtime=11.86
/proc/13106/stat : 13106 (java) R 13096 13096 12631 0 -1 0 54847 0 1 0 1152 34 0 0 16 0 8 0 29526832 826703872 54098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073743459 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/13106/statm: 201832 54098 1507 14 0 189110 0
[pid=13106/tid=13107] ppid=13096 vsize=807328 CPUtime=3.49
/proc/13106/task/13107/stat : 13107 (java) S 13096 13096 12631 0 -1 64 48367 0 0 0 322 27 0 0 16 0 8 0 29526835 826703872 54098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13108] ppid=13096 vsize=807328 CPUtime=0
/proc/13106/task/13108/stat : 13108 (java) S 13096 13096 12631 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29526836 826703872 54098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13109] ppid=13096 vsize=807328 CPUtime=0
/proc/13106/task/13109/stat : 13109 (java) S 13096 13096 12631 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29526836 826703872 54098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13110] ppid=13096 vsize=807328 CPUtime=0
/proc/13106/task/13110/stat : 13110 (java) S 13096 13096 12631 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29526839 826703872 54098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13111] ppid=13096 vsize=807328 CPUtime=0.13
/proc/13106/task/13111/stat : 13111 (java) S 13096 13096 12631 0 -1 64 403 0 0 0 13 0 0 0 17 0 8 0 29526839 826703872 54098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13112] ppid=13096 vsize=807328 CPUtime=0
/proc/13106/task/13112/stat : 13112 (java) S 13096 13096 12631 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29526839 826703872 54098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=13106/tid=13113] ppid=13096 vsize=807328 CPUtime=0
/proc/13106/task/13113/stat : 13113 (java) S 13096 13096 12631 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29526839 826703872 54098 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 821052

[startup+25.5218 s]
/proc/loadavg: 2.18 2.10 2.15 3/97 13177
/proc/meminfo: memFree=1337008/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=16312 CPUtime=13.28
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1936 54908 0 1 6 1 1282 39 16 0 1 0 29526758 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13096/statm: 4078 1446 373 3 0 1178 0
[pid=13098] ppid=13096 vsize=0 CPUtime=0.63
/proc/13098/stat : 13098 (java) Z 13096 13096 12631 0 -1 1036 7510 0 1 0 58 5 0 0 18 0 1 0 29526763 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/13098/statm: 0 0 0 0 0 0 0
[pid=13177] ppid=13096 vsize=10152 CPUtime=11.37
/proc/13177/stat : 13177 (minisat) R 13096 13096 12631 0 -1 0 3188 0 0 0 1135 2 0 0 25 0 1 0 29528170 10395648 2149 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/13177/statm: 2538 2149 52 112 0 2422 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 26464

[startup+51.2171 s]
/proc/loadavg: 2.12 2.10 2.15 3/90 13180
/proc/meminfo: memFree=1527528/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=16312 CPUtime=13.29
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1936 54908 0 1 7 1 1282 39 16 0 1 0 29526758 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13096/statm: 4078 1446 373 3 0 1178 0
[pid=13098] ppid=13096 vsize=0 CPUtime=0.63
/proc/13098/stat : 13098 (java) Z 13096 13096 12631 0 -1 1036 7510 0 1 0 58 5 0 0 18 0 1 0 29526763 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/13098/statm: 0 0 0 0 0 0 0
[pid=13177] ppid=13096 vsize=12664 CPUtime=37.03
/proc/13177/stat : 13177 (minisat) R 13096 13096 12631 0 -1 0 3817 0 0 0 3700 3 0 0 25 0 1 0 29528170 12967936 2778 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/13177/statm: 3166 2778 52 112 0 3050 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 28976

[startup+102.464 s]
/proc/loadavg: 2.05 2.08 2.14 3/90 13180
/proc/meminfo: memFree=1518952/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=16312 CPUtime=13.29
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1936 54908 0 1 7 1 1282 39 16 0 1 0 29526758 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13096/statm: 4078 1446 373 3 0 1178 0
[pid=13098] ppid=13096 vsize=0 CPUtime=0.63
/proc/13098/stat : 13098 (java) Z 13096 13096 12631 0 -1 1036 7510 0 1 0 58 5 0 0 18 0 1 0 29526763 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/13098/statm: 0 0 0 0 0 0 0
[pid=13177] ppid=13096 vsize=17720 CPUtime=87.98
/proc/13177/stat : 13177 (minisat) R 13096 13096 12631 0 -1 0 5051 0 0 0 8794 4 0 0 25 0 1 0 29528170 18145280 4012 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 0 0 0
/proc/13177/statm: 4430 4012 52 112 0 4314 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 34032

[startup+162.467 s]
/proc/loadavg: 2.02 2.06 2.13 3/90 13180
/proc/meminfo: memFree=1515432/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=16312 CPUtime=13.29
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1936 54908 0 1 7 1 1282 39 16 0 1 0 29526758 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0

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

/proc/13177/stat : 13177 (minisat) R 13096 13096 12631 0 -1 0 8327 0 0 0 122240 10 0 0 25 0 1 0 29528170 31887360 7280 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528340 0 0 4096 3 0 0 0 17 0 0 0
/proc/13177/statm: 7785 7280 52 112 0 7669 0
Current children cumulated CPU time (s) 1236.42
Current children cumulated vsize (KiB) 47452

[startup+1303.22 s]
/proc/loadavg: 2.13 2.04 2.04 3/90 13180
/proc/meminfo: memFree=1485352/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=16312 CPUtime=13.29
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1936 54908 0 1 7 1 1282 39 16 0 1 0 29526758 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13096/statm: 4078 1446 373 3 0 1178 0
[pid=13098] ppid=13096 vsize=0 CPUtime=0.63
/proc/13098/stat : 13098 (java) Z 13096 13096 12631 0 -1 1036 7510 0 1 0 58 5 0 0 18 0 1 0 29526763 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/13098/statm: 0 0 0 0 0 0 0
[pid=13177] ppid=13096 vsize=31700 CPUtime=1282.16
/proc/13177/stat : 13177 (minisat) R 13096 13096 12631 0 -1 0 8519 0 0 0 128205 11 0 0 25 0 1 0 29528170 32460800 7425 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/13177/statm: 7925 7425 52 112 0 7809 0
Current children cumulated CPU time (s) 1296.08
Current children cumulated vsize (KiB) 48012

[startup+1363.32 s]
/proc/loadavg: 2.05 2.03 2.03 3/90 13180
/proc/meminfo: memFree=1484968/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=16312 CPUtime=13.29
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1936 54908 0 1 7 1 1282 39 16 0 1 0 29526758 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13096/statm: 4078 1446 373 3 0 1178 0
[pid=13098] ppid=13096 vsize=0 CPUtime=0.63
/proc/13098/stat : 13098 (java) Z 13096 13096 12631 0 -1 1036 7510 0 1 0 58 5 0 0 18 0 1 0 29526763 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/13098/statm: 0 0 0 0 0 0 0
[pid=13177] ppid=13096 vsize=32316 CPUtime=1341.94
/proc/13177/stat : 13177 (minisat) R 13096 13096 12631 0 -1 0 8640 0 0 0 134182 12 0 0 25 0 1 0 29528170 33091584 7546 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/13177/statm: 8079 7546 52 112 0 7963 0
Current children cumulated CPU time (s) 1355.86
Current children cumulated vsize (KiB) 48628

[startup+1423.33 s]
/proc/loadavg: 2.02 2.02 2.03 3/90 13180
/proc/meminfo: memFree=1483880/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=16312 CPUtime=13.29
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1936 54908 0 1 7 1 1282 39 16 0 1 0 29526758 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13096/statm: 4078 1446 373 3 0 1178 0
[pid=13098] ppid=13096 vsize=0 CPUtime=0.63
/proc/13098/stat : 13098 (java) Z 13096 13096 12631 0 -1 1036 7510 0 1 0 58 5 0 0 18 0 1 0 29526763 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/13098/statm: 0 0 0 0 0 0 0
[pid=13177] ppid=13096 vsize=32624 CPUtime=1401.62
/proc/13177/stat : 13177 (minisat) R 13096 13096 12631 0 -1 0 8734 0 0 0 140150 12 0 0 25 0 1 0 29528170 33406976 7640 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/13177/statm: 8156 7640 52 112 0 8040 0
Current children cumulated CPU time (s) 1415.54
Current children cumulated vsize (KiB) 48936

[startup+1483.43 s]
/proc/loadavg: 2.00 2.02 2.02 3/90 13180
/proc/meminfo: memFree=1483496/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=16312 CPUtime=13.29
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1936 54908 0 1 7 1 1282 39 16 0 1 0 29526758 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13096/statm: 4078 1446 373 3 0 1178 0
[pid=13098] ppid=13096 vsize=0 CPUtime=0.63
/proc/13098/stat : 13098 (java) Z 13096 13096 12631 0 -1 1036 7510 0 1 0 58 5 0 0 18 0 1 0 29526763 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/13098/statm: 0 0 0 0 0 0 0
[pid=13177] ppid=13096 vsize=32916 CPUtime=1461.38
/proc/13177/stat : 13177 (minisat) R 13096 13096 12631 0 -1 0 8799 0 0 0 146126 12 0 0 25 0 1 0 29528170 33705984 7705 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/13177/statm: 8229 7705 52 112 0 8113 0
Current children cumulated CPU time (s) 1475.3
Current children cumulated vsize (KiB) 49228

[startup+1543.44 s]
/proc/loadavg: 2.06 2.03 2.02 3/96 13252
/proc/meminfo: memFree=1476760/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=16312 CPUtime=13.29
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1936 54908 0 1 7 1 1282 39 16 0 1 0 29526758 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13096/statm: 4078 1446 373 3 0 1178 0
[pid=13098] ppid=13096 vsize=0 CPUtime=0.63
/proc/13098/stat : 13098 (java) Z 13096 13096 12631 0 -1 1036 7510 0 1 0 58 5 0 0 18 0 1 0 29526763 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/13098/statm: 0 0 0 0 0 0 0
[pid=13177] ppid=13096 vsize=33052 CPUtime=1521.03
/proc/13177/stat : 13177 (minisat) R 13096 13096 12631 0 -1 0 8823 0 0 0 152085 18 0 0 25 0 1 0 29528170 33845248 7729 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525462 0 0 4096 3 0 0 0 17 0 0 0
/proc/13177/statm: 8263 7729 52 112 0 8147 0
Current children cumulated CPU time (s) 1534.95
Current children cumulated vsize (KiB) 49364

[startup+1603.46 s]
/proc/loadavg: 2.02 2.02 2.01 3/96 13344
/proc/meminfo: memFree=1476648/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=16312 CPUtime=13.29
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1936 54908 0 1 7 1 1282 39 16 0 1 0 29526758 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13096/statm: 4078 1446 373 3 0 1178 0
[pid=13098] ppid=13096 vsize=0 CPUtime=0.63
/proc/13098/stat : 13098 (java) Z 13096 13096 12631 0 -1 1036 7510 0 1 0 58 5 0 0 18 0 1 0 29526763 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/13098/statm: 0 0 0 0 0 0 0
[pid=13177] ppid=13096 vsize=33228 CPUtime=1580.69
/proc/13177/stat : 13177 (minisat) R 13096 13096 12631 0 -1 0 8863 0 0 0 158041 28 0 0 25 0 1 0 29528170 34025472 7769 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/13177/statm: 8307 7769 52 112 0 8191 0
Current children cumulated CPU time (s) 1594.61
Current children cumulated vsize (KiB) 49540

[startup+1663.47 s]
/proc/loadavg: 2.00 2.02 2.01 3/90 13378
/proc/meminfo: memFree=1476584/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=16312 CPUtime=13.29
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1936 54908 0 1 7 1 1282 39 16 0 1 0 29526758 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13096/statm: 4078 1446 373 3 0 1178 0
[pid=13098] ppid=13096 vsize=0 CPUtime=0.63
/proc/13098/stat : 13098 (java) Z 13096 13096 12631 0 -1 1036 7510 0 1 0 58 5 0 0 18 0 1 0 29526763 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/13098/statm: 0 0 0 0 0 0 0
[pid=13177] ppid=13096 vsize=34268 CPUtime=1640.35
/proc/13177/stat : 13177 (minisat) R 13096 13096 12631 0 -1 0 9144 0 0 0 164003 32 0 0 25 0 1 0 29528170 35090432 8050 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/13177/statm: 8567 8050 52 112 0 8451 0
Current children cumulated CPU time (s) 1654.27
Current children cumulated vsize (KiB) 50580

[startup+1723.47 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 13378
/proc/meminfo: memFree=1476264/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=16312 CPUtime=13.29
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1936 54908 0 1 7 1 1282 39 16 0 1 0 29526758 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13096/statm: 4078 1446 373 3 0 1178 0
[pid=13098] ppid=13096 vsize=0 CPUtime=0.63
/proc/13098/stat : 13098 (java) Z 13096 13096 12631 0 -1 1036 7510 0 1 0 58 5 0 0 18 0 1 0 29526763 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/13098/statm: 0 0 0 0 0 0 0
[pid=13177] ppid=13096 vsize=34612 CPUtime=1700.04
/proc/13177/stat : 13177 (minisat) R 13096 13096 12631 0 -1 0 9231 0 0 0 169971 33 0 0 25 0 1 0 29528170 35442688 8137 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/13177/statm: 8653 8137 52 112 0 8537 0
Current children cumulated CPU time (s) 1713.96
Current children cumulated vsize (KiB) 50924

[startup+1783.57 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 13378
/proc/meminfo: memFree=1476200/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=16312 CPUtime=13.29
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1936 54908 0 1 7 1 1282 39 16 0 1 0 29526758 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13096/statm: 4078 1446 373 3 0 1178 0
[pid=13098] ppid=13096 vsize=0 CPUtime=0.63
/proc/13098/stat : 13098 (java) Z 13096 13096 12631 0 -1 1036 7510 0 1 0 58 5 0 0 18 0 1 0 29526763 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/13098/statm: 0 0 0 0 0 0 0
[pid=13177] ppid=13096 vsize=34920 CPUtime=1759.82
/proc/13177/stat : 13177 (minisat) R 13096 13096 12631 0 -1 0 9270 0 0 0 175949 33 0 0 25 0 1 0 29528170 35758080 8176 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 0 0 0
/proc/13177/statm: 8730 8176 52 112 0 8614 0
Current children cumulated CPU time (s) 1773.74
Current children cumulated vsize (KiB) 51232



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.08 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 13378
/proc/meminfo: memFree=1476072/2055920 swapFree=4192956/4192956
[pid=13096] ppid=13094 vsize=16312 CPUtime=13.29
/proc/13096/stat : 13096 (sugar) S 13094 13096 12631 0 -1 4194304 1936 54908 0 1 7 1 1282 39 16 0 1 0 29526758 16703488 1446 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 238496559202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13096/statm: 4078 1446 373 3 0 1178 0
[pid=13098] ppid=13096 vsize=0 CPUtime=0.63
/proc/13098/stat : 13098 (java) Z 13096 13096 12631 0 -1 1036 7510 0 1 0 58 5 0 0 18 0 1 0 29526763 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/13098/statm: 0 0 0 0 0 0 0
[pid=13177] ppid=13096 vsize=34920 CPUtime=1786.18
/proc/13177/stat : 13177 (minisat) R 13096 13096 12631 0 -1 0 9287 0 0 0 178585 33 0 0 25 0 1 0 29528170 35758080 8193 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/13177/statm: 8730 8193 52 112 0 8614 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 51232

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 13096 and gives childrusage.ru_utime.tv_sec=1798 childrusage.ru_utime.tv_usec=752548 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=762884
CPU time returned by wait4() is 1799.52
while last known CPU time is 1800.1

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

Real time (s): 1810.1
CPU time (s): 1800.1
CPU user time (s): 1799.32
CPU system time (s): 0.78
CPU usage (%): 99.4474
Max. virtual memory (cumulated for all children) (KiB): 821304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.75
system time used= 0.762884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66222
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= 2788
involuntary context switches= 65303

runsolver used 2.25766 s user time and 5.77212 s system time

The end

Launcher Data (download as text)

Begin job on node23 on Mon Jan 29 18:35:29 UTC 2007


IDJOB= 202772
IDBENCH= 3881
IDSOLVER= 86
FILE ID= node23/202772-1170095729

PBS_JOBID= 3689646

Free space on /tmp= 66528 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  1c046588c38b55c6da3459e0e52b840b

RANDOM SEED= 499956505

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:        908200 kB
Buffers:         51264 kB
Cached:         339464 kB
SwapCached:          0 kB
Active:         869828 kB
Inactive:       205084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        908200 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1092 kB
Writeback:           0 kB
Mapped:         709788 kB
Slab:            56296 kB
Committed_AS:   907972 kB
PageTables:       3560 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= 66558 MiB



End job on node23 on Mon Jan 29 19:05:39 UTC 2007