Trace number 194882

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.03 1802.02

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-6_ext.xml
MD5SUMf2d212ac6b3c423cd9a159278e276c36
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints475
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension475
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/194882-1170092054/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/194882-1170092054/unknown.xml [Mon Jan 29 18:34:14 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/194882-1170092054/unknown.xml /tmp/evaluation/194882-1170092054/sugar23606.csp [Mon Jan 29 18:34:14 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194882-1170092054/sugar-v0-40.jar -convert /tmp/evaluation/194882-1170092054/unknown.xml /tmp/evaluation/194882-1170092054/sugar23606.csp
0.16	c BEGIN convert /tmp/evaluation/194882-1170092054/unknown.xml
0.83	c END convert (0.672879 seconds)
0.85	c # CONVERT_XML  END : /tmp/evaluation/194882-1170092054/sugar23606.csp 2187218 bytes (1 seconds) [Mon Jan 29 18:34:15 2007]
0.85	c # CONVERT_XML  CPU : 0.78 = 0 + 0 + 0.72 + 0.06
0.85	
0.85	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194882-1170092054/sugar23606.bcnf [Mon Jan 29 18:34:15 2007]
0.85	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194882-1170092054/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194882-1170092054/sugar23606.map /tmp/evaluation/194882-1170092054/sugar23606.csp /tmp/evaluation/194882-1170092054/sugar23606.bcnf
0.97	c BEGIN parse /tmp/evaluation/194882-1170092054/sugar23606.csp
36.42	c END parse (35.455747 seconds)
36.43	c BEGIN simplify
36.56	c END simplify (0.136449 seconds)
36.56	c BEGIN encode /tmp/evaluation/194882-1170092054/sugar23606.bcnf
38.07	c END encode (1.511306 seconds)
38.19	c # GENERATE_SAT  END : 7828 variables 80965 clauses 9259040 bytes (37 seconds) [Mon Jan 29 18:34:52 2007]
38.19	c # GENERATE_SAT  CPU : 37.3 = 0.06 + 0.01 + 36.75 + 0.48
38.19	
38.19	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194882-1170092054/sugar23606.bcnf [Mon Jan 29 18:34:52 2007]
38.19	c # CMD : /tmp/evaluation/194882-1170092054/minisat /tmp/evaluation/194882-1170092054/sugar23606.bcnf /tmp/evaluation/194882-1170092054/sugar23606.out
38.41	c ==================================[MINISAT]===================================
38.41	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
38.41	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
38.41	c ==============================================================================
38.41	c |         0 |   80965  2233785 |   26988       0        0     nan |  0.000 % |
38.48	c |       101 |   80965  2233785 |   29686     101     4725    46.8 |  0.000 % |
38.56	c |       251 |   80965  2233785 |   32655     251     6670    26.6 |  0.000 % |
38.66	c |       476 |   80965  2233785 |   35921     476    10120    21.3 |  0.000 % |
38.84	c |       814 |   80965  2233785 |   39513     814    15066    18.5 |  0.000 % |
39.06	c |      1320 |   80967  2233785 |   43464    1318    21527    16.3 |  0.000 % |
39.42	c |      2080 |   80967  2233785 |   47810    2078    31829    15.3 |  0.000 % |
39.98	c |      3220 |   80968  2233785 |   52591    3217    48653    15.1 |  0.000 % |
40.90	c |      4929 |   80968  2233785 |   57851    4926    75555    15.3 |  0.000 % |
42.23	c |      7492 |   80971  2233785 |   63636    7486   117410    15.7 |  0.000 % |
44.43	c |     11337 |   80973  2233785 |   69999   11329   184028    16.2 |  0.000 % |
48.28	c |     17104 |   80974  2233785 |   76999   17095   297385    17.4 |  0.000 % |
54.77	c |     25753 |   80976  2233785 |   84699   25742   446676    17.4 |  0.000 % |
65.86	c |     38728 |   80981  2233785 |   93169   38712   713173    18.4 |  0.000 % |
83.40	c |     58189 |   80983  2233785 |  102486   58171  1131719    19.5 |  0.000 % |
117.22	c |     87383 |   80987  2233785 |  112735   87361  1915849    21.9 |  0.000 % |
169.25	c |    131173 |   80990  2233785 |  124009   33093  1172259    35.4 |  0.000 % |
253.20	c |    196858 |   80994  2233785 |  136410   98774  3298132    33.4 |  0.000 % |
403.12	c |    295384 |   81000  2233785 |  150051   81734  2370725    29.0 |  0.000 % |
622.90	c |    443174 |   81015  2233785 |  165056   99671  2653875    26.6 |  0.000 % |
986.66	c |    664858 |   81028  2233785 |  181561   33583  1003154    29.9 |  0.000 % |
1604.62	c |    997384 |   81042  2233785 |  199717   48089  1513129    31.5 |  0.000 % |
1801.01	
1801.01	s UNKNOWN
1801.01	c # INTERRUPTED
1801.01	c # MAIN  END :  (1801 seconds) [Mon Jan 29 19:04:15 2007]
1801.01	c # MAIN  CPU : 38.08 = 0.06 + 0.01 + 37.47 + 0.54
1801.01	

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/node9/watcher-194882-1170092054 -o ROOT/results/node9/solver-194882-1170092054 -C 1800 -M 900 /tmp/evaluation/194882-1170092054/solver /tmp/evaluation/194882-1170092054 /tmp/evaluation/194882-1170092054/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: 0.94 0.99 0.85 4/81 23607
/proc/meminfo: memFree=1771856/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=12268 CPUtime=0
/proc/23606/stat : 23606 (sugar) R 23604 23606 23509 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 29160038 12562432 315 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427890174 0 0 4224 0 0 0 0 17 1 0 0
/proc/23606/statm: 3067 315 241 3 0 167 0

[startup+0.106886 s]
/proc/loadavg: 0.94 0.99 0.85 4/81 23607
/proc/meminfo: memFree=1771856/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=13724 CPUtime=0.03
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 1112 0 0 0 3 0 0 0 19 0 1 0 29160038 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23606/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.514958 s]
/proc/loadavg: 0.94 0.99 0.85 4/81 23607
/proc/meminfo: memFree=1771856/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=13724 CPUtime=0.03
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29160038 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23606/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33612 s]
/proc/loadavg: 0.94 0.99 0.85 4/102 23666
/proc/meminfo: memFree=1738256/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=13724 CPUtime=0.81
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 1190 7926 0 1 3 0 72 6 15 0 1 0 29160038 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 3431 809 371 3 0 531 0
[pid=23659] ppid=23606 vsize=807064 CPUtime=0.47
/proc/23659/stat : 23659 (java) R 23606 23606 23509 0 -1 0 7319 0 1 0 42 5 0 0 19 0 8 0 29160124 826433536 7068 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073536547 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23659/statm: 201766 7068 1494 14 0 189044 0
[pid=23659/tid=23660] ppid=23606 vsize=807064 CPUtime=0.05
/proc/23659/task/23660/stat : 23660 (java) S 23606 23606 23509 0 -1 64 1266 0 0 0 5 0 0 0 16 0 8 0 29160127 826433536 7068 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23661] ppid=23606 vsize=807064 CPUtime=0
/proc/23659/task/23661/stat : 23661 (java) S 23606 23606 23509 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 29160127 826433536 7068 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23662] ppid=23606 vsize=807064 CPUtime=0
/proc/23659/task/23662/stat : 23662 (java) S 23606 23606 23509 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 29160127 826433536 7068 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23663] ppid=23606 vsize=807064 CPUtime=0
/proc/23659/task/23663/stat : 23663 (java) S 23606 23606 23509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29160130 826433536 7068 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23659/tid=23664] ppid=23606 vsize=807064 CPUtime=0.05
/proc/23659/task/23664/stat : 23664 (java) S 23606 23606 23509 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29160130 826433536 7068 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23665] ppid=23606 vsize=807064 CPUtime=0
/proc/23659/task/23665/stat : 23665 (java) S 23606 23606 23509 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29160130 826433536 7068 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23659/tid=23666] ppid=23606 vsize=807064 CPUtime=0
/proc/23659/task/23666/stat : 23666 (java) R 23606 23606 23509 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 29160130 826433536 7068 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 820788

