Trace number 202630

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 1766.73 1774.92

General information on the benchmark

Namerandom/rand-2-40-19/
rand-2-40-19-443-230-1_ext.xml
MD5SUM745238c24d77c42b64b045bb1e956fec
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 benchmark28.1467
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints346
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension346
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.14	c # Sugar v0-40 (/tmp/evaluation/202630-1170095701/sugar-v0-40.jar)
0.14	
0.15	c # MAIN  BEGIN : /tmp/evaluation/202630-1170095701/unknown.xml [Mon Jan 29 19:35:01 2007]
0.15	c # CONVERT_XML  BEGIN : /tmp/evaluation/202630-1170095701/unknown.xml /tmp/evaluation/202630-1170095701/sugar24437.csp [Mon Jan 29 19:35:01 2007]
0.15	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202630-1170095701/sugar-v0-40.jar -convert /tmp/evaluation/202630-1170095701/unknown.xml /tmp/evaluation/202630-1170095701/sugar24437.csp
0.40	c BEGIN convert /tmp/evaluation/202630-1170095701/unknown.xml
0.95	c END convert (0.549703 seconds)
1.01	c # CONVERT_XML  END : /tmp/evaluation/202630-1170095701/sugar24437.csp 1108258 bytes (1 seconds) [Mon Jan 29 19:35:02 2007]
1.01	c # CONVERT_XML  CPU : 0.62 = 0 + 0 + 0.56 + 0.06
1.01	
1.01	c # GENERATE_SAT  BEGIN : /tmp/evaluation/202630-1170095701/sugar24437.bcnf [Mon Jan 29 19:35:02 2007]
1.01	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/202630-1170095701/sugar-v0-40.jar -bcnf -map /tmp/evaluation/202630-1170095701/sugar24437.map /tmp/evaluation/202630-1170095701/sugar24437.csp /tmp/evaluation/202630-1170095701/sugar24437.bcnf
1.13	c BEGIN parse /tmp/evaluation/202630-1170095701/sugar24437.csp
11.47	c END parse (10.331682 seconds)
11.47	c BEGIN simplify
11.53	c END simplify (0.067277 seconds)
11.53	c BEGIN encode /tmp/evaluation/202630-1170095701/sugar24437.bcnf
12.05	c END encode (0.520033 seconds)
12.16	c # GENERATE_SAT  END : 4574 variables 42250 clauses 3724872 bytes (11 seconds) [Mon Jan 29 19:35:13 2007]
12.16	c # GENERATE_SAT  CPU : 10.93 = 0.03 + 0.01 + 10.56 + 0.33
12.16	
12.16	c # SOLVE_SAT  BEGIN : /tmp/evaluation/202630-1170095701/sugar24437.bcnf [Mon Jan 29 19:35:13 2007]
12.16	c # CMD : /tmp/evaluation/202630-1170095701/minisat /tmp/evaluation/202630-1170095701/sugar24437.bcnf /tmp/evaluation/202630-1170095701/sugar24437.out
12.25	c ==================================[MINISAT]===================================
12.25	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
12.25	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
12.25	c ==============================================================================
12.25	c |         0 |   42250   888962 |   14083       0        0     nan |  0.000 % |
12.26	c |       110 |   42250   888962 |   15491     110    13422   122.0 |  0.000 % |
12.30	c |       261 |   42250   888962 |   17040     261    15374    58.9 |  0.000 % |
12.33	c |       486 |   42251   888962 |   18744     485    17672    36.4 |  0.000 % |
12.40	c |       823 |   42251   888962 |   20618     822    21283    25.9 |  0.001 % |
12.48	c |      1329 |   42253   888962 |   22680    1326    26441    19.9 |  0.001 % |
12.63	c |      2088 |   42253   888962 |   24948    2085    35281    16.9 |  0.000 % |
12.85	c |      3227 |   42253   888962 |   27443    3224    48453    15.0 |  0.001 % |
13.21	c |      4935 |   42254   888962 |   30188    4931    69952    14.2 |  0.000 % |
13.79	c |      7498 |   42256   888962 |   33206    7492   102621    13.7 |  0.001 % |
14.67	c |     11342 |   42257   888962 |   36527   11335   153471    13.5 |  0.001 % |
16.62	c |     17108 |   42260   888962 |   40180   17098   254997    14.9 |  0.001 % |
19.46	c |     25757 |   42267   888962 |   44198   25740   397912    15.5 |  0.000 % |
25.76	c |     38731 |   42273   888962 |   48618   38708   671672    17.4 |  0.001 % |
34.31	c |     58192 |   42284   888962 |   53480   22333   481230    21.5 |  0.000 % |
49.38	c |     87385 |   42297   888962 |   58828   51513  1403781    27.3 |  0.000 % |
76.13	c |    131175 |   42313   888962 |   64711   52236  1418375    27.2 |  0.002 % |
114.30	c |    196860 |   42194   888331 |   71182   52696  1605357    30.5 |  0.809 % |
185.68	c |    295387 |   42216   888331 |   78300   44070  1678420    38.1 |  0.809 % |
288.24	c |    443177 |   42108   887218 |   86130   44170  1780389    40.3 |  1.268 % |
454.53	c |    664861 |   42000   886608 |   94743   39761  1911377    48.1 |  2.121 % |
737.90	c |    997386 |   42031   886608 |  104217   71671  2202882    30.7 |  2.121 % |
1189.57	c |   1496174 |   42067   886608 |  114639   54266  2242894    41.3 |  2.121 % |
1774.90	c ==============================================================================
1774.90	c restarts              : 23
1774.90	c conflicts             : 2083360        (1188 /sec)
1774.90	c decisions             : 3309053        (1886 /sec)
1774.90	c propagations          : 465275611      (265209 /sec)
1774.90	c conflict literals     : 83296794       (48.37 % deleted)
1774.90	c Memory used           : 37.08 MB
1774.90	c CPU time              : 1754.37 s
1774.90	c 
1774.90	c UNSATISFIABLE
1774.91	c # SOLVE_SAT  END : UNSATISFIABLE (1763 seconds) [Mon Jan 29 20:04:36 2007]
1774.91	c # SOLVE_SAT  CPU : 1755.11 = 0 + 0 + 1754.37 + 0.74
1774.91	
1774.91	c # RESULT : UNSATISFIABLE
1774.91	
1774.91	c # OUTPUT_SOL  BEGIN : UNSAT  [Mon Jan 29 20:04:36 2007]
1774.91	s UNSATISFIABLE
1774.91	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 20:04:36 2007]
1774.91	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
1774.91	
1774.91	c # MAIN  END :  (1775 seconds) [Mon Jan 29 20:04:36 2007]
1774.91	c # MAIN  CPU : 1766.66 = 0.03 + 0.01 + 1765.49 + 1.13
1774.91	

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/node19/watcher-202630-1170095701 -o ROOT/results/node19/solver-202630-1170095701 -C 1800 -M 900 /tmp/evaluation/202630-1170095701/solver /tmp/evaluation/202630-1170095701 /tmp/evaluation/202630-1170095701/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.00 2.29 2.64 5/95 24438
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=18540 CPUtime=0
/proc/24437/stat : 24437 (runsolver) R 24435 24437 23617 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 29524098 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 255236566311 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24437/statm: 4635 279 244 17 0 2626 0

