Trace number 195461

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 754.26 758.359

General information on the benchmark

Namefrb/frb40-19/
frb40-19-2-mgd_ext.xml
MD5SUM6bad571a095fb43c53fe636cdd1c60bc
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 benchmark1.45678
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints321
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension321
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/195461-1170092199/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/195461-1170092199/unknown.xml [Mon Jan 29 18:36:52 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/195461-1170092199/unknown.xml /tmp/evaluation/195461-1170092199/sugar15800.csp [Mon Jan 29 18:36:52 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/195461-1170092199/sugar-v0-40.jar -convert /tmp/evaluation/195461-1170092199/unknown.xml /tmp/evaluation/195461-1170092199/sugar15800.csp
0.44	c BEGIN convert /tmp/evaluation/195461-1170092199/unknown.xml
0.97	c END convert (0.527918 seconds)
1.02	c # CONVERT_XML  END : /tmp/evaluation/195461-1170092199/sugar15800.csp 1084114 bytes (1 seconds) [Mon Jan 29 18:36:53 2007]
1.02	c # CONVERT_XML  CPU : 0.01 = 0 + 0.01 + 0 + 0
1.02	
1.02	c # GENERATE_SAT  BEGIN : /tmp/evaluation/195461-1170092199/sugar15800.bcnf [Mon Jan 29 18:36:53 2007]
1.02	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/195461-1170092199/sugar-v0-40.jar -bcnf -map /tmp/evaluation/195461-1170092199/sugar15800.map /tmp/evaluation/195461-1170092199/sugar15800.csp /tmp/evaluation/195461-1170092199/sugar15800.bcnf
1.13	c BEGIN parse /tmp/evaluation/195461-1170092199/sugar15800.csp
12.75	c END parse (11.623394 seconds)
12.75	c BEGIN simplify
12.82	c END simplify (0.066766 seconds)
12.82	c BEGIN encode /tmp/evaluation/195461-1170092199/sugar15800.bcnf
13.35	c END encode (0.527084 seconds)
13.45	c # GENERATE_SAT  END : 5792 variables 43837 clauses 4405348 bytes (12 seconds) [Mon Jan 29 18:37:05 2007]
13.45	c # GENERATE_SAT  CPU : 12.32 = 0.04 + 0 + 11.94 + 0.34
13.45	
13.45	c # SOLVE_SAT  BEGIN : /tmp/evaluation/195461-1170092199/sugar15800.bcnf [Mon Jan 29 18:37:05 2007]
13.45	c # CMD : /tmp/evaluation/195461-1170092199/minisat /tmp/evaluation/195461-1170092199/sugar15800.bcnf /tmp/evaluation/195461-1170092199/sugar15800.out
13.55	c ==================================[MINISAT]===================================
13.55	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
13.55	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
13.55	c ==============================================================================
13.55	c |         0 |   43837  1057492 |   14612       0        0     nan |  0.000 % |
13.59	c |       101 |   43837  1057492 |   16073     101     3037    30.1 |  0.000 % |
13.63	c |       252 |   43838  1057492 |   17680     251     4879    19.4 |  0.000 % |
13.68	c |       478 |   43840  1057492 |   19448     475     8940    18.8 |  0.001 % |
13.75	c |       815 |   43841  1057492 |   21393     811    13268    16.4 |  0.001 % |
13.91	c |      1323 |   43841  1057492 |   23532    1319    21232    16.1 |  0.000 % |
14.11	c |      2083 |   43842  1057492 |   25886    2078    33568    16.2 |  0.001 % |
14.39	c |      3223 |   43843  1057492 |   28474    3217    54536    17.0 |  0.001 % |
14.84	c |      4931 |   43843  1057492 |   31322    4925    76935    15.6 |  0.000 % |
15.54	c |      7493 |   43845  1057492 |   34454    7485   125737    16.8 |  0.000 % |
16.90	c |     11338 |   43846  1057492 |   37899   11329   216347    19.1 |  0.000 % |
18.94	c |     17106 |   43850  1057492 |   41689   17093   339909    19.9 |  0.000 % |
22.25	c |     25756 |   43856  1057492 |   45858   25737   525253    20.4 |  0.000 % |
29.40	c |     38730 |   43857  1057492 |   50444   38710   825625    21.3 |  0.000 % |
41.33	c |     58191 |   43870  1057492 |   55489   22717   489626    21.6 |  0.000 % |
62.30	c |     87383 |   43881  1057492 |   61037   51898  1240612    23.9 |  0.001 % |
86.56	c |    131172 |   43783  1056489 |   67141   33885   820601    24.2 |  0.052 % |
126.98	c |    196857 |   43794  1056489 |   73855   47807  1252565    26.2 |  0.052 % |
197.70	c |    295384 |   43819  1056489 |   81241   32264   677483    21.0 |  0.053 % |
305.74	c |    443174 |   43673  1055533 |   89365   26100   945969    36.2 |  0.898 % |
486.96	c |    664858 |   43291  1049771 |   98302   46107  1693691    36.7 |  1.847 % |
757.93	c ==============================================================================
757.93	c restarts              : 21
757.93	c conflicts             : 965136         (1303 /sec)
757.93	c decisions             : 1744409        (2354 /sec)
757.93	c propagations          : 244575757      (330112 /sec)
757.93	c conflict literals     : 31698634       (51.52 % deleted)
757.93	c Memory used           : 28.12 MB
757.93	c CPU time              : 740.887 s
757.93	c 
757.93	c SATISFIABLE
757.94	c # SOLVE_SAT  END : SATISFIABLE (745 seconds) [Mon Jan 29 18:49:30 2007]
757.94	c # SOLVE_SAT  CPU : 741 = 0.01 + 0 + 740.89 + 0.1
757.94	
757.94	c # RESULT : SATISFIABLE
757.94	
757.94	c # OUTPUT_SOL  BEGIN : SAT  [Mon Jan 29 18:49:30 2007]
758.12	c BEGIN read SAT output /tmp/evaluation/195461-1170092199/sugar15800.out
758.16	c END read SAT output (0.034956 seconds)
758.16	c BEGIN write solution /tmp/evaluation/195461-1170092199/sugar15800.sol
758.31	c END write solution (0.14772 seconds)
758.35	s SATISFIABLE
758.35	v 7 18 14 4 1 12 10 18 13 2 11 10 8 16 1 9 11 5 5 17 5 13 6 0 3 18 1 14 15 9 2 12 11 2 6 14 4 11 7 11
758.35	c # OUTPUT_SOL  END :  (0 seconds) [Mon Jan 29 18:49:30 2007]
758.35	c # OUTPUT_SOL  CPU : 0 = 0 + 0 + 0 + 0
758.35	
758.35	c # MAIN  END :  (758 seconds) [Mon Jan 29 18:49:30 2007]
758.35	c # MAIN  CPU : 753.33 = 0.05 + 0.01 + 752.83 + 0.44
758.35	

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/node56/watcher-195461-1170092199 -o ROOT/results/node56/solver-195461-1170092199 -C 1800 -M 900 /tmp/evaluation/195461-1170092199/solver /tmp/evaluation/195461-1170092199 /tmp/evaluation/195461-1170092199/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.12 1.77 1.91 4/68 15801
/proc/meminfo: memFree=1616344/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=12268 CPUtime=0
/proc/15800/stat : 15800 (sugar) R 15798 15800 15673 0 -1 4194304 586 0 0 0 0 0 0 0 18 0 1 0 29177717 12562432 306 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253320676546 0 0 4224 0 0 0 0 17 1 0 0
/proc/15800/statm: 3067 315 241 3 0 167 0

[startup+0.107309 s]
/proc/loadavg: 1.12 1.77 1.91 4/68 15801
/proc/meminfo: memFree=1616344/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=13724 CPUtime=0.04
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1112 0 0 0 3 1 0 0 18 0 1 0 29177717 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15800/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.51735 s]
/proc/loadavg: 1.12 1.77 1.91 4/68 15801
/proc/meminfo: memFree=1616344/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=13724 CPUtime=0.04
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29177717 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15800/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34243 s]
/proc/loadavg: 1.12 1.77 1.91 3/77 15817
/proc/meminfo: memFree=1590928/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=13724 CPUtime=0.04
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 29177717 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15800/statm: 3431 809 371 3 0 531 0
[pid=15802] ppid=15800 vsize=0 CPUtime=0.61
/proc/15802/stat : 15802 (java) Z 15800 15800 15673 0 -1 1036 7422 0 73 0 54 7 0 0 16 0 1 0 29177722 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15802/statm: 0 0 0 0 0 0 0
[pid=15810] ppid=15800 vsize=807064 CPUtime=0.3
/proc/15810/stat : 15810 (java) S 15800 15800 15673 0 -1 0 6505 0 3 0 28 2 0 0 17 0 8 0 29177819 826433536 6258 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15810/statm: 201766 6259 1491 14 0 189044 0
[pid=15810/tid=15811] ppid=15800 vsize=807064 CPUtime=0.02
/proc/15810/task/15811/stat : 15811 (java) R 15800 15800 15673 0 -1 64 461 0 0 0 2 0 0 0 17 0 8 0 29177822 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15810/tid=15812] ppid=15800 vsize=807064 CPUtime=0
/proc/15810/task/15812/stat : 15812 (java) S 15800 15800 15673 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 29177822 826433536 6259 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15813] ppid=15800 vsize=807064 CPUtime=0
/proc/15810/task/15813/stat : 15813 (java) S 15800 15800 15673 0 -1 64 3 0 0 0 0 0 0 0 20 0 8 0 29177822 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15814] ppid=15800 vsize=807064 CPUtime=0
/proc/15810/task/15814/stat : 15814 (java) S 15800 15800 15673 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 29177825 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15815] ppid=15800 vsize=807064 CPUtime=0.05
/proc/15810/task/15815/stat : 15815 (java) S 15800 15800 15673 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29177825 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15810/tid=15816] ppid=15800 vsize=807064 CPUtime=0
/proc/15810/task/15816/stat : 15816 (java) S 15800 15800 15673 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 29177825 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15817] ppid=15800 vsize=807064 CPUtime=0
/proc/15810/task/15817/stat : 15817 (java) S 15800 15800 15673 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29177825 826433536 6260 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 820788

