Trace number 195015

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.40? (TO) 1800.05 1810.02

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-26_ext.xml
MD5SUM8c64b7f78172a272f301d70807cc9dbb
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 benchmark1737.96
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints466
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension466
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/195015-1170092077/sugar-v0-40.jar)
0.04	
0.05	c # MAIN  BEGIN : /tmp/evaluation/195015-1170092077/unknown.xml [Mon Jan 29 18:34:38 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/195015-1170092077/unknown.xml /tmp/evaluation/195015-1170092077/sugar23883.csp [Mon Jan 29 18:34:38 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/195015-1170092077/sugar-v0-40.jar -convert /tmp/evaluation/195015-1170092077/unknown.xml /tmp/evaluation/195015-1170092077/sugar23883.csp
0.17	c BEGIN convert /tmp/evaluation/195015-1170092077/unknown.xml
0.85	c END convert (0.681952 seconds)
0.91	c # CONVERT_XML  END : /tmp/evaluation/195015-1170092077/sugar23883.csp 2169612 bytes (1 seconds) [Mon Jan 29 18:34:39 2007]
0.91	c # CONVERT_XML  CPU : 0.79 = 0 + 0 + 0.73 + 0.06
0.91	
0.91	c # GENERATE_SAT  BEGIN : /tmp/evaluation/195015-1170092077/sugar23883.bcnf [Mon Jan 29 18:34:39 2007]
0.91	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/195015-1170092077/sugar-v0-40.jar -bcnf -map /tmp/evaluation/195015-1170092077/sugar23883.map /tmp/evaluation/195015-1170092077/sugar23883.csp /tmp/evaluation/195015-1170092077/sugar23883.bcnf
1.05	c BEGIN parse /tmp/evaluation/195015-1170092077/sugar23883.csp
37.22	c END parse (36.170311 seconds)
37.23	c BEGIN simplify
37.37	c END simplify (0.151891 seconds)
37.37	c BEGIN encode /tmp/evaluation/195015-1170092077/sugar23883.bcnf
38.51	c END encode (1.132552 seconds)
38.61	c # GENERATE_SAT  END : 8136 variables 81058 clauses 9456324 bytes (37 seconds) [Mon Jan 29 18:35:16 2007]
38.61	c # GENERATE_SAT  CPU : 37.45 = 0.06 + 0.01 + 36.86 + 0.52
38.61	
38.61	c # SOLVE_SAT  BEGIN : /tmp/evaluation/195015-1170092077/sugar23883.bcnf [Mon Jan 29 18:35:16 2007]
38.61	c # CMD : /tmp/evaluation/195015-1170092077/minisat /tmp/evaluation/195015-1170092077/sugar23883.bcnf /tmp/evaluation/195015-1170092077/sugar23883.out
38.82	c ==================================[MINISAT]===================================
38.83	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
38.83	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
38.83	c ==============================================================================
38.83	c |         0 |   81058  2283013 |   27019       0        0     nan |  0.000 % |
38.90	c |       100 |   81059  2283013 |   29720      99     4028    40.7 |  0.000 % |
38.98	c |       251 |   81059  2283013 |   32692     250     6519    26.1 |  0.000 % |
39.11	c |       476 |   81059  2283013 |   35962     475    16569    34.9 |  0.000 % |
39.25	c |       813 |   81060  2283013 |   39558     811    22081    27.2 |  0.000 % |
39.41	c |      1319 |   81060  2283013 |   43514    1317    29395    22.3 |  0.000 % |
39.67	c |      2078 |   81061  2283013 |   47865    2075    45328    21.8 |  0.000 % |
40.05	c |      3217 |   81061  2283013 |   52652    3214    62430    19.4 |  0.000 % |
40.68	c |      4925 |   81062  2283013 |   57917    4921    89005    18.1 |  0.000 % |
41.63	c |      7487 |   81063  2283013 |   63709    7482   124686    16.7 |  0.000 % |
43.40	c |     11331 |   81063  2283013 |   70080   11326   226972    20.0 |  0.000 % |
46.34	c |     17097 |   81065  2283013 |   77088   17090   340105    19.9 |  0.000 % |
51.01	c |     25747 |   81066  2283013 |   84797   25739   496246    19.3 |  0.000 % |
59.81	c |     38722 |   81066  2283013 |   93276   38714   769754    19.9 |  0.000 % |
77.19	c |     58184 |   81066  2283013 |  102604   58176  1182236    20.3 |  0.000 % |
108.03	c |     87376 |   81070  2283013 |  112865   87364  1898313    21.7 |  0.000 % |
153.01	c |    131165 |   81079  2283013 |  124151   33571   910746    27.1 |  0.000 % |
223.88	c |    196849 |   81084  2283013 |  136566   99250  2908371    29.3 |  0.000 % |
354.06	c |    295375 |   81090  2283013 |  150223   80971  2451449    30.3 |  0.000 % |
580.52	c |    443165 |   81100  2283013 |  165245  100768  3778541    37.5 |  0.000 % |
954.49	c |    664849 |   81104  2283013 |  181770   40538  1301087    32.1 |  0.000 % |
1509.66	c |    997375 |   81114  2283013 |  199947   53402  1959178    36.7 |  0.000 % |
1809.00	
1809.00	s UNKNOWN
1809.00	c # INTERRUPTED
1809.00	c # MAIN  END :  (1809 seconds) [Mon Jan 29 19:04:47 2007]
1809.00	c # MAIN  CPU : 38.25 = 0.07 + 0.01 + 37.59 + 0.58
1809.00	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node18/watcher-195015-1170092077 -o ROOT/results/node18/solver-195015-1170092077 -C 1800 -M 900 /tmp/evaluation/195015-1170092077/solver /tmp/evaluation/195015-1170092077 /tmp/evaluation/195015-1170092077/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.84 1.95 1.70 3/90 23884
/proc/meminfo: memFree=1703280/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=5352 CPUtime=0
/proc/23883/stat : 23883 (solver) R 23881 23883 23617 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 29162323 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 227848809767 0 0 4096 0 0 0 0 17 1 0 0
/proc/23883/statm: 1338 231 193 169 0 49 0