[startup+2.98544 s]
/proc/loadavg: 0.94 0.99 0.85 4/102 23674
/proc/meminfo: memFree=1695952/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=13724 CPUtime=0.81
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 1190 7926 0 1 3 0 72 6 15 0 1 0 29160038 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 3431 809 371 3 0 531 0
[pid=23659] ppid=23606 vsize=807064 CPUtime=2.11
/proc/23659/stat : 23659 (java) R 23606 23606 23509 0 -1 0 13764 0 1 0 203 8 0 0 25 0 8 0 29160124 826433536 13498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073511224 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23659/statm: 201766 13498 1494 14 0 189044 0
[pid=23659/tid=23660] ppid=23606 vsize=807064 CPUtime=0.55
/proc/23659/task/23660/stat : 23660 (java) S 23606 23606 23509 0 -1 64 7696 0 0 0 52 3 0 0 16 0 8 0 29160127 826433536 13498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23661] ppid=23606 vsize=807064 CPUtime=0
/proc/23659/task/23661/stat : 23661 (java) S 23606 23606 23509 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 29160127 826433536 13498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23662] ppid=23606 vsize=807064 CPUtime=0
/proc/23659/task/23662/stat : 23662 (java) S 23606 23606 23509 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 29160127 826433536 13498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23663] ppid=23606 vsize=807064 CPUtime=0
/proc/23659/task/23663/stat : 23663 (java) S 23606 23606 23509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29160130 826433536 13498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23659/tid=23664] ppid=23606 vsize=807064 CPUtime=0.05
/proc/23659/task/23664/stat : 23664 (java) S 23606 23606 23509 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29160130 826433536 13498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23665] ppid=23606 vsize=807064 CPUtime=0
/proc/23659/task/23665/stat : 23665 (java) S 23606 23606 23509 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29160130 826433536 13498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23659/tid=23666] ppid=23606 vsize=807064 CPUtime=0
/proc/23659/task/23666/stat : 23666 (java) S 23606 23606 23509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29160130 826433536 13498 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 820788

