Trace number 229995

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.07 1809.86

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-27_ext.xml
MD5SUM54b050d195a570e1fb3389ccbe82a3ea
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 benchmark511.767
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints470
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension470
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/229995-1170106289/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/229995-1170106289/unknown.xml [Mon Jan 29 22:31:29 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/229995-1170106289/unknown.xml /tmp/evaluation/229995-1170106289/sugar28531.csp [Mon Jan 29 22:31:29 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229995-1170106289/sugar-v0-40.jar -convert /tmp/evaluation/229995-1170106289/unknown.xml /tmp/evaluation/229995-1170106289/sugar28531.csp
0.16	c BEGIN convert /tmp/evaluation/229995-1170106289/unknown.xml
0.83	c END convert (0.665018 seconds)
0.86	c # CONVERT_XML  END : /tmp/evaluation/229995-1170106289/sugar28531.csp 2168116 bytes (1 seconds) [Mon Jan 29 22:31:30 2007]
0.86	c # CONVERT_XML  CPU : 0.77 = 0 + 0 + 0.7 + 0.07
0.86	
0.86	c # GENERATE_SAT  BEGIN : /tmp/evaluation/229995-1170106289/sugar28531.bcnf [Mon Jan 29 22:31:30 2007]
0.86	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229995-1170106289/sugar-v0-40.jar -bcnf -map /tmp/evaluation/229995-1170106289/sugar28531.map /tmp/evaluation/229995-1170106289/sugar28531.csp /tmp/evaluation/229995-1170106289/sugar28531.bcnf
0.98	c BEGIN parse /tmp/evaluation/229995-1170106289/sugar28531.csp
38.48	c END parse (37.498829 seconds)
38.56	c BEGIN simplify
38.63	c END simplify (0.14496 seconds)
38.63	c BEGIN encode /tmp/evaluation/229995-1170106289/sugar28531.bcnf
39.73	c END encode (1.099276 seconds)
39.88	c # GENERATE_SAT  END : 8708 variables 82066 clauses 10248636 bytes (39 seconds) [Mon Jan 29 22:32:09 2007]
39.88	c # GENERATE_SAT  CPU : 38.82 = 0.06 + 0.01 + 38.21 + 0.54
39.88	
39.88	c # SOLVE_SAT  BEGIN : /tmp/evaluation/229995-1170106289/sugar28531.bcnf [Mon Jan 29 22:32:09 2007]
39.88	c # CMD : /tmp/evaluation/229995-1170106289/minisat /tmp/evaluation/229995-1170106289/sugar28531.bcnf /tmp/evaluation/229995-1170106289/sugar28531.out
40.13	c ==================================[MINISAT]===================================
40.13	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
40.13	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
40.13	c ==============================================================================
40.13	c |         0 |   82066  2480083 |   27355       0        0     nan |  0.000 % |
40.18	c |       100 |   82066  2480083 |   30090     100     4170    41.7 |  0.000 % |
40.25	c |       250 |   82068  2480083 |   33099     248     7912    31.9 |  0.000 % |
40.34	c |       477 |   82069  2480083 |   36409     474    10899    23.0 |  0.000 % |
40.51	c |       815 |   82069  2480083 |   40050     812    16591    20.4 |  0.000 % |
40.77	c |      1321 |   82069  2480083 |   44055    1318    24371    18.5 |  0.000 % |
41.14	c |      2080 |   82069  2480083 |   48461    2077    35020    16.9 |  0.000 % |
41.73	c |      3220 |   82069  2480083 |   53307    3217    51687    16.1 |  0.000 % |
42.58	c |      4929 |   82070  2480083 |   58637    4925    79137    16.1 |  0.000 % |
43.83	c |      7493 |   82071  2480083 |   64501    7488   121125    16.2 |  0.000 % |
46.05	c |     11338 |   82071  2480083 |   70951   11333   193783    17.1 |  0.000 % |
50.02	c |     17105 |   82071  2480083 |   78047   17100   315396    18.4 |  0.000 % |
57.05	c |     25755 |   82075  2480083 |   85851   25746   529644    20.6 |  0.000 % |
70.54	c |     38729 |   82076  2480083 |   94436   38719   927364    24.0 |  0.000 % |
91.34	c |     58190 |   82078  2480083 |  103880   58178  1490165    25.6 |  0.000 % |
126.50	c |     87384 |   82084  2480083 |  114268   87366  2367072    27.1 |  0.000 % |
180.94	c |    131173 |   82096  2480083 |  125695   30989  1036213    33.4 |  0.000 % |
273.79	c |    196857 |   82104  2480083 |  138265   96665  3457648    35.8 |  0.000 % |
415.78	c |    295383 |   82117  2480083 |  152091   74748  2416410    32.3 |  0.000 % |
625.33	c |    443172 |   82133  2480083 |  167300   89137  2568888    28.8 |  0.000 % |
993.00	c |    664856 |   82149  2480083 |  184030  166098  5010651    30.2 |  0.000 % |
1576.11	c |    997381 |   82171  2480083 |  202433  169351  6306709    37.2 |  0.000 % |
1808.84	
1808.84	s UNKNOWN
1808.84	c # INTERRUPTED
1808.84	c # MAIN  END :  (1809 seconds) [Mon Jan 29 23:01:38 2007]
1808.84	c # MAIN  CPU : 39.59 = 0.06 + 0.01 + 38.91 + 0.61
1808.84	

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/node62/watcher-229995-1170106289 -o ROOT/results/node62/solver-229995-1170106289 -C 1800 -M 900 /tmp/evaluation/229995-1170106289/solver /tmp/evaluation/229995-1170106289 /tmp/evaluation/229995-1170106289/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: 3.06 3.32 3.13 5/81 28532
/proc/meminfo: memFree=1686264/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=18540 CPUtime=0
/proc/28531/stat : 28531 (runsolver) R 28529 28531 28466 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 30585946 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28531/statm: 4635 279 244 17 0 2626 0

[startup+0.108124 s]
/proc/loadavg: 3.06 3.32 3.13 5/81 28532
/proc/meminfo: memFree=1686264/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=13724 CPUtime=0.03
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30585946 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28531/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.520139 s]
/proc/loadavg: 3.06 3.32 3.13 5/81 28532
/proc/meminfo: memFree=1686264/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=13724 CPUtime=0.03
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 30585946 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28531/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.35024 s]
/proc/loadavg: 2.97 3.29 3.12 3/89 28548
/proc/meminfo: memFree=1669880/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=13724 CPUtime=0.8
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 1190 7919 0 1 3 0 70 7 15 0 1 0 30585946 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 3431 809 371 3 0 531 0
[pid=28541] ppid=28531 vsize=807064 CPUtime=0.47
/proc/28541/stat : 28541 (java) R 28531 28531 28466 0 -1 0 7326 0 1 0 42 5 0 0 21 0 8 0 30586033 826433536 7075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073482413 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28541/statm: 201766 7075 1494 14 0 189044 0
[pid=28541/tid=28542] ppid=28531 vsize=807064 CPUtime=0.06
/proc/28541/task/28542/stat : 28542 (java) S 28531 28531 28466 0 -1 64 1273 0 0 0 6 0 0 0 16 0 8 0 30586036 826433536 7075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28543] ppid=28531 vsize=807064 CPUtime=0
/proc/28541/task/28543/stat : 28543 (java) S 28531 28531 28466 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30586036 826433536 7075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28544] ppid=28531 vsize=807064 CPUtime=0
/proc/28541/task/28544/stat : 28544 (java) S 28531 28531 28466 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30586036 826433536 7075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28545] ppid=28531 vsize=807064 CPUtime=0
/proc/28541/task/28545/stat : 28545 (java) S 28531 28531 28466 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30586040 826433536 7075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28546] ppid=28531 vsize=807064 CPUtime=0.05
/proc/28541/task/28546/stat : 28546 (java) S 28531 28531 28466 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30586040 826433536 7075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28547] ppid=28531 vsize=807064 CPUtime=0
/proc/28541/task/28547/stat : 28547 (java) S 28531 28531 28466 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30586040 826433536 7075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28548] ppid=28531 vsize=807064 CPUtime=0
/proc/28541/task/28548/stat : 28548 (java) S 28531 28531 28466 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30586040 826433536 7075 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 820788