[startup+0.102647 s]
/proc/loadavg: 1.84 1.95 1.70 3/90 23884
/proc/meminfo: memFree=1703280/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=13724 CPUtime=0.03
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 29162323 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23883/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.51069 s]
/proc/loadavg: 1.84 1.95 1.70 3/90 23884
/proc/meminfo: memFree=1703280/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=13724 CPUtime=0.03
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29162323 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23883/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33376 s]
/proc/loadavg: 1.77 1.93 1.70 4/102 23912
/proc/meminfo: memFree=1674704/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=13724 CPUtime=0.82
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 1190 7919 0 1 3 0 73 6 16 0 1 0 29162323 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23883/statm: 3431 809 371 3 0 531 0
[pid=23905] ppid=23883 vsize=807064 CPUtime=0.37
/proc/23905/stat : 23905 (java) R 23883 23883 23617 0 -1 0 6509 0 1 0 33 4 0 0 21 0 8 0 29162415 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073508339 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23905/statm: 201766 6259 1494 14 0 189044 0
[pid=23905/tid=23906] ppid=23883 vsize=807064 CPUtime=0.02
/proc/23905/task/23906/stat : 23906 (java) S 23883 23883 23617 0 -1 64 458 0 0 0 2 0 0 0 16 0 8 0 29162420 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23907] ppid=23883 vsize=807064 CPUtime=0
/proc/23905/task/23907/stat : 23907 (java) S 23883 23883 23617 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29162420 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23908] ppid=23883 vsize=807064 CPUtime=0
/proc/23905/task/23908/stat : 23908 (java) S 23883 23883 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29162420 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23909] ppid=23883 vsize=807064 CPUtime=0
/proc/23905/task/23909/stat : 23909 (java) S 23883 23883 23617 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29162424 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23910] ppid=23883 vsize=807064 CPUtime=0.05
/proc/23905/task/23910/stat : 23910 (java) S 23883 23883 23617 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29162424 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23911] ppid=23883 vsize=807064 CPUtime=0
/proc/23905/task/23911/stat : 23911 (java) S 23883 23883 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29162424 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23912] ppid=23883 vsize=807064 CPUtime=0
/proc/23905/task/23912/stat : 23912 (java) S 23883 23883 23617 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29162424 826433536 6259 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 820788