[startup+6.20406 s]
/proc/loadavg: 1.10 1.03 0.87 3/102 23674
/proc/meminfo: memFree=1545808/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=13724 CPUtime=0.81
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 1190 7926 0 1 3 0 72 6 15 0 1 0 29160038 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 3431 809 371 3 0 531 0
[pid=23659] ppid=23606 vsize=807336 CPUtime=5.33
/proc/23659/stat : 23659 (java) R 23606 23606 23509 0 -1 0 32213 0 1 0 515 18 0 0 25 0 8 0 29160124 826712064 31875 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154517276 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23659/statm: 201834 31875 1506 14 0 189112 0
[pid=23659/tid=23660] ppid=23606 vsize=807336 CPUtime=1.47
/proc/23659/task/23660/stat : 23660 (java) S 23606 23606 23509 0 -1 64 25923 0 0 0 135 12 0 0 16 0 8 0 29160127 826712064 31875 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23661] ppid=23606 vsize=807336 CPUtime=0
/proc/23659/task/23661/stat : 23661 (java) S 23606 23606 23509 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 29160127 826712064 31875 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23662] ppid=23606 vsize=807336 CPUtime=0
/proc/23659/task/23662/stat : 23662 (java) S 23606 23606 23509 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 29160127 826712064 31875 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23663] ppid=23606 vsize=807336 CPUtime=0
/proc/23659/task/23663/stat : 23663 (java) S 23606 23606 23509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29160130 826712064 31875 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23659/tid=23664] ppid=23606 vsize=807336 CPUtime=0.13
/proc/23659/task/23664/stat : 23664 (java) S 23606 23606 23509 0 -1 64 400 0 0 0 12 1 0 0 17 0 8 0 29160130 826712064 31875 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23665] ppid=23606 vsize=807336 CPUtime=0
/proc/23659/task/23665/stat : 23665 (java) S 23606 23606 23509 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29160130 826712064 31875 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23659/tid=23666] ppid=23606 vsize=807336 CPUtime=0
/proc/23659/task/23666/stat : 23666 (java) S 23606 23606 23509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29160130 826712064 31875 18446744073709551615 134512640 134570532 4294956464 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.6773 s]
/proc/loadavg: 1.42 1.09 0.89 4/102 23674
/proc/meminfo: memFree=1339248/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=13724 CPUtime=0.81
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 1190 7926 0 1 3 0 72 6 15 0 1 0 29160038 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 3431 809 371 3 0 531 0
[pid=23659] ppid=23606 vsize=807336 CPUtime=11.8
/proc/23659/stat : 23659 (java) R 23606 23606 23509 0 -1 0 54810 0 1 0 1151 29 0 0 25 0 8 0 29160124 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073669983 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23659/statm: 201834 54113 1507 14 0 189112 0
[pid=23659/tid=23660] ppid=23606 vsize=807336 CPUtime=3.57
/proc/23659/task/23660/stat : 23660 (java) S 23606 23606 23509 0 -1 64 48354 0 0 0 336 21 0 0 16 0 8 0 29160127 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23661] ppid=23606 vsize=807336 CPUtime=0
/proc/23659/task/23661/stat : 23661 (java) S 23606 23606 23509 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 29160127 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23662] ppid=23606 vsize=807336 CPUtime=0
/proc/23659/task/23662/stat : 23662 (java) S 23606 23606 23509 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 29160127 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23663] ppid=23606 vsize=807336 CPUtime=0
/proc/23659/task/23663/stat : 23663 (java) S 23606 23606 23509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29160130 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23659/tid=23664] ppid=23606 vsize=807336 CPUtime=0.15
/proc/23659/task/23664/stat : 23664 (java) S 23606 23606 23509 0 -1 64 403 0 0 0 14 1 0 0 17 0 8 0 29160130 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23665] ppid=23606 vsize=807336 CPUtime=0
/proc/23659/task/23665/stat : 23665 (java) S 23606 23606 23509 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29160130 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23659/tid=23666] ppid=23606 vsize=807336 CPUtime=0
/proc/23659/task/23666/stat : 23666 (java) S 23606 23606 23509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29160130 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 821060

