Trace number 194635

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.03 1817.01

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-30_ext.xml
MD5SUM98c4d776e1da8f5a8702e10d2041b366
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints471
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension471
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/194635-1170090277/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/194635-1170090277/unknown.xml [Mon Jan 29 18:04:37 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/194635-1170090277/unknown.xml /tmp/evaluation/194635-1170090277/sugar23734.csp [Mon Jan 29 18:04:37 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194635-1170090277/sugar-v0-40.jar -convert /tmp/evaluation/194635-1170090277/unknown.xml /tmp/evaluation/194635-1170090277/sugar23734.csp
0.16	c BEGIN convert /tmp/evaluation/194635-1170090277/unknown.xml
0.80	c END convert (0.646016 seconds)
0.84	c # CONVERT_XML  END : /tmp/evaluation/194635-1170090277/sugar23734.csp 2168989 bytes (1 seconds) [Mon Jan 29 18:04:38 2007]
0.84	c # CONVERT_XML  CPU : 0.75 = 0 + 0 + 0.7 + 0.05
0.84	
0.84	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194635-1170090277/sugar23734.bcnf [Mon Jan 29 18:04:38 2007]
0.84	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194635-1170090277/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194635-1170090277/sugar23734.map /tmp/evaluation/194635-1170090277/sugar23734.csp /tmp/evaluation/194635-1170090277/sugar23734.bcnf
0.95	c BEGIN parse /tmp/evaluation/194635-1170090277/sugar23734.csp
33.89	c END parse (32.944383 seconds)
33.90	c BEGIN simplify
34.02	c END simplify (0.128672 seconds)
34.02	c BEGIN encode /tmp/evaluation/194635-1170090277/sugar23734.bcnf
35.59	c END encode (1.564156 seconds)
35.72	c # GENERATE_SAT  END : 7948 variables 80621 clauses 9063724 bytes (35 seconds) [Mon Jan 29 18:05:13 2007]
35.72	c # GENERATE_SAT  CPU : 34.44 = 0.06 + 0.01 + 33.9 + 0.47
35.72	
35.72	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194635-1170090277/sugar23734.bcnf [Mon Jan 29 18:05:13 2007]
35.72	c # CMD : /tmp/evaluation/194635-1170090277/minisat /tmp/evaluation/194635-1170090277/sugar23734.bcnf /tmp/evaluation/194635-1170090277/sugar23734.out
35.92	c ==================================[MINISAT]===================================
35.92	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
35.92	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
35.92	c ==============================================================================
35.92	c |         0 |   80621  2185300 |   26873       0        0     nan |  0.000 % |
35.97	c |       100 |   80622  2185300 |   29560      99     2863    28.9 |  0.000 % |
36.04	c |       251 |   80622  2185300 |   32516     250     5031    20.1 |  0.000 % |
36.13	c |       476 |   80623  2185300 |   35767     474     8055    17.0 |  0.000 % |
36.33	c |       814 |   80623  2185300 |   39344     812    15342    18.9 |  0.000 % |
36.61	c |      1320 |   80624  2185300 |   43279    1317    25966    19.7 |  0.000 % |
36.97	c |      2081 |   80624  2185300 |   47607    2078    37895    18.2 |  0.000 % |
37.55	c |      3221 |   80624  2185300 |   52367    3218    55073    17.1 |  0.000 % |
38.38	c |      4929 |   80624  2185300 |   57604    4926    85835    17.4 |  0.000 % |
39.51	c |      7493 |   80625  2185300 |   63365    7489   131054    17.5 |  0.000 % |
41.56	c |     11337 |   80629  2185300 |   69701   11329   201049    17.7 |  0.000 % |
45.40	c |     17103 |   80629  2185300 |   76671   17095   312877    18.3 |  0.000 % |
51.26	c |     25752 |   80630  2185300 |   84338   25743   481028    18.7 |  0.000 % |
61.96	c |     38726 |   80630  2185300 |   92772   38717   769923    19.9 |  0.000 % |
80.74	c |     58188 |   80634  2185300 |  102050   58175  1182612    20.3 |  0.000 % |
116.12	c |     87380 |   80638  2185300 |  112255   87363  1802049    20.6 |  0.000 % |
162.59	c |    131169 |   80640  2185300 |  123480   33234   696963    21.0 |  0.000 % |
234.15	c |    196853 |   80644  2185300 |  135828   98914  2471919    25.0 |  0.000 % |
359.80	c |    295379 |   80651  2185300 |  149411   78185  2010011    25.7 |  0.000 % |
576.04	c |    443169 |   80661  2185300 |  164352   95348  2838484    29.8 |  0.000 % |
952.34	c |    664854 |   80667  2185300 |  180788   33330  1197163    35.9 |  0.000 % |
1477.04	c |    997381 |   80680  2185300 |  198866   50793  1317243    25.9 |  0.000 % |
1815.99	
1815.99	s UNKNOWN
1815.99	c # INTERRUPTED
1815.99	c # MAIN  END :  (1816 seconds) [Mon Jan 29 18:34:53 2007]
1815.99	c # MAIN  CPU : 35.19 = 0.06 + 0.01 + 34.6 + 0.52
1815.99	

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/node14/watcher-194635-1170090277 -o ROOT/results/node14/solver-194635-1170090277 -C 1800 -M 900 /tmp/evaluation/194635-1170090277/solver /tmp/evaluation/194635-1170090277 /tmp/evaluation/194635-1170090277/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.72 0.44 0.18 3/86 23735
/proc/meminfo: memFree=1768816/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=5352 CPUtime=0
/proc/23734/stat : 23734 (solver) R 23729 23734 23629 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 28982127 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 212234464551 0 0 4096 0 0 0 0 17 1 0 0
/proc/23734/statm: 1338 231 193 169 0 49 0

[startup+0.102676 s]
/proc/loadavg: 0.72 0.44 0.18 3/86 23735
/proc/meminfo: memFree=1768816/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=13724 CPUtime=0.03
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 28982127 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.510713 s]
/proc/loadavg: 0.72 0.44 0.18 3/86 23735
/proc/meminfo: memFree=1768816/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=13724 CPUtime=0.03
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 28982127 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33179 s]
/proc/loadavg: 0.72 0.44 0.18 3/102 23767
/proc/meminfo: memFree=1735400/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=13724 CPUtime=0.78
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 1190 7917 0 1 3 0 70 5 15 0 1 0 28982127 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 3431 809 371 3 0 531 0
[pid=23752] ppid=23734 vsize=807064 CPUtime=0.47
/proc/23752/stat : 23752 (java) R 23734 23734 23629 0 -1 0 7323 0 1 0 44 3 0 0 25 0 8 0 28982211 826433536 7072 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073505245 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23752/statm: 201766 7072 1494 14 0 189044 0
[pid=23752/tid=23754] ppid=23734 vsize=807064 CPUtime=0.05
/proc/23752/task/23754/stat : 23754 (java) S 23734 23734 23629 0 -1 64 1270 0 0 0 5 0 0 0 16 0 8 0 28982214 826433536 7072 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23755] ppid=23734 vsize=807064 CPUtime=0
/proc/23752/task/23755/stat : 23755 (java) S 23734 23734 23629 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28982215 826433536 7072 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23756] ppid=23734 vsize=807064 CPUtime=0
/proc/23752/task/23756/stat : 23756 (java) S 23734 23734 23629 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28982215 826433536 7072 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23760] ppid=23734 vsize=807064 CPUtime=0
/proc/23752/task/23760/stat : 23760 (java) S 23734 23734 23629 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 28982218 826433536 7072 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23761] ppid=23734 vsize=807064 CPUtime=0.05
/proc/23752/task/23761/stat : 23761 (java) S 23734 23734 23629 0 -1 64 292 0 0 0 5 0 0 0 18 0 8 0 28982218 826433536 7072 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23762] ppid=23734 vsize=807064 CPUtime=0
/proc/23752/task/23762/stat : 23762 (java) S 23734 23734 23629 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 28982218 826433536 7072 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23763] ppid=23734 vsize=807064 CPUtime=0
/proc/23752/task/23763/stat : 23763 (java) S 23734 23734 23629 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28982218 826433536 7072 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 820788