[startup+3.00143 s]
/proc/loadavg: 2.97 3.29 3.12 4/89 28548
/proc/meminfo: memFree=1645880/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=13724 CPUtime=0.8
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 1190 7919 0 1 3 0 70 7 15 0 1 0 30585946 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 3431 809 371 3 0 531 0
[pid=28541] ppid=28531 vsize=807064 CPUtime=2.12
/proc/28541/stat : 28541 (java) R 28531 28531 28466 0 -1 0 13420 0 1 0 204 8 0 0 25 0 8 0 30586033 826433536 13154 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28541/statm: 201766 13155 1494 14 0 189044 0
[pid=28541/tid=28542] ppid=28531 vsize=807064 CPUtime=0.6
/proc/28541/task/28542/stat : 28542 (java) R 28531 28531 28466 0 -1 64 7355 0 0 0 57 3 0 0 16 0 8 0 30586036 826433536 13157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28543] ppid=28531 vsize=807064 CPUtime=0
/proc/28541/task/28543/stat : 28543 (java) S 28531 28531 28466 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30586036 826433536 13159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28544] ppid=28531 vsize=807064 CPUtime=0
/proc/28541/task/28544/stat : 28544 (java) S 28531 28531 28466 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30586036 826433536 13161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28545] ppid=28531 vsize=807064 CPUtime=0
/proc/28541/task/28545/stat : 28545 (java) S 28531 28531 28466 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30586040 826433536 13163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28546] ppid=28531 vsize=807064 CPUtime=0.06
/proc/28541/task/28546/stat : 28546 (java) S 28531 28531 28466 0 -1 64 292 0 0 0 6 0 0 0 16 0 8 0 30586040 826433536 13165 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28547] ppid=28531 vsize=807064 CPUtime=0
/proc/28541/task/28547/stat : 28547 (java) S 28531 28531 28466 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30586040 826433536 13167 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28548] ppid=28531 vsize=807064 CPUtime=0
/proc/28541/task/28548/stat : 28548 (java) S 28531 28531 28466 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30586040 826433536 13169 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 820788