[startup+2.9906 s]
/proc/loadavg: 1.12 1.77 1.91 2/77 15817
/proc/meminfo: memFree=1558672/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=13724 CPUtime=0.04
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 29177717 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15800/statm: 3431 809 371 3 0 531 0
[pid=15802] ppid=15800 vsize=0 CPUtime=0.61
/proc/15802/stat : 15802 (java) Z 15800 15800 15673 0 -1 1036 7422 0 73 0 54 7 0 0 16 0 1 0 29177722 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15802/statm: 0 0 0 0 0 0 0
[pid=15810] ppid=15800 vsize=807328 CPUtime=1.95
/proc/15810/stat : 15810 (java) S 15800 15800 15673 0 -1 0 15223 0 4 0 187 8 0 0 16 0 8 0 29177819 826703872 14951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/15810/statm: 201832 14951 1506 14 0 189110 0
[pid=15810/tid=15811] ppid=15800 vsize=807328 CPUtime=0.5
/proc/15810/task/15811/stat : 15811 (java) S 15800 15800 15673 0 -1 64 9011 0 0 0 46 4 0 0 16 0 8 0 29177822 826703872 14951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15812] ppid=15800 vsize=807328 CPUtime=0
/proc/15810/task/15812/stat : 15812 (java) S 15800 15800 15673 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29177822 826703872 14951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15813] ppid=15800 vsize=807328 CPUtime=0
/proc/15810/task/15813/stat : 15813 (java) S 15800 15800 15673 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29177822 826703872 14951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15814] ppid=15800 vsize=807328 CPUtime=0
/proc/15810/task/15814/stat : 15814 (java) S 15800 15800 15673 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 29177825 826703872 14951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15815] ppid=15800 vsize=807328 CPUtime=0.12
/proc/15810/task/15815/stat : 15815 (java) R 15800 15800 15673 0 -1 64 394 0 0 0 12 0 0 0 16 0 8 0 29177825 826703872 14951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153418003 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15816] ppid=15800 vsize=807328 CPUtime=0
/proc/15810/task/15816/stat : 15816 (java) S 15800 15800 15673 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 29177825 826703872 14951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15817] ppid=15800 vsize=807328 CPUtime=0
/proc/15810/task/15817/stat : 15817 (java) S 15800 15800 15673 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29177825 826703872 14951 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 821052

