Trace number 208323

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 1504.64 1512.03

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-41_ext.xml
MD5SUMc1647d988ce01483a0a770c92877b2c9
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 benchmark15.7946
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints339
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension339
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/208323-1170097006/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/208323-1170097006/unknown.xml [Mon Jan 29 19:56:46 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/208323-1170097006/unknown.xml /tmp/evaluation/208323-1170097006/sugar25192.csp [Mon Jan 29 19:56:46 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208323-1170097006/sugar-v0-40.jar -convert /tmp/evaluation/208323-1170097006/unknown.xml /tmp/evaluation/208323-1170097006/sugar25192.csp
0.17	c BEGIN convert /tmp/evaluation/208323-1170097006/unknown.xml
0.68	c END convert (0.513375 seconds)
0.70	c # CONVERT_XML  END : /tmp/evaluation/208323-1170097006/sugar25192.csp 1092218 bytes (1 seconds) [Mon Jan 29 19:56:47 2007]
0.70	c # CONVERT_XML  CPU : 0.62 = 0 + 0 + 0.56 + 0.06
0.70	
0.70	c # GENERATE_SAT  BEGIN : /tmp/evaluation/208323-1170097006/sugar25192.bcnf [Mon Jan 29 19:56:47 2007]
0.70	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/208323-1170097006/sugar-v0-40.jar -bcnf -map /tmp/evaluation/208323-1170097006/sugar25192.map /tmp/evaluation/208323-1170097006/sugar25192.csp /tmp/evaluation/208323-1170097006/sugar25192.bcnf
0.82	c BEGIN parse /tmp/evaluation/208323-1170097006/sugar25192.csp
11.73	c END parse (10.910861 seconds)
11.74	c BEGIN simplify
11.79	c END simplify (0.058449 seconds)
11.79	c BEGIN encode /tmp/evaluation/208323-1170097006/sugar25192.bcnf
12.31	c END encode (0.520319 seconds)
12.43	c # GENERATE_SAT  END : 4700 variables 42075 clauses 3704672 bytes (12 seconds) [Mon Jan 29 19:56:59 2007]
12.43	c # GENERATE_SAT  CPU : 11.63 = 0.03 + 0.01 + 11.23 + 0.36
12.43	
12.43	c # SOLVE_SAT  BEGIN : /tmp/evaluation/208323-1170097006/sugar25192.bcnf [Mon Jan 29 19:56:59 2007]
12.43	c # CMD : /tmp/evaluation/208323-1170097006/minisat /tmp/evaluation/208323-1170097006/sugar25192.bcnf /tmp/evaluation/208323-1170097006/sugar25192.out
12.52	c ==================================[MINISAT]===================================
12.52	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
12.52	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
12.52	c ==============================================================================
12.52	c |         0 |   42075   884087 |   14025       0        0     nan |  0.000 % |
12.55	c |       101 |   42075   884087 |   15427     101     5222    51.7 |  0.000 % |
12.59	c |       251 |   42075   884087 |   16970     251     8513    33.9 |  0.000 % |
12.65	c |       477 |   42076   884087 |   18667     476    13473    28.3 |  0.000 % |
12.74	c |       814 |   42076   884087 |   20534     813    19667    24.2 |  0.000 % |
12.86	c |      1320 |   42077   884087 |   22587    1318    28130    21.3 |  0.000 % |
13.04	c |      2079 |   42078   884087 |   24846    2076    41019    19.8 |  0.000 % |
13.31	c |      3218 |   42079   884087 |   27330    3214    59861    18.6 |  0.000 % |
13.80	c |      4926 |   42079   884087 |   30063    4922    97826    19.9 |  0.001 % |
14.51	c |      7488 |   42080   884087 |   33070    7483   144162    19.3 |  0.000 % |
15.73	c |     11335 |   42084   884087 |   36377   11326   212448    18.8 |  0.000 % |
17.46	c |     17101 |   42090   884087 |   40014   17086   291616    17.1 |  0.000 % |
20.74	c |     25751 |   42094   884087 |   44016   25732   432306    16.8 |  0.000 % |
26.37	c |     38725 |   42101   884087 |   48418   38699   651108    16.8 |  0.000 % |
35.90	c |     58186 |   42106   884087 |   53259   24084   457095    19.0 |  0.000 % |
51.44	c |     87378 |   42120   884087 |   58585   53262  1038105    19.5 |  0.000 % |
77.25	c |    131167 |   42130   884087 |   64444   52242  1494519    28.6 |  0.000 % |
117.64	c |    196851 |   42144   884087 |   70888   16921   332165    19.6 |  0.000 % |
178.85	c |    295380 |   42166   884087 |   77977   59694  1671507    28.0 |  0.000 % |
287.31	c |    443169 |   42042   883370 |   85775   19730   408579    20.7 |  0.702 % |
455.06	c |    664852 |   42082   883370 |   94353   41193  1129940    27.4 |  0.702 % |
720.66	c |    997378 |   42117   883370 |  103788   74701  2158669    28.9 |  0.702 % |
1116.31	c |   1496167 |   41963   882451 |  114167   47984  1471319    30.7 |  1.489 % |
1511.72	c ==============================================================================
1511.72	c restarts              : 23
1511.72	c conflicts             : 1949569        (1307 /sec)
1511.72	c decisions             : 2838621        (1903 /sec)
1511.72	c propagations          : 468836293      (314280 /sec)
1511.72	c conflict literals     : 57861529       (45.04 % deleted)
1511.72	c Memory used           : 34.98 MB
1511.72	c CPU time              : 1491.78 s
1511.72	c 
1511.72	c SATISFIABLE
1511.73	c # SOLVE_SAT  END : SATISFIABLE (1499 seconds) [Mon Jan 29 20:21:58 2007]
1511.73	c # SOLVE_SAT  CPU : 1492.04 = 0 + 0 + 1491.78 + 0.26
1511.73	
1511.73	c # RESULT : SATISFIABLE
1511.73	
1511.73	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 20:21:58 2007]
1511.85	c BEGIN read SAT output /tmp/evaluation/208323-1170097006/sugar25192.out
1511.88	c END read SAT output (0.030621 seconds)
1511.88	c BEGIN write solution /tmp/evaluation/208323-1170097006/sugar25192.sol
1512.01	c END write solution (0.130833 seconds)
1512.02	s SATISFIABLE
1512.02	v 9 0 5 0 17 8 5 12 2 9 11 11 12 10 0 4 12 17 13 5 18 1 10 0 6 5 11 10 3 13 6 3 11 10 18 17 5 16 13 5
1512.02	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 20:21:58 2007]
1512.02	c # OUTPUT_SOL  CPU : 0.280000000000009 = 0 + 0 + 0.240000000000009 + 0.0399999999999999
1512.02	
1512.02	c # MAIN  END :  (1512 seconds) [Mon Jan 29 20:21:58 2007]
1512.02	c # MAIN  CPU : 1504.57 = 0.03 + 0.01 + 1503.81 + 0.72
1512.02	

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/node16/watcher-208323-1170097006 -o ROOT/results/node16/solver-208323-1170097006 -C 1800 -M 900 /tmp/evaluation/208323-1170097006/solver /tmp/evaluation/208323-1170097006 /tmp/evaluation/208323-1170097006/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: 1.82 1.96 2.33 5/87 25193
/proc/meminfo: memFree=1796384/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=6268 CPUtime=0
/proc/25192/stat : 25192 (sugar) R 25190 25192 25064 0 -1 4194304 311 0 0 0 0 0 0 0 20 0 1 0 29654959 6418432 47 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231959754121 0 0 4096 0 0 0 0 17 1 0 0
/proc/25192/statm: 1567 47 36 3 0 8 0

