Trace number 238407

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.40UNSAT 1134.63 1141.02

General information on the benchmark

NameblackHole/BH-4-4/
BlackHole-4-4-e-5_ext.xml
MD5SUM7c18cc3c8a1f5ce244a2eb0f8ea5cd4e
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.250961
SatisfiableNO
(Un)Satisfiability was proved
Number of variables64
Number of constraints432
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension432
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/238407-1170108619/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/238407-1170108619/unknown.xml [Mon Jan 29 23:10:24 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/238407-1170108619/unknown.xml /tmp/evaluation/238407-1170108619/sugar25676.csp [Mon Jan 29 23:10:24 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238407-1170108619/sugar-v0-40.jar -convert /tmp/evaluation/238407-1170108619/unknown.xml /tmp/evaluation/238407-1170108619/sugar25676.csp
0.15	c BEGIN convert /tmp/evaluation/238407-1170108619/unknown.xml
0.47	c END convert (0.318862 seconds)
0.48	c # CONVERT_XML  END : /tmp/evaluation/238407-1170108619/sugar25676.csp 324287 bytes (0 seconds) [Mon Jan 29 23:10:24 2007]
0.48	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.48	
0.48	c # GENERATE_SAT  BEGIN : /tmp/evaluation/238407-1170108619/sugar25676.bcnf [Mon Jan 29 23:10:24 2007]
0.48	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/238407-1170108619/sugar-v0-40.jar -bcnf -map /tmp/evaluation/238407-1170108619/sugar25676.map /tmp/evaluation/238407-1170108619/sugar25676.csp /tmp/evaluation/238407-1170108619/sugar25676.bcnf
0.59	c BEGIN parse /tmp/evaluation/238407-1170108619/sugar25676.csp
3.85	c END parse (3.259712 seconds)
3.85	c BEGIN simplify
3.88	c END simplify (0.027494 seconds)
3.88	c BEGIN encode /tmp/evaluation/238407-1170108619/sugar25676.bcnf
4.10	c END encode (0.216017 seconds)
4.18	c # GENERATE_SAT  END : 3860 variables 16739 clauses 1640068 bytes (4 seconds) [Mon Jan 29 23:10:28 2007]
4.19	c # GENERATE_SAT  CPU : 0.04 = 0.03 + 0.01 + 0 + 0
4.19	
4.19	c # SOLVE_SAT  BEGIN : /tmp/evaluation/238407-1170108619/sugar25676.bcnf [Mon Jan 29 23:10:28 2007]
4.19	c # CMD : /tmp/evaluation/238407-1170108619/minisat /tmp/evaluation/238407-1170108619/sugar25676.bcnf /tmp/evaluation/238407-1170108619/sugar25676.out
4.22	c ==================================[MINISAT]===================================
4.22	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
4.22	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
4.22	c ==============================================================================
4.22	c |         0 |   15926   371867 |    5308       0        0     nan |  0.000 % |
4.24	c |       100 |   15938   371867 |    5838      82      627     7.6 |  2.021 % |
4.24	c |       252 |   15943   371867 |    6422     228     2247     9.9 |  2.047 % |
4.25	c |       478 |   15946   371867 |    7064     451     4122     9.1 |  2.047 % |
4.25	c |       816 |   15946   371867 |    7771     789     8131    10.3 |  2.047 % |
4.26	c |      1322 |   15947   371867 |    8548    1294    14043    10.9 |  2.047 % |
4.28	c |      2082 |   15948   371867 |    9403    2053    22058    10.7 |  2.047 % |
4.31	c |      3221 |   15952   371867 |   10343    3188    37105    11.6 |  2.047 % |
4.37	c |      4929 |   15960   371867 |   11378    4888    62586    12.8 |  2.047 % |
4.48	c |      7492 |   15966   371867 |   12515    7445   106365    14.3 |  2.047 % |
4.66	c |     11336 |   15969   371867 |   13767   11286   171658    15.2 |  2.047 % |
5.00	c |     17102 |   15602   369685 |   15144   10044   142891    14.2 |  2.047 % |
5.59	c |     25752 |   15603   369685 |   16658   10935   211489    19.3 |  2.047 % |
6.35	c |     38726 |   15604   369685 |   18324   15374   271576    17.7 |  2.047 % |
8.10	c |     58187 |   15619   369685 |   20157   16045   278489    17.4 |  2.047 % |
10.81	c |     87380 |   15619   369685 |   22172   14451   257894    17.8 |  2.047 % |
16.78	c |    131169 |   15627   369685 |   24390   13109   242732    18.5 |  2.047 % |
24.59	c |    196853 |   15635   369685 |   26829   16894   258198    15.3 |  2.047 % |
37.81	c |    295380 |   15626   369608 |   29512   15113   270550    17.9 |  2.384 % |
57.74	c |    443169 |   15630   369608 |   32463   14347   219622    15.3 |  2.383 % |
91.53	c |    664852 |   15693   369608 |   35709   28835   473424    16.4 |  2.384 % |
147.36	c |    997377 |   15467   368956 |   39280   28701   513885    17.9 |  2.461 % |
236.34	c |   1496166 |   15486   368956 |   43208   19186   350008    18.2 |  2.461 % |
383.14	c |   2244349 |   15486   368813 |   47529   36377   639757    17.6 |  2.824 % |
654.18	c |   3366624 |   15517   368813 |   52282   27182   641664    23.6 |  2.824 % |
1141.00	c ==============================================================================
1141.00	c restarts              : 25
1141.00	c conflicts             : 4900532        (4335 /sec)
1141.00	c decisions             : 6186150        (5472 /sec)
1141.00	c propagations          : 252914368      (223726 /sec)
1141.00	c conflict literals     : 122989201      (27.81 % deleted)
1141.00	c Memory used           : 25.37 MB
1141.00	c CPU time              : 1130.47 s
1141.00	c 
1141.00	c UNSATISFIABLE
1141.01	c # SOLVE_SAT  END : UNSATISFIABLE (1137 seconds) [Mon Jan 29 23:29:25 2007]
1141.01	c # SOLVE_SAT  CPU : 1130.56 = 0 + 0 + 1130.46 + 0.1
1141.01	
1141.01	c # RESULT : UNSATISFIABLE
1141.01	
1141.01	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 23:29:25 2007]
1141.01	s UNSATISFIABLE
1141.01	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 23:29:25 2007]
1141.01	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
1141.01	
1141.01	c # MAIN  END :  (1141 seconds) [Mon Jan 29 23:29:25 2007]
1141.01	c # MAIN  CPU : 1130.6 = 0.03 + 0.01 + 1130.46 + 0.1
1141.01	

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node21/watcher-238407-1170108619 -o ROOT/results/node21/solver-238407-1170108619 -C 1800 -M 900 /tmp/evaluation/238407-1170108619/solver /tmp/evaluation/238407-1170108619 /tmp/evaluation/238407-1170108619/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.63 3.57 2.97 4/81 25677
/proc/meminfo: memFree=1890976/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=12268 CPUtime=0
/proc/25676/stat : 25676 (sugar) D 25673 25676 25280 0 -1 4194304 597 0 0 0 0 0 0 0 18 0 1 0 30816312 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221236656741 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/25676/statm: 3067 316 241 3 0 167 0