[startup+6.27893 s]
/proc/loadavg: 1.11 1.76 1.91 4/90 15838
/proc/meminfo: memFree=1425768/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=13724 CPUtime=0.04
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 29177717 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15800/statm: 3431 809 371 3 0 531 0
[pid=15802] ppid=15800 vsize=0 CPUtime=0.61
/proc/15802/stat : 15802 (java) Z 15800 15800 15673 0 -1 1036 7422 0 73 0 54 7 0 0 16 0 1 0 29177722 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15802/statm: 0 0 0 0 0 0 0
[pid=15810] ppid=15800 vsize=807328 CPUtime=5.22
/proc/15810/stat : 15810 (java) R 15800 15800 15673 0 -1 0 34610 0 4 0 504 18 0 0 25 0 8 0 29177819 826703872 34244 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073747278 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15810/statm: 201832 34244 1506 14 0 189110 0
[pid=15810/tid=15811] ppid=15800 vsize=807328 CPUtime=1.4
/proc/15810/task/15811/stat : 15811 (java) S 15800 15800 15673 0 -1 64 28296 0 0 0 127 13 0 0 16 0 8 0 29177822 826703872 34244 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15810/tid=15812] ppid=15800 vsize=807328 CPUtime=0
/proc/15810/task/15812/stat : 15812 (java) S 15800 15800 15673 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29177822 826703872 34244 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15813] ppid=15800 vsize=807328 CPUtime=0
/proc/15810/task/15813/stat : 15813 (java) S 15800 15800 15673 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29177822 826703872 34244 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15814] ppid=15800 vsize=807328 CPUtime=0
/proc/15810/task/15814/stat : 15814 (java) S 15800 15800 15673 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 29177825 826703872 34244 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15815] ppid=15800 vsize=807328 CPUtime=0.14
/proc/15810/task/15815/stat : 15815 (java) S 15800 15800 15673 0 -1 64 401 0 0 0 14 0 0 0 15 0 8 0 29177825 826703872 34244 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15810/tid=15816] ppid=15800 vsize=807328 CPUtime=0
/proc/15810/task/15816/stat : 15816 (java) S 15800 15800 15673 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 29177825 826703872 34244 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15817] ppid=15800 vsize=807328 CPUtime=0
/proc/15810/task/15817/stat : 15817 (java) S 15800 15800 15673 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29177825 826703872 34244 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 821052