[startup+0.105324 s]
/proc/loadavg: 1.82 1.96 2.33 5/87 25193
/proc/meminfo: memFree=1796384/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=13724 CPUtime=0.04
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 29654959 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25192/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.513278 s]
/proc/loadavg: 1.82 1.96 2.33 5/87 25193
/proc/meminfo: memFree=1796384/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=13724 CPUtime=0.04
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29654959 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25192/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33619 s]
/proc/loadavg: 1.82 1.96 2.33 4/95 25209
/proc/meminfo: memFree=1774112/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=13724 CPUtime=0.66
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1190 7505 0 1 3 1 56 6 15 0 1 0 29654959 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25192/statm: 3431 809 371 3 0 531 0
[pid=25202] ppid=25192 vsize=807064 CPUtime=0.61
/proc/25202/stat : 25202 (java) R 25192 25192 25064 0 -1 0 7742 0 1 0 57 4 0 0 17 0 8 0 29655030 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073482407 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25202/statm: 201766 7490 1494 14 0 189044 0
[pid=25202/tid=25203] ppid=25192 vsize=807064 CPUtime=0.09
/proc/25202/task/25203/stat : 25203 (java) S 25192 25192 25064 0 -1 64 1688 0 0 0 9 0 0 0 16 0 8 0 29655033 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25204] ppid=25192 vsize=807064 CPUtime=0
/proc/25202/task/25204/stat : 25204 (java) S 25192 25192 25064 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29655034 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25205] ppid=25192 vsize=807064 CPUtime=0
/proc/25202/task/25205/stat : 25205 (java) S 25192 25192 25064 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29655034 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25206] ppid=25192 vsize=807064 CPUtime=0
/proc/25202/task/25206/stat : 25206 (java) S 25192 25192 25064 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29655037 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25207] ppid=25192 vsize=807064 CPUtime=0.06
/proc/25202/task/25207/stat : 25207 (java) R 25192 25192 25064 0 -1 64 292 0 0 0 6 0 0 0 19 0 8 0 29655037 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25208] ppid=25192 vsize=807064 CPUtime=0
/proc/25202/task/25208/stat : 25208 (java) S 25192 25192 25064 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29655037 826433536 7490 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25209] ppid=25192 vsize=807064 CPUtime=0
/proc/25202/task/25209/stat : 25209 (java) S 25192 25192 25064 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29655037 826433536 7490 18446744073709551615 134512640 134570532 4294956464 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+2.98901 s]
/proc/loadavg: 1.82 1.96 2.33 3/95 25209
/proc/meminfo: memFree=1755296/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=13724 CPUtime=0.66
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1190 7505 0 1 3 1 56 6 15 0 1 0 29654959 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25192/statm: 3431 809 371 3 0 531 0
[pid=25202] ppid=25192 vsize=807336 CPUtime=2.26
/proc/25202/stat : 25202 (java) R 25192 25192 25064 0 -1 0 14541 0 1 0 218 8 0 0 25 0 8 0 29655030 826712064 14261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25202/statm: 201834 14261 1506 14 0 189112 0
[pid=25202/tid=25203] ppid=25192 vsize=807336 CPUtime=0.55
/proc/25202/task/25203/stat : 25203 (java) R 25192 25192 25064 0 -1 64 8315 0 0 0 51 4 0 0 16 0 8 0 29655033 826712064 14261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153827329 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25204] ppid=25192 vsize=807336 CPUtime=0
/proc/25202/task/25204/stat : 25204 (java) S 25192 25192 25064 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29655034 826712064 14261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25205] ppid=25192 vsize=807336 CPUtime=0
/proc/25202/task/25205/stat : 25205 (java) S 25192 25192 25064 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29655034 826712064 14261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25206] ppid=25192 vsize=807336 CPUtime=0
/proc/25202/task/25206/stat : 25206 (java) S 25192 25192 25064 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29655037 826712064 14261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25207] ppid=25192 vsize=807336 CPUtime=0.14
/proc/25202/task/25207/stat : 25207 (java) S 25192 25192 25064 0 -1 64 399 0 0 0 14 0 0 0 16 0 8 0 29655037 826712064 14261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25208] ppid=25192 vsize=807336 CPUtime=0
/proc/25202/task/25208/stat : 25208 (java) S 25192 25192 25064 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29655037 826712064 14261 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25209] ppid=25192 vsize=807336 CPUtime=0
/proc/25202/task/25209/stat : 25209 (java) S 25192 25192 25064 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29655037 826712064 14261 18446744073709551615 134512640 134570532 4294956464 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) 821060