[startup+6.24381 s]
/proc/loadavg: 3.06 3.31 3.13 4/89 28548
/proc/meminfo: memFree=1571128/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=13724 CPUtime=0.8
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 1190 7919 0 1 3 0 70 7 15 0 1 0 30585946 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 3431 809 371 3 0 531 0
[pid=28541] ppid=28531 vsize=807336 CPUtime=5.36
/proc/28541/stat : 28541 (java) R 28531 28531 28466 0 -1 0 32141 0 1 0 516 20 0 0 25 0 8 0 30586033 826712064 31791 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073746898 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28541/statm: 201834 31791 1506 14 0 189112 0
[pid=28541/tid=28542] ppid=28531 vsize=807336 CPUtime=1.58
/proc/28541/task/28542/stat : 28542 (java) S 28531 28531 28466 0 -1 64 25837 0 0 0 144 14 0 0 16 0 8 0 30586036 826712064 31791 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28543] ppid=28531 vsize=807336 CPUtime=0
/proc/28541/task/28543/stat : 28543 (java) S 28531 28531 28466 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30586036 826712064 31791 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28544] ppid=28531 vsize=807336 CPUtime=0
/proc/28541/task/28544/stat : 28544 (java) S 28531 28531 28466 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30586036 826712064 31791 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28545] ppid=28531 vsize=807336 CPUtime=0
/proc/28541/task/28545/stat : 28545 (java) S 28531 28531 28466 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30586040 826712064 31791 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28546] ppid=28531 vsize=807336 CPUtime=0.13
/proc/28541/task/28546/stat : 28546 (java) S 28531 28531 28466 0 -1 64 401 0 0 0 13 0 0 0 16 0 8 0 30586040 826712064 31791 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28547] ppid=28531 vsize=807336 CPUtime=0
/proc/28541/task/28547/stat : 28547 (java) S 28531 28531 28466 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30586040 826712064 31791 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28548] ppid=28531 vsize=807336 CPUtime=0
/proc/28541/task/28548/stat : 28548 (java) S 28531 28531 28466 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30586040 826712064 31791 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 821060

