Trace number 229748

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.09 1809.79

General information on the benchmark

Namerandom/rand-2-50-23-fcd/
rand-2-50-23-587-230-fcd-31_ext.xml
MD5SUM490b8aa1a619c5217d8bb153ce031a76
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 benchmark196.206
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints473
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension473
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/229748-1170106160/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/229748-1170106160/unknown.xml [Mon Jan 29 22:29:20 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/229748-1170106160/unknown.xml /tmp/evaluation/229748-1170106160/sugar25477.csp [Mon Jan 29 22:29:20 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229748-1170106160/sugar-v0-40.jar -convert /tmp/evaluation/229748-1170106160/unknown.xml /tmp/evaluation/229748-1170106160/sugar25477.csp
0.18	c BEGIN convert /tmp/evaluation/229748-1170106160/unknown.xml
0.90	c END convert (0.7155 seconds)
0.92	c # CONVERT_XML  END : /tmp/evaluation/229748-1170106160/sugar25477.csp 2160728 bytes (1 seconds) [Mon Jan 29 22:29:21 2007]
0.92	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.92	
0.92	c # GENERATE_SAT  BEGIN : /tmp/evaluation/229748-1170106160/sugar25477.bcnf [Mon Jan 29 22:29:21 2007]
0.92	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/229748-1170106160/sugar-v0-40.jar -bcnf -map /tmp/evaluation/229748-1170106160/sugar25477.map /tmp/evaluation/229748-1170106160/sugar25477.csp /tmp/evaluation/229748-1170106160/sugar25477.bcnf
1.04	c BEGIN parse /tmp/evaluation/229748-1170106160/sugar25477.csp
44.70	c END parse (43.653679 seconds)
44.70	c BEGIN simplify
44.86	c END simplify (0.167407 seconds)
44.86	c BEGIN encode /tmp/evaluation/229748-1170106160/sugar25477.bcnf
46.12	c END encode (1.251771 seconds)
46.25	c # GENERATE_SAT  END : 10082 variables 84568 clauses 11782664 bytes (46 seconds) [Mon Jan 29 22:30:07 2007]
46.25	c # GENERATE_SAT  CPU : 45.03 = 0.08 + 0 + 44.37 + 0.58
46.25	
46.25	c # SOLVE_SAT  BEGIN : /tmp/evaluation/229748-1170106160/sugar25477.bcnf [Mon Jan 29 22:30:07 2007]
46.25	c # CMD : /tmp/evaluation/229748-1170106160/minisat /tmp/evaluation/229748-1170106160/sugar25477.bcnf /tmp/evaluation/229748-1170106160/sugar25477.out
46.52	c ==================================[MINISAT]===================================
46.52	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
46.52	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
46.52	c ==============================================================================
46.52	c |         0 |   84568  2861088 |   28189       0        0     nan |  0.000 % |
46.59	c |       101 |   84570  2861088 |   31007      99     3684    37.2 |  0.000 % |
46.66	c |       251 |   84570  2861088 |   34108     249     5621    22.6 |  0.000 % |
46.81	c |       476 |   84571  2861088 |   37519     473     9663    20.4 |  0.000 % |
47.09	c |       814 |   84571  2861088 |   41271     811    17060    21.0 |  0.000 % |
47.46	c |      1320 |   84571  2861088 |   45398    1317    29959    22.7 |  0.000 % |
48.22	c |      2080 |   84571  2861088 |   49938    2077    57864    27.9 |  0.000 % |
49.38	c |      3219 |   84572  2861088 |   54932    3215   105749    32.9 |  0.000 % |
51.21	c |      4928 |   84574  2861088 |   60425    4922   166627    33.9 |  0.000 % |
54.04	c |      7491 |   84574  2861088 |   66468    7485   260089    34.7 |  0.000 % |
57.74	c |     11336 |   84574  2861088 |   73115   11330   375702    33.2 |  0.000 % |
64.20	c |     17102 |   84575  2861088 |   80426   17095   631979    37.0 |  0.000 % |
75.89	c |     25751 |   84576  2861088 |   88469   25743   974845    37.9 |  0.000 % |
92.41	c |     38725 |   84578  2861088 |   97316   38715  1495277    38.6 |  0.000 % |
122.27	c |     58187 |   84581  2861088 |  107047   58174  2421567    41.6 |  0.000 % |
160.55	c |     87380 |   84585  2861088 |  117752   87363  3399696    38.9 |  0.000 % |
229.56	c |    131173 |   84589  2861088 |  129527   28414  1258347    44.3 |  0.000 % |
331.11	c |    196859 |   84600  2861088 |  142480   94089  3725860    39.6 |  0.000 % |
464.14	c |    295385 |   84609  2861088 |  156728   65586  1965040    30.0 |  0.000 % |
705.58	c |    443175 |   84620  2861088 |  172401   74590  4065228    54.5 |  0.000 % |
1055.44	c |    664858 |   84638  2861088 |  189641  139673  6497610    46.5 |  0.000 % |
1708.18	c |    997384 |   84654  2861088 |  208605  134450  7252558    53.9 |  0.000 % |
1808.71	
1808.71	s UNKNOWN
1808.71	c # INTERRUPTED
1808.71	c # MAIN  END :  (1809 seconds) [Mon Jan 29 22:59:29 2007]
1808.71	c # MAIN  CPU : 45.03 = 0.08 + 0 + 44.37 + 0.58
1808.71	

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/node43/watcher-229748-1170106160 -o ROOT/results/node43/solver-229748-1170106160 -C 1800 -M 900 /tmp/evaluation/229748-1170106160/solver /tmp/evaluation/229748-1170106160 /tmp/evaluation/229748-1170106160/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.37 2.51 2.83 5/81 25478
/proc/meminfo: memFree=1328336/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=18540 CPUtime=0
/proc/25477/stat : 25477 (runsolver) R 25475 25477 25412 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30572058 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 216849247527 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25477/statm: 4635 279 244 17 0 2626 0

[startup+0.110497 s]
/proc/loadavg: 2.37 2.51 2.83 5/81 25478
/proc/meminfo: memFree=1328336/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=13724 CPUtime=0.04
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 30572058 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25477/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.518527 s]
/proc/loadavg: 2.37 2.51 2.83 5/81 25478
/proc/meminfo: memFree=1328336/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=13724 CPUtime=0.04
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30572058 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25477/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.34366 s]
/proc/loadavg: 2.37 2.51 2.83 4/90 25494
/proc/meminfo: memFree=1317960/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=13724 CPUtime=0.04
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30572058 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25477/statm: 3431 808 370 3 0 531 0
[pid=25479] ppid=25477 vsize=0 CPUtime=0.83
/proc/25479/stat : 25479 (java) Z 25477 25477 25412 0 -1 1036 7917 0 1 0 76 7 0 0 18 0 1 0 30572064 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25479/statm: 0 0 0 0 0 0 0
[pid=25487] ppid=25477 vsize=807064 CPUtime=0.4
/proc/25487/stat : 25487 (java) R 25477 25477 25412 0 -1 0 6954 0 1 0 36 4 0 0 24 0 8 0 30572151 826433536 6703 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25487/statm: 201766 6703 1494 14 0 189044 0
[pid=25487/tid=25488] ppid=25477 vsize=807064 CPUtime=0.04
/proc/25487/task/25488/stat : 25488 (java) R 25477 25477 25412 0 -1 64 902 0 0 0 4 0 0 0 16 0 8 0 30572154 826433536 6704 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25489] ppid=25477 vsize=807064 CPUtime=0
/proc/25487/task/25489/stat : 25489 (java) S 25477 25477 25412 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30572155 826433536 6705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25490] ppid=25477 vsize=807064 CPUtime=0
/proc/25487/task/25490/stat : 25490 (java) S 25477 25477 25412 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30572155 826433536 6705 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25491] ppid=25477 vsize=807064 CPUtime=0
/proc/25487/task/25491/stat : 25491 (java) S 25477 25477 25412 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30572158 826433536 6706 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25492] ppid=25477 vsize=807064 CPUtime=0.05
/proc/25487/task/25492/stat : 25492 (java) S 25477 25477 25412 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 30572158 826433536 6707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25493] ppid=25477 vsize=807064 CPUtime=0
/proc/25487/task/25493/stat : 25493 (java) S 25477 25477 25412 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30572158 826433536 6707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25494] ppid=25477 vsize=807064 CPUtime=0
/proc/25487/task/25494/stat : 25494 (java) S 25477 25477 25412 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30572158 826433536 6707 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 820788