[startup+0.102575 s]
/proc/loadavg: 2.63 3.57 2.97 4/81 25677
/proc/meminfo: memFree=1890976/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=13724 CPUtime=0.03
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 30816312 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25676/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.510625 s]
/proc/loadavg: 2.63 3.57 2.97 4/81 25677
/proc/meminfo: memFree=1890976/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=13724 CPUtime=0.04
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1178 0 0 0 3 1 0 0 17 0 1 0 30816312 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25676/statm: 3431 808 370 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33372 s]
/proc/loadavg: 2.63 3.57 2.97 2/90 25693
/proc/meminfo: memFree=1864216/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=13724 CPUtime=0.04
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30816312 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25676/statm: 3431 808 370 3 0 531 0
[pid=25678] ppid=25676 vsize=0 CPUtime=0.41
/proc/25678/stat : 25678 (java) Z 25676 25676 25280 0 -1 1036 6728 0 1 0 36 5 0 0 16 0 1 0 30816316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25678/statm: 0 0 0 0 0 0 0
[pid=25686] ppid=25676 vsize=807336 CPUtime=0.83
/proc/25686/stat : 25686 (java) S 25676 25676 25280 0 -1 0 8616 0 1 0 79 4 0 0 16 0 8 0 30816360 826712064 8361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25686/statm: 201834 8361 1506 14 0 189112 0
[pid=25686/tid=25687] ppid=25676 vsize=807336 CPUtime=0.13
/proc/25686/task/25687/stat : 25687 (java) R 25676 25676 25280 0 -1 64 2425 0 0 0 13 0 0 0 16 0 8 0 30816363 826712064 8361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155216470 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25686/tid=25688] ppid=25676 vsize=807336 CPUtime=0
/proc/25686/task/25688/stat : 25688 (java) S 25676 25676 25280 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30816364 826712064 8361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25686/tid=25689] ppid=25676 vsize=807336 CPUtime=0
/proc/25686/task/25689/stat : 25689 (java) S 25676 25676 25280 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30816364 826712064 8361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25686/tid=25690] ppid=25676 vsize=807336 CPUtime=0
/proc/25686/task/25690/stat : 25690 (java) S 25676 25676 25280 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30816367 826712064 8361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25686/tid=25691] ppid=25676 vsize=807336 CPUtime=0.11
/proc/25686/task/25691/stat : 25691 (java) S 25676 25676 25280 0 -1 64 392 0 0 0 11 0 0 0 16 0 8 0 30816367 826712064 8361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25686/tid=25692] ppid=25676 vsize=807336 CPUtime=0
/proc/25686/task/25692/stat : 25692 (java) S 25676 25676 25280 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30816367 826712064 8361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25686/tid=25693] ppid=25676 vsize=807336 CPUtime=0
/proc/25686/task/25693/stat : 25693 (java) S 25676 25676 25280 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30816367 826712064 8361 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 821060