[startup+12.6886 s]
/proc/loadavg: 2.97 3.28 3.12 4/89 28548
/proc/meminfo: memFree=1471104/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=13724 CPUtime=0.8
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 1190 7919 0 1 3 0 70 7 15 0 1 0 30585946 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 3431 809 371 3 0 531 0
[pid=28541] ppid=28531 vsize=807336 CPUtime=11.81
/proc/28541/stat : 28541 (java) R 28531 28531 28466 0 -1 0 54778 0 1 0 1149 32 0 0 25 0 8 0 30586033 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28541/statm: 201834 54114 1507 14 0 189112 0
[pid=28541/tid=28542] ppid=28531 vsize=807336 CPUtime=3.87
/proc/28541/task/28542/stat : 28542 (java) R 28531 28531 28466 0 -1 64 48289 0 0 0 363 24 0 0 15 0 8 0 30586036 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153822953 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28543] ppid=28531 vsize=807336 CPUtime=0
/proc/28541/task/28543/stat : 28543 (java) S 28531 28531 28466 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30586036 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28544] ppid=28531 vsize=807336 CPUtime=0
/proc/28541/task/28544/stat : 28544 (java) S 28531 28531 28466 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30586036 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28545] ppid=28531 vsize=807336 CPUtime=0
/proc/28541/task/28545/stat : 28545 (java) S 28531 28531 28466 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30586040 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28546] ppid=28531 vsize=807336 CPUtime=0.14
/proc/28541/task/28546/stat : 28546 (java) S 28531 28531 28466 0 -1 64 403 0 0 0 14 0 0 0 17 0 8 0 30586040 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28547] ppid=28531 vsize=807336 CPUtime=0
/proc/28541/task/28547/stat : 28547 (java) S 28531 28531 28466 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30586040 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28548] ppid=28531 vsize=807336 CPUtime=0
/proc/28541/task/28548/stat : 28548 (java) S 28531 28531 28466 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30586040 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 821060

[startup+25.5291 s]
/proc/loadavg: 2.90 3.26 3.11 2/89 28548
/proc/meminfo: memFree=1443648/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=13724 CPUtime=0.8
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 1190 7919 0 1 3 0 70 7 15 0 1 0 30585946 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 3431 809 371 3 0 531 0
[pid=28541] ppid=28531 vsize=807336 CPUtime=24.64
/proc/28541/stat : 28541 (java) R 28531 28531 28466 0 -1 0 55659 0 1 0 2427 37 0 0 25 0 8 0 30586033 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073659725 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28541/statm: 201834 54114 1507 14 0 189112 0
[pid=28541/tid=28542] ppid=28531 vsize=807336 CPUtime=8.56
/proc/28541/task/28542/stat : 28542 (java) S 28531 28531 28466 0 -1 64 48827 0 0 0 829 27 0 0 16 0 8 0 30586036 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28541/tid=28543] ppid=28531 vsize=807336 CPUtime=0
/proc/28541/task/28543/stat : 28543 (java) S 28531 28531 28466 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30586036 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28544] ppid=28531 vsize=807336 CPUtime=0
/proc/28541/task/28544/stat : 28544 (java) S 28531 28531 28466 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30586036 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28545] ppid=28531 vsize=807336 CPUtime=0
/proc/28541/task/28545/stat : 28545 (java) S 28531 28531 28466 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30586040 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28546] ppid=28531 vsize=807336 CPUtime=0.14
/proc/28541/task/28546/stat : 28546 (java) S 28531 28531 28466 0 -1 64 403 0 0 0 14 0 0 0 17 0 8 0 30586040 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28547] ppid=28531 vsize=807336 CPUtime=0
/proc/28541/task/28547/stat : 28547 (java) S 28531 28531 28466 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 30586040 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28541/tid=28548] ppid=28531 vsize=807336 CPUtime=0
/proc/28541/task/28548/stat : 28548 (java) S 28531 28531 28466 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30586040 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 821060

[startup+51.1652 s]
/proc/loadavg: 2.78 3.20 3.10 3/75 28550
/proc/meminfo: memFree=1834544/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=17904 CPUtime=39.62
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 2310 70724 0 2 9 1 3891 61 16 0 1 0 30585946 18333696 1822 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 4476 1822 373 3 0 1576 0
[pid=28550] ppid=28531 vsize=16248 CPUtime=11.21
/proc/28550/stat : 28550 (minisat) R 28531 28531 28466 0 -1 0 4744 0 0 0 1118 3 0 0 25 0 1 0 30589935 16637952 3705 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28550/statm: 4062 3705 52 112 0 3946 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 34152