[startup+2.98095 s]
/proc/loadavg: 0.82 0.47 0.18 3/102 23767
/proc/meminfo: memFree=1687400/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=13724 CPUtime=0.78
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 1190 7917 0 1 3 0 70 5 15 0 1 0 28982127 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 3431 809 371 3 0 531 0
[pid=23752] ppid=23734 vsize=807064 CPUtime=2.11
/proc/23752/stat : 23752 (java) R 23734 23734 23629 0 -1 0 14194 0 1 0 204 7 0 0 25 0 8 0 28982211 826433536 13927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073482407 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23752/statm: 201766 13927 1494 14 0 189044 0
[pid=23752/tid=23754] ppid=23734 vsize=807064 CPUtime=0.57
/proc/23752/task/23754/stat : 23754 (java) S 23734 23734 23629 0 -1 64 8125 0 0 0 54 3 0 0 16 0 8 0 28982214 826433536 13927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23755] ppid=23734 vsize=807064 CPUtime=0
/proc/23752/task/23755/stat : 23755 (java) S 23734 23734 23629 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28982215 826433536 13927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23756] ppid=23734 vsize=807064 CPUtime=0
/proc/23752/task/23756/stat : 23756 (java) S 23734 23734 23629 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28982215 826433536 13927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23760] ppid=23734 vsize=807064 CPUtime=0
/proc/23752/task/23760/stat : 23760 (java) S 23734 23734 23629 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 28982218 826433536 13927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23761] ppid=23734 vsize=807064 CPUtime=0.05
/proc/23752/task/23761/stat : 23761 (java) S 23734 23734 23629 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 28982218 826433536 13927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23762] ppid=23734 vsize=807064 CPUtime=0
/proc/23752/task/23762/stat : 23762 (java) S 23734 23734 23629 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 28982218 826433536 13927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23763] ppid=23734 vsize=807064 CPUtime=0
/proc/23752/task/23763/stat : 23763 (java) S 23734 23734 23629 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28982218 826433536 13927 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 820788