[startup+2.98693 s]
/proc/loadavg: 1.77 1.93 1.70 4/102 23912
/proc/meminfo: memFree=1625296/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=13724 CPUtime=0.82
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 1190 7919 0 1 3 0 73 6 16 0 1 0 29162323 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23883/statm: 3431 809 371 3 0 531 0
[pid=23905] ppid=23883 vsize=807064 CPUtime=2.02
/proc/23905/stat : 23905 (java) R 23883 23883 23617 0 -1 0 13343 0 1 0 195 7 0 0 25 0 8 0 29162415 826433536 13078 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072897187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23905/statm: 201766 13078 1494 14 0 189044 0
[pid=23905/tid=23906] ppid=23883 vsize=807064 CPUtime=0.53
/proc/23905/task/23906/stat : 23906 (java) S 23883 23883 23617 0 -1 64 7277 0 0 0 51 2 0 0 16 0 8 0 29162420 826433536 13078 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23907] ppid=23883 vsize=807064 CPUtime=0
/proc/23905/task/23907/stat : 23907 (java) S 23883 23883 23617 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29162420 826433536 13078 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23908] ppid=23883 vsize=807064 CPUtime=0
/proc/23905/task/23908/stat : 23908 (java) S 23883 23883 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29162420 826433536 13078 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23909] ppid=23883 vsize=807064 CPUtime=0
/proc/23905/task/23909/stat : 23909 (java) S 23883 23883 23617 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29162424 826433536 13078 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23910] ppid=23883 vsize=807064 CPUtime=0.05
/proc/23905/task/23910/stat : 23910 (java) S 23883 23883 23617 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29162424 826433536 13078 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23911] ppid=23883 vsize=807064 CPUtime=0
/proc/23905/task/23911/stat : 23911 (java) S 23883 23883 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29162424 826433536 13078 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23912] ppid=23883 vsize=807064 CPUtime=0
/proc/23905/task/23912/stat : 23912 (java) S 23883 23883 23617 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29162424 826433536 13078 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 820788

[startup+6.20125 s]
/proc/loadavg: 1.77 1.93 1.70 3/102 23912
/proc/meminfo: memFree=1485648/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=13724 CPUtime=0.82
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 1190 7919 0 1 3 0 73 6 16 0 1 0 29162323 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23883/statm: 3431 809 371 3 0 531 0
[pid=23905] ppid=23883 vsize=807328 CPUtime=5.22
/proc/23905/stat : 23905 (java) R 23883 23883 23617 0 -1 0 29732 0 1 0 505 17 0 0 25 0 8 0 29162415 826703872 29397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380305 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23905/statm: 201832 29397 1506 14 0 189110 0
[pid=23905/tid=23906] ppid=23883 vsize=807328 CPUtime=1.4
/proc/23905/task/23906/stat : 23906 (java) S 23883 23883 23617 0 -1 64 23446 0 0 0 129 11 0 0 16 0 8 0 29162420 826703872 29397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23907] ppid=23883 vsize=807328 CPUtime=0
/proc/23905/task/23907/stat : 23907 (java) S 23883 23883 23617 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29162420 826703872 29397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23908] ppid=23883 vsize=807328 CPUtime=0
/proc/23905/task/23908/stat : 23908 (java) S 23883 23883 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29162420 826703872 29397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23909] ppid=23883 vsize=807328 CPUtime=0
/proc/23905/task/23909/stat : 23909 (java) S 23883 23883 23617 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29162424 826703872 29397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23910] ppid=23883 vsize=807328 CPUtime=0.13
/proc/23905/task/23910/stat : 23910 (java) S 23883 23883 23617 0 -1 64 400 0 0 0 12 1 0 0 16 0 8 0 29162424 826703872 29397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23911] ppid=23883 vsize=807328 CPUtime=0
/proc/23905/task/23911/stat : 23911 (java) S 23883 23883 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29162424 826703872 29397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23912] ppid=23883 vsize=807328 CPUtime=0
/proc/23905/task/23912/stat : 23912 (java) S 23883 23883 23617 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29162424 826703872 29397 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 821052