[startup+25.4908 s]
/proc/loadavg: 1.77 1.18 0.92 3/102 23674
/proc/meminfo: memFree=1339384/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=13724 CPUtime=0.81
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 1190 7926 0 1 3 0 72 6 15 0 1 0 29160038 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 3431 809 371 3 0 531 0
[pid=23659] ppid=23606 vsize=807336 CPUtime=24.61
/proc/23659/stat : 23659 (java) R 23606 23606 23509 0 -1 0 56130 0 1 0 2427 34 0 0 25 0 8 0 29160124 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073566725 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23659/statm: 201834 54113 1507 14 0 189112 0
[pid=23659/tid=23660] ppid=23606 vsize=807336 CPUtime=8.46
/proc/23659/task/23660/stat : 23660 (java) S 23606 23606 23509 0 -1 64 49336 0 0 0 821 25 0 0 16 0 8 0 29160127 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23661] ppid=23606 vsize=807336 CPUtime=0
/proc/23659/task/23661/stat : 23661 (java) S 23606 23606 23509 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 29160127 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23662] ppid=23606 vsize=807336 CPUtime=0
/proc/23659/task/23662/stat : 23662 (java) S 23606 23606 23509 0 -1 64 5 0 0 0 0 0 0 0 17 0 8 0 29160127 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23663] ppid=23606 vsize=807336 CPUtime=0
/proc/23659/task/23663/stat : 23663 (java) S 23606 23606 23509 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 29160130 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23659/tid=23664] ppid=23606 vsize=807336 CPUtime=0.15
/proc/23659/task/23664/stat : 23664 (java) S 23606 23606 23509 0 -1 64 403 0 0 0 14 1 0 0 17 0 8 0 29160130 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23659/tid=23665] ppid=23606 vsize=807336 CPUtime=0
/proc/23659/task/23665/stat : 23665 (java) S 23606 23606 23509 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29160130 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23659/tid=23666] ppid=23606 vsize=807336 CPUtime=0
/proc/23659/task/23666/stat : 23666 (java) S 23606 23606 23509 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29160130 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 821060

[startup+51.1927 s]
/proc/loadavg: 1.91 1.26 0.95 3/88 23676
/proc/meminfo: memFree=1710120/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=17376 CPUtime=38.11
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 2200 70473 0 2 9 1 3747 54 16 0 1 0 29160038 17793024 1712 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 4344 1712 373 3 0 1444 0
[pid=23676] ppid=23606 vsize=15224 CPUtime=12.98
/proc/23676/stat : 23676 (minisat) R 23606 23606 23509 0 -1 0 4491 0 0 0 1296 2 0 0 25 0 1 0 29163858 15589376 3451 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23676/statm: 3806 3451 52 112 0 3690 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 32600