[startup+6.21125 s]
/proc/loadavg: 0.82 0.47 0.18 3/102 23767
/proc/meminfo: memFree=1536680/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=13724 CPUtime=0.78
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 1190 7917 0 1 3 0 70 5 15 0 1 0 28982127 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 3431 809 371 3 0 531 0
[pid=23752] ppid=23734 vsize=807336 CPUtime=5.3
/proc/23752/stat : 23752 (java) R 23734 23734 23629 0 -1 0 36819 0 1 0 513 17 0 0 25 0 8 0 28982211 826712064 36462 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073746902 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23752/statm: 201834 36462 1507 14 0 189112 0
[pid=23752/tid=23754] ppid=23734 vsize=807336 CPUtime=1.61
/proc/23752/task/23754/stat : 23754 (java) S 23734 23734 23629 0 -1 64 30508 0 0 0 148 13 0 0 16 0 8 0 28982214 826712064 36462 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23755] ppid=23734 vsize=807336 CPUtime=0
/proc/23752/task/23755/stat : 23755 (java) S 23734 23734 23629 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28982215 826712064 36462 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23756] ppid=23734 vsize=807336 CPUtime=0
/proc/23752/task/23756/stat : 23756 (java) S 23734 23734 23629 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28982215 826712064 36462 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23760] ppid=23734 vsize=807336 CPUtime=0
/proc/23752/task/23760/stat : 23760 (java) S 23734 23734 23629 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 28982218 826712064 36462 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23761] ppid=23734 vsize=807336 CPUtime=0.13
/proc/23752/task/23761/stat : 23761 (java) S 23734 23734 23629 0 -1 64 401 0 0 0 13 0 0 0 16 0 8 0 28982218 826712064 36462 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23762] ppid=23734 vsize=807336 CPUtime=0
/proc/23752/task/23762/stat : 23762 (java) S 23734 23734 23629 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 28982218 826712064 36462 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23763] ppid=23734 vsize=807336 CPUtime=0
/proc/23752/task/23763/stat : 23763 (java) S 23734 23734 23629 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28982218 826712064 36462 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.08
Current children cumulated vsize (KiB) 821060