[startup+2.9859 s]
/proc/loadavg: 2.63 3.57 2.97 2/90 25694
/proc/meminfo: memFree=1838872/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=13724 CPUtime=0.04
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30816312 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25676/statm: 3431 808 370 3 0 531 0
[pid=25678] ppid=25676 vsize=0 CPUtime=0.41
/proc/25678/stat : 25678 (java) Z 25676 25676 25280 0 -1 1036 6728 0 1 0 36 5 0 0 16 0 1 0 30816316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25678/statm: 0 0 0 0 0 0 0
[pid=25686] ppid=25676 vsize=807336 CPUtime=2.48
/proc/25686/stat : 25686 (java) R 25676 25676 25280 0 -1 0 17195 0 1 0 240 8 0 0 16 0 8 0 30816360 826712064 16883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448297 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25686/statm: 201834 16883 1506 14 0 189112 0
[pid=25686/tid=25687] ppid=25676 vsize=807336 CPUtime=0.53
/proc/25686/task/25687/stat : 25687 (java) S 25676 25676 25280 0 -1 64 10940 0 0 0 49 4 0 0 16 0 8 0 30816363 826712064 16883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25686/tid=25688] ppid=25676 vsize=807336 CPUtime=0
/proc/25686/task/25688/stat : 25688 (java) S 25676 25676 25280 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 30816364 826712064 16883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25686/tid=25689] ppid=25676 vsize=807336 CPUtime=0
/proc/25686/task/25689/stat : 25689 (java) S 25676 25676 25280 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30816364 826712064 16883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25686/tid=25690] ppid=25676 vsize=807336 CPUtime=0
/proc/25686/task/25690/stat : 25690 (java) S 25676 25676 25280 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30816367 826712064 16883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25686/tid=25691] ppid=25676 vsize=807336 CPUtime=0.12
/proc/25686/task/25691/stat : 25691 (java) S 25676 25676 25280 0 -1 64 399 0 0 0 12 0 0 0 16 0 8 0 30816367 826712064 16883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25686/tid=25692] ppid=25676 vsize=807336 CPUtime=0
/proc/25686/task/25692/stat : 25692 (java) S 25676 25676 25280 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30816367 826712064 16883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25686/tid=25693] ppid=25676 vsize=807336 CPUtime=0
/proc/25686/task/25693/stat : 25693 (java) S 25676 25676 25280 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30816367 826712064 16883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 821060