[startup+0.111035 s]
/proc/loadavg: 2.00 2.29 2.64 5/95 24438
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=12668 CPUtime=0
/proc/24437/stat : 24437 (sugar) D 24435 24437 23617 0 -1 4194304 776 0 4 0 0 0 0 0 18 0 1 0 29524098 12972032 499 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/24437/statm: 3167 499 315 3 0 267 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12668

[startup+0.519079 s]
/proc/loadavg: 2.00 2.29 2.64 5/95 24438
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=13724 CPUtime=0.03
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1117 0 4 0 3 0 0 0 15 0 1 0 29524098 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24437/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34217 s]
/proc/loadavg: 2.00 2.29 2.64 3/103 24454
/proc/meminfo: memFree=32080/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=13724 CPUtime=0.65
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1186 7476 4 35 3 0 56 6 15 0 1 0 29524098 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24437/statm: 3431 809 371 3 0 531 0
[pid=24447] ppid=24437 vsize=807064 CPUtime=0.31
/proc/24447/stat : 24447 (java) R 24437 24437 23617 0 -1 0 6356 0 1 0 28 3 0 0 20 0 8 0 29524199 826433536 6106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24447/statm: 201766 6106 1491 14 0 189044 0
[pid=24447/tid=24448] ppid=24437 vsize=807064 CPUtime=0.01
/proc/24447/task/24448/stat : 24448 (java) R 24437 24437 23617 0 -1 64 306 0 0 0 1 0 0 0 16 0 8 0 29524203 826433536 6106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153822822 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24449] ppid=24437 vsize=807064 CPUtime=0
/proc/24447/task/24449/stat : 24449 (java) S 24437 24437 23617 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 29524203 826433536 6106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24450] ppid=24437 vsize=807064 CPUtime=0
/proc/24447/task/24450/stat : 24450 (java) S 24437 24437 23617 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 29524203 826433536 6106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24451] ppid=24437 vsize=807064 CPUtime=0
/proc/24447/task/24451/stat : 24451 (java) S 24437 24437 23617 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29524206 826433536 6106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24452] ppid=24437 vsize=807064 CPUtime=0.05
/proc/24447/task/24452/stat : 24452 (java) S 24437 24437 23617 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29524206 826433536 6106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24453] ppid=24437 vsize=807064 CPUtime=0
/proc/24447/task/24453/stat : 24453 (java) S 24437 24437 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29524206 826433536 6106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24454] ppid=24437 vsize=807064 CPUtime=0
/proc/24447/task/24454/stat : 24454 (java) S 24437 24437 23617 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29524206 826433536 6106 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 820788