[startup+102.412 s]
/proc/loadavg: 2.31 3.00 3.03 3/75 28550
/proc/meminfo: memFree=1820592/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=17904 CPUtime=39.62
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 2310 70724 0 2 9 1 3891 61 16 0 1 0 30585946 18333696 1822 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 4476 1822 373 3 0 1576 0
[pid=28550] ppid=28531 vsize=23680 CPUtime=62.22
/proc/28550/stat : 28550 (minisat) R 28531 28531 28466 0 -1 0 6577 0 0 0 6216 6 0 0 25 0 1 0 30589935 24248320 5538 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528416 0 0 4096 3 0 0 0 17 1 0 0
/proc/28550/statm: 5920 5538 52 112 0 5804 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 41584

[startup+162.485 s]
/proc/loadavg: 2.11 2.81 2.96 3/75 28550
/proc/meminfo: memFree=1811056/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=17904 CPUtime=39.62
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 2310 70724 0 2 9 1 3891 61 16 0 1 0 30585946 18333696 1822 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 4476 1822 373 3 0 1576 0
[pid=28550] ppid=28531 vsize=30420 CPUtime=122
/proc/28550/stat : 28550 (minisat) R 28531 28531 28466 0 -1 0 8249 0 0 0 12192 8 0 0 25 0 1 0 30589935 31150080 7210 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28550/statm: 7605 7210 52 112 0 7489 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 48324


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

/proc/loadavg: 2.01 2.04 2.33 3/75 28552
/proc/meminfo: memFree=1777712/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=17904 CPUtime=39.62
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 2310 70724 0 2 9 1 3891 61 16 0 1 0 30585946 18333696 1822 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 4476 1822 373 3 0 1576 0
[pid=28550] ppid=28531 vsize=48032 CPUtime=1078.71
/proc/28550/stat : 28550 (minisat) R 28531 28531 28466 0 -1 0 12580 0 0 0 107854 17 0 0 25 0 1 0 30589935 49184768 11541 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/28550/statm: 12008 11541 52 112 0 11892 0
Current children cumulated CPU time (s) 1118.33
Current children cumulated vsize (KiB) 65936

[startup+1183.8 s]
/proc/loadavg: 2.00 2.03 2.30 3/75 28552
/proc/meminfo: memFree=1776240/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=17904 CPUtime=39.62
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 2310 70724 0 2 9 1 3891 61 16 0 1 0 30585946 18333696 1822 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 4476 1822 373 3 0 1576 0
[pid=28550] ppid=28531 vsize=48032 CPUtime=1138.5
/proc/28550/stat : 28550 (minisat) R 28531 28531 28466 0 -1 0 12591 0 0 0 113833 17 0 0 25 0 1 0 30589935 49184768 11552 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28550/statm: 12008 11552 52 112 0 11892 0
Current children cumulated CPU time (s) 1178.12
Current children cumulated vsize (KiB) 65936

[startup+1243.87 s]
/proc/loadavg: 2.04 2.03 2.29 3/75 28552
/proc/meminfo: memFree=1775600/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=17904 CPUtime=39.62
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 2310 70724 0 2 9 1 3891 61 16 0 1 0 30585946 18333696 1822 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 4476 1822 373 3 0 1576 0
[pid=28550] ppid=28531 vsize=48376 CPUtime=1198.29
/proc/28550/stat : 28550 (minisat) R 28531 28531 28466 0 -1 0 12683 0 0 0 119812 17 0 0 25 0 1 0 30589935 49537024 11644 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 1 0 0
/proc/28550/statm: 12094 11644 52 112 0 11978 0
Current children cumulated CPU time (s) 1237.91
Current children cumulated vsize (KiB) 66280

[startup+1303.95 s]
/proc/loadavg: 2.05 2.04 2.27 3/75 28552
/proc/meminfo: memFree=1772656/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=17904 CPUtime=39.62
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 2310 70724 0 2 9 1 3891 61 16 0 1 0 30585946 18333696 1822 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 4476 1822 373 3 0 1576 0
[pid=28550] ppid=28531 vsize=51460 CPUtime=1258.08
/proc/28550/stat : 28550 (minisat) R 28531 28531 28466 0 -1 0 13421 0 0 0 125790 18 0 0 25 0 1 0 30589935 52695040 12382 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28550/statm: 12865 12382 52 112 0 12749 0
Current children cumulated CPU time (s) 1297.7
Current children cumulated vsize (KiB) 69364