[startup+102.436 s]
/proc/loadavg: 1.96 1.37 1.01 3/88 23678
/proc/meminfo: memFree=1696104/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=17376 CPUtime=38.11
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 2200 70473 0 2 9 1 3747 54 16 0 1 0 29160038 17793024 1712 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 4344 1712 373 3 0 1444 0
[pid=23676] ppid=23606 vsize=22200 CPUtime=64.19
/proc/23676/stat : 23676 (minisat) R 23606 23606 23509 0 -1 0 6201 0 0 0 6415 4 0 0 25 0 1 0 29163858 22732800 5161 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528340 0 0 4096 3 0 0 0 17 1 0 0
/proc/23676/statm: 5550 5161 52 112 0 5434 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 39576

[startup+162.499 s]
/proc/loadavg: 1.98 1.49 1.06 3/88 23678
/proc/meminfo: memFree=1688040/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=17376 CPUtime=38.11
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 2200 70473 0 2 9 1 3747 54 16 0 1 0 29160038 17793024 1712 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 4344 1712 373 3 0 1444 0
[pid=23676] ppid=23606 vsize=27328 CPUtime=124.23
/proc/23676/stat : 23676 (minisat) R 23606 23606 23509 0 -1 0 7476 0 0 0 12417 6 0 0 25 0 1 0 29163858 27983872 6436 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23676/statm: 6832 6436 52 112 0 6716 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 44704


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

/proc/loadavg: 2.00 1.97 1.65 3/88 23678
/proc/meminfo: memFree=1650280/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=17376 CPUtime=38.11
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 2200 70473 0 2 9 1 3747 54 16 0 1 0 29160038 17793024 1712 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 4344 1712 373 3 0 1444 0
[pid=23676] ppid=23606 vsize=43684 CPUtime=1084.89
/proc/23676/stat : 23676 (minisat) R 23606 23606 23509 0 -1 0 11508 0 0 0 108476 13 0 0 25 0 1 0 29163858 44732416 10460 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23676/statm: 10921 10460 52 112 0 10805 0
Current children cumulated CPU time (s) 1123
Current children cumulated vsize (KiB) 61060

[startup+1183.58 s]
/proc/loadavg: 2.00 1.97 1.66 3/88 23678
/proc/meminfo: memFree=1650088/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=17376 CPUtime=38.11
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 2200 70473 0 2 9 1 3747 54 16 0 1 0 29160038 17793024 1712 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 4344 1712 373 3 0 1444 0
[pid=23676] ppid=23606 vsize=43836 CPUtime=1144.92
/proc/23676/stat : 23676 (minisat) R 23606 23606 23509 0 -1 0 11538 0 0 0 114479 13 0 0 25 0 1 0 29163858 44888064 10490 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/23676/statm: 10959 10490 52 112 0 10843 0
Current children cumulated CPU time (s) 1183.03
Current children cumulated vsize (KiB) 61212

[startup+1243.64 s]
/proc/loadavg: 2.00 1.97 1.68 3/88 23678
/proc/meminfo: memFree=1649704/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=17376 CPUtime=38.11
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 2200 70473 0 2 9 1 3747 54 16 0 1 0 29160038 17793024 1712 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 4344 1712 373 3 0 1444 0
[pid=23676] ppid=23606 vsize=44152 CPUtime=1204.98
/proc/23676/stat : 23676 (minisat) R 23606 23606 23509 0 -1 0 11606 0 0 0 120484 14 0 0 25 0 1 0 29163858 45211648 10558 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528379 0 0 4096 3 0 0 0 17 1 0 0
/proc/23676/statm: 11038 10558 52 112 0 10922 0
Current children cumulated CPU time (s) 1243.09
Current children cumulated vsize (KiB) 61528

[startup+1303.7 s]
/proc/loadavg: 2.00 1.97 1.70 3/88 23678
/proc/meminfo: memFree=1647016/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=17376 CPUtime=38.11
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 2200 70473 0 2 9 1 3747 54 16 0 1 0 29160038 17793024 1712 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 4344 1712 373 3 0 1444 0
[pid=23676] ppid=23606 vsize=46764 CPUtime=1265.01
/proc/23676/stat : 23676 (minisat) R 23606 23606 23509 0 -1 0 12258 0 0 0 126487 14 0 0 25 0 1 0 29163858 47886336 11210 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527117 0 0 4096 3 0 0 0 17 1 0 0
/proc/23676/statm: 11691 11210 52 112 0 11575 0
Current children cumulated CPU time (s) 1303.12
Current children cumulated vsize (KiB) 64140

