Trace number 202668

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.40SAT 1521.77 1530.6

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-31_ext.xml
MD5SUM4c2847ddad0559921e4234b810d1d3ea
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 benchmark0.863868
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints330
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension330
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.43	c # Sugar v0-40 (/tmp/evaluation/202668-1170095705/sugar-v0-40.jar)
0.43	
0.52	c # MAIN  BEGIN : /tmp/evaluation/202668-1170095705/unknown.xml [Mon Jan 29 19:35:06 2007]
0.52	c # CONVERT_XML  BEGIN : /tmp/evaluation/202668-1170095705/unknown.xml /tmp/evaluation/202668-1170095705/sugar24404.csp [Mon Jan 29 19:35:06 2007]
0.52	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202668-1170095705/sugar-v0-40.jar -convert /tmp/evaluation/202668-1170095705/unknown.xml /tmp/evaluation/202668-1170095705/sugar24404.csp
1.26	c BEGIN convert /tmp/evaluation/202668-1170095705/unknown.xml
1.80	c END convert (0.540196 seconds)
1.84	c # CONVERT_XML  END : /tmp/evaluation/202668-1170095705/sugar24404.csp 1090398 bytes (1 seconds) [Mon Jan 29 19:35:07 2007]
1.84	c # CONVERT_XML  CPU : 0.62 = 0 + 0 + 0.56 + 0.06
1.84	
1.84	c # GENERATE_SAT  BEGIN : /tmp/evaluation/202668-1170095705/sugar24404.bcnf [Mon Jan 29 19:35:07 2007]
1.84	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202668-1170095705/sugar-v0-40.jar -bcnf -map /tmp/evaluation/202668-1170095705/sugar24404.map /tmp/evaluation/202668-1170095705/sugar24404.csp /tmp/evaluation/202668-1170095705/sugar24404.bcnf
1.96	c BEGIN parse /tmp/evaluation/202668-1170095705/sugar24404.csp
12.98	c END parse (11.017456 seconds)
12.98	c BEGIN simplify
13.04	c END simplify (0.060038 seconds)
13.04	c BEGIN encode /tmp/evaluation/202668-1170095705/sugar24404.bcnf
13.57	c END encode (0.52421 seconds)
13.67	c # GENERATE_SAT  END : 5110 variables 42764 clauses 4065684 bytes (12 seconds) [Mon Jan 29 19:35:19 2007]
13.67	c # GENERATE_SAT  CPU : 0.04 = 0.04 + 0 + 0 + 0
13.67	
13.67	c # SOLVE_SAT  BEGIN : /tmp/evaluation/202668-1170095705/sugar24404.bcnf [Mon Jan 29 19:35:19 2007]
13.67	c # CMD : /tmp/evaluation/202668-1170095705/minisat /tmp/evaluation/202668-1170095705/sugar24404.bcnf /tmp/evaluation/202668-1170095705/sugar24404.out
13.78	c ==================================[MINISAT]===================================
13.78	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
13.78	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
13.78	c ==============================================================================
13.78	c |         0 |   42764   973651 |   14254       0        0     nan |  0.000 % |
13.80	c |       101 |   42766   973651 |   15679      99     2304    23.3 |  0.000 % |
13.84	c |       251 |   42766   973651 |   17247     249     4788    19.2 |  0.000 % |
13.89	c |       476 |   42766   973651 |   18972     474     7643    16.1 |  0.000 % |
13.98	c |       815 |   42766   973651 |   20869     813    13973    17.2 |  0.000 % |
14.13	c |      1322 |   42766   973651 |   22956    1320    21712    16.4 |  0.000 % |
14.34	c |      2081 |   42766   973651 |   25251    2079    34257    16.5 |  0.000 % |
14.63	c |      3220 |   42767   973651 |   27777    3217    50671    15.8 |  0.000 % |
15.02	c |      4928 |   42768   973651 |   30554    4924    75278    15.3 |  0.000 % |
15.68	c |      7491 |   42770   973651 |   33610    7485   122276    16.3 |  0.000 % |
16.78	c |     11336 |   42771   973651 |   36971   11329   187492    16.5 |  0.000 % |
18.89	c |     17102 |   42773   973651 |   40668   17093   303177    17.7 |  0.000 % |
22.79	c |     25751 |   42774   973651 |   44735   25741   487094    18.9 |  0.000 % |
29.89	c |     38726 |   42779   973651 |   49208   38711   783112    20.2 |  0.000 % |
40.40	c |     58188 |   42780   973651 |   54129   22388   488015    21.8 |  0.000 % |
58.70	c |     87381 |   42788   973651 |   59542   51573  1139278    22.1 |  0.000 % |
88.86	c |    131170 |   42794   973651 |   65496   51451  1190586    23.1 |  0.000 % |
132.45	c |    196854 |   42804   973651 |   72046   65684  1832195    27.9 |  0.001 % |
199.21	c |    295381 |   42823   973651 |   79251   57389  2032372    35.4 |  0.001 % |
317.42	c |    443171 |   42845   973651 |   87176   79390  2588558    32.6 |  0.000 % |
494.77	c |    664854 |   42881   973651 |   95893   25142   952686    37.9 |  0.000 % |
763.50	c |    997381 |   42932   973651 |  105483   49856  1992048    40.0 |  0.000 % |
1172.66	c |   1496169 |   42974   973651 |  116031   22385   678911    30.3 |  0.000 % |
1530.27	c ==============================================================================
1530.27	c restarts              : 23
1530.27	c conflicts             : 1873168        (1241 /sec)
1530.27	c decisions             : 3048109        (2020 /sec)
1530.27	c propagations          : 428345335      (283849 /sec)
1530.28	c conflict literals     : 78178945       (50.13 % deleted)
1530.28	c Memory used           : 50.76 MB
1530.28	c CPU time              : 1509.06 s
1530.28	c 
1530.28	c SATISFIABLE
1530.29	c # SOLVE_SAT  END : SATISFIABLE (1516 seconds) [Mon Jan 29 20:00:35 2007]
1530.29	c # SOLVE_SAT  CPU : 1509.59 = 0 + 0 + 1509.06 + 0.53
1530.29	
1530.29	c # RESULT : SATISFIABLE
1530.29	
1530.29	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 20:00:35 2007]
1530.42	c BEGIN read SAT output /tmp/evaluation/202668-1170095705/sugar24404.out
1530.45	c END read SAT output (0.030759 seconds)
1530.45	c BEGIN write solution /tmp/evaluation/202668-1170095705/sugar24404.sol
1530.59	c END write solution (0.133003 seconds)
1530.59	s SATISFIABLE
1530.60	v 12 12 7 17 3 15 0 7 18 6 2 14 16 10 6 15 17 4 18 11 10 5 7 13 17 14 7 2 14 14 4 17 6 11 11 4 14 9 0 11
1530.60	c # OUTPUT_SOL  END :  (1 seconds) [Mon Jan 29 20:00:36 2007]
1530.60	c # OUTPUT_SOL  CPU : 0.280000000000009 = 0.01 + 0 + 0.240000000000009 + 0.03
1530.60	
1530.60	c # MAIN  END :  (1530 seconds) [Mon Jan 29 20:00:36 2007]
1530.60	c # MAIN  CPU : 1510.53 = 0.05 + 0 + 1509.86 + 0.62
1530.60	

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node11/watcher-202668-1170095705 -o ROOT/results/node11/solver-202668-1170095705 -C 1800 -M 900 /tmp/evaluation/202668-1170095705/solver /tmp/evaluation/202668-1170095705 /tmp/evaluation/202668-1170095705/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.12 2.36 2.55 3/95 24405
/proc/meminfo: memFree=61840/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=5344 CPUtime=0
/proc/24404/stat : 24404 (solver) R 24402 24404 23606 0 -1 4194304 140 0 0 0 0 0 0 0 21 0 1 0 29525055 5472256 111 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 4595929 0 0 4096 0 0 0 0 17 1 0 0
/proc/24404/statm: 1336 111 90 169 0 47 0