[startup+12.6719 s]
/proc/loadavg: 1.89 1.95 1.71 3/102 23912
/proc/meminfo: memFree=1277520/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=13724 CPUtime=0.82
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 1190 7919 0 1 3 0 73 6 16 0 1 0 29162323 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23883/statm: 3431 809 371 3 0 531 0
[pid=23905] ppid=23883 vsize=807328 CPUtime=11.65
/proc/23905/stat : 23905 (java) R 23883 23883 23617 0 -1 0 54820 0 1 0 1133 32 0 0 25 0 8 0 29162415 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23905/statm: 201832 54111 1507 14 0 189110 0
[pid=23905/tid=23906] ppid=23883 vsize=807328 CPUtime=3.72
/proc/23905/task/23906/stat : 23906 (java) S 23883 23883 23617 0 -1 64 48342 0 0 0 347 25 0 0 16 0 8 0 29162420 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23907] ppid=23883 vsize=807328 CPUtime=0
/proc/23905/task/23907/stat : 23907 (java) S 23883 23883 23617 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29162420 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23908] ppid=23883 vsize=807328 CPUtime=0
/proc/23905/task/23908/stat : 23908 (java) S 23883 23883 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29162420 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23909] ppid=23883 vsize=807328 CPUtime=0
/proc/23905/task/23909/stat : 23909 (java) S 23883 23883 23617 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29162424 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23910] ppid=23883 vsize=807328 CPUtime=0.14
/proc/23905/task/23910/stat : 23910 (java) S 23883 23883 23617 0 -1 64 403 0 0 0 13 1 0 0 16 0 8 0 29162424 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23911] ppid=23883 vsize=807328 CPUtime=0
/proc/23905/task/23911/stat : 23911 (java) S 23883 23883 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29162424 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23912] ppid=23883 vsize=807328 CPUtime=0
/proc/23905/task/23912/stat : 23912 (java) S 23883 23883 23617 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29162424 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 821052

[startup+25.5374 s]
/proc/loadavg: 2.06 1.98 1.72 3/102 23912
/proc/meminfo: memFree=1277584/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=13724 CPUtime=0.82
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 1190 7919 0 1 3 0 73 6 16 0 1 0 29162323 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23883/statm: 3431 809 371 3 0 531 0
[pid=23905] ppid=23883 vsize=807328 CPUtime=24.44
/proc/23905/stat : 23905 (java) R 23883 23883 23617 0 -1 0 55649 0 1 0 2406 38 0 0 25 0 8 0 29162415 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23905/statm: 201832 54111 1507 14 0 189110 0
[pid=23905/tid=23906] ppid=23883 vsize=807328 CPUtime=8.37
/proc/23905/task/23906/stat : 23906 (java) S 23883 23883 23617 0 -1 64 48850 0 0 0 808 29 0 0 15 0 8 0 29162420 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23907] ppid=23883 vsize=807328 CPUtime=0
/proc/23905/task/23907/stat : 23907 (java) S 23883 23883 23617 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 29162420 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23908] ppid=23883 vsize=807328 CPUtime=0
/proc/23905/task/23908/stat : 23908 (java) S 23883 23883 23617 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29162420 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23909] ppid=23883 vsize=807328 CPUtime=0
/proc/23905/task/23909/stat : 23909 (java) S 23883 23883 23617 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 29162424 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23910] ppid=23883 vsize=807328 CPUtime=0.14
/proc/23905/task/23910/stat : 23910 (java) S 23883 23883 23617 0 -1 64 403 0 0 0 13 1 0 0 16 0 8 0 29162424 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23911] ppid=23883 vsize=807328 CPUtime=0
/proc/23905/task/23911/stat : 23911 (java) S 23883 23883 23617 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29162424 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23905/tid=23912] ppid=23883 vsize=807328 CPUtime=0
/proc/23905/task/23912/stat : 23912 (java) S 23883 23883 23617 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29162424 826703872 54111 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 821052