[startup+2.98894 s]
/proc/loadavg: 2.37 2.51 2.83 5/90 25494
/proc/meminfo: memFree=1286088/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=13724 CPUtime=0.04
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30572058 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25477/statm: 3431 808 370 3 0 531 0
[pid=25479] ppid=25477 vsize=0 CPUtime=0.83
/proc/25479/stat : 25479 (java) Z 25477 25477 25412 0 -1 1036 7917 0 1 0 76 7 0 0 18 0 1 0 30572064 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25479/statm: 0 0 0 0 0 0 0
[pid=25487] ppid=25477 vsize=807064 CPUtime=2.04
/proc/25487/stat : 25487 (java) R 25477 25477 25412 0 -1 0 13793 0 1 0 197 7 0 0 25 0 8 0 30572151 826433536 13526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25487/statm: 201766 13526 1494 14 0 189044 0
[pid=25487/tid=25488] ppid=25477 vsize=807064 CPUtime=0.56
/proc/25487/task/25488/stat : 25488 (java) R 25477 25477 25412 0 -1 64 7724 0 0 0 53 3 0 0 16 0 8 0 30572154 826433536 13526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153968433 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25489] ppid=25477 vsize=807064 CPUtime=0
/proc/25487/task/25489/stat : 25489 (java) S 25477 25477 25412 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30572155 826433536 13526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25490] ppid=25477 vsize=807064 CPUtime=0
/proc/25487/task/25490/stat : 25490 (java) S 25477 25477 25412 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30572155 826433536 13526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25491] ppid=25477 vsize=807064 CPUtime=0
/proc/25487/task/25491/stat : 25491 (java) S 25477 25477 25412 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30572158 826433536 13526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25492] ppid=25477 vsize=807064 CPUtime=0.05
/proc/25487/task/25492/stat : 25492 (java) S 25477 25477 25412 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 30572158 826433536 13526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25493] ppid=25477 vsize=807064 CPUtime=0
/proc/25487/task/25493/stat : 25493 (java) S 25477 25477 25412 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30572158 826433536 13526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25494] ppid=25477 vsize=807064 CPUtime=0
/proc/25487/task/25494/stat : 25494 (java) S 25477 25477 25412 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30572158 826433536 13526 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 820788