[startup+0.103547 s]
/proc/loadavg: 2.12 2.36 2.55 3/95 24405
/proc/meminfo: memFree=61840/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=12272 CPUtime=0
/proc/24404/stat : 24404 (sugar) D 24402 24404 23606 0 -1 4194304 608 0 3 0 0 0 0 0 18 0 1 0 29525055 12566528 330 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/24404/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.511591 s]
/proc/loadavg: 2.12 2.36 2.55 3/95 24405
/proc/meminfo: memFree=61840/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=13728 CPUtime=0.04
/proc/24404/stat : 24404 (sugar) D 24402 24404 23606 0 -1 4194304 1075 0 3 0 3 1 0 0 18 0 1 0 29525055 14057472 797 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262910214226 0 0 4224 16386 18446744071563479169 0 0 17 1 0 0
/proc/24404/statm: 3432 797 362 3 0 532 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13728

[startup+1.33269 s]
/proc/loadavg: 2.12 2.36 2.55 2/96 24406
/proc/meminfo: memFree=54152/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=13724 CPUtime=0.04
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1118 0 3 0 3 1 0 0 15 0 1 0 29525055 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24404/statm: 3431 805 368 3 0 531 0
[pid=24406] ppid=24404 vsize=807004 CPUtime=0.15
/proc/24406/stat : 24406 (java) D 24404 24404 23606 0 -1 0 3224 0 24 0 13 2 0 0 18 0 8 0 29525107 826372096 2996 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4151974723 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24406/statm: 201751 2996 1617 14 0 189029 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 820728