[startup+12.6499 s]
/proc/loadavg: 1.00 0.52 0.20 3/102 23767
/proc/meminfo: memFree=1339440/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=13724 CPUtime=0.78
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 1190 7917 0 1 3 0 70 5 15 0 1 0 28982127 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 3431 809 371 3 0 531 0
[pid=23752] ppid=23734 vsize=807336 CPUtime=11.67
/proc/23752/stat : 23752 (java) R 23734 23734 23629 0 -1 0 54916 0 1 0 1139 28 0 0 25 0 8 0 28982211 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073746902 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23752/statm: 201834 54113 1507 14 0 189112 0
[pid=23752/tid=23754] ppid=23734 vsize=807336 CPUtime=3.7
/proc/23752/task/23754/stat : 23754 (java) S 23734 23734 23629 0 -1 64 48418 0 0 0 348 22 0 0 16 0 8 0 28982214 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23755] ppid=23734 vsize=807336 CPUtime=0
/proc/23752/task/23755/stat : 23755 (java) S 23734 23734 23629 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28982215 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23756] ppid=23734 vsize=807336 CPUtime=0
/proc/23752/task/23756/stat : 23756 (java) S 23734 23734 23629 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28982215 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23760] ppid=23734 vsize=807336 CPUtime=0
/proc/23752/task/23760/stat : 23760 (java) S 23734 23734 23629 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 28982218 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23761] ppid=23734 vsize=807336 CPUtime=0.13
/proc/23752/task/23761/stat : 23761 (java) S 23734 23734 23629 0 -1 64 403 0 0 0 13 0 0 0 17 0 8 0 28982218 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23762] ppid=23734 vsize=807336 CPUtime=0
/proc/23752/task/23762/stat : 23762 (java) S 23734 23734 23629 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 28982218 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23763] ppid=23734 vsize=807336 CPUtime=0
/proc/23752/task/23763/stat : 23763 (java) S 23734 23734 23629 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28982218 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 821060

[startup+25.5501 s]
/proc/loadavg: 1.40 0.62 0.24 5/102 23767
/proc/meminfo: memFree=1339440/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=13724 CPUtime=0.78
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 1190 7917 0 1 3 0 70 5 15 0 1 0 28982127 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 3431 809 371 3 0 531 0
[pid=23752] ppid=23734 vsize=807336 CPUtime=24.43
/proc/23752/stat : 23752 (java) R 23734 23734 23629 0 -1 0 56150 0 1 0 2409 34 0 0 25 0 8 0 28982211 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073332702 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23752/statm: 201834 54113 1507 14 0 189112 0
[pid=23752/tid=23754] ppid=23734 vsize=807336 CPUtime=8.4
/proc/23752/task/23754/stat : 23754 (java) S 23734 23734 23629 0 -1 64 49295 0 0 0 814 26 0 0 16 0 8 0 28982214 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23755] ppid=23734 vsize=807336 CPUtime=0
/proc/23752/task/23755/stat : 23755 (java) S 23734 23734 23629 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28982215 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23756] ppid=23734 vsize=807336 CPUtime=0
/proc/23752/task/23756/stat : 23756 (java) S 23734 23734 23629 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28982215 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23760] ppid=23734 vsize=807336 CPUtime=0
/proc/23752/task/23760/stat : 23760 (java) S 23734 23734 23629 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 28982218 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23761] ppid=23734 vsize=807336 CPUtime=0.13
/proc/23752/task/23761/stat : 23761 (java) S 23734 23734 23629 0 -1 64 403 0 0 0 13 0 0 0 17 0 8 0 28982218 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23762] ppid=23734 vsize=807336 CPUtime=0
/proc/23752/task/23762/stat : 23762 (java) S 23734 23734 23629 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 28982218 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23752/tid=23763] ppid=23734 vsize=807336 CPUtime=0
/proc/23752/task/23763/stat : 23763 (java) S 23734 23734 23629 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 28982218 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 821060

[startup+51.2196 s]
/proc/loadavg: 1.84 0.79 0.30 3/88 23769
/proc/meminfo: memFree=1708064/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=17508 CPUtime=35.22
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 2215 67081 0 2 9 1 3460 52 16 0 1 0 28982127 17928192 1727 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 4377 1727 373 3 0 1477 0
[pid=23768] ppid=23734 vsize=15708 CPUtime=15.35
/proc/23768/stat : 23768 (minisat) R 23734 23734 23629 0 -1 0 4608 0 0 0 1532 3 0 0 25 0 1 0 28985700 16084992 3569 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/23768/statm: 3927 3569 52 112 0 3811 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 33216