[startup+6.19866 s]
/proc/loadavg: 1.83 1.96 2.33 3/95 25209
/proc/meminfo: memFree=1697312/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=13724 CPUtime=0.66
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1190 7505 0 1 3 1 56 6 15 0 1 0 29654959 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25192/statm: 3431 809 371 3 0 531 0
[pid=25202] ppid=25192 vsize=807336 CPUtime=5.45
/proc/25202/stat : 25202 (java) R 25192 25192 25064 0 -1 0 28743 0 1 0 529 16 0 0 25 0 8 0 29655030 826712064 28390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073489623 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25202/statm: 201834 28390 1506 14 0 189112 0
[pid=25202/tid=25203] ppid=25192 vsize=807336 CPUtime=1.25
/proc/25202/task/25203/stat : 25203 (java) S 25192 25192 25064 0 -1 64 22440 0 0 0 114 11 0 0 16 0 8 0 29655033 826712064 28390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25204] ppid=25192 vsize=807336 CPUtime=0
/proc/25202/task/25204/stat : 25204 (java) S 25192 25192 25064 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29655034 826712064 28390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25205] ppid=25192 vsize=807336 CPUtime=0
/proc/25202/task/25205/stat : 25205 (java) S 25192 25192 25064 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29655034 826712064 28390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25206] ppid=25192 vsize=807336 CPUtime=0
/proc/25202/task/25206/stat : 25206 (java) S 25192 25192 25064 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29655037 826712064 28390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25207] ppid=25192 vsize=807336 CPUtime=0.14
/proc/25202/task/25207/stat : 25207 (java) S 25192 25192 25064 0 -1 64 403 0 0 0 14 0 0 0 16 0 8 0 29655037 826712064 28390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25208] ppid=25192 vsize=807336 CPUtime=0
/proc/25202/task/25208/stat : 25208 (java) S 25192 25192 25064 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29655037 826712064 28390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25202/tid=25209] ppid=25192 vsize=807336 CPUtime=0
/proc/25202/task/25209/stat : 25209 (java) S 25192 25192 25064 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29655037 826712064 28390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 821060