[startup+6.26425 s]
/proc/loadavg: 2.50 3.53 2.96 2/84 25731
/proc/meminfo: memFree=1881544/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=15540 CPUtime=0.07
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1745 0 0 0 6 1 0 0 15 0 1 0 30816312 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25676/statm: 3885 1256 373 3 0 985 0
[pid=25678] ppid=25676 vsize=0 CPUtime=0.41
/proc/25678/stat : 25678 (java) Z 25676 25676 25280 0 -1 1036 6728 0 1 0 36 5 0 0 16 0 1 0 30816316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25678/statm: 0 0 0 0 0 0 0
[pid=25686] ppid=25676 vsize=0 CPUtime=3.61
/proc/25686/stat : 25686 (java) Z 25676 25676 25280 0 -1 1036 22570 0 1 0 347 14 0 0 16 0 1 0 30816360 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/25686/statm: 0 0 0 0 0 0 0
[pid=25699] ppid=25676 vsize=5748 CPUtime=2.06
/proc/25699/stat : 25699 (minisat) R 25676 25676 25280 0 -1 0 1526 0 0 0 206 0 0 0 25 0 1 0 30816731 5885952 1111 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 0 0 0
/proc/25699/statm: 1437 1111 52 112 0 1321 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 21288

[startup+12.743 s]
/proc/loadavg: 2.46 3.51 2.95 3/97 25782
/proc/meminfo: memFree=1824864/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=15540 CPUtime=0.07
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1745 0 0 0 6 1 0 0 16 0 1 0 30816312 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25676/statm: 3885 1256 373 3 0 985 0
[pid=25678] ppid=25676 vsize=0 CPUtime=0.41
/proc/25678/stat : 25678 (java) Z 25676 25676 25280 0 -1 1036 6728 0 1 0 36 5 0 0 16 0 1 0 30816316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25678/statm: 0 0 0 0 0 0 0
[pid=25686] ppid=25676 vsize=0 CPUtime=3.61
/proc/25686/stat : 25686 (java) Z 25676 25676 25280 0 -1 1036 22570 0 1 0 347 14 0 0 16 0 1 0 30816360 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/25686/statm: 0 0 0 0 0 0 0
[pid=25699] ppid=25676 vsize=6720 CPUtime=8.52
/proc/25699/stat : 25699 (minisat) R 25676 25676 25280 0 -1 0 1758 0 0 0 851 1 0 0 25 0 1 0 30816731 6881280 1343 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/25699/statm: 1680 1343 52 112 0 1564 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 22260

[startup+25.5832 s]
/proc/loadavg: 2.50 3.46 2.95 3/97 25782
/proc/meminfo: memFree=1662832/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=15540 CPUtime=0.07
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1745 0 0 0 6 1 0 0 16 0 1 0 30816312 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25676/statm: 3885 1256 373 3 0 985 0
[pid=25678] ppid=25676 vsize=0 CPUtime=0.41
/proc/25678/stat : 25678 (java) Z 25676 25676 25280 0 -1 1036 6728 0 1 0 36 5 0 0 16 0 1 0 30816316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25678/statm: 0 0 0 0 0 0 0
[pid=25686] ppid=25676 vsize=0 CPUtime=3.61
/proc/25686/stat : 25686 (java) Z 25676 25676 25280 0 -1 1036 22570 0 1 0 347 14 0 0 16 0 1 0 30816360 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/25686/statm: 0 0 0 0 0 0 0
[pid=25699] ppid=25676 vsize=7932 CPUtime=21.29
/proc/25699/stat : 25699 (minisat) R 25676 25676 25280 0 -1 0 2038 0 0 0 2128 1 0 0 25 0 1 0 30816731 8122368 1623 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528567 0 0 4096 3 0 0 0 17 0 0 0
/proc/25699/statm: 1983 1623 52 112 0 1867 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 23472

[startup+51.189 s]
/proc/loadavg: 2.46 3.38 2.93 3/97 25782
/proc/meminfo: memFree=1661744/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=15540 CPUtime=0.07
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1745 0 0 0 6 1 0 0 16 0 1 0 30816312 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25676/statm: 3885 1256 373 3 0 985 0
[pid=25678] ppid=25676 vsize=0 CPUtime=0.41
/proc/25678/stat : 25678 (java) Z 25676 25676 25280 0 -1 1036 6728 0 1 0 36 5 0 0 16 0 1 0 30816316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25678/statm: 0 0 0 0 0 0 0
[pid=25686] ppid=25676 vsize=0 CPUtime=3.61
/proc/25686/stat : 25686 (java) Z 25676 25676 25280 0 -1 1036 22570 0 1 0 347 14 0 0 16 0 1 0 30816360 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/25686/statm: 0 0 0 0 0 0 0
[pid=25699] ppid=25676 vsize=9324 CPUtime=46.76
/proc/25699/stat : 25699 (minisat) R 25676 25676 25280 0 -1 0 2382 0 0 0 4675 1 0 0 25 0 1 0 30816731 9547776 1967 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25699/statm: 2331 1967 52 112 0 2215 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 24864