[startup+102.466 s]
/proc/loadavg: 1.98 1.01 0.40 3/88 23769
/proc/meminfo: memFree=1694688/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=17508 CPUtime=35.22
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 2215 67081 0 2 9 1 3460 52 16 0 1 0 28982127 17928192 1727 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 4377 1727 373 3 0 1477 0
[pid=23768] ppid=23734 vsize=21952 CPUtime=66.14
/proc/23768/stat : 23768 (minisat) R 23734 23734 23629 0 -1 0 6163 0 0 0 6609 5 0 0 25 0 1 0 28985700 22478848 5124 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/23768/statm: 5488 5124 52 112 0 5372 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 39460

[startup+162.527 s]
/proc/loadavg: 1.99 1.17 0.49 3/88 23769
/proc/meminfo: memFree=1684704/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=17508 CPUtime=35.22
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 2215 67081 0 2 9 1 3460 52 16 0 1 0 28982127 17928192 1727 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 4377 1727 373 3 0 1477 0
[pid=23768] ppid=23734 vsize=26248 CPUtime=125.7
/proc/23768/stat : 23768 (minisat) R 23734 23734 23629 0 -1 0 7212 0 0 0 12563 7 0 0 25 0 1 0 28985700 26877952 6173 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23768/statm: 6562 6173 52 112 0 6446 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 43756


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

/proc/loadavg: 2.00 1.95 1.44 3/88 23769
/proc/meminfo: memFree=1652832/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=17508 CPUtime=35.22
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 2215 67081 0 2 9 1 3460 52 16 0 1 0 28982127 17928192 1727 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 4377 1727 373 3 0 1477 0
[pid=23768] ppid=23734 vsize=44456 CPUtime=1078.37
/proc/23768/stat : 23768 (minisat) R 23734 23734 23629 0 -1 0 11679 0 0 0 107820 17 0 0 25 0 1 0 28985700 45522944 10640 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23768/statm: 11114 10640 52 112 0 10998 0
Current children cumulated CPU time (s) 1113.59
Current children cumulated vsize (KiB) 61964

[startup+1183.65 s]
/proc/loadavg: 2.00 1.96 1.47 3/88 23769
/proc/meminfo: memFree=1652256/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=17508 CPUtime=35.22
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 2215 67081 0 2 9 1 3460 52 16 0 1 0 28982127 17928192 1727 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 4377 1727 373 3 0 1477 0
[pid=23768] ppid=23734 vsize=45052 CPUtime=1137.92
/proc/23768/stat : 23768 (minisat) R 23734 23734 23629 0 -1 0 11801 0 0 0 113775 17 0 0 25 0 1 0 28985700 46133248 10762 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 0 0 0
/proc/23768/statm: 11263 10762 52 112 0 11147 0
Current children cumulated CPU time (s) 1173.14
Current children cumulated vsize (KiB) 62560

[startup+1243.73 s]
/proc/loadavg: 2.00 1.96 1.50 3/88 23769
/proc/meminfo: memFree=1649952/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=17508 CPUtime=35.22
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 2215 67081 0 2 9 1 3460 52 16 0 1 0 28982127 17928192 1727 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 4377 1727 373 3 0 1477 0
[pid=23768] ppid=23734 vsize=47148 CPUtime=1197.47
/proc/23768/stat : 23768 (minisat) R 23734 23734 23629 0 -1 0 12333 0 0 0 119729 18 0 0 25 0 1 0 28985700 48279552 11294 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23768/statm: 11787 11294 52 112 0 11671 0
Current children cumulated CPU time (s) 1232.69
Current children cumulated vsize (KiB) 64656

[startup+1303.79 s]
/proc/loadavg: 2.00 1.97 1.53 3/88 23769
/proc/meminfo: memFree=1649568/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=17508 CPUtime=35.22
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 2215 67081 0 2 9 1 3460 52 16 0 1 0 28982127 17928192 1727 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 4377 1727 373 3 0 1477 0
[pid=23768] ppid=23734 vsize=47336 CPUtime=1257
/proc/23768/stat : 23768 (minisat) R 23734 23734 23629 0 -1 0 12374 0 0 0 125681 19 0 0 25 0 1 0 28985700 48472064 11335 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528105 0 0 4096 3 0 0 0 17 0 0 0
/proc/23768/statm: 11834 11335 52 112 0 11718 0
Current children cumulated CPU time (s) 1292.22
Current children cumulated vsize (KiB) 64844