[startup+51.1666 s]
/proc/loadavg: 2.17 2.02 1.74 3/88 23914
/proc/meminfo: memFree=1642368/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=17508 CPUtime=38.28
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 2240 66901 0 2 10 1 3759 58 16 0 1 0 29162323 17928192 1751 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23883/statm: 4377 1751 373 3 0 1477 0
[pid=23913] ppid=23883 vsize=16264 CPUtime=12.48
/proc/23913/stat : 23913 (minisat) R 23883 23883 23617 0 -1 0 4733 0 0 0 1245 3 0 0 25 0 1 0 29166185 16654336 3694 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23913/statm: 4066 3694 52 112 0 3950 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 33772

[startup+102.419 s]
/proc/loadavg: 2.06 2.01 1.75 3/88 23916
/proc/meminfo: memFree=1627648/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=17508 CPUtime=38.28
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 2240 66901 0 2 10 1 3759 58 16 0 1 0 29162323 17928192 1751 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23883/statm: 4377 1751 373 3 0 1477 0
[pid=23913] ppid=23883 vsize=23272 CPUtime=63.5
/proc/23913/stat : 23913 (minisat) R 23883 23883 23617 0 -1 0 6478 0 0 0 6344 6 0 0 25 0 1 0 29166185 23830528 5439 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23913/statm: 5818 5439 52 112 0 5702 0
Current children cumulated CPU time (s) 101.78
Current children cumulated vsize (KiB) 40780

[startup+162.495 s]
/proc/loadavg: 2.02 2.00 1.76 3/88 23916
/proc/meminfo: memFree=1618240/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=17508 CPUtime=38.28
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 2240 66901 0 2 10 1 3759 58 16 0 1 0 29162323 17928192 1751 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23883/statm: 4377 1751 373 3 0 1477 0
[pid=23913] ppid=23883 vsize=27804 CPUtime=123.28
/proc/23913/stat : 23913 (minisat) R 23883 23883 23617 0 -1 0 7569 0 0 0 12321 7 0 0 25 0 1 0 29166185 28471296 6530 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/23913/statm: 6951 6530 52 112 0 6835 0
Current children cumulated CPU time (s) 161.56
Current children cumulated vsize (KiB) 45312


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

/proc/loadavg: 2.00 2.02 1.91 3/88 23916
/proc/meminfo: memFree=1582720/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=17508 CPUtime=38.28
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 2240 66901 0 2 10 1 3759 58 16 0 1 0 29162323 17928192 1751 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23883/statm: 4377 1751 373 3 0 1477 0
[pid=23913] ppid=23883 vsize=47396 CPUtime=1079.98
/proc/23913/stat : 23913 (minisat) R 23883 23883 23617 0 -1 0 12398 0 0 0 107980 18 0 0 25 0 1 0 29166185 48533504 11359 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134519020 0 0 4096 3 0 0 0 17 0 0 0
/proc/23913/statm: 11849 11359 52 112 0 11733 0
Current children cumulated CPU time (s) 1118.26
Current children cumulated vsize (KiB) 64904