[startup+2.99535 s]
/proc/loadavg: 2.16 2.32 2.64 3/103 24454
/proc/meminfo: memFree=16016/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=13724 CPUtime=0.65
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1186 7476 4 35 3 0 56 6 15 0 1 0 29524098 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24437/statm: 3431 809 371 3 0 531 0
[pid=24447] ppid=24437 vsize=807328 CPUtime=1.94
/proc/24447/stat : 24447 (java) R 24437 24437 23617 0 -1 0 12296 0 1 0 188 6 0 0 25 0 8 0 29524199 826703872 12033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073598621 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24447/statm: 201832 12033 1506 14 0 189110 0
[pid=24447/tid=24448] ppid=24437 vsize=807328 CPUtime=0.4
/proc/24447/task/24448/stat : 24448 (java) S 24437 24437 23617 0 -1 64 6086 0 0 0 38 2 0 0 16 0 8 0 29524203 826703872 12033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24449] ppid=24437 vsize=807328 CPUtime=0
/proc/24447/task/24449/stat : 24449 (java) S 24437 24437 23617 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29524203 826703872 12033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24450] ppid=24437 vsize=807328 CPUtime=0
/proc/24447/task/24450/stat : 24450 (java) S 24437 24437 23617 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29524203 826703872 12033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24451] ppid=24437 vsize=807328 CPUtime=0
/proc/24447/task/24451/stat : 24451 (java) S 24437 24437 23617 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29524206 826703872 12033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24452] ppid=24437 vsize=807328 CPUtime=0.13
/proc/24447/task/24452/stat : 24452 (java) S 24437 24437 23617 0 -1 64 400 0 0 0 13 0 0 0 16 0 8 0 29524206 826703872 12033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24453] ppid=24437 vsize=807328 CPUtime=0
/proc/24447/task/24453/stat : 24453 (java) S 24437 24437 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29524206 826703872 12033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24454] ppid=24437 vsize=807328 CPUtime=0
/proc/24447/task/24454/stat : 24454 (java) S 24437 24437 23617 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29524206 826703872 12033 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 821052