[startup+1363.77 s]
/proc/loadavg: 2.03 1.99 1.72 3/88 23678
/proc/meminfo: memFree=1646440/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=17376 CPUtime=38.11
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 2200 70473 0 2 9 1 3747 54 16 0 1 0 29160038 17793024 1712 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 4344 1712 373 3 0 1444 0
[pid=23676] ppid=23606 vsize=46764 CPUtime=1325.06
/proc/23676/stat : 23676 (minisat) R 23606 23606 23509 0 -1 0 12258 0 0 0 132491 15 0 0 25 0 1 0 29163858 47886336 11210 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23676/statm: 11691 11210 52 112 0 11575 0
Current children cumulated CPU time (s) 1363.17
Current children cumulated vsize (KiB) 64140

[startup+1423.84 s]
/proc/loadavg: 2.01 1.99 1.74 3/88 23678
/proc/meminfo: memFree=1646312/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=17376 CPUtime=38.11
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 2200 70473 0 2 9 1 3747 54 16 0 1 0 29160038 17793024 1712 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 4344 1712 373 3 0 1444 0
[pid=23676] ppid=23606 vsize=46900 CPUtime=1385.1
/proc/23676/stat : 23676 (minisat) R 23606 23606 23509 0 -1 0 12277 0 0 0 138495 15 0 0 25 0 1 0 29163858 48025600 11229 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23676/statm: 11725 11229 52 112 0 11609 0
Current children cumulated CPU time (s) 1423.21
Current children cumulated vsize (KiB) 64276

[startup+1483.91 s]
/proc/loadavg: 2.00 1.99 1.75 3/88 23678
/proc/meminfo: memFree=1646184/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=17376 CPUtime=38.11
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 2200 70473 0 2 9 1 3747 54 16 0 1 0 29160038 17793024 1712 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 4344 1712 373 3 0 1444 0
[pid=23676] ppid=23606 vsize=46900 CPUtime=1445.15
/proc/23676/stat : 23676 (minisat) R 23606 23606 23509 0 -1 0 12299 0 0 0 144500 15 0 0 25 0 1 0 29163858 48025600 11251 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23676/statm: 11725 11251 52 112 0 11609 0
Current children cumulated CPU time (s) 1483.26
Current children cumulated vsize (KiB) 64276

[startup+1543.98 s]
/proc/loadavg: 2.13 2.02 1.77 3/88 23678
/proc/meminfo: memFree=1646056/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=17376 CPUtime=38.11
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 2200 70473 0 2 9 1 3747 54 16 0 1 0 29160038 17793024 1712 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 4344 1712 373 3 0 1444 0
[pid=23676] ppid=23606 vsize=47032 CPUtime=1505.19
/proc/23676/stat : 23676 (minisat) R 23606 23606 23509 0 -1 0 12309 0 0 0 150504 15 0 0 25 0 1 0 29163858 48160768 11261 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528340 0 0 4096 3 0 0 0 17 1 0 0
/proc/23676/statm: 11758 11261 52 112 0 11642 0
Current children cumulated CPU time (s) 1543.3
Current children cumulated vsize (KiB) 64408

[startup+1604.04 s]
/proc/loadavg: 2.04 2.01 1.78 3/88 23678
/proc/meminfo: memFree=1645928/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=17376 CPUtime=38.11
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 2200 70473 0 2 9 1 3747 54 16 0 1 0 29160038 17793024 1712 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 4344 1712 373 3 0 1444 0
[pid=23676] ppid=23606 vsize=47032 CPUtime=1565.23
/proc/23676/stat : 23676 (minisat) R 23606 23606 23509 0 -1 0 12336 0 0 0 156508 15 0 0 25 0 1 0 29163858 48160768 11288 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23676/statm: 11758 11288 52 112 0 11642 0
Current children cumulated CPU time (s) 1603.34
Current children cumulated vsize (KiB) 64408