[startup+1183.9 s]
/proc/loadavg: 2.00 2.02 1.91 3/88 23916
/proc/meminfo: memFree=1581760/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=17508 CPUtime=38.28
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 2240 66901 0 2 10 1 3759 58 16 0 1 0 29162323 17928192 1751 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23883/statm: 4377 1751 373 3 0 1477 0
[pid=23913] ppid=23883 vsize=48480 CPUtime=1139.77
/proc/23913/stat : 23913 (minisat) R 23883 23883 23617 0 -1 0 12661 0 0 0 113958 19 0 0 25 0 1 0 29166185 49643520 11622 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528776 0 0 4096 3 0 0 0 17 0 0 0
/proc/23913/statm: 12120 11622 52 112 0 12004 0
Current children cumulated CPU time (s) 1178.05
Current children cumulated vsize (KiB) 65988

[startup+1243.98 s]
/proc/loadavg: 2.00 2.01 1.91 3/88 23916
/proc/meminfo: memFree=1580608/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=17508 CPUtime=38.28
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 2240 66901 0 2 10 1 3759 58 16 0 1 0 29162323 17928192 1751 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23883/statm: 4377 1751 373 3 0 1477 0
[pid=23913] ppid=23883 vsize=49420 CPUtime=1199.55
/proc/23913/stat : 23913 (minisat) R 23883 23883 23617 0 -1 0 12892 0 0 0 119936 19 0 0 25 0 1 0 29166185 50606080 11853 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23913/statm: 12355 11853 52 112 0 12239 0
Current children cumulated CPU time (s) 1237.83
Current children cumulated vsize (KiB) 66928

[startup+1304.06 s]
/proc/loadavg: 2.06 2.02 1.91 3/88 23916
/proc/meminfo: memFree=1578752/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=17508 CPUtime=38.28
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 2240 66901 0 2 10 1 3759 58 16 0 1 0 29162323 17928192 1751 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23883/statm: 4377 1751 373 3 0 1477 0
[pid=23913] ppid=23883 vsize=49420 CPUtime=1259.34
/proc/23913/stat : 23913 (minisat) R 23883 23883 23617 0 -1 0 12897 0 0 0 125914 20 0 0 25 0 1 0 29166185 50606080 11858 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23913/statm: 12355 11858 52 112 0 12239 0
Current children cumulated CPU time (s) 1297.62
Current children cumulated vsize (KiB) 66928

[startup+1364.15 s]
/proc/loadavg: 2.02 2.02 1.91 3/88 23916
/proc/meminfo: memFree=1578240/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=17508 CPUtime=38.28
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 2240 66901 0 2 10 1 3759 58 16 0 1 0 29162323 17928192 1751 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23883/statm: 4377 1751 373 3 0 1477 0
[pid=23913] ppid=23883 vsize=49792 CPUtime=1319.15
/proc/23913/stat : 23913 (minisat) R 23883 23883 23617 0 -1 0 13014 0 0 0 131895 20 0 0 25 0 1 0 29166185 50987008 11967 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23913/statm: 12448 11967 52 112 0 12332 0
Current children cumulated CPU time (s) 1357.43
Current children cumulated vsize (KiB) 67300

[startup+1424.23 s]
/proc/loadavg: 2.01 2.01 1.91 3/88 23916
/proc/meminfo: memFree=1577920/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=17508 CPUtime=38.28
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 2240 66901 0 2 10 1 3759 58 16 0 1 0 29162323 17928192 1751 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23883/statm: 4377 1751 373 3 0 1477 0
[pid=23913] ppid=23883 vsize=50048 CPUtime=1378.96
/proc/23913/stat : 23913 (minisat) R 23883 23883 23617 0 -1 0 13024 0 0 0 137875 21 0 0 25 0 1 0 29166185 51249152 11977 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528354 0 0 4096 3 0 0 0 17 0 0 0
/proc/23913/statm: 12512 11977 52 112 0 12396 0
Current children cumulated CPU time (s) 1417.24
Current children cumulated vsize (KiB) 67556