[startup+12.7246 s]
/proc/loadavg: 1.25 1.77 1.91 4/90 15838
/proc/meminfo: memFree=1184616/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=13724 CPUtime=0.04
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1190 0 0 0 3 1 0 0 15 0 1 0 29177717 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15800/statm: 3431 809 371 3 0 531 0
[pid=15802] ppid=15800 vsize=0 CPUtime=0.61
/proc/15802/stat : 15802 (java) Z 15800 15800 15673 0 -1 1036 7422 0 73 0 54 7 0 0 16 0 1 0 29177722 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15802/statm: 0 0 0 0 0 0 0
[pid=15810] ppid=15800 vsize=807328 CPUtime=11.63
/proc/15810/stat : 15810 (java) R 15800 15800 15673 0 -1 0 54921 0 4 0 1134 29 0 0 25 0 8 0 29177819 826703872 54106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073670635 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15810/statm: 201832 54106 1507 14 0 189110 0
[pid=15810/tid=15811] ppid=15800 vsize=807328 CPUtime=3.34
/proc/15810/task/15811/stat : 15811 (java) S 15800 15800 15673 0 -1 64 48434 0 0 0 310 24 0 0 16 0 8 0 29177822 826703872 54106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15810/tid=15812] ppid=15800 vsize=807328 CPUtime=0
/proc/15810/task/15812/stat : 15812 (java) S 15800 15800 15673 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29177822 826703872 54106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15813] ppid=15800 vsize=807328 CPUtime=0
/proc/15810/task/15813/stat : 15813 (java) S 15800 15800 15673 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29177822 826703872 54106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15814] ppid=15800 vsize=807328 CPUtime=0
/proc/15810/task/15814/stat : 15814 (java) S 15800 15800 15673 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 29177825 826703872 54106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15815] ppid=15800 vsize=807328 CPUtime=0.14
/proc/15810/task/15815/stat : 15815 (java) S 15800 15800 15673 0 -1 64 401 0 0 0 14 0 0 0 16 0 8 0 29177825 826703872 54106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15810/tid=15816] ppid=15800 vsize=807328 CPUtime=0
/proc/15810/task/15816/stat : 15816 (java) S 15800 15800 15673 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 29177825 826703872 54106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=15810/tid=15817] ppid=15800 vsize=807328 CPUtime=0
/proc/15810/task/15817/stat : 15817 (java) S 15800 15800 15673 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29177825 826703872 54106 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.28
Current children cumulated vsize (KiB) 821052