[startup+12.644 s]
/proc/loadavg: 1.85 1.96 2.33 3/88 25210
/proc/meminfo: memFree=1782488/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 15 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=6656 CPUtime=0.19
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 2222 0 0 0 18 1 0 0 21 0 1 0 29656203 6815744 1302 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/25210/statm: 1664 1302 52 112 0 1548 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 22572

[startup+25.4836 s]
/proc/loadavg: 1.88 1.96 2.32 3/88 25210
/proc/meminfo: memFree=1778784/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=10372 CPUtime=12.97
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 3133 0 0 0 1295 2 0 0 25 0 1 0 29656203 10620928 2213 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/25210/statm: 2593 2213 52 112 0 2477 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 26288

[startup+51.1557 s]
/proc/loadavg: 1.92 1.97 2.31 3/88 25210
/proc/meminfo: memFree=1776096/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=12968 CPUtime=38.53
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 3779 0 0 0 3850 3 0 0 25 0 1 0 29656203 13279232 2859 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528572 0 0 4096 3 0 0 0 17 1 0 0
/proc/25210/statm: 3242 2859 52 112 0 3126 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 28884

[startup+102.388 s]
/proc/loadavg: 1.96 1.97 2.29 3/88 25210
/proc/meminfo: memFree=1772128/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=16972 CPUtime=89.53
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 4767 0 0 0 8949 4 0 0 25 0 1 0 29656203 17379328 3847 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/25210/statm: 4243 3847 52 112 0 4127 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 32888

[startup+162.452 s]
/proc/loadavg: 1.98 1.97 2.27 3/88 25210
/proc/meminfo: memFree=1771232/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=17728 CPUtime=149.33
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 4927 0 0 0 14928 5 0 0 25 0 1 0 29656203 18153472 4007 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25210/statm: 4432 4007 52 112 0 4316 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 33644

[startup+222.513 s]
/proc/loadavg: 1.99 1.97 2.25 3/88 25210
/proc/meminfo: memFree=1768736/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=19944 CPUtime=209.12
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 5484 0 0 0 20906 6 0 0 25 0 1 0 29656203 20422656 4564 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134639845 0 0 4096 3 0 0 0 17 1 0 0
/proc/25210/statm: 4986 4564 52 112 0 4870 0
Current children cumulated CPU time (s) 221.41
Current children cumulated vsize (KiB) 35860

[startup+282.59 s]
/proc/loadavg: 2.10 2.00 2.25 3/94 25312
/proc/meminfo: memFree=1766032/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=20512 CPUtime=268.83
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 5628 0 0 0 26877 6 0 0 25 0 1 0 29656203 21004288 4708 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528771 0 0 4096 3 0 0 0 17 1 0 0
/proc/25210/statm: 5128 4708 52 112 0 5012 0
Current children cumulated CPU time (s) 281.12
Current children cumulated vsize (KiB) 36428