[startup+6.21871 s]
/proc/loadavg: 2.16 2.32 2.64 3/103 24454
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=13724 CPUtime=0.65
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1186 7476 4 35 3 0 56 6 15 0 1 0 29524098 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24437/statm: 3431 809 371 3 0 531 0
[pid=24447] ppid=24437 vsize=807328 CPUtime=5.09
/proc/24447/stat : 24447 (java) R 24437 24437 23617 0 -1 0 35098 0 1 0 493 16 0 0 25 0 8 0 29524199 826703872 34735 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073631424 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24447/statm: 201832 34735 1506 14 0 189110 0
[pid=24447/tid=24448] ppid=24437 vsize=807328 CPUtime=1.38
/proc/24447/task/24448/stat : 24448 (java) S 24437 24437 23617 0 -1 64 28784 0 0 0 127 11 0 0 16 0 8 0 29524203 826703872 34735 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24449] ppid=24437 vsize=807328 CPUtime=0
/proc/24447/task/24449/stat : 24449 (java) S 24437 24437 23617 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29524203 826703872 34735 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24450] ppid=24437 vsize=807328 CPUtime=0
/proc/24447/task/24450/stat : 24450 (java) S 24437 24437 23617 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29524203 826703872 34735 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24451] ppid=24437 vsize=807328 CPUtime=0
/proc/24447/task/24451/stat : 24451 (java) S 24437 24437 23617 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29524206 826703872 34735 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24452] ppid=24437 vsize=807328 CPUtime=0.13
/proc/24447/task/24452/stat : 24452 (java) S 24437 24437 23617 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 29524206 826703872 34735 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24453] ppid=24437 vsize=807328 CPUtime=0
/proc/24447/task/24453/stat : 24453 (java) S 24437 24437 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29524206 826703872 34735 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24447/tid=24454] ppid=24437 vsize=807328 CPUtime=0
/proc/24447/task/24454/stat : 24454 (java) S 24437 24437 23617 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29524206 826703872 34735 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 821052

[startup+12.6694 s]
/proc/loadavg: 2.21 2.32 2.64 3/96 24455
/proc/meminfo: memFree=216584/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 15 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=6772 CPUtime=0.49
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 2267 0 0 0 49 0 0 0 22 0 1 0 29525314 6934528 1342 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 1 0 0
/proc/24455/statm: 1693 1342 52 112 0 1577 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 22688

[startup+25.5088 s]
/proc/loadavg: 2.18 2.31 2.63 3/96 24455
/proc/meminfo: memFree=153672/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=10648 CPUtime=13.19
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 3206 0 0 0 1315 4 0 0 25 0 1 0 29525314 10903552 2281 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527235 0 0 4096 3 0 0 0 17 1 0 0
/proc/24455/statm: 2662 2281 52 112 0 2546 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 26564

[startup+51.1986 s]
/proc/loadavg: 2.11 2.29 2.62 3/96 24455
/proc/meminfo: memFree=24200/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=14796 CPUtime=38.63
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 4244 0 0 0 3856 7 0 0 25 0 1 0 29525314 15151104 3319 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 1 0 0
/proc/24455/statm: 3699 3319 52 112 0 3583 0
Current children cumulated CPU time (s) 50.21
Current children cumulated vsize (KiB) 30712

[startup+102.461 s]
/proc/loadavg: 2.09 2.25 2.58 3/96 24457
/proc/meminfo: memFree=15176/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=16772 CPUtime=89.4
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 4713 0 0 0 8928 12 0 0 25 0 1 0 29525314 17174528 3788 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/24455/statm: 4193 3788 52 112 0 4077 0
Current children cumulated CPU time (s) 100.98
Current children cumulated vsize (KiB) 32688

[startup+162.464 s]
/proc/loadavg: 2.12 2.23 2.55 3/96 24457
/proc/meminfo: memFree=14856/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=22044 CPUtime=148.83
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 6033 0 0 0 14864 19 0 0 25 0 1 0 29525314 22573056 5108 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 1 0 0
/proc/24455/statm: 5511 5108 52 112 0 5395 0
Current children cumulated CPU time (s) 160.41
Current children cumulated vsize (KiB) 37960

[startup+222.52 s]
/proc/loadavg: 2.18 2.22 2.53 4/95 24515
/proc/meminfo: memFree=1788304/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=23652 CPUtime=208.38
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 6444 0 0 0 20811 27 0 0 25 0 1 0 29525314 24219648 5519 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134518872 0 0 4096 3 0 0 0 17 0 0 0
/proc/24455/statm: 5913 5519 52 112 0 5797 0
Current children cumulated CPU time (s) 219.96
Current children cumulated vsize (KiB) 39568

[startup+282.542 s]
/proc/loadavg: 2.33 2.26 2.52 3/95 24523
/proc/meminfo: memFree=1181968/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=23792 CPUtime=268.31
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 6467 0 0 0 26804 27 0 0 25 0 1 0 29525314 24363008 5542 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24455/statm: 5948 5542 52 112 0 5832 0
Current children cumulated CPU time (s) 279.89
Current children cumulated vsize (KiB) 39708

[startup+342.546 s]
/proc/loadavg: 2.16 2.23 2.49 3/95 24523
/proc/meminfo: memFree=1179536/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58

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