[startup+102.399 s]
/proc/loadavg: 2.64 3.29 2.92 3/97 25782
/proc/meminfo: memFree=1577328/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=15540 CPUtime=0.07
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1745 0 0 0 6 1 0 0 16 0 1 0 30816312 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25676/statm: 3885 1256 373 3 0 985 0
[pid=25678] ppid=25676 vsize=0 CPUtime=0.41
/proc/25678/stat : 25678 (java) Z 25676 25676 25280 0 -1 1036 6728 0 1 0 36 5 0 0 16 0 1 0 30816316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25678/statm: 0 0 0 0 0 0 0
[pid=25686] ppid=25676 vsize=0 CPUtime=3.61
/proc/25686/stat : 25686 (java) Z 25676 25676 25280 0 -1 1036 22570 0 1 0 347 14 0 0 16 0 1 0 30816360 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/25686/statm: 0 0 0 0 0 0 0
[pid=25699] ppid=25676 vsize=10580 CPUtime=97.67
/proc/25699/stat : 25699 (minisat) R 25676 25676 25280 0 -1 0 2684 0 0 0 9765 2 0 0 25 0 1 0 30816731 10833920 2269 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/25699/statm: 2645 2269 52 112 0 2529 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 26120

[startup+162.438 s]
/proc/loadavg: 2.39 3.11 2.88 3/90 25783
/proc/meminfo: memFree=1778536/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=15540 CPUtime=0.07
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1745 0 0 0 6 1 0 0 16 0 1 0 30816312 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25676/statm: 3885 1256 373 3 0 985 0
[pid=25678] ppid=25676 vsize=0 CPUtime=0.41
/proc/25678/stat : 25678 (java) Z 25676 25676 25280 0 -1 1036 6728 0 1 0 36 5 0 0 16 0 1 0 30816316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25678/statm: 0 0 0 0 0 0 0
[pid=25686] ppid=25676 vsize=0 CPUtime=3.61
/proc/25686/stat : 25686 (java) Z 25676 25676 25280 0 -1 1036 22570 0 1 0 347 14 0 0 16 0 1 0 30816360 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/25686/statm: 0 0 0 0 0 0 0
[pid=25699] ppid=25676 vsize=12324 CPUtime=157.38
/proc/25699/stat : 25699 (minisat) R 25676 25676 25280 0 -1 0 3123 0 0 0 15735 3 0 0 25 0 1 0 30816731 12619776 2708 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528371 0 0 4096 3 0 0 0 17 0 0 0
/proc/25699/statm: 3081 2708 52 112 0 2965 0
Current children cumulated CPU time (s) 161.47
Current children cumulated vsize (KiB) 27864


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

[startup+642.69 s]
/proc/loadavg: 2.00 2.22 2.51 3/90 25783
/proc/meminfo: memFree=1713576/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=15540 CPUtime=0.07
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1745 0 0 0 6 1 0 0 16 0 1 0 30816312 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25676/statm: 3885 1256 373 3 0 985 0
[pid=25678] ppid=25676 vsize=0 CPUtime=0.41
/proc/25678/stat : 25678 (java) Z 25676 25676 25280 0 -1 1036 6728 0 1 0 36 5 0 0 16 0 1 0 30816316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25678/statm: 0 0 0 0 0 0 0
[pid=25686] ppid=25676 vsize=0 CPUtime=3.61
/proc/25686/stat : 25686 (java) Z 25676 25676 25280 0 -1 1036 22570 0 1 0 347 14 0 0 16 0 1 0 30816360 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/25686/statm: 0 0 0 0 0 0 0
[pid=25699] ppid=25676 vsize=18340 CPUtime=634.98
/proc/25699/stat : 25699 (minisat) R 25676 25676 25280 0 -1 0 4506 0 0 0 63492 6 0 0 25 0 1 0 30816731 18780160 4091 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25699/statm: 4585 4091 52 112 0 4469 0
Current children cumulated CPU time (s) 639.07
Current children cumulated vsize (KiB) 33880