[startup+342.681 s]
/proc/loadavg: 2.04 2.00 2.23 3/94 25386
/proc/meminfo: memFree=1763536/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29

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

Current children cumulated CPU time (s) 639.95
Current children cumulated vsize (KiB) 42168

[startup+703.099 s]
/proc/loadavg: 2.02 2.01 2.15 3/95 25695
/proc/meminfo: memFree=1081776/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=26416 CPUtime=687.41
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 7054 0 0 0 68724 17 0 0 25 0 1 0 29656203 27049984 6134 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528433 0 0 4096 3 0 0 0 17 0 0 0
/proc/25210/statm: 6604 6134 52 112 0 6488 0
Current children cumulated CPU time (s) 699.7
Current children cumulated vsize (KiB) 42332

[startup+763.152 s]
/proc/loadavg: 2.01 2.00 2.14 3/95 25695
/proc/meminfo: memFree=1080816/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=27132 CPUtime=747.19
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 7228 0 0 0 74701 18 0 0 25 0 1 0 29656203 27783168 6308 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25210/statm: 6783 6308 52 112 0 6667 0
Current children cumulated CPU time (s) 759.48
Current children cumulated vsize (KiB) 43048

[startup+823.2 s]
/proc/loadavg: 2.04 2.01 2.13 3/95 25695
/proc/meminfo: memFree=1080304/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=27680 CPUtime=806.96
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 7333 0 0 0 80678 18 0 0 25 0 1 0 29656203 28344320 6413 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 0 0 0
/proc/25210/statm: 6920 6413 52 112 0 6804 0
Current children cumulated CPU time (s) 819.25
Current children cumulated vsize (KiB) 43596

[startup+883.249 s]
/proc/loadavg: 2.01 2.01 2.12 3/95 25695
/proc/meminfo: memFree=1080112/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=27812 CPUtime=866.7
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 7374 0 0 0 86652 18 0 0 25 0 1 0 29656203 28479488 6454 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528520 0 0 4096 3 0 0 0 17 0 0 0
/proc/25210/statm: 6953 6454 52 112 0 6837 0
Current children cumulated CPU time (s) 878.99
Current children cumulated vsize (KiB) 43728

[startup+943.272 s]
/proc/loadavg: 1.71 1.93 2.08 3/89 25937
/proc/meminfo: memFree=1764176/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=28468 CPUtime=926.48
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 7551 0 0 0 92626 22 0 0 25 0 1 0 29656203 29151232 6631 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25210/statm: 7117 6631 52 112 0 7001 0
Current children cumulated CPU time (s) 938.77
Current children cumulated vsize (KiB) 44384

[startup+1003.31 s]
/proc/loadavg: 1.93 1.95 2.08 3/89 25937
/proc/meminfo: memFree=1741904/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=28760 CPUtime=986.22
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 7630 0 0 0 98600 22 0 0 25 0 1 0 29656203 29450240 6710 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25210/statm: 7190 6710 52 112 0 7074 0
Current children cumulated CPU time (s) 998.51
Current children cumulated vsize (KiB) 44676

[startup+1063.36 s]
/proc/loadavg: 1.97 1.95 2.08 3/89 25937
/proc/meminfo: memFree=1731792/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=28920 CPUtime=1045.95
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 7657 0 0 0 104573 22 0 0 25 0 1 0 29656203 29614080 6737 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25210/statm: 7230 6737 52 112 0 7114 0
Current children cumulated CPU time (s) 1058.24
Current children cumulated vsize (KiB) 44836

[startup+1123.41 s]
/proc/loadavg: 1.99 1.96 2.07 3/89 25937
/proc/meminfo: memFree=1728016/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=30644 CPUtime=1105.71
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 8065 0 0 0 110548 23 0 0 25 0 1 0 29656203 31379456 7145 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528677 0 0 4096 3 0 0 0 17 0 0 0
/proc/25210/statm: 7661 7145 52 112 0 7545 0
Current children cumulated CPU time (s) 1118
Current children cumulated vsize (KiB) 46560

[startup+1183.45 s]
/proc/loadavg: 1.99 1.97 2.07 3/89 25937
/proc/meminfo: memFree=1726352/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=31048 CPUtime=1165.42
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 8163 0 0 0 116519 23 0 0 25 0 1 0 29656203 31793152 7243 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25210/statm: 7762 7243 52 112 0 7646 0
Current children cumulated CPU time (s) 1177.71
Current children cumulated vsize (KiB) 46964