[startup+2.97589 s]
/proc/loadavg: 2.12 2.36 2.55 4/103 24421
/proc/meminfo: memFree=22352/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=13724 CPUtime=0.66
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1187 7467 3 34 3 1 56 6 15 0 1 0 29525055 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24404/statm: 3431 809 371 3 0 531 0
[pid=24414] ppid=24404 vsize=807064 CPUtime=1.1
/proc/24414/stat : 24414 (java) R 24404 24404 23606 0 -1 0 9898 0 1 0 105 5 0 0 17 0 8 0 29525240 826433536 9641 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24414/statm: 201766 9641 1494 14 0 189044 0
[pid=24414/tid=24415] ppid=24404 vsize=807064 CPUtime=0.24
/proc/24414/task/24415/stat : 24415 (java) S 24404 24404 23606 0 -1 64 3839 0 0 0 23 1 0 0 16 0 8 0 29525243 826433536 9641 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24416] ppid=24404 vsize=807064 CPUtime=0
/proc/24414/task/24416/stat : 24416 (java) S 24404 24404 23606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29525244 826433536 9641 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24417] ppid=24404 vsize=807064 CPUtime=0
/proc/24414/task/24417/stat : 24417 (java) S 24404 24404 23606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29525244 826433536 9641 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24418] ppid=24404 vsize=807064 CPUtime=0
/proc/24414/task/24418/stat : 24418 (java) S 24404 24404 23606 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29525247 826433536 9641 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24419] ppid=24404 vsize=807064 CPUtime=0.05
/proc/24414/task/24419/stat : 24419 (java) R 24404 24404 23606 0 -1 64 292 0 0 0 5 0 0 0 19 0 8 0 29525247 826433536 9641 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24420] ppid=24404 vsize=807064 CPUtime=0
/proc/24414/task/24420/stat : 24420 (java) S 24404 24404 23606 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29525247 826433536 9641 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24421] ppid=24404 vsize=807064 CPUtime=0
/proc/24414/task/24421/stat : 24421 (java) S 24404 24404 23606 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29525247 826433536 9641 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.76
Current children cumulated vsize (KiB) 820788