[startup+1363.87 s]
/proc/loadavg: 2.00 1.97 1.56 3/88 23769
/proc/meminfo: memFree=1649120/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=17508 CPUtime=35.22
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 2215 67081 0 2 9 1 3460 52 16 0 1 0 28982127 17928192 1727 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 4377 1727 373 3 0 1477 0
[pid=23768] ppid=23734 vsize=47656 CPUtime=1316.55
/proc/23768/stat : 23768 (minisat) R 23734 23734 23629 0 -1 0 12447 0 0 0 131636 19 0 0 25 0 1 0 28985700 48799744 11408 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23768/statm: 11914 11408 52 112 0 11798 0
Current children cumulated CPU time (s) 1351.77
Current children cumulated vsize (KiB) 65164

[startup+1423.94 s]
/proc/loadavg: 2.00 1.97 1.58 3/88 23769
/proc/meminfo: memFree=1648928/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=17508 CPUtime=35.22
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 2215 67081 0 2 9 1 3460 52 16 0 1 0 28982127 17928192 1727 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 4377 1727 373 3 0 1477 0
[pid=23768] ppid=23734 vsize=47820 CPUtime=1376.11
/proc/23768/stat : 23768 (minisat) R 23734 23734 23629 0 -1 0 12487 0 0 0 137592 19 0 0 25 0 1 0 28985700 48967680 11448 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23768/statm: 11955 11448 52 112 0 11839 0
Current children cumulated CPU time (s) 1411.33
Current children cumulated vsize (KiB) 65328

[startup+1484.02 s]
/proc/loadavg: 2.00 1.97 1.60 3/88 23769
/proc/meminfo: memFree=1648672/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=17508 CPUtime=35.22
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 2215 67081 0 2 9 1 3460 52 16 0 1 0 28982127 17928192 1727 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 4377 1727 373 3 0 1477 0
[pid=23768] ppid=23734 vsize=47820 CPUtime=1435.66
/proc/23768/stat : 23768 (minisat) R 23734 23734 23629 0 -1 0 12506 0 0 0 143546 20 0 0 25 0 1 0 28985700 48967680 11467 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/23768/statm: 11955 11467 52 112 0 11839 0
Current children cumulated CPU time (s) 1470.88
Current children cumulated vsize (KiB) 65328

[startup+1544.08 s]
/proc/loadavg: 2.03 1.99 1.63 3/88 23769
/proc/meminfo: memFree=1648608/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=17508 CPUtime=35.22
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 2215 67081 0 2 9 1 3460 52 16 0 1 0 28982127 17928192 1727 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 4377 1727 373 3 0 1477 0
[pid=23768] ppid=23734 vsize=47820 CPUtime=1495.21
/proc/23768/stat : 23768 (minisat) R 23734 23734 23629 0 -1 0 12506 0 0 0 149501 20 0 0 25 0 1 0 28985700 48967680 11467 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/23768/statm: 11955 11467 52 112 0 11839 0
Current children cumulated CPU time (s) 1530.43
Current children cumulated vsize (KiB) 65328

[startup+1604.15 s]
/proc/loadavg: 2.09 2.00 1.66 3/88 23769
/proc/meminfo: memFree=1647776/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=17508 CPUtime=35.22
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 2215 67081 0 2 9 1 3460 52 16 0 1 0 28982127 17928192 1727 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 4377 1727 373 3 0 1477 0
[pid=23768] ppid=23734 vsize=47972 CPUtime=1554.75
/proc/23768/stat : 23768 (minisat) R 23734 23734 23629 0 -1 0 12546 0 0 0 155455 20 0 0 25 0 1 0 28985700 49123328 11507 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528368 0 0 4096 3 0 0 0 17 0 0 0
/proc/23768/statm: 11993 11507 52 112 0 11877 0
Current children cumulated CPU time (s) 1589.97
Current children cumulated vsize (KiB) 65480