[startup+1664.12 s]
/proc/loadavg: 2.01 2.01 1.79 3/94 23816
/proc/meminfo: memFree=1643800/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=17376 CPUtime=38.11
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 2200 70473 0 2 9 1 3747 54 16 0 1 0 29160038 17793024 1712 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 4344 1712 373 3 0 1444 0
[pid=23676] ppid=23606 vsize=47228 CPUtime=1625.16
/proc/23676/stat : 23676 (minisat) R 23606 23606 23509 0 -1 0 12352 0 0 0 162500 16 0 0 25 0 1 0 29163858 48361472 11304 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23676/statm: 11807 11304 52 112 0 11691 0
Current children cumulated CPU time (s) 1663.27
Current children cumulated vsize (KiB) 64604

[startup+1724.2 s]
/proc/loadavg: 2.00 2.00 1.81 3/88 23875
/proc/meminfo: memFree=1644712/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=17376 CPUtime=38.11
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 2200 70473 0 2 9 1 3747 54 16 0 1 0 29160038 17793024 1712 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 4344 1712 373 3 0 1444 0
[pid=23676] ppid=23606 vsize=47228 CPUtime=1685.14
/proc/23676/stat : 23676 (minisat) R 23606 23606 23509 0 -1 0 12376 0 0 0 168498 16 0 0 25 0 1 0 29163858 48361472 11328 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23676/statm: 11807 11328 52 112 0 11691 0
Current children cumulated CPU time (s) 1723.25
Current children cumulated vsize (KiB) 64604

[startup+1784.26 s]
/proc/loadavg: 2.00 2.00 1.82 3/88 23875
/proc/meminfo: memFree=1644712/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=17376 CPUtime=38.11
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 2200 70473 0 2 9 1 3747 54 16 0 1 0 29160038 17793024 1712 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 4344 1712 373 3 0 1444 0
[pid=23676] ppid=23606 vsize=47404 CPUtime=1745.18
/proc/23676/stat : 23676 (minisat) R 23606 23606 23509 0 -1 0 12393 0 0 0 174502 16 0 0 25 0 1 0 29163858 48541696 11345 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/23676/statm: 11851 11345 52 112 0 11735 0
Current children cumulated CPU time (s) 1783.29
Current children cumulated vsize (KiB) 64780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 2.00 2.00 1.82 3/88 23875
/proc/meminfo: memFree=1644712/2055920 swapFree=4192956/4192956
[pid=23606] ppid=23604 vsize=17376 CPUtime=38.11
/proc/23606/stat : 23606 (sugar) S 23604 23606 23509 0 -1 4194304 2200 70473 0 2 9 1 3747 54 16 0 1 0 29160038 17793024 1712 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23606/statm: 4344 1712 373 3 0 1444 0
[pid=23676] ppid=23606 vsize=47404 CPUtime=1761.91
/proc/23676/stat : 23676 (minisat) R 23606 23606 23509 0 -1 0 12393 0 0 0 176175 16 0 0 25 0 1 0 29163858 48541696 11345 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525036 0 0 4096 3 0 0 0 17 1 0 0
/proc/23676/statm: 11851 11345 52 112 0 11735 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 64780

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23606 and gives childrusage.ru_utime.tv_sec=37 childrusage.ru_utime.tv_usec=566289 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=565913
CPU time returned by wait4() is 38.1322
while last known CPU time is 1800.03

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

Real time (s): 1802.02
CPU time (s): 1800.03
CPU user time (s): 1799.31
CPU system time (s): 0.72
CPU usage (%): 99.8894
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.5663
system time used= 0.565913
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72759
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= 8208
involuntary context switches= 7460

runsolver used 1.87771 s user time and 5.21821 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Jan 29 17:34:14 UTC 2007


IDJOB= 194882
IDBENCH= 3237
IDSOLVER= 86
FILE ID= node9/194882-1170092054

PBS_JOBID= 3689415

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  f2d212ac6b3c423cd9a159278e276c36

RANDOM SEED= 401280590

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.263
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.263
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:       1772336 kB
Buffers:         41040 kB
Cached:         138208 kB
SwapCached:          0 kB
Active:         185080 kB
Inactive:        53152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772336 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1392 kB
Writeback:           0 kB
Mapped:          77904 kB
Slab:            30668 kB
Committed_AS:   207040 kB
PageTables:       1896 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= 66550 MiB



End job on node9 on Mon Jan 29 18:04:16 UTC 2007