[startup+6.20178 s]
/proc/loadavg: 2.19 2.37 2.56 3/103 24421
/proc/meminfo: memFree=15312/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=13724 CPUtime=0.66
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1187 7467 3 34 3 1 56 6 15 0 1 0 29525055 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24404/statm: 3431 809 371 3 0 531 0
[pid=24414] ppid=24404 vsize=807336 CPUtime=4.26
/proc/24414/stat : 24414 (java) R 24404 24404 23606 0 -1 0 26635 0 2 0 414 12 0 0 25 0 8 0 29525240 826712064 26306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24414/statm: 201834 26306 1507 14 0 189112 0
[pid=24414/tid=24415] ppid=24404 vsize=807336 CPUtime=1.03
/proc/24414/task/24415/stat : 24415 (java) S 24404 24404 23606 0 -1 64 20359 0 1 0 96 7 0 0 15 0 8 0 29525243 826712064 26306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24416] ppid=24404 vsize=807336 CPUtime=0
/proc/24414/task/24416/stat : 24416 (java) S 24404 24404 23606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29525244 826712064 26306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24417] ppid=24404 vsize=807336 CPUtime=0
/proc/24414/task/24417/stat : 24417 (java) S 24404 24404 23606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29525244 826712064 26306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24418] ppid=24404 vsize=807336 CPUtime=0
/proc/24414/task/24418/stat : 24418 (java) S 24404 24404 23606 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29525247 826712064 26306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24419] ppid=24404 vsize=807336 CPUtime=0.14
/proc/24414/task/24419/stat : 24419 (java) S 24404 24404 23606 0 -1 64 398 0 0 0 14 0 0 0 16 0 8 0 29525247 826712064 26306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24420] ppid=24404 vsize=807336 CPUtime=0
/proc/24414/task/24420/stat : 24420 (java) S 24404 24404 23606 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29525247 826712064 26306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24421] ppid=24404 vsize=807336 CPUtime=0
/proc/24414/task/24421/stat : 24421 (java) S 24404 24404 23606 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29525247 826712064 26306 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 821060

[startup+12.6761 s]
/proc/loadavg: 2.17 2.36 2.55 4/103 24421
/proc/meminfo: memFree=14928/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=13724 CPUtime=0.66
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1187 7467 3 34 3 1 56 6 15 0 1 0 29525055 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24404/statm: 3431 809 371 3 0 531 0
[pid=24414] ppid=24404 vsize=807336 CPUtime=10.57
/proc/24414/stat : 24414 (java) R 24404 24404 23606 0 -1 0 54936 0 2 0 1033 24 0 0 25 0 8 0 29525240 826712064 54090 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24414/statm: 201834 54090 1507 14 0 189112 0
[pid=24414/tid=24415] ppid=24404 vsize=807336 CPUtime=3.06
/proc/24414/task/24415/stat : 24415 (java) R 24404 24404 23606 0 -1 64 48466 0 1 0 288 18 0 0 15 0 8 0 29525243 826712064 54090 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155216475 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24416] ppid=24404 vsize=807336 CPUtime=0
/proc/24414/task/24416/stat : 24416 (java) S 24404 24404 23606 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29525244 826712064 54090 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24417] ppid=24404 vsize=807336 CPUtime=0
/proc/24414/task/24417/stat : 24417 (java) S 24404 24404 23606 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29525244 826712064 54090 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24418] ppid=24404 vsize=807336 CPUtime=0
/proc/24414/task/24418/stat : 24418 (java) S 24404 24404 23606 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29525247 826712064 54090 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24419] ppid=24404 vsize=807336 CPUtime=0.14
/proc/24414/task/24419/stat : 24419 (java) S 24404 24404 23606 0 -1 64 401 0 0 0 14 0 0 0 16 0 8 0 29525247 826712064 54090 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24420] ppid=24404 vsize=807336 CPUtime=0
/proc/24414/task/24420/stat : 24420 (java) S 24404 24404 23606 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29525247 826712064 54090 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24414/tid=24421] ppid=24404 vsize=807336 CPUtime=0
/proc/24414/task/24421/stat : 24421 (java) S 24404 24404 23606 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29525247 826712064 54090 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.23
Current children cumulated vsize (KiB) 821060

[startup+25.5456 s]
/proc/loadavg: 2.13 2.34 2.54 3/97 24422
/proc/meminfo: memFree=165896/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=16312 CPUtime=0.7
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1914 7467 3 34 7 1 56 6 16 0 1 0 29525055 16703488 1428 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24404/statm: 4078 1428 373 3 0 1178 0
[pid=24414] ppid=24404 vsize=0 CPUtime=11.48
/proc/24414/stat : 24414 (java) Z 24404 24404 23606 0 -1 1036 54982 0 4 0 1119 29 0 0 16 0 1 0 29525240 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24422] ppid=24404 vsize=10532 CPUtime=11.74
/proc/24422/stat : 24422 (minisat) R 24404 24404 23606 0 -1 0 3268 0 0 0 1171 3 0 0 25 0 1 0 29526423 10784768 2260 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 1 0 0
/proc/24422/statm: 2633 2260 52 112 0 2517 0
Current children cumulated CPU time (s) 23.92
Current children cumulated vsize (KiB) 26844