[startup+6.21448 s]
/proc/loadavg: 2.34 2.50 2.83 4/90 25494
/proc/meminfo: memFree=1208840/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=13724 CPUtime=0.04
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30572058 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25477/statm: 3431 808 370 3 0 531 0
[pid=25479] ppid=25477 vsize=0 CPUtime=0.83
/proc/25479/stat : 25479 (java) Z 25477 25477 25412 0 -1 1036 7917 0 1 0 76 7 0 0 18 0 1 0 30572064 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25479/statm: 0 0 0 0 0 0 0
[pid=25487] ppid=25477 vsize=807336 CPUtime=5.27
/proc/25487/stat : 25487 (java) R 25477 25477 25412 0 -1 0 33422 0 1 0 509 18 0 0 25 0 8 0 30572151 826712064 33072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073670875 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25487/statm: 201834 33072 1506 14 0 189112 0
[pid=25487/tid=25488] ppid=25477 vsize=807336 CPUtime=1.53
/proc/25487/task/25488/stat : 25488 (java) S 25477 25477 25412 0 -1 64 27118 0 0 0 140 13 0 0 16 0 8 0 30572154 826712064 33072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25489] ppid=25477 vsize=807336 CPUtime=0
/proc/25487/task/25489/stat : 25489 (java) S 25477 25477 25412 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30572155 826712064 33072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25490] ppid=25477 vsize=807336 CPUtime=0
/proc/25487/task/25490/stat : 25490 (java) S 25477 25477 25412 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30572155 826712064 33072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25491] ppid=25477 vsize=807336 CPUtime=0
/proc/25487/task/25491/stat : 25491 (java) S 25477 25477 25412 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30572158 826712064 33072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25492] ppid=25477 vsize=807336 CPUtime=0.12
/proc/25487/task/25492/stat : 25492 (java) S 25477 25477 25412 0 -1 64 401 0 0 0 12 0 0 0 16 0 8 0 30572158 826712064 33072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25493] ppid=25477 vsize=807336 CPUtime=0
/proc/25487/task/25493/stat : 25493 (java) S 25477 25477 25412 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30572158 826712064 33072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25494] ppid=25477 vsize=807336 CPUtime=0
/proc/25487/task/25494/stat : 25494 (java) S 25477 25477 25412 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30572158 826712064 33072 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 821060