[startup+25.5508 s]
/proc/loadavg: 1.36 1.78 1.91 3/76 15840
/proc/meminfo: memFree=1561432/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=16576 CPUtime=12.36
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1995 54963 0 4 7 1 1194 34 16 0 1 0 29177717 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15800/statm: 4144 1507 373 3 0 1244 0
[pid=15802] ppid=15800 vsize=0 CPUtime=0.61
/proc/15802/stat : 15802 (java) Z 15800 15800 15673 0 -1 1036 7422 0 73 0 54 7 0 0 16 0 1 0 29177722 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15802/statm: 0 0 0 0 0 0 0
[pid=15840] ppid=15800 vsize=11116 CPUtime=12.03
/proc/15840/stat : 15840 (minisat) R 15800 15800 15673 0 -1 0 3458 0 0 0 1201 2 0 0 25 0 1 0 29179062 11382784 2419 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528027 0 0 4096 3 0 0 0 17 1 0 0
/proc/15840/statm: 2779 2419 52 112 0 2663 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 27692

[startup+51.2313 s]
/proc/loadavg: 1.58 1.79 1.91 3/76 15840
/proc/meminfo: memFree=1556632/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=16576 CPUtime=12.37
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1995 54963 0 4 8 1 1194 34 16 0 1 0 29177717 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15800/statm: 4144 1507 373 3 0 1244 0
[pid=15802] ppid=15800 vsize=0 CPUtime=0.61
/proc/15802/stat : 15802 (java) Z 15800 15800 15673 0 -1 1036 7422 0 73 0 54 7 0 0 16 0 1 0 29177722 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15802/statm: 0 0 0 0 0 0 0
[pid=15840] ppid=15800 vsize=13740 CPUtime=37.59
/proc/15840/stat : 15840 (minisat) R 15800 15800 15673 0 -1 0 4109 0 0 0 3757 2 0 0 25 0 1 0 29179062 14069760 3070 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15840/statm: 3435 3070 52 112 0 3319 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 30316

[startup+102.485 s]
/proc/loadavg: 1.81 1.82 1.91 3/76 15840
/proc/meminfo: memFree=1551448/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=16576 CPUtime=12.37
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1995 54963 0 4 8 1 1194 34 16 0 1 0 29177717 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15800/statm: 4144 1507 373 3 0 1244 0
[pid=15802] ppid=15800 vsize=0 CPUtime=0.61
/proc/15802/stat : 15802 (java) Z 15800 15800 15673 0 -1 1036 7422 0 73 0 54 7 0 0 16 0 1 0 29177722 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15802/statm: 0 0 0 0 0 0 0
[pid=15840] ppid=15800 vsize=16624 CPUtime=88.6
/proc/15840/stat : 15840 (minisat) R 15800 15800 15673 0 -1 0 4808 0 0 0 8857 3 0 0 25 0 1 0 29179062 17022976 3769 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528768 0 0 4096 3 0 0 0 17 1 0 0
/proc/15840/statm: 4156 3769 52 112 0 4040 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 33200