[startup+51.2456 s]
/proc/loadavg: 2.16 2.33 2.53 3/99 24424
/proc/meminfo: memFree=51192/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=16312 CPUtime=0.7
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1914 7467 3 34 7 1 56 6 16 0 1 0 29525055 16703488 1428 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24404/statm: 4078 1428 373 3 0 1178 0
[pid=24414] ppid=24404 vsize=0 CPUtime=11.48
/proc/24414/stat : 24414 (java) Z 24404 24404 23606 0 -1 1036 54982 0 4 0 1119 29 0 0 16 0 1 0 29525240 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24422] ppid=24404 vsize=13052 CPUtime=37.19
/proc/24422/stat : 24422 (minisat) R 24404 24404 23606 0 -1 0 3869 0 0 0 3713 6 0 0 25 0 1 0 29526423 13365248 2861 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/24422/statm: 3263 2861 52 112 0 3147 0
Current children cumulated CPU time (s) 49.37
Current children cumulated vsize (KiB) 29364

[startup+102.545 s]
/proc/loadavg: 2.12 2.29 2.51 3/97 24424
/proc/meminfo: memFree=16264/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=16312 CPUtime=0.7
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1914 7467 3 34 7 1 56 6 16 0 1 0 29525055 16703488 1428 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24404/statm: 4078 1428 373 3 0 1178 0
[pid=24414] ppid=24404 vsize=0 CPUtime=11.48
/proc/24414/stat : 24414 (java) Z 24404 24404 23606 0 -1 1036 54982 0 4 0 1119 29 0 0 16 0 1 0 29525240 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24422] ppid=24404 vsize=16272 CPUtime=88
/proc/24422/stat : 24422 (minisat) R 24404 24404 23606 0 -1 0 4646 0 0 0 8786 14 0 0 25 0 1 0 29526423 16662528 3638 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24422/statm: 4068 3638 52 112 0 3952 0
Current children cumulated CPU time (s) 100.18
Current children cumulated vsize (KiB) 32584

[startup+162.595 s]
/proc/loadavg: 2.19 2.27 2.48 4/96 24490
/proc/meminfo: memFree=1695120/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=16312 CPUtime=0.7
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1914 7467 3 34 7 1 56 6 16 0 1 0 29525055 16703488 1428 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24404/statm: 4078 1428 373 3 0 1178 0
[pid=24414] ppid=24404 vsize=0 CPUtime=11.48
/proc/24414/stat : 24414 (java) Z 24404 24404 23606 0 -1 1036 54982 0 4 0 1119 29 0 0 16 0 1 0 29525240 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24422] ppid=24404 vsize=19460 CPUtime=147.65
/proc/24422/stat : 24422 (minisat) R 24404 24404 23606 0 -1 0 5438 0 0 0 14742 23 0 0 25 0 1 0 29526423 19927040 4430 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24422/statm: 4865 4430 52 112 0 4749 0
Current children cumulated CPU time (s) 159.83
Current children cumulated vsize (KiB) 35772

[startup+222.619 s]
/proc/loadavg: 2.40 2.31 2.48 3/96 24490
/proc/meminfo: memFree=1194384/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=16312 CPUtime=0.7
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1914 7467 3 34 7 1 56 6 16 0 1 0 29525055 16703488 1428 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24404/statm: 4078 1428 373 3 0 1178 0
[pid=24414] ppid=24404 vsize=0 CPUtime=11.48
/proc/24414/stat : 24414 (java) Z 24404 24404 23606 0 -1 1036 54982 0 4 0 1119 29 0 0 16 0 1 0 29525240 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24422] ppid=24404 vsize=22100 CPUtime=207.34
/proc/24422/stat : 24422 (minisat) R 24404 24404 23606 0 -1 0 6117 0 0 0 20710 24 0 0 25 0 1 0 29526423 22630400 5109 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528198 0 0 4096 3 0 0 0 17 0 0 0
/proc/24422/statm: 5525 5109 52 112 0 5409 0
Current children cumulated CPU time (s) 219.52
Current children cumulated vsize (KiB) 38412

[startup+282.663 s]

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