Current children cumulated CPU time (s) 878.41
Current children cumulated vsize (KiB) 47612

[startup+943.122 s]
/proc/loadavg: 2.02 2.07 2.26 3/95 24675
/proc/meminfo: memFree=1722128/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=35252 CPUtime=926.54
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 9304 0 0 0 92614 40 0 0 25 0 1 0 29525314 36098048 8379 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528768 0 0 4096 3 0 0 0 17 0 0 0
/proc/24455/statm: 8813 8379 52 112 0 8697 0
Current children cumulated CPU time (s) 938.12
Current children cumulated vsize (KiB) 51168

[startup+1003.13 s]
/proc/loadavg: 2.22 2.13 2.27 3/95 24683
/proc/meminfo: memFree=1158416/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=35412 CPUtime=986.32
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 9330 0 0 0 98591 41 0 0 25 0 1 0 29525314 36261888 8405 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/24455/statm: 8853 8405 52 112 0 8737 0
Current children cumulated CPU time (s) 997.9
Current children cumulated vsize (KiB) 51328

[startup+1063.14 s]
/proc/loadavg: 2.08 2.10 2.25 3/95 24683
/proc/meminfo: memFree=1158288/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=35412 CPUtime=1045.97
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 9331 0 0 0 104556 41 0 0 25 0 1 0 29525314 36261888 8406 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24455/statm: 8853 8406 52 112 0 8737 0
Current children cumulated CPU time (s) 1057.55
Current children cumulated vsize (KiB) 51328

[startup+1123.14 s]
/proc/loadavg: 2.03 2.08 2.23 3/95 24683
/proc/meminfo: memFree=1158096/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=35568 CPUtime=1105.66
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 9357 0 0 0 110525 41 0 0 25 0 1 0 29525314 36421632 8432 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24455/statm: 8892 8432 52 112 0 8776 0
Current children cumulated CPU time (s) 1117.24
Current children cumulated vsize (KiB) 51484

[startup+1183.15 s]
/proc/loadavg: 2.01 2.06 2.22 3/95 24683
/proc/meminfo: memFree=1155984/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=37520 CPUtime=1165.35
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 9863 0 0 0 116493 42 0 0 25 0 1 0 29525314 38420480 8938 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528768 0 0 4096 3 0 0 0 17 0 0 0
/proc/24455/statm: 9380 8938 52 112 0 9264 0
Current children cumulated CPU time (s) 1176.93
Current children cumulated vsize (KiB) 53436

[startup+1243.25 s]
/proc/loadavg: 2.00 2.05 2.20 3/95 24683
/proc/meminfo: memFree=1155728/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=37852 CPUtime=1225.09
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 9911 0 0 0 122467 42 0 0 25 0 1 0 29525314 38760448 8986 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528704 0 0 4096 3 0 0 0 17 0 0 0
/proc/24455/statm: 9463 8986 52 112 0 9347 0
Current children cumulated CPU time (s) 1236.67
Current children cumulated vsize (KiB) 53768

[startup+1303.33 s]
/proc/loadavg: 2.04 2.04 2.18 3/96 24809
/proc/meminfo: memFree=1671560/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=37852 CPUtime=1285.02
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 9922 0 0 0 128456 46 0 0 25 0 1 0 29525314 38760448 8997 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527267 0 0 4096 3 0 0 0 17 0 0 0
/proc/24455/statm: 9463 8997 52 112 0 9347 0
Current children cumulated CPU time (s) 1296.6
Current children cumulated vsize (KiB) 53768

[startup+1363.41 s]
/proc/loadavg: 2.15 2.07 2.18 3/89 24810
/proc/meminfo: memFree=1789056/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=37852 CPUtime=1345.03
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 9944 0 0 0 134457 46 0 0 25 0 1 0 29525314 38760448 9019 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527110 0 0 4096 3 0 0 0 17 0 0 0
/proc/24455/statm: 9463 9019 52 112 0 9347 0
Current children cumulated CPU time (s) 1356.61
Current children cumulated vsize (KiB) 53768

[startup+1423.49 s]
/proc/loadavg: 2.06 2.06 2.17 3/89 24810
/proc/meminfo: memFree=1784512/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=38040 CPUtime=1405.04
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 9967 0 0 0 140458 46 0 0 25 0 1 0 29525314 38952960 9042 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528418 0 0 4096 3 0 0 0 17 0 0 0
/proc/24455/statm: 9510 9042 52 112 0 9394 0
Current children cumulated CPU time (s) 1416.62
Current children cumulated vsize (KiB) 53956