[startup+12.6974 s]
/proc/loadavg: 2.39 2.51 2.83 3/90 25494
/proc/meminfo: memFree=1112968/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=13724 CPUtime=0.04
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30572058 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25477/statm: 3431 808 370 3 0 531 0
[pid=25479] ppid=25477 vsize=0 CPUtime=0.83
/proc/25479/stat : 25479 (java) Z 25477 25477 25412 0 -1 1036 7917 0 1 0 76 7 0 0 18 0 1 0 30572064 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25479/statm: 0 0 0 0 0 0 0
[pid=25487] ppid=25477 vsize=807336 CPUtime=11.69
/proc/25487/stat : 25487 (java) R 25477 25477 25412 0 -1 0 54754 0 1 0 1138 31 0 0 25 0 8 0 30572151 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073448337 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25487/statm: 201834 54113 1507 14 0 189112 0
[pid=25487/tid=25488] ppid=25477 vsize=807336 CPUtime=3.71
/proc/25487/task/25488/stat : 25488 (java) S 25477 25477 25412 0 -1 64 48269 0 0 0 346 25 0 0 16 0 8 0 30572154 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25489] ppid=25477 vsize=807336 CPUtime=0
/proc/25487/task/25489/stat : 25489 (java) S 25477 25477 25412 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30572155 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25490] ppid=25477 vsize=807336 CPUtime=0
/proc/25487/task/25490/stat : 25490 (java) S 25477 25477 25412 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30572155 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25491] ppid=25477 vsize=807336 CPUtime=0
/proc/25487/task/25491/stat : 25491 (java) S 25477 25477 25412 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30572158 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25492] ppid=25477 vsize=807336 CPUtime=0.13
/proc/25487/task/25492/stat : 25492 (java) S 25477 25477 25412 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 30572158 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25493] ppid=25477 vsize=807336 CPUtime=0
/proc/25487/task/25493/stat : 25493 (java) S 25477 25477 25412 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30572158 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25494] ppid=25477 vsize=807336 CPUtime=0
/proc/25487/task/25494/stat : 25494 (java) S 25477 25477 25412 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30572158 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 821060