[startup+702.72 s]
/proc/loadavg: 2.00 2.18 2.48 3/90 25783
/proc/meminfo: memFree=1711272/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=15540 CPUtime=0.07
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1745 0 0 0 6 1 0 0 16 0 1 0 30816312 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25676/statm: 3885 1256 373 3 0 985 0
[pid=25678] ppid=25676 vsize=0 CPUtime=0.41
/proc/25678/stat : 25678 (java) Z 25676 25676 25280 0 -1 1036 6728 0 1 0 36 5 0 0 16 0 1 0 30816316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25678/statm: 0 0 0 0 0 0 0
[pid=25686] ppid=25676 vsize=0 CPUtime=3.61
/proc/25686/stat : 25686 (java) Z 25676 25676 25280 0 -1 1036 22570 0 1 0 347 14 0 0 16 0 1 0 30816360 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/25686/statm: 0 0 0 0 0 0 0
[pid=25699] ppid=25676 vsize=20464 CPUtime=694.68
/proc/25699/stat : 25699 (minisat) R 25676 25676 25280 0 -1 0 5041 0 0 0 69461 7 0 0 25 0 1 0 30816731 20955136 4626 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/25699/statm: 5116 4626 52 112 0 5000 0
Current children cumulated CPU time (s) 698.77
Current children cumulated vsize (KiB) 36004

[startup+762.759 s]
/proc/loadavg: 2.00 2.14 2.44 3/90 25783
/proc/meminfo: memFree=1710760/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=15540 CPUtime=0.07
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1745 0 0 0 6 1 0 0 16 0 1 0 30816312 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25676/statm: 3885 1256 373 3 0 985 0
[pid=25678] ppid=25676 vsize=0 CPUtime=0.41
/proc/25678/stat : 25678 (java) Z 25676 25676 25280 0 -1 1036 6728 0 1 0 36 5 0 0 16 0 1 0 30816316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25678/statm: 0 0 0 0 0 0 0
[pid=25686] ppid=25676 vsize=0 CPUtime=3.61
/proc/25686/stat : 25686 (java) Z 25676 25676 25280 0 -1 1036 22570 0 1 0 347 14 0 0 16 0 1 0 30816360 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/25686/statm: 0 0 0 0 0 0 0
[pid=25699] ppid=25676 vsize=20972 CPUtime=754.4
/proc/25699/stat : 25699 (minisat) R 25676 25676 25280 0 -1 0 5163 0 0 0 75433 7 0 0 25 0 1 0 30816731 21475328 4748 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25699/statm: 5243 4748 52 112 0 5127 0
Current children cumulated CPU time (s) 758.49
Current children cumulated vsize (KiB) 36512

[startup+822.796 s]
/proc/loadavg: 2.00 2.11 2.41 4/90 25783
/proc/meminfo: memFree=1708968/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=15540 CPUtime=0.07
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1745 0 0 0 6 1 0 0 16 0 1 0 30816312 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25676/statm: 3885 1256 373 3 0 985 0
[pid=25678] ppid=25676 vsize=0 CPUtime=0.41
/proc/25678/stat : 25678 (java) Z 25676 25676 25280 0 -1 1036 6728 0 1 0 36 5 0 0 16 0 1 0 30816316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25678/statm: 0 0 0 0 0 0 0
[pid=25686] ppid=25676 vsize=0 CPUtime=3.61
/proc/25686/stat : 25686 (java) Z 25676 25676 25280 0 -1 1036 22570 0 1 0 347 14 0 0 16 0 1 0 30816360 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/25686/statm: 0 0 0 0 0 0 0
[pid=25699] ppid=25676 vsize=22788 CPUtime=814.1
/proc/25699/stat : 25699 (minisat) R 25676 25676 25280 0 -1 0 5580 0 0 0 81402 8 0 0 25 0 1 0 30816731 23334912 5165 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 0 0 0
/proc/25699/statm: 5697 5165 52 112 0 5581 0
Current children cumulated CPU time (s) 818.19
Current children cumulated vsize (KiB) 38328