[startup+1483.58 s]
/proc/loadavg: 2.02 2.04 2.16 3/89 24810
/proc/meminfo: memFree=1780992/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=38040 CPUtime=1465.07
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 9969 0 0 0 146460 47 0 0 25 0 1 0 29525314 38952960 9044 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24455/statm: 9510 9044 52 112 0 9394 0
Current children cumulated CPU time (s) 1476.65
Current children cumulated vsize (KiB) 53956

[startup+1543.59 s]
/proc/loadavg: 2.00 2.03 2.15 3/89 24810
/proc/meminfo: memFree=1778368/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=38040 CPUtime=1525.03
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 9970 0 0 0 152456 47 0 0 25 0 1 0 29525314 38952960 9045 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/24455/statm: 9510 9045 52 112 0 9394 0
Current children cumulated CPU time (s) 1536.61
Current children cumulated vsize (KiB) 53956

[startup+1603.67 s]
/proc/loadavg: 2.44 2.12 2.17 4/101 24991
/proc/meminfo: memFree=1476736/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=38040 CPUtime=1584.78
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 9985 0 0 0 158413 65 0 0 25 0 1 0 29525314 38952960 9060 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24455/statm: 9510 9060 52 112 0 9394 0
Current children cumulated CPU time (s) 1596.36
Current children cumulated vsize (KiB) 53956

[startup+1663.7 s]
/proc/loadavg: 2.60 2.23 2.20 4/95 25079
/proc/meminfo: memFree=1449664/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=38396 CPUtime=1644.42
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 10038 0 0 0 164370 72 0 0 25 0 1 0 29525314 39317504 9113 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528543 0 0 4096 3 0 0 0 17 1 0 0
/proc/24455/statm: 9599 9113 52 112 0 9483 0
Current children cumulated CPU time (s) 1656
Current children cumulated vsize (KiB) 54312

[startup+1723.7 s]
/proc/loadavg: 2.75 2.34 2.24 4/95 25079
/proc/meminfo: memFree=1437136/2055920 swapFree=4192812/4192956
[pid=24437] ppid=24435 vsize=15916 CPUtime=11.58
/proc/24437/stat : 24437 (sugar) S 24435 24437 23617 0 -1 4194304 1832 62209 4 38 6 1 1112 39 16 0 1 0 29524098 16297984 1347 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24437/statm: 3979 1347 373 3 0 1079 0
[pid=24455] ppid=24437 vsize=38396 CPUtime=1704.15
/proc/24455/stat : 24455 (minisat) R 24437 24437 23617 0 -1 0 10058 0 0 0 170342 73 0 0 25 0 1 0 29525314 39317504 9133 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24455/statm: 9599 9133 52 112 0 9483 0
Current children cumulated CPU time (s) 1715.73
Current children cumulated vsize (KiB) 54312

Child status: 0
Real time (s): 1774.92
CPU time (s): 1766.73
CPU user time (s): 1765.57
CPU system time (s): 1.15782
CPU usage (%): 99.5384
Max. virtual memory (cumulated for all children) (KiB): 821304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1765.57
system time used= 1.15782
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74201
page faults= 42
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3428
involuntary context switches= 60444

runsolver used 2.04869 s user time and 5.83111 s system time

The end

Launcher Data (download as text)

Begin job on node19 on Mon Jan 29 18:35:01 UTC 2007


IDJOB= 202630
IDBENCH= 3870
IDSOLVER= 86
FILE ID= node19/202630-1170095701

PBS_JOBID= 3689401

Free space on /tmp= 44560 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  745238c24d77c42b64b045bb1e956fec

RANDOM SEED= 129060983

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.214
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	: 5931.00
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.214
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:         15792 kB
Buffers:          6212 kB
Cached:        1818296 kB
SwapCached:          0 kB
Active:         152272 kB
Inactive:      1792524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15792 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          796116 kB
Writeback:           0 kB
Mapped:         145800 kB
Slab:            80024 kB
Committed_AS:   476368 kB
PageTables:       2356 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= 66554 MiB



End job on node19 on Mon Jan 29 19:04:36 UTC 2007