[startup+162.575 s]
/proc/loadavg: 1.93 1.85 1.91 3/76 15840
/proc/meminfo: memFree=1547736/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=16576 CPUtime=12.37
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1995 54963 0 4 8 1 1194 34 16 0 1 0 29177717 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15800/statm: 4144 1507 373 3 0 1244 0
[pid=15802] ppid=15800 vsize=0 CPUtime=0.61
/proc/15802/stat : 15802 (java) Z 15800 15800 15673 0 -1 1036 7422 0 73 0 54 7 0 0 16 0 1 0 29177722 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15802/statm: 0 0 0 0 0 0 0
[pid=15840] ppid=15800 vsize=18588 CPUtime=148.41
/proc/15840/stat : 15840 (minisat) R 15800 15800 15673 0 -1 0 5289 0 0 0 14837 4 0 0 25 0 1 0 29179062 19034112 4250 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15840/statm: 4647 4250 52 112 0 4531 0
Current children cumulated CPU time (s) 161.39
Current children cumulated vsize (KiB) 35164

[startup+222.663 s]
/proc/loadavg: 1.97 1.88 1.91 3/76 15840
/proc/meminfo: memFree=1546584/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=16576 CPUtime=12.37
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1995 54963 0 4 8 1 1194 34 16 0 1 0 29177717 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15800/statm: 4144 1507 373 3 0 1244 0
[pid=15802] ppid=15800 vsize=0 CPUtime=0.61
/proc/15802/stat : 15802 (java) Z 15800 15800 15673 0 -1 1036 7422 0 73 0 54 7 0 0 16 0 1 0 29177722 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15802/statm: 0 0 0 0 0 0 0
[pid=15840] ppid=15800 vsize=18852 CPUtime=208.22
/proc/15840/stat : 15840 (minisat) R 15800 15800 15673 0 -1 0 5354 0 0 0 20818 4 0 0 25 0 1 0 29179062 19304448 4315 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/15840/statm: 4713 4315 52 112 0 4597 0
Current children cumulated CPU time (s) 221.2
Current children cumulated vsize (KiB) 35428

[startup+282.757 s]
/proc/loadavg: 1.99 1.90 1.91 3/76 15840
/proc/meminfo: memFree=1538904/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=16576 CPUtime=12.37
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1995 54963 0 4 8 1 1194 34 16 0 1 0 29177717 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15800/statm: 4144 1507 373 3 0 1244 0
[pid=15802] ppid=15800 vsize=0 CPUtime=0.61
/proc/15802/stat : 15802 (java) Z 15800 15800 15673 0 -1 1036 7422 0 73 0 54 7 0 0 16 0 1 0 29177722 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15802/statm: 0 0 0 0 0 0 0
[pid=15840] ppid=15800 vsize=22616 CPUtime=268.02
/proc/15840/stat : 15840 (minisat) R 15800 15800 15673 0 -1 0 6285 0 0 0 26797 5 0 0 25 0 1 0 29179062 23158784 5246 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 1 0 0
/proc/15840/statm: 5654 5246 52 112 0 5538 0
Current children cumulated CPU time (s) 281
Current children cumulated vsize (KiB) 39192

[startup+342.848 s]
/proc/loadavg: 1.99 1.91 1.91 3/76 15840
/proc/meminfo: memFree=1538136/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=16576 CPUtime=12.37
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1995 54963 0 4 8 1 1194 34 16 0 1 0 29177717 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15800/statm: 4144 1507 373 3 0 1244 0
[pid=15802] ppid=15800 vsize=0 CPUtime=0.61
/proc/15802/stat : 15802 (java) Z 15800 15800 15673 0 -1 1036 7422 0 73 0 54 7 0 0 16 0 1 0 29177722 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15802/statm: 0 0 0 0 0 0 0
[pid=15840] ppid=15800 vsize=23180 CPUtime=327.84
/proc/15840/stat : 15840 (minisat) R 15800 15800 15673 0 -1 0 6420 0 0 0 32778 6 0 0 25 0 1 0 29179062 23736320 5381 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15840/statm: 5795 5381 52 112 0 5679 0
Current children cumulated CPU time (s) 340.82
Current children cumulated vsize (KiB) 39756