[startup+25.5345 s]
/proc/loadavg: 2.68 2.56 2.84 3/90 25494
/proc/meminfo: memFree=1113032/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=13724 CPUtime=0.04
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30572058 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25477/statm: 3431 808 370 3 0 531 0
[pid=25479] ppid=25477 vsize=0 CPUtime=0.83
/proc/25479/stat : 25479 (java) Z 25477 25477 25412 0 -1 1036 7917 0 1 0 76 7 0 0 18 0 1 0 30572064 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25479/statm: 0 0 0 0 0 0 0
[pid=25487] ppid=25477 vsize=807336 CPUtime=24.43
/proc/25487/stat : 25487 (java) R 25477 25477 25412 0 -1 0 56094 0 1 0 2406 37 0 0 25 0 8 0 30572151 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153440224 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25487/statm: 201834 54113 1507 14 0 189112 0
[pid=25487/tid=25488] ppid=25477 vsize=807336 CPUtime=8.45
/proc/25487/task/25488/stat : 25488 (java) S 25477 25477 25412 0 -1 64 49248 0 0 0 816 29 0 0 16 0 8 0 30572154 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25489] ppid=25477 vsize=807336 CPUtime=0
/proc/25487/task/25489/stat : 25489 (java) S 25477 25477 25412 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30572155 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25490] ppid=25477 vsize=807336 CPUtime=0
/proc/25487/task/25490/stat : 25490 (java) S 25477 25477 25412 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30572155 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25491] ppid=25477 vsize=807336 CPUtime=0
/proc/25487/task/25491/stat : 25491 (java) S 25477 25477 25412 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 30572158 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25492] ppid=25477 vsize=807336 CPUtime=0.13
/proc/25487/task/25492/stat : 25492 (java) S 25477 25477 25412 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 30572158 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25493] ppid=25477 vsize=807336 CPUtime=0
/proc/25487/task/25493/stat : 25493 (java) S 25477 25477 25412 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 30572158 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25487/tid=25494] ppid=25477 vsize=807336 CPUtime=0
/proc/25487/task/25494/stat : 25494 (java) S 25477 25477 25412 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30572158 826712064 54113 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 821060

[startup+51.2258 s]
/proc/loadavg: 2.71 2.58 2.84 4/83 25495
/proc/meminfo: memFree=1292160/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=19084 CPUtime=45.07
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 2557 66680 0 1 11 1 4437 58 16 0 1 0 30572058 19542016 2067 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25477/statm: 4771 2067 373 3 0 1871 0
[pid=25479] ppid=25477 vsize=0 CPUtime=0.83
/proc/25479/stat : 25479 (java) Z 25477 25477 25412 0 -1 1036 7917 0 1 0 76 7 0 0 18 0 1 0 30572064 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25479/statm: 0 0 0 0 0 0 0
[pid=25495] ppid=25477 vsize=16696 CPUtime=4.94
/proc/25495/stat : 25495 (minisat) R 25477 25477 25412 0 -1 0 4848 0 0 0 490 4 0 0 25 0 1 0 30576683 17096704 3809 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 4174 3809 52 112 0 4058 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 35780

[startup+102.472 s]
/proc/loadavg: 2.70 2.60 2.83 3/83 25495
/proc/meminfo: memFree=1284864/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=19084 CPUtime=45.07
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 2557 66680 0 1 11 1 4437 58 16 0 1 0 30572058 19542016 2067 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25477/statm: 4771 2067 373 3 0 1871 0

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

/proc/25495/stat : 25495 (minisat) R 25477 25477 25412 0 -1 0 16292 0 0 0 119118 23 0 0 25 0 1 0 30576683 64344064 15236 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 15709 15236 52 112 0 15593 0
Current children cumulated CPU time (s) 1237.31
Current children cumulated vsize (KiB) 81920