[startup+1664.22 s]
/proc/loadavg: 2.03 2.00 1.67 3/88 23769
/proc/meminfo: memFree=1646624/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=17508 CPUtime=35.22
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 2215 67081 0 2 9 1 3460 52 16 0 1 0 28982127 17928192 1727 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 4377 1727 373 3 0 1477 0
[pid=23768] ppid=23734 vsize=48404 CPUtime=1614.29
/proc/23768/stat : 23768 (minisat) R 23734 23734 23629 0 -1 0 12625 0 0 0 161409 20 0 0 25 0 1 0 28985700 49565696 11586 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23768/statm: 12101 11586 52 112 0 11985 0
Current children cumulated CPU time (s) 1649.51
Current children cumulated vsize (KiB) 65912

[startup+1724.29 s]
/proc/loadavg: 2.01 2.00 1.69 3/88 23769
/proc/meminfo: memFree=1642208/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=17508 CPUtime=35.22
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 2215 67081 0 2 9 1 3460 52 16 0 1 0 28982127 17928192 1727 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 4377 1727 373 3 0 1477 0
[pid=23768] ppid=23734 vsize=52472 CPUtime=1673.86
/proc/23768/stat : 23768 (minisat) R 23734 23734 23629 0 -1 0 13675 0 0 0 167364 22 0 0 25 0 1 0 28985700 53731328 12636 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525555 0 0 4096 3 0 0 0 17 0 0 0
/proc/23768/statm: 13118 12636 52 112 0 13002 0
Current children cumulated CPU time (s) 1709.08
Current children cumulated vsize (KiB) 69980

[startup+1784.36 s]
/proc/loadavg: 2.00 2.00 1.71 3/88 23769
/proc/meminfo: memFree=1639776/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=17508 CPUtime=35.22
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 2215 67081 0 2 9 1 3460 52 16 0 1 0 28982127 17928192 1727 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 4377 1727 373 3 0 1477 0
[pid=23768] ppid=23734 vsize=54472 CPUtime=1733.42
/proc/23768/stat : 23768 (minisat) R 23734 23734 23629 0 -1 0 14177 0 0 0 173319 23 0 0 25 0 1 0 28985700 55779328 13138 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/23768/statm: 13618 13138 52 112 0 13502 0
Current children cumulated CPU time (s) 1768.64
Current children cumulated vsize (KiB) 71980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.98 s]
/proc/loadavg: 1.93 1.98 1.71 4/95 23833
/proc/meminfo: memFree=1484456/2055920 swapFree=4192956/4192956
[pid=23734] ppid=23729 vsize=17508 CPUtime=35.22
/proc/23734/stat : 23734 (sugar) S 23729 23734 23629 0 -1 4194304 2215 67081 0 2 9 1 3460 52 16 0 1 0 28982127 17928192 1727 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23734/statm: 4377 1727 373 3 0 1477 0
[pid=23768] ppid=23734 vsize=54616 CPUtime=1764.8
/proc/23768/stat : 23768 (minisat) R 23734 23734 23629 0 -1 0 14207 0 0 0 176456 24 0 0 25 0 1 0 28985700 55926784 13168 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528551 0 0 4096 3 0 0 0 17 0 0 0
/proc/23768/statm: 13654 13168 52 112 0 13538 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 72124

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23734 and gives childrusage.ru_utime.tv_sec=34 childrusage.ru_utime.tv_usec=698724 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=545917
CPU time returned by wait4() is 35.2446
while last known CPU time is 1800.03

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

Real time (s): 1817.01
CPU time (s): 1800.03
CPU user time (s): 1799.25
CPU system time (s): 0.78
CPU usage (%): 99.0657
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.6987
system time used= 0.545917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69381
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= 8037
involuntary context switches= 8617

runsolver used 2.05569 s user time and 4.96824 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Mon Jan 29 17:04:37 UTC 2007


IDJOB= 194635
IDBENCH= 3224
IDSOLVER= 86
FILE ID= node14/194635-1170090277

PBS_JOBID= 3689406

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  98c4d776e1da8f5a8702e10d2041b366

RANDOM SEED= 904089017

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:       1770936 kB
Buffers:         41216 kB
Cached:         139392 kB
SwapCached:          0 kB
Active:         186000 kB
Inactive:        53328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1770936 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2476 kB
Writeback:           0 kB
Mapped:          77592 kB
Slab:            30912 kB
Committed_AS:   207276 kB
PageTables:       1948 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= 66557 MiB



End job on node14 on Mon Jan 29 17:34:55 UTC 2007