[pid=24404] ppid=24402 vsize=16312 CPUtime=0.7
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1914 7467 3 34 7 1 56 6 16 0 1 0 29525055 16703488 1428 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24404/statm: 4078 1428 373 3 0 1178 0
[pid=24414] ppid=24404 vsize=0 CPUtime=11.48
/proc/24414/stat : 24414 (java) Z 24404 24404 23606 0 -1 1036 54982 0 4 0 1119 29 0 0 16 0 1 0 29525240 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24422] ppid=24404 vsize=34284 CPUtime=864.44
/proc/24422/stat : 24422 (minisat) R 24404 24404 23606 0 -1 0 9088 0 0 0 86406 38 0 0 25 0 1 0 29526423 35106816 8080 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 0 0 0
/proc/24422/statm: 8571 8080 52 112 0 8455 0
Current children cumulated CPU time (s) 876.62
Current children cumulated vsize (KiB) 50596

[startup+943.131 s]
/proc/loadavg: 2.15 2.10 2.24 3/96 24722
/proc/meminfo: memFree=1166352/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=16312 CPUtime=0.7
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1914 7467 3 34 7 1 56 6 16 0 1 0 29525055 16703488 1428 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24404/statm: 4078 1428 373 3 0 1178 0
[pid=24414] ppid=24404 vsize=0 CPUtime=11.48
/proc/24414/stat : 24414 (java) Z 24404 24404 23606 0 -1 1036 54982 0 4 0 1119 29 0 0 16 0 1 0 29525240 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24422] ppid=24404 vsize=34420 CPUtime=924.17
/proc/24422/stat : 24422 (minisat) R 24404 24404 23606 0 -1 0 9125 0 0 0 92379 38 0 0 25 0 1 0 29526423 35246080 8117 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24422/statm: 8605 8117 52 112 0 8489 0
Current children cumulated CPU time (s) 936.35
Current children cumulated vsize (KiB) 50732

[startup+1003.17 s]
/proc/loadavg: 2.22 2.13 2.24 3/96 24722
/proc/meminfo: memFree=1166096/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=16312 CPUtime=0.7
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1914 7467 3 34 7 1 56 6 16 0 1 0 29525055 16703488 1428 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24404/statm: 4078 1428 373 3 0 1178 0
[pid=24414] ppid=24404 vsize=0 CPUtime=11.48
/proc/24414/stat : 24414 (java) Z 24404 24404 23606 0 -1 1036 54982 0 4 0 1119 29 0 0 16 0 1 0 29525240 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24422] ppid=24404 vsize=34596 CPUtime=983.86
/proc/24422/stat : 24422 (minisat) R 24404 24404 23606 0 -1 0 9151 0 0 0 98347 39 0 0 25 0 1 0 29526423 35426304 8143 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24422/statm: 8649 8143 52 112 0 8533 0
Current children cumulated CPU time (s) 996.04
Current children cumulated vsize (KiB) 50908

[startup+1063.21 s]
/proc/loadavg: 2.08 2.10 2.22 3/96 24722
/proc/meminfo: memFree=1165776/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=16312 CPUtime=0.7
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1914 7467 3 34 7 1 56 6 16 0 1 0 29525055 16703488 1428 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24404/statm: 4078 1428 373 3 0 1178 0
[pid=24414] ppid=24404 vsize=0 CPUtime=11.48
/proc/24414/stat : 24414 (java) Z 24404 24404 23606 0 -1 1036 54982 0 4 0 1119 29 0 0 16 0 1 0 29525240 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24422] ppid=24404 vsize=34760 CPUtime=1043.58
/proc/24422/stat : 24422 (minisat) R 24404 24404 23606 0 -1 0 9211 0 0 0 104319 39 0 0 25 0 1 0 29526423 35594240 8203 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 0 0 0
/proc/24422/statm: 8690 8203 52 112 0 8574 0
Current children cumulated CPU time (s) 1055.76
Current children cumulated vsize (KiB) 51072