[startup+1303.35 s]
/proc/loadavg: 2.15 2.08 2.25 3/83 25497
/proc/meminfo: memFree=1208128/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=19084 CPUtime=45.07
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 2557 66680 0 1 11 1 4437 58 16 0 1 0 30572058 19542016 2067 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25477/statm: 4771 2067 373 3 0 1871 0
[pid=25479] ppid=25477 vsize=0 CPUtime=0.83
/proc/25479/stat : 25479 (java) Z 25477 25477 25412 0 -1 1036 7917 0 1 0 76 7 0 0 18 0 1 0 30572064 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25479/statm: 0 0 0 0 0 0 0
[pid=25495] ppid=25477 vsize=63056 CPUtime=1251.12
/proc/25495/stat : 25495 (minisat) R 25477 25477 25412 0 -1 0 16332 0 0 0 125089 23 0 0 25 0 1 0 30576683 64569344 15276 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 15764 15276 52 112 0 15648 0
Current children cumulated CPU time (s) 1297.02
Current children cumulated vsize (KiB) 82140

[startup+1363.42 s]
/proc/loadavg: 3.50 2.44 2.36 3/83 25571
/proc/meminfo: memFree=506808/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=19084 CPUtime=45.07
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 2557 66680 0 1 11 1 4437 58 16 0 1 0 30572058 19542016 2067 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25477/statm: 4771 2067 373 3 0 1871 0
[pid=25479] ppid=25477 vsize=0 CPUtime=0.83
/proc/25479/stat : 25479 (java) Z 25477 25477 25412 0 -1 1036 7917 0 1 0 76 7 0 0 18 0 1 0 30572064 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25479/statm: 0 0 0 0 0 0 0
[pid=25495] ppid=25477 vsize=63192 CPUtime=1310.53
/proc/25495/stat : 25495 (minisat) R 25477 25477 25412 0 -1 0 16376 0 0 0 131008 45 0 0 25 0 1 0 30576683 64708608 15312 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134527104 0 0 4096 3 0 0 0 17 0 0 0
/proc/25495/statm: 15798 15312 52 112 0 15682 0
Current children cumulated CPU time (s) 1356.43
Current children cumulated vsize (KiB) 82276

[startup+1423.5 s]
/proc/loadavg: 4.28 2.86 2.51 3/83 25575
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=19084 CPUtime=45.07
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 2557 66680 0 1 11 1 4437 58 16 0 1 0 30572058 19542016 2067 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25477/statm: 4771 2067 373 3 0 1871 0
[pid=25479] ppid=25477 vsize=0 CPUtime=0.83
/proc/25479/stat : 25479 (java) Z 25477 25477 25412 0 -1 1036 7917 0 1 0 76 7 0 0 18 0 1 0 30572064 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25479/statm: 0 0 0 0 0 0 0
[pid=25495] ppid=25477 vsize=63192 CPUtime=1369.64
/proc/25495/stat : 25495 (minisat) R 25477 25477 25412 0 -1 0 16381 0 0 0 136899 65 0 0 25 0 1 0 30576683 64708608 15317 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/25495/statm: 15798 15317 52 112 0 15682 0
Current children cumulated CPU time (s) 1415.54
Current children cumulated vsize (KiB) 82276

[startup+1483.56 s]
/proc/loadavg: 4.84 3.26 2.66 2/83 25577
/proc/meminfo: memFree=39160/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=19084 CPUtime=45.07
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 2557 66680 0 1 11 1 4437 58 16 0 1 0 30572058 19542016 2067 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25477/statm: 4771 2067 373 3 0 1871 0
[pid=25479] ppid=25477 vsize=0 CPUtime=0.83
/proc/25479/stat : 25479 (java) Z 25477 25477 25412 0 -1 1036 7917 0 1 0 76 7 0 0 18 0 1 0 30572064 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25479/statm: 0 0 0 0 0 0 0
[pid=25495] ppid=25477 vsize=64252 CPUtime=1429.41
/proc/25495/stat : 25495 (minisat) R 25477 25477 25412 0 -1 0 16616 0 0 0 142855 86 0 0 25 0 1 0 30576683 65794048 15552 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528559 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 16063 15552 52 112 0 15947 0
Current children cumulated CPU time (s) 1475.31
Current children cumulated vsize (KiB) 83336