[startup+1484.31 s]
/proc/loadavg: 2.00 2.01 1.91 3/88 23916
/proc/meminfo: memFree=1577536/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=17508 CPUtime=38.28
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 2240 66901 0 2 10 1 3759 58 16 0 1 0 29162323 17928192 1751 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23883/statm: 4377 1751 373 3 0 1477 0
[pid=23913] ppid=23883 vsize=50328 CPUtime=1438.75
/proc/23913/stat : 23913 (minisat) R 23883 23883 23617 0 -1 0 13101 0 0 0 143854 21 0 0 25 0 1 0 29166185 51535872 12054 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528674 0 0 4096 3 0 0 0 17 0 0 0
/proc/23913/statm: 12582 12054 52 112 0 12466 0
Current children cumulated CPU time (s) 1477.03
Current children cumulated vsize (KiB) 67836

[startup+1544.39 s]
/proc/loadavg: 2.00 2.00 1.91 3/88 23916
/proc/meminfo: memFree=1574592/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=17508 CPUtime=38.28
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 2240 66901 0 2 10 1 3759 58 16 0 1 0 29162323 17928192 1751 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23883/statm: 4377 1751 373 3 0 1477 0
[pid=23913] ppid=23883 vsize=50328 CPUtime=1498.54
/proc/23913/stat : 23913 (minisat) R 23883 23883 23617 0 -1 0 13101 0 0 0 149833 21 0 0 25 0 1 0 29166185 51535872 12054 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/23913/statm: 12582 12054 52 112 0 12466 0
Current children cumulated CPU time (s) 1536.82
Current children cumulated vsize (KiB) 67836

[startup+1604.48 s]
/proc/loadavg: 2.00 2.00 1.91 3/94 23998
/proc/meminfo: memFree=1572840/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=17508 CPUtime=38.28
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 2240 66901 0 2 10 1 3759 58 16 0 1 0 29162323 17928192 1751 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23883/statm: 4377 1751 373 3 0 1477 0
[pid=23913] ppid=23883 vsize=50672 CPUtime=1558.33
/proc/23913/stat : 23913 (minisat) R 23883 23883 23617 0 -1 0 13162 0 0 0 155804 29 0 0 25 0 1 0 29166185 51888128 12115 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23913/statm: 12668 12115 52 112 0 12552 0
Current children cumulated CPU time (s) 1596.61
Current children cumulated vsize (KiB) 68180

[startup+1664.59 s]
/proc/loadavg: 2.00 2.00 1.91 3/94 24088
/proc/meminfo: memFree=1572592/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=17508 CPUtime=38.28
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 2240 66901 0 2 10 1 3759 58 16 0 1 0 29162323 17928192 1751 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23883/statm: 4377 1751 373 3 0 1477 0
[pid=23913] ppid=23883 vsize=50672 CPUtime=1618.06
/proc/23913/stat : 23913 (minisat) R 23883 23883 23617 0 -1 0 13190 0 0 0 161765 41 0 0 25 0 1 0 29166185 51888128 12143 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528545 0 0 4096 3 0 0 0 17 0 0 0
/proc/23913/statm: 12668 12143 52 112 0 12552 0
Current children cumulated CPU time (s) 1656.34
Current children cumulated vsize (KiB) 68180

[startup+1724.68 s]
/proc/loadavg: 2.00 2.00 1.91 3/88 24114
/proc/meminfo: memFree=1573312/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=17508 CPUtime=38.28
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 2240 66901 0 2 10 1 3759 58 16 0 1 0 29162323 17928192 1751 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23883/statm: 4377 1751 373 3 0 1477 0
[pid=23913] ppid=23883 vsize=50672 CPUtime=1677.84
/proc/23913/stat : 23913 (minisat) R 23883 23883 23617 0 -1 0 13198 0 0 0 167741 43 0 0 25 0 1 0 29166185 51888128 12151 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23913/statm: 12668 12151 52 112 0 12552 0
Current children cumulated CPU time (s) 1716.12
Current children cumulated vsize (KiB) 68180