[startup+882.828 s]
/proc/loadavg: 2.03 2.10 2.39 3/90 25783
/proc/meminfo: memFree=1707112/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=15540 CPUtime=0.07
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1745 0 0 0 6 1 0 0 16 0 1 0 30816312 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25676/statm: 3885 1256 373 3 0 985 0
[pid=25678] ppid=25676 vsize=0 CPUtime=0.41
/proc/25678/stat : 25678 (java) Z 25676 25676 25280 0 -1 1036 6728 0 1 0 36 5 0 0 16 0 1 0 30816316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25678/statm: 0 0 0 0 0 0 0
[pid=25686] ppid=25676 vsize=0 CPUtime=3.61
/proc/25686/stat : 25686 (java) Z 25676 25676 25280 0 -1 1036 22570 0 1 0 347 14 0 0 16 0 1 0 30816360 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/25686/statm: 0 0 0 0 0 0 0
[pid=25699] ppid=25676 vsize=24496 CPUtime=873.8
/proc/25699/stat : 25699 (minisat) R 25676 25676 25280 0 -1 0 6036 0 0 0 87372 8 0 0 25 0 1 0 30816731 25083904 5621 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25699/statm: 6124 5621 52 112 0 6008 0
Current children cumulated CPU time (s) 877.89
Current children cumulated vsize (KiB) 40036

[startup+942.872 s]
/proc/loadavg: 2.01 2.08 2.36 3/90 25783
/proc/meminfo: memFree=1706600/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=15540 CPUtime=0.07
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1745 0 0 0 6 1 0 0 16 0 1 0 30816312 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25676/statm: 3885 1256 373 3 0 985 0
[pid=25678] ppid=25676 vsize=0 CPUtime=0.41
/proc/25678/stat : 25678 (java) Z 25676 25676 25280 0 -1 1036 6728 0 1 0 36 5 0 0 16 0 1 0 30816316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25678/statm: 0 0 0 0 0 0 0
[pid=25686] ppid=25676 vsize=0 CPUtime=3.61
/proc/25686/stat : 25686 (java) Z 25676 25676 25280 0 -1 1036 22570 0 1 0 347 14 0 0 16 0 1 0 30816360 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/25686/statm: 0 0 0 0 0 0 0
[pid=25699] ppid=25676 vsize=24928 CPUtime=933.52
/proc/25699/stat : 25699 (minisat) R 25676 25676 25280 0 -1 0 6124 0 0 0 93343 9 0 0 25 0 1 0 30816731 25526272 5709 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25699/statm: 6232 5709 52 112 0 6116 0
Current children cumulated CPU time (s) 937.61
Current children cumulated vsize (KiB) 40468

[startup+1002.91 s]
/proc/loadavg: 2.06 2.08 2.34 3/90 25783
/proc/meminfo: memFree=1706024/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=15540 CPUtime=0.07
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1745 0 0 0 6 1 0 0 16 0 1 0 30816312 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25676/statm: 3885 1256 373 3 0 985 0
[pid=25678] ppid=25676 vsize=0 CPUtime=0.41
/proc/25678/stat : 25678 (java) Z 25676 25676 25280 0 -1 1036 6728 0 1 0 36 5 0 0 16 0 1 0 30816316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25678/statm: 0 0 0 0 0 0 0
[pid=25686] ppid=25676 vsize=0 CPUtime=3.61
/proc/25686/stat : 25686 (java) Z 25676 25676 25280 0 -1 1036 22570 0 1 0 347 14 0 0 16 0 1 0 30816360 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/25686/statm: 0 0 0 0 0 0 0
[pid=25699] ppid=25676 vsize=25536 CPUtime=993.22
/proc/25699/stat : 25699 (minisat) R 25676 25676 25280 0 -1 0 6245 0 0 0 99313 9 0 0 25 0 1 0 30816731 26148864 5830 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/25699/statm: 6384 5830 52 112 0 6268 0
Current children cumulated CPU time (s) 997.31
Current children cumulated vsize (KiB) 41076