[startup+402.938 s]
/proc/loadavg: 1.99 1.93 1.91 3/76 15840
/proc/meminfo: memFree=1537304/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=16576 CPUtime=12.37
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1995 54963 0 4 8 1 1194 34 16 0 1 0 29177717 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15800/statm: 4144 1507 373 3 0 1244 0
[pid=15802] ppid=15800 vsize=0 CPUtime=0.61
/proc/15802/stat : 15802 (java) Z 15800 15800 15673 0 -1 1036 7422 0 73 0 54 7 0 0 16 0 1 0 29177722 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15802/statm: 0 0 0 0 0 0 0
[pid=15840] ppid=15800 vsize=23960 CPUtime=387.64
/proc/15840/stat : 15840 (minisat) R 15800 15800 15673 0 -1 0 6653 0 0 0 38757 7 0 0 25 0 1 0 29179062 24535040 5614 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528398 0 0 4096 3 0 0 0 17 1 0 0
/proc/15840/statm: 5990 5614 52 112 0 5874 0
Current children cumulated CPU time (s) 400.62
Current children cumulated vsize (KiB) 40536

[startup+463.03 s]
/proc/loadavg: 1.99 1.94 1.91 3/76 15840
/proc/meminfo: memFree=1535256/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=16576 CPUtime=12.37
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1995 54963 0 4 8 1 1194 34 16 0 1 0 29177717 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15800/statm: 4144 1507 373 3 0 1244 0
[pid=15802] ppid=15800 vsize=0 CPUtime=0.61
/proc/15802/stat : 15802 (java) Z 15800 15800 15673 0 -1 1036 7422 0 73 0 54 7 0 0 16 0 1 0 29177722 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15802/statm: 0 0 0 0 0 0 0
[pid=15840] ppid=15800 vsize=25676 CPUtime=447.45
/proc/15840/stat : 15840 (minisat) R 15800 15800 15673 0 -1 0 7084 0 0 0 44737 8 0 0 25 0 1 0 29179062 26292224 6045 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15840/statm: 6419 6045 52 112 0 6303 0
Current children cumulated CPU time (s) 460.43
Current children cumulated vsize (KiB) 42252

[startup+523.12 s]
/proc/loadavg: 1.99 1.94 1.91 3/76 15840
/proc/meminfo: memFree=1534808/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=16576 CPUtime=12.37
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1995 54963 0 4 8 1 1194 34 16 0 1 0 29177717 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15800/statm: 4144 1507 373 3 0 1244 0
[pid=15802] ppid=15800 vsize=0 CPUtime=0.61
/proc/15802/stat : 15802 (java) Z 15800 15800 15673 0 -1 1036 7422 0 73 0 54 7 0 0 16 0 1 0 29177722 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15802/statm: 0 0 0 0 0 0 0
[pid=15840] ppid=15800 vsize=25824 CPUtime=507.26
/proc/15840/stat : 15840 (minisat) R 15800 15800 15673 0 -1 0 7095 0 0 0 50718 8 0 0 25 0 1 0 29179062 26443776 6056 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15840/statm: 6456 6056 52 112 0 6340 0
Current children cumulated CPU time (s) 520.24
Current children cumulated vsize (KiB) 42400

[startup+583.214 s]
/proc/loadavg: 2.10 1.98 1.92 3/76 15840
/proc/meminfo: memFree=1532568/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=16576 CPUtime=12.37
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1995 54963 0 4 8 1 1194 34 16 0 1 0 29177717 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15800/statm: 4144 1507 373 3 0 1244 0
[pid=15802] ppid=15800 vsize=0 CPUtime=0.61
/proc/15802/stat : 15802 (java) Z 15800 15800 15673 0 -1 1036 7422 0 73 0 54 7 0 0 16 0 1 0 29177722 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15802/statm: 0 0 0 0 0 0 0
[pid=15840] ppid=15800 vsize=27708 CPUtime=567.07
/proc/15840/stat : 15840 (minisat) R 15800 15800 15673 0 -1 0 7527 0 0 0 56699 8 0 0 25 0 1 0 29179062 28372992 6488 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 1 0 0
/proc/15840/statm: 6927 6488 52 112 0 6811 0
Current children cumulated CPU time (s) 580.05
Current children cumulated vsize (KiB) 44284