[startup+1543.63 s]
/proc/loadavg: 4.55 3.48 2.78 3/83 25582
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=19084 CPUtime=45.07
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 2557 66680 0 1 11 1 4437 58 16 0 1 0 30572058 19542016 2067 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25477/statm: 4771 2067 373 3 0 1871 0
[pid=25479] ppid=25477 vsize=0 CPUtime=0.83
/proc/25479/stat : 25479 (java) Z 25477 25477 25412 0 -1 1036 7917 0 1 0 76 7 0 0 18 0 1 0 30572064 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25479/statm: 0 0 0 0 0 0 0
[pid=25495] ppid=25477 vsize=67944 CPUtime=1489.27
/proc/25495/stat : 25495 (minisat) R 25477 25477 25412 0 -1 0 17552 0 0 0 148824 103 0 0 25 0 1 0 30576683 69574656 16488 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 16986 16488 52 112 0 16870 0
Current children cumulated CPU time (s) 1535.17
Current children cumulated vsize (KiB) 87028

[startup+1603.71 s]
/proc/loadavg: 3.57 3.39 2.79 4/83 25582
/proc/meminfo: memFree=14840/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=19084 CPUtime=45.07
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 2557 66680 0 1 11 1 4437 58 16 0 1 0 30572058 19542016 2067 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25477/statm: 4771 2067 373 3 0 1871 0
[pid=25479] ppid=25477 vsize=0 CPUtime=0.83
/proc/25479/stat : 25479 (java) Z 25477 25477 25412 0 -1 1036 7917 0 1 0 76 7 0 0 18 0 1 0 30572064 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25479/statm: 0 0 0 0 0 0 0
[pid=25495] ppid=25477 vsize=68104 CPUtime=1549.31
/proc/25495/stat : 25495 (minisat) R 25477 25477 25412 0 -1 0 17566 0 0 0 154822 109 0 0 25 0 1 0 30576683 69738496 16502 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 17026 16502 52 112 0 16910 0
Current children cumulated CPU time (s) 1595.21
Current children cumulated vsize (KiB) 87188

[startup+1663.81 s]
/proc/loadavg: 2.62 3.15 2.74 3/83 25582
/proc/meminfo: memFree=15800/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=19084 CPUtime=45.07
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 2557 66680 0 1 11 1 4437 58 16 0 1 0 30572058 19542016 2067 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25477/statm: 4771 2067 373 3 0 1871 0
[pid=25479] ppid=25477 vsize=0 CPUtime=0.83
/proc/25479/stat : 25479 (java) Z 25477 25477 25412 0 -1 1036 7917 0 1 0 76 7 0 0 18 0 1 0 30572064 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25479/statm: 0 0 0 0 0 0 0
[pid=25495] ppid=25477 vsize=68104 CPUtime=1609.37
/proc/25495/stat : 25495 (minisat) R 25477 25477 25412 0 -1 0 17578 0 0 0 160822 115 0 0 25 0 1 0 30576683 69738496 16514 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 17026 16514 52 112 0 16910 0
Current children cumulated CPU time (s) 1655.27
Current children cumulated vsize (KiB) 87188

[startup+1723.88 s]
/proc/loadavg: 2.33 2.97 2.70 3/83 25582
/proc/meminfo: memFree=15992/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=19084 CPUtime=45.07
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 2557 66680 0 1 11 1 4437 58 16 0 1 0 30572058 19542016 2067 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25477/statm: 4771 2067 373 3 0 1871 0
[pid=25479] ppid=25477 vsize=0 CPUtime=0.83
/proc/25479/stat : 25479 (java) Z 25477 25477 25412 0 -1 1036 7917 0 1 0 76 7 0 0 18 0 1 0 30572064 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25479/statm: 0 0 0 0 0 0 0
[pid=25495] ppid=25477 vsize=68248 CPUtime=1669.41
/proc/25495/stat : 25495 (minisat) R 25477 25477 25412 0 -1 0 17607 0 0 0 166819 122 0 0 25 0 1 0 30576683 69885952 16543 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 17062 16543 52 112 0 16946 0
Current children cumulated CPU time (s) 1715.31
Current children cumulated vsize (KiB) 87332