[startup+1123.25 s]
/proc/loadavg: 2.10 2.11 2.22 3/96 24722
/proc/meminfo: memFree=1165648/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=16312 CPUtime=0.7
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1914 7467 3 34 7 1 56 6 16 0 1 0 29525055 16703488 1428 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24404/statm: 4078 1428 373 3 0 1178 0
[pid=24414] ppid=24404 vsize=0 CPUtime=11.48
/proc/24414/stat : 24414 (java) Z 24404 24404 23606 0 -1 1036 54982 0 4 0 1119 29 0 0 16 0 1 0 29525240 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24422] ppid=24404 vsize=34760 CPUtime=1103.3
/proc/24422/stat : 24422 (minisat) R 24404 24404 23606 0 -1 0 9214 0 0 0 110291 39 0 0 25 0 1 0 29526423 35594240 8206 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/24422/statm: 8690 8206 52 112 0 8574 0
Current children cumulated CPU time (s) 1115.48
Current children cumulated vsize (KiB) 51072

[startup+1183.29 s]
/proc/loadavg: 2.12 2.10 2.20 3/96 24722
/proc/meminfo: memFree=1165648/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=16312 CPUtime=0.7
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1914 7467 3 34 7 1 56 6 16 0 1 0 29525055 16703488 1428 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24404/statm: 4078 1428 373 3 0 1178 0
[pid=24414] ppid=24404 vsize=0 CPUtime=11.48
/proc/24414/stat : 24414 (java) Z 24404 24404 23606 0 -1 1036 54982 0 4 0 1119 29 0 0 16 0 1 0 29525240 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24422] ppid=24404 vsize=34760 CPUtime=1162.99
/proc/24422/stat : 24422 (minisat) R 24404 24404 23606 0 -1 0 9214 0 0 0 116260 39 0 0 25 0 1 0 29526423 35594240 8206 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24422/statm: 8690 8206 52 112 0 8574 0
Current children cumulated CPU time (s) 1175.17
Current children cumulated vsize (KiB) 51072

[startup+1243.33 s]
/proc/loadavg: 2.03 2.08 2.19 2/83 24957
/proc/meminfo: memFree=1818296/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=16312 CPUtime=0.7
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1914 7467 3 34 7 1 56 6 16 0 1 0 29525055 16703488 1428 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24404/statm: 4078 1428 373 3 0 1178 0
[pid=24414] ppid=24404 vsize=0 CPUtime=11.48
/proc/24414/stat : 24414 (java) Z 24404 24404 23606 0 -1 1036 54982 0 4 0 1119 29 0 0 16 0 1 0 29525240 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24422] ppid=24404 vsize=41816 CPUtime=1222.95
/proc/24422/stat : 24422 (minisat) R 24404 24404 23606 0 -1 0 10972 0 0 0 122249 46 0 0 25 0 1 0 29526423 42819584 9964 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 0 0 0
/proc/24422/statm: 10454 9964 52 112 0 10338 0
Current children cumulated CPU time (s) 1235.13
Current children cumulated vsize (KiB) 58128

[startup+1303.34 s]
/proc/loadavg: 1.91 2.03 2.16 3/90 25072
/proc/meminfo: memFree=1803144/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=16312 CPUtime=0.7
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1914 7467 3 34 7 1 56 6 16 0 1 0 29525055 16703488 1428 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24404/statm: 4078 1428 373 3 0 1178 0
[pid=24414] ppid=24404 vsize=0 CPUtime=11.48
/proc/24414/stat : 24414 (java) Z 24404 24404 23606 0 -1 1036 54982 0 4 0 1119 29 0 0 16 0 1 0 29525240 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24422] ppid=24404 vsize=43764 CPUtime=1282.88
/proc/24422/stat : 24422 (minisat) R 24404 24404 23606 0 -1 0 11465 0 0 0 128239 49 0 0 25 0 1 0 29526423 44814336 10457 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24422/statm: 10941 10457 52 112 0 10825 0
Current children cumulated CPU time (s) 1295.06
Current children cumulated vsize (KiB) 60076

[startup+1363.37 s]
/proc/loadavg: 1.96 2.03 2.15 3/90 25072
/proc/meminfo: memFree=1790024/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=16312 CPUtime=0.7
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1914 7467 3 34 7 1 56 6 16 0 1 0 29525055 16703488 1428 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24404/statm: 4078 1428 373 3 0 1178 0
[pid=24414] ppid=24404 vsize=0 CPUtime=11.48
/proc/24414/stat : 24414 (java) Z 24404 24404 23606 0 -1 1036 54982 0 4 0 1119 29 0 0 16 0 1 0 29525240 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24422] ppid=24404 vsize=51976 CPUtime=1342.83
/proc/24422/stat : 24422 (minisat) R 24404 24404 23606 0 -1 0 13489 0 0 0 134232 51 0 0 25 0 1 0 29526423 53223424 12481 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24422/statm: 12994 12481 52 112 0 12878 0
Current children cumulated CPU time (s) 1355.01
Current children cumulated vsize (KiB) 68288