[startup+1784.76 s]
/proc/loadavg: 2.07 2.02 1.92 3/88 24114
/proc/meminfo: memFree=1570048/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=17508 CPUtime=38.28
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 2240 66901 0 2 10 1 3759 58 16 0 1 0 29162323 17928192 1751 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23883/statm: 4377 1751 373 3 0 1477 0
[pid=23913] ppid=23883 vsize=54052 CPUtime=1737.65
/proc/23913/stat : 23913 (minisat) R 23883 23883 23617 0 -1 0 14030 0 0 0 173721 44 0 0 25 0 1 0 29166185 55349248 12983 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528426 0 0 4096 3 0 0 0 17 0 0 0
/proc/23913/statm: 13513 12983 52 112 0 13397 0
Current children cumulated CPU time (s) 1775.93
Current children cumulated vsize (KiB) 71560



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809 s]
/proc/loadavg: 2.05 2.01 1.92 2/89 24115
/proc/meminfo: memFree=1618744/2055920 swapFree=4192956/4192956
[pid=23883] ppid=23881 vsize=17508 CPUtime=38.28
/proc/23883/stat : 23883 (sugar) S 23881 23883 23617 0 -1 4194304 2240 66901 0 2 10 1 3759 58 16 0 1 0 29162323 17928192 1751 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23883/statm: 4377 1751 373 3 0 1477 0
[pid=23913] ppid=23883 vsize=55088 CPUtime=1761.76
/proc/23913/stat : 23913 (minisat) R 23883 23883 23617 0 -1 0 14285 0 0 0 176132 44 0 0 25 0 1 0 29166185 56410112 13238 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23913/statm: 13772 13238 52 112 0 13656 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 72596

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23883 and gives childrusage.ru_utime.tv_sec=37 childrusage.ru_utime.tv_usec=698268 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=608907
CPU time returned by wait4() is 38.3072
while last known CPU time is 1800.05

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

Real time (s): 1810.02
CPU time (s): 1800.05
CPU user time (s): 1799.01
CPU system time (s): 1.04
CPU usage (%): 99.4492
Max. virtual memory (cumulated for all children) (KiB): 821556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.6983
system time used= 0.608907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69226
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8374
involuntary context switches= 8829

runsolver used 2.21766 s user time and 5.83711 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Mon Jan 29 17:34:38 UTC 2007


IDJOB= 195015
IDBENCH= 3244
IDSOLVER= 86
FILE ID= node18/195015-1170092077

PBS_JOBID= 3689399

Free space on /tmp= 66560 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-50-23/rand-2-50-23-587-230-26_ext.xml
COMMAND LINE= /tmp/evaluation/195015-1170092077/solver /tmp/evaluation/195015-1170092077 /tmp/evaluation/195015-1170092077/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-195015-1170092077 -o ROOT/results/node18/solver-195015-1170092077 -C 1800 -M 900  /tmp/evaluation/195015-1170092077/solver /tmp/evaluation/195015-1170092077 /tmp/evaluation/195015-1170092077/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  8c64b7f78172a272f301d70807cc9dbb

RANDOM SEED= 466546352

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.236
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.236
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:       1704424 kB
Buffers:         47192 kB
Cached:         168028 kB
SwapCached:          0 kB
Active:         198980 kB
Inactive:        85256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1704424 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2416 kB
Writeback:           0 kB
Mapped:          92596 kB
Slab:            52260 kB
Committed_AS:   469352 kB
PageTables:       2080 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= 66560 MiB



End job on node18 on Mon Jan 29 18:04:48 UTC 2007