[startup+1062.95 s]
/proc/loadavg: 2.02 2.06 2.32 3/90 25783
/proc/meminfo: memFree=1705704/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=15540 CPUtime=0.07
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1745 0 0 0 6 1 0 0 16 0 1 0 30816312 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25676/statm: 3885 1256 373 3 0 985 0
[pid=25678] ppid=25676 vsize=0 CPUtime=0.41
/proc/25678/stat : 25678 (java) Z 25676 25676 25280 0 -1 1036 6728 0 1 0 36 5 0 0 16 0 1 0 30816316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25678/statm: 0 0 0 0 0 0 0
[pid=25686] ppid=25676 vsize=0 CPUtime=3.61
/proc/25686/stat : 25686 (java) Z 25676 25676 25280 0 -1 1036 22570 0 1 0 347 14 0 0 16 0 1 0 30816360 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/25686/statm: 0 0 0 0 0 0 0
[pid=25699] ppid=25676 vsize=25680 CPUtime=1052.92
/proc/25699/stat : 25699 (minisat) R 25676 25676 25280 0 -1 0 6299 0 0 0 105283 9 0 0 25 0 1 0 30816731 26296320 5884 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25699/statm: 6420 5884 52 112 0 6304 0
Current children cumulated CPU time (s) 1057.01
Current children cumulated vsize (KiB) 41220

[startup+1122.99 s]
/proc/loadavg: 2.01 2.05 2.30 3/90 25783
/proc/meminfo: memFree=1705384/2055920 swapFree=4192812/4192956
[pid=25676] ppid=25673 vsize=15540 CPUtime=0.07
/proc/25676/stat : 25676 (sugar) S 25673 25676 25280 0 -1 4194304 1745 0 0 0 6 1 0 0 16 0 1 0 30816312 15912960 1256 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25676/statm: 3885 1256 373 3 0 985 0
[pid=25678] ppid=25676 vsize=0 CPUtime=0.41
/proc/25678/stat : 25678 (java) Z 25676 25676 25280 0 -1 1036 6728 0 1 0 36 5 0 0 16 0 1 0 30816316 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25678/statm: 0 0 0 0 0 0 0
[pid=25686] ppid=25676 vsize=0 CPUtime=3.61
/proc/25686/stat : 25686 (java) Z 25676 25676 25280 0 -1 1036 22570 0 1 0 347 14 0 0 16 0 1 0 30816360 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 0 0 0
/proc/25686/statm: 0 0 0 0 0 0 0
[pid=25699] ppid=25676 vsize=25976 CPUtime=1112.66
/proc/25699/stat : 25699 (minisat) R 25676 25676 25280 0 -1 0 6347 0 0 0 111256 10 0 0 25 0 1 0 30816731 26599424 5932 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25699/statm: 6494 5932 52 112 0 6378 0
Current children cumulated CPU time (s) 1116.75
Current children cumulated vsize (KiB) 41516

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25676 and gives childrusage.ru_utime.tv_sec=1130 childrusage.ru_utime.tv_usec=531133 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=121981
CPU time returned by wait4() is 1130.65
while last known CPU time is 1134.63

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

Real time (s): 1141.02
CPU time (s): 1134.63
CPU user time (s): 1134.33
CPU system time (s): 0.3
CPU usage (%): 99.4402
Max. virtual memory (cumulated for all children) (KiB): 821060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1130.53
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8202
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80
involuntary context switches= 41939

runsolver used 1.45978 s user time and 3.59345 s system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Jan 29 22:10:21 UTC 2007


IDJOB= 238407
IDBENCH= 7000
IDSOLVER= 86
FILE ID= node21/238407-1170108619

PBS_JOBID= 3689950

Free space on /tmp= 66563 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-4/BlackHole-4-4-e-5_ext.xml
COMMAND LINE= /tmp/evaluation/238407-1170108619/solver /tmp/evaluation/238407-1170108619 /tmp/evaluation/238407-1170108619/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-238407-1170108619 -o ROOT/results/node21/solver-238407-1170108619 -C 1800 -M 900  /tmp/evaluation/238407-1170108619/solver /tmp/evaluation/238407-1170108619 /tmp/evaluation/238407-1170108619/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  7c18cc3c8a1f5ce244a2eb0f8ea5cd4e

RANDOM SEED= 486418697

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.245
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.245
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:       1890496 kB
Buffers:         10620 kB
Cached:          49220 kB
SwapCached:          0 kB
Active:          95804 kB
Inactive:        24020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1890496 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1932 kB
Writeback:           0 kB
Mapped:          78364 kB
Slab:            30980 kB
Committed_AS:   527072 kB
PageTables:       1852 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= 66536 MiB



End job on node21 on Mon Jan 29 22:29:25 UTC 2007