[startup+1423.39 s]
/proc/loadavg: 1.98 2.02 2.14 3/90 25072
/proc/meminfo: memFree=1788616/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=16312 CPUtime=0.7
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1914 7467 3 34 7 1 56 6 16 0 1 0 29525055 16703488 1428 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24404/statm: 4078 1428 373 3 0 1178 0
[pid=24414] ppid=24404 vsize=0 CPUtime=11.48
/proc/24414/stat : 24414 (java) Z 24404 24404 23606 0 -1 1036 54982 0 4 0 1119 29 0 0 16 0 1 0 29525240 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24422] ppid=24404 vsize=51976 CPUtime=1402.79
/proc/24422/stat : 24422 (minisat) R 24404 24404 23606 0 -1 0 13489 0 0 0 140228 51 0 0 25 0 1 0 29526423 53223424 12481 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 0 0 0
/proc/24422/statm: 12994 12481 52 112 0 12878 0
Current children cumulated CPU time (s) 1414.97
Current children cumulated vsize (KiB) 68288

[startup+1483.42 s]
/proc/loadavg: 1.99 2.01 2.13 3/90 25072
/proc/meminfo: memFree=1787656/2055920 swapFree=4192812/4192956
[pid=24404] ppid=24402 vsize=16312 CPUtime=0.7
/proc/24404/stat : 24404 (sugar) S 24402 24404 23606 0 -1 4194304 1914 7467 3 34 7 1 56 6 16 0 1 0 29525055 16703488 1428 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 262918942818 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24404/statm: 4078 1428 373 3 0 1178 0
[pid=24414] ppid=24404 vsize=0 CPUtime=11.48
/proc/24414/stat : 24414 (java) Z 24404 24404 23606 0 -1 1036 54982 0 4 0 1119 29 0 0 16 0 1 0 29525240 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/24414/statm: 0 0 0 0 0 0 0
[pid=24422] ppid=24404 vsize=51976 CPUtime=1462.76
/proc/24422/stat : 24422 (minisat) R 24404 24404 23606 0 -1 0 13489 0 0 0 146224 52 0 0 25 0 1 0 29526423 53223424 12481 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528429 0 0 4096 3 0 0 0 17 0 0 0
/proc/24422/statm: 12994 12481 52 112 0 12878 0
Current children cumulated CPU time (s) 1474.94
Current children cumulated vsize (KiB) 68288

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 24404 and gives childrusage.ru_utime.tv_sec=1509 childrusage.ru_utime.tv_usec=952452 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=649901
CPU time returned by wait4() is 1510.6
while last known CPU time is 1521.77

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

Real time (s): 1530.6
CPU time (s): 1521.77
CPU user time (s): 1520.88
CPU system time (s): 0.89
CPU usage (%): 99.4229
Max. virtual memory (cumulated for all children) (KiB): 821564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1509.95
system time used= 0.649901
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27179
page faults= 38
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1200
involuntary context switches= 51254

runsolver used 1.77673 s user time and 4.98724 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Jan 29 18:35:05 UTC 2007


IDJOB= 202668
IDBENCH= 3874
IDSOLVER= 86
FILE ID= node11/202668-1170095705

PBS_JOBID= 3689417

Free space on /tmp= 49042 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  4c2847ddad0559921e4234b810d1d3ea

RANDOM SEED= 601949598

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:         62576 kB
Buffers:          6204 kB
Cached:        1787432 kB
SwapCached:          0 kB
Active:         144284 kB
Inactive:      1761508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         62576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          789212 kB
Writeback:           0 kB
Mapped:         137676 kB
Slab:            72180 kB
Committed_AS:   471884 kB
PageTables:       2344 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66558 MiB



End job on node11 on Mon Jan 29 19:00:36 UTC 2007