[startup+1783.97 s]
/proc/loadavg: 2.20 2.81 2.66 3/83 25582
/proc/meminfo: memFree=15544/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=19084 CPUtime=45.07
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 2557 66680 0 1 11 1 4437 58 16 0 1 0 30572058 19542016 2067 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25477/statm: 4771 2067 373 3 0 1871 0
[pid=25479] ppid=25477 vsize=0 CPUtime=0.83
/proc/25479/stat : 25479 (java) Z 25477 25477 25412 0 -1 1036 7917 0 1 0 76 7 0 0 18 0 1 0 30572064 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25479/statm: 0 0 0 0 0 0 0
[pid=25495] ppid=25477 vsize=68388 CPUtime=1729.46
/proc/25495/stat : 25495 (minisat) R 25477 25477 25412 0 -1 0 17641 0 0 0 172819 127 0 0 25 0 1 0 30576683 70029312 16577 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 17097 16577 52 112 0 16981 0
Current children cumulated CPU time (s) 1775.36
Current children cumulated vsize (KiB) 87472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.71 s]
/proc/loadavg: 2.21 2.76 2.65 3/83 25582
/proc/meminfo: memFree=14968/2055920 swapFree=4192812/4192956
[pid=25477] ppid=25475 vsize=19084 CPUtime=45.07
/proc/25477/stat : 25477 (sugar) S 25475 25477 25412 0 -1 4194304 2557 66680 0 1 11 1 4437 58 16 0 1 0 30572058 19542016 2067 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25477/statm: 4771 2067 373 3 0 1871 0
[pid=25479] ppid=25477 vsize=0 CPUtime=0.83
/proc/25479/stat : 25479 (java) Z 25477 25477 25412 0 -1 1036 7917 0 1 0 76 7 0 0 18 0 1 0 30572064 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/25479/statm: 0 0 0 0 0 0 0
[pid=25495] ppid=25477 vsize=68388 CPUtime=1754.18
/proc/25495/stat : 25495 (minisat) R 25477 25477 25412 0 -1 0 17646 0 0 0 175291 127 0 0 25 0 1 0 30576683 70029312 16582 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525748 0 0 4096 3 0 0 0 17 1 0 0
/proc/25495/statm: 17097 16582 52 112 0 16981 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 87472

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 25477 and gives childrusage.ru_utime.tv_sec=44 childrusage.ru_utime.tv_usec=488236 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=600908
CPU time returned by wait4() is 45.0891
while last known CPU time is 1800.09

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

Real time (s): 1809.79
CPU time (s): 1800.09
CPU user time (s): 1798.15
CPU system time (s): 1.94
CPU usage (%): 99.4641
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.4882
system time used= 0.600908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69322
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9571
involuntary context switches= 9834

runsolver used 1.9767 s user time and 5.16621 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Mon Jan 29 21:29:20 UTC 2007


IDJOB= 229748
IDBENCH= 6354
IDSOLVER= 86
FILE ID= node43/229748-1170106160

PBS_JOBID= 3689854

Free space on /tmp= 66560 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  490b8aa1a619c5217d8bb153ce031a76

RANDOM SEED= 203511512

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1328752 kB
Buffers:         20420 kB
Cached:          48600 kB
SwapCached:          0 kB
Active:         642984 kB
Inactive:        32608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1328752 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1296 kB
Writeback:           0 kB
Mapped:         623344 kB
Slab:            35804 kB
Committed_AS:   966340 kB
PageTables:       2964 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= 61787 MiB



End job on node43 on Mon Jan 29 21:59:30 UTC 2007