[startup+643.303 s]
/proc/loadavg: 2.03 1.98 1.92 3/76 15840
/proc/meminfo: memFree=1532120/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=16576 CPUtime=12.37
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1995 54963 0 4 8 1 1194 34 16 0 1 0 29177717 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15800/statm: 4144 1507 373 3 0 1244 0
[pid=15802] ppid=15800 vsize=0 CPUtime=0.61
/proc/15802/stat : 15802 (java) Z 15800 15800 15673 0 -1 1036 7422 0 73 0 54 7 0 0 16 0 1 0 29177722 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15802/statm: 0 0 0 0 0 0 0
[pid=15840] ppid=15800 vsize=27708 CPUtime=626.88
/proc/15840/stat : 15840 (minisat) R 15800 15800 15673 0 -1 0 7545 0 0 0 62680 8 0 0 25 0 1 0 29179062 28372992 6506 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/15840/statm: 6927 6506 52 112 0 6811 0
Current children cumulated CPU time (s) 639.86
Current children cumulated vsize (KiB) 44284

[startup+703.397 s]
/proc/loadavg: 2.01 1.98 1.92 3/76 15840
/proc/meminfo: memFree=1529752/2055920 swapFree=4110496/4192956
[pid=15800] ppid=15798 vsize=16576 CPUtime=12.37
/proc/15800/stat : 15800 (sugar) S 15798 15800 15673 0 -1 4194304 1995 54963 0 4 8 1 1194 34 16 0 1 0 29177717 16973824 1507 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15800/statm: 4144 1507 373 3 0 1244 0
[pid=15802] ppid=15800 vsize=0 CPUtime=0.61
/proc/15802/stat : 15802 (java) Z 15800 15800 15673 0 -1 1036 7422 0 73 0 54 7 0 0 16 0 1 0 29177722 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/15802/statm: 0 0 0 0 0 0 0
[pid=15840] ppid=15800 vsize=28788 CPUtime=686.69
/proc/15840/stat : 15840 (minisat) R 15800 15800 15673 0 -1 0 7798 0 0 0 68660 9 0 0 25 0 1 0 29179062 29478912 6759 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/15840/statm: 7197 6759 52 112 0 7081 0
Current children cumulated CPU time (s) 699.67
Current children cumulated vsize (KiB) 45364

Child status: 0

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 15800 and gives childrusage.ru_utime.tv_sec=752 childrusage.ru_utime.tv_usec=924538 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=463929
CPU time returned by wait4() is 753.388
while last known CPU time is 754.26

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

Real time (s): 758.359
CPU time (s): 754.26
CPU user time (s): 753.71
CPU system time (s): 0.55
CPU usage (%): 99.4595
Max. virtual memory (cumulated for all children) (KiB): 823580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 752.925
system time used= 0.463929
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64940
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2769
involuntary context switches= 11072

runsolver used 0.658899 s user time and 2.05169 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Mon Jan 29 17:36:45 UTC 2007


IDJOB= 195461
IDBENCH= 3269
IDSOLVER= 86
FILE ID= node56/195461-1170092199

PBS_JOBID= 3689564

Free space on /tmp= 66564 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/frb/frb40-19/frb40-19-2-mgd_ext.xml
COMMAND LINE= /tmp/evaluation/195461-1170092199/solver /tmp/evaluation/195461-1170092199 /tmp/evaluation/195461-1170092199/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-195461-1170092199 -o ROOT/results/node56/solver-195461-1170092199 -C 1800 -M 900  /tmp/evaluation/195461-1170092199/solver /tmp/evaluation/195461-1170092199 /tmp/evaluation/195461-1170092199/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  6bad571a095fb43c53fe636cdd1c60bc

RANDOM SEED= 488287207

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.231
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.231
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:       1618680 kB
Buffers:         41584 kB
Cached:         241260 kB
SwapCached:      77556 kB
Active:         119168 kB
Inactive:       251996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1618680 kB
SwapTotal:     4192956 kB
SwapFree:      4110496 kB
Dirty:            1080 kB
Writeback:           0 kB
Mapped:          20156 kB
Slab:            51692 kB
Committed_AS:    60000 kB
PageTables:       1692 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= 66559 MiB



End job on node56 on Mon Jan 29 17:49:30 UTC 2007