[startup+1243.5 s]
/proc/loadavg: 1.99 1.97 2.06 3/89 25937
/proc/meminfo: memFree=1725584/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=31192 CPUtime=1225.17
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 8197 0 0 0 122494 23 0 0 25 0 1 0 29656203 31940608 7277 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528551 0 0 4096 3 0 0 0 17 0 0 0
/proc/25210/statm: 7798 7277 52 112 0 7682 0
Current children cumulated CPU time (s) 1237.46
Current children cumulated vsize (KiB) 47108

[startup+1303.55 s]
/proc/loadavg: 2.06 1.99 2.06 3/89 25937
/proc/meminfo: memFree=1724432/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=31760 CPUtime=1284.93
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 8347 0 0 0 128469 24 0 0 25 0 1 0 29656203 32522240 7427 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25210/statm: 7940 7427 52 112 0 7824 0
Current children cumulated CPU time (s) 1297.22
Current children cumulated vsize (KiB) 47676

[startup+1363.6 s]
/proc/loadavg: 2.02 1.99 2.05 3/89 25937
/proc/meminfo: memFree=1722512/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=33428 CPUtime=1344.65
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 8760 0 0 0 134441 24 0 0 25 0 1 0 29656203 34230272 7840 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528388 0 0 4096 3 0 0 0 17 0 0 0
/proc/25210/statm: 8357 7840 52 112 0 8241 0
Current children cumulated CPU time (s) 1356.94
Current children cumulated vsize (KiB) 49344

[startup+1423.65 s]
/proc/loadavg: 2.00 1.99 2.05 3/89 25937
/proc/meminfo: memFree=1717584/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=34216 CPUtime=1404.42
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 8953 0 0 0 140417 25 0 0 25 0 1 0 29656203 35037184 8025 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25210/statm: 8554 8025 52 112 0 8438 0
Current children cumulated CPU time (s) 1416.71
Current children cumulated vsize (KiB) 50132

[startup+1483.7 s]
/proc/loadavg: 2.00 1.99 2.04 3/89 25937
/proc/meminfo: memFree=1716368/2055920 swapFree=4192812/4192956
[pid=25192] ppid=25190 vsize=15916 CPUtime=12.29
/proc/25192/stat : 25192 (sugar) S 25190 25192 25064 0 -1 4194304 1849 62423 0 2 6 2 1179 42 16 0 1 0 29654959 16297984 1360 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25192/statm: 3979 1360 373 3 0 1079 0
[pid=25210] ppid=25192 vsize=34216 CPUtime=1464.17
/proc/25210/stat : 25210 (minisat) R 25192 25192 25064 0 -1 0 8956 0 0 0 146392 25 0 0 25 0 1 0 29656203 35037184 8028 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25210/statm: 8554 8028 52 112 0 8438 0
Current children cumulated CPU time (s) 1476.46
Current children cumulated vsize (KiB) 50132

Child status: 0
Real time (s): 1512.03
CPU time (s): 1504.64
CPU user time (s): 1503.88
CPU system time (s): 0.758884
CPU usage (%): 99.5113
Max. virtual memory (cumulated for all children) (KiB): 821312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1503.88
system time used= 0.758884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77816
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3634
involuntary context switches= 35669

runsolver used 1.85272 s user time and 4.55731 s system time

The end

Launcher Data (download as text)

Begin job on node16 on Mon Jan 29 18:56:46 UTC 2007


IDJOB= 208323
IDBENCH= 4371
IDSOLVER= 86
FILE ID= node16/208323-1170097006

PBS_JOBID= 3689457

Free space on /tmp= 66545 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  c1647d988ce01483a0a770c92877b2c9

RANDOM SEED= 70079351

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.281
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.281
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:       1796864 kB
Buffers:         35128 kB
Cached:          74216 kB
SwapCached:          0 kB
Active:         133964 kB
Inactive:        69900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1284 kB
Writeback:           0 kB
Mapped:         114240 kB
Slab:            40244 kB
Committed_AS:   341020 kB
PageTables:       2176 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= 66549 MiB



End job on node16 on Mon Jan 29 19:21:58 UTC 2007