[startup+1364.03 s]
/proc/loadavg: 2.02 2.03 2.25 3/75 28552
/proc/meminfo: memFree=1768304/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=17904 CPUtime=39.62
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 2310 70724 0 2 9 1 3891 61 16 0 1 0 30585946 18333696 1822 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 4476 1822 373 3 0 1576 0
[pid=28550] ppid=28531 vsize=52888 CPUtime=1317.88
/proc/28550/stat : 28550 (minisat) R 28531 28531 28466 0 -1 0 13800 0 0 0 131769 19 0 0 25 0 1 0 30589935 54157312 12761 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/28550/statm: 13222 12761 52 112 0 13106 0
Current children cumulated CPU time (s) 1357.5
Current children cumulated vsize (KiB) 70792

[startup+1424.11 s]
/proc/loadavg: 2.00 2.02 2.23 3/75 28552
/proc/meminfo: memFree=1764656/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=17904 CPUtime=39.62
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 2310 70724 0 2 9 1 3891 61 16 0 1 0 30585946 18333696 1822 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 4476 1822 373 3 0 1576 0
[pid=28550] ppid=28531 vsize=53048 CPUtime=1377.68
/proc/28550/stat : 28550 (minisat) R 28531 28531 28466 0 -1 0 13828 0 0 0 137749 19 0 0 25 0 1 0 30589935 54321152 12789 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/28550/statm: 13262 12789 52 112 0 13146 0
Current children cumulated CPU time (s) 1417.3
Current children cumulated vsize (KiB) 70952

[startup+1484.19 s]
/proc/loadavg: 2.06 2.03 2.22 3/75 28552
/proc/meminfo: memFree=1764272/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=17904 CPUtime=39.62
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 2310 70724 0 2 9 1 3891 61 16 0 1 0 30585946 18333696 1822 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 4476 1822 373 3 0 1576 0
[pid=28550] ppid=28531 vsize=53244 CPUtime=1437.47
/proc/28550/stat : 28550 (minisat) R 28531 28531 28466 0 -1 0 13891 0 0 0 143728 19 0 0 25 0 1 0 30589935 54521856 12844 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28550/statm: 13311 12844 52 112 0 13195 0
Current children cumulated CPU time (s) 1477.09
Current children cumulated vsize (KiB) 71148

[startup+1544.27 s]
/proc/loadavg: 2.02 2.02 2.20 3/75 28552
/proc/meminfo: memFree=1764208/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=17904 CPUtime=39.62
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 2310 70724 0 2 9 1 3891 61 16 0 1 0 30585946 18333696 1822 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 4476 1822 373 3 0 1576 0
[pid=28550] ppid=28531 vsize=53244 CPUtime=1497.26
/proc/28550/stat : 28550 (minisat) R 28531 28531 28466 0 -1 0 13894 0 0 0 149707 19 0 0 25 0 1 0 30589935 54521856 12847 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28550/statm: 13311 12847 52 112 0 13195 0
Current children cumulated CPU time (s) 1536.88
Current children cumulated vsize (KiB) 71148

[startup+1604.35 s]
/proc/loadavg: 2.01 2.02 2.19 3/75 28552
/proc/meminfo: memFree=1763504/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=17904 CPUtime=39.62
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 2310 70724 0 2 9 1 3891 61 16 0 1 0 30585946 18333696 1822 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 4476 1822 373 3 0 1576 0
[pid=28550] ppid=28531 vsize=53832 CPUtime=1557.05
/proc/28550/stat : 28550 (minisat) R 28531 28531 28466 0 -1 0 14031 0 0 0 155686 19 0 0 25 0 1 0 30589935 55123968 12984 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28550/statm: 13458 12984 52 112 0 13342 0
Current children cumulated CPU time (s) 1596.67
Current children cumulated vsize (KiB) 71736

[startup+1664.43 s]
/proc/loadavg: 2.00 2.01 2.17 3/75 28552
/proc/meminfo: memFree=1759152/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=17904 CPUtime=39.62
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 2310 70724 0 2 9 1 3891 61 16 0 1 0 30585946 18333696 1822 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 4476 1822 373 3 0 1576 0
[pid=28550] ppid=28531 vsize=58000 CPUtime=1616.86
/proc/28550/stat : 28550 (minisat) R 28531 28531 28466 0 -1 0 15084 0 0 0 161664 22 0 0 25 0 1 0 30589935 59392000 14037 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134637969 0 0 4096 3 0 0 0 17 1 0 0
/proc/28550/statm: 14500 14037 52 112 0 14384 0
Current children cumulated CPU time (s) 1656.48
Current children cumulated vsize (KiB) 75904

[startup+1724.51 s]
/proc/loadavg: 2.00 2.01 2.16 3/75 28552
/proc/meminfo: memFree=1758768/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=17904 CPUtime=39.62
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 2310 70724 0 2 9 1 3891 61 16 0 1 0 30585946 18333696 1822 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 4476 1822 373 3 0 1576 0
[pid=28550] ppid=28531 vsize=58000 CPUtime=1676.65
/proc/28550/stat : 28550 (minisat) R 28531 28531 28466 0 -1 0 15091 0 0 0 167643 22 0 0 25 0 1 0 30589935 59392000 14044 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28550/statm: 14500 14044 52 112 0 14384 0
Current children cumulated CPU time (s) 1716.27
Current children cumulated vsize (KiB) 75904

[startup+1784.59 s]
/proc/loadavg: 2.18 2.05 2.17 3/81 28624
/proc/meminfo: memFree=1757120/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=17904 CPUtime=39.62
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 2310 70724 0 2 9 1 3891 61 16 0 1 0 30585946 18333696 1822 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 4476 1822 373 3 0 1576 0
[pid=28550] ppid=28531 vsize=58144 CPUtime=1736.37
/proc/28550/stat : 28550 (minisat) R 28531 28531 28466 0 -1 0 15104 0 0 0 173615 22 0 0 25 0 1 0 30589935 59539456 14057 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28550/statm: 14536 14057 52 112 0 14420 0
Current children cumulated CPU time (s) 1775.99
Current children cumulated vsize (KiB) 76048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.83 s]
/proc/loadavg: 2.05 2.03 2.16 3/88 28756
/proc/meminfo: memFree=1682120/2055920 swapFree=4192812/4192956
[pid=28531] ppid=28529 vsize=17904 CPUtime=39.62
/proc/28531/stat : 28531 (sugar) S 28529 28531 28466 0 -1 4194304 2310 70724 0 2 9 1 3891 61 16 0 1 0 30585946 18333696 1822 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28531/statm: 4476 1822 373 3 0 1576 0
[pid=28550] ppid=28531 vsize=58144 CPUtime=1760.44
/proc/28550/stat : 28550 (minisat) R 28531 28531 28466 0 -1 0 15119 0 0 0 176019 25 0 0 25 0 1 0 30589935 59539456 14072 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 1 0 0
/proc/28550/statm: 14536 14072 52 112 0 14420 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 76048

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28531 and gives childrusage.ru_utime.tv_sec=39 childrusage.ru_utime.tv_usec=6070 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=637903
CPU time returned by wait4() is 39.644
while last known CPU time is 1800.07

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

Real time (s): 1809.86
CPU time (s): 1800.07
CPU user time (s): 1799.19
CPU system time (s): 0.88
CPU usage (%): 99.4593
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.0061
system time used= 0.637903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73120
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= 9054
involuntary context switches= 8886

runsolver used 2.16267 s user time and 5.9111 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Mon Jan 29 21:31:29 UTC 2007


IDJOB= 229995
IDBENCH= 6385
IDSOLVER= 86
FILE ID= node62/229995-1170106289

PBS_JOBID= 3689858

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  54b050d195a570e1fb3389ccbe82a3ea

RANDOM SEED= 921816882

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.234
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1686616 kB
Buffers:         37176 kB
Cached:          50068 kB
SwapCached:          0 kB
Active:         269800 kB
Inactive:        50944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686616 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4716 kB
Writeback:           0 kB
Mapped:         250268 kB
Slab:            33236 kB
Committed_AS:   460428 kB
PageTables:       2352 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= 66463 MiB



End job on node62 on Mon Jan 29 22:01:39 UTC 2007