Trace number 203607

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.07 1804.18

General information on the benchmark

Namefrb/frb59-26/
frb59-26-5-mgd_ext.xml
MD5SUMc86ff152c45d9ccdb8b2ca1f1929975c
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 benchmark413.883
SatisfiableYES
(Un)Satisfiability was proved
Number of variables59
Number of constraints539
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension539
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/203607-1170095969/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/203607-1170095969/unknown.xml [Mon Jan 29 19:39:30 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/203607-1170095969/unknown.xml /tmp/evaluation/203607-1170095969/sugar22261.csp [Mon Jan 29 19:39:30 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/203607-1170095969/sugar-v0-40.jar -convert /tmp/evaluation/203607-1170095969/unknown.xml /tmp/evaluation/203607-1170095969/sugar22261.csp
0.17	c BEGIN convert /tmp/evaluation/203607-1170095969/unknown.xml
1.02	c END convert (0.857259 seconds)
1.07	c # CONVERT_XML  END : /tmp/evaluation/203607-1170095969/sugar22261.csp 3459439 bytes (1 seconds) [Mon Jan 29 19:39:31 2007]
1.07	c # CONVERT_XML  CPU : 0.96 = 0 + 0 + 0.89 + 0.07
1.07	
1.07	c # GENERATE_SAT  BEGIN : /tmp/evaluation/203607-1170095969/sugar22261.bcnf [Mon Jan 29 19:39:31 2007]
1.07	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/203607-1170095969/sugar-v0-40.jar -bcnf -map /tmp/evaluation/203607-1170095969/sugar22261.map /tmp/evaluation/203607-1170095969/sugar22261.csp /tmp/evaluation/203607-1170095969/sugar22261.bcnf
1.25	c BEGIN parse /tmp/evaluation/203607-1170095969/sugar22261.csp
54.77	c END parse (53.517985 seconds)
54.77	c BEGIN simplify
54.98	c END simplify (0.207133 seconds)
54.98	c BEGIN encode /tmp/evaluation/203607-1170095969/sugar22261.bcnf
56.46	c END encode (1.482394 seconds)
56.59	c # GENERATE_SAT  END : 9229 variables 121743 clauses 12677456 bytes (55 seconds) [Mon Jan 29 19:40:26 2007]
56.59	c # GENERATE_SAT  CPU : 54.95 = 0.06 + 0.01 + 54.2 + 0.68
56.59	
56.59	c # SOLVE_SAT  BEGIN : /tmp/evaluation/203607-1170095969/sugar22261.bcnf [Mon Jan 29 19:40:26 2007]
56.59	c # CMD : /tmp/evaluation/203607-1170095969/minisat /tmp/evaluation/203607-1170095969/sugar22261.bcnf /tmp/evaluation/203607-1170095969/sugar22261.out
56.88	c ==================================[MINISAT]===================================
56.88	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
56.88	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
56.88	c ==============================================================================
56.88	c |         0 |  121743  3047609 |   40581       0        0     nan |  0.000 % |
56.96	c |       103 |  121744  3047609 |   44639     102     1855    18.2 |  0.000 % |
57.06	c |       253 |  121744  3047609 |   49103     252     4221    16.8 |  0.000 % |
57.20	c |       478 |  121746  3047609 |   54013     475     7142    15.0 |  0.000 % |
57.42	c |       815 |  121746  3047609 |   59414     812    11889    14.6 |  0.000 % |
57.77	c |      1324 |  121749  3047609 |   65356    1318    20664    15.7 |  0.000 % |
58.26	c |      2083 |  121749  3047609 |   71891    2077    32046    15.4 |  0.000 % |
59.09	c |      3222 |  121749  3047609 |   79080    3216    51434    16.0 |  0.000 % |
60.42	c |      4931 |  121749  3047609 |   86988    4925    84919    17.2 |  0.000 % |
62.58	c |      7493 |  121749  3047609 |   95687    7487   135093    18.0 |  0.000 % |
65.35	c |     11337 |  121751  3047609 |  105256   11329   216958    19.2 |  0.000 % |
70.04	c |     17104 |  121753  3047609 |  115782   17094   351052    20.5 |  0.000 % |
78.54	c |     25753 |  121753  3047609 |  127360   25743   607183    23.6 |  0.000 % |
93.86	c |     38727 |  121754  3047609 |  140096   38716  1004351    25.9 |  0.000 % |
122.09	c |     58188 |  121754  3047609 |  154106   58177  1642210    28.2 |  0.000 % |
166.74	c |     87380 |  121758  3047609 |  169516   87365  2513961    28.8 |  0.000 % |
243.30	c |    131171 |  121762  3047609 |  186468  131152  3987531    30.4 |  0.000 % |
388.10	c |    196855 |  121764  3047609 |  205115   30048   853248    28.4 |  0.000 % |
568.81	c |    295381 |  121771  3047609 |  225627  128567  3822557    29.7 |  0.000 % |
890.98	c |    443170 |  121778  3047609 |  248189   71913  2305894    32.1 |  0.000 % |
1315.25	c |    664855 |  121782  3047609 |  273008   64278  1855452    28.9 |  0.000 % |
1803.16	
1803.16	s UNKNOWN
1803.16	c # INTERRUPTED
1803.16	c # MAIN  END :  (1803 seconds) [Mon Jan 29 20:09:33 2007]
1803.16	c # MAIN  CPU : 55.92 = 0.07 + 0.01 + 55.09 + 0.75
1803.16	

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-203607-1170095969 -o ROOT/results/node43/solver-203607-1170095969 -C 1800 -M 900 /tmp/evaluation/203607-1170095969/solver /tmp/evaluation/203607-1170095969 /tmp/evaluation/203607-1170095969/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.48 2.70 2.70 5/81 22262
/proc/meminfo: memFree=847016/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=18540 CPUtime=0
/proc/22261/stat : 22261 (runsolver) R 22259 22261 21547 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 29553010 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 216849247527 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22261/statm: 4635 279 244 17 0 2626 0

[startup+0.103286 s]
/proc/loadavg: 2.48 2.70 2.70 5/81 22262
/proc/meminfo: memFree=847016/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=13724 CPUtime=0.03
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 29553010 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.511384 s]
/proc/loadavg: 2.48 2.70 2.70 5/81 22262
/proc/meminfo: memFree=847016/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=13724 CPUtime=0.03
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 29553010 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33693 s]
/proc/loadavg: 2.52 2.71 2.71 2/82 22271
/proc/meminfo: memFree=841504/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=13724 CPUtime=0.99
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 1190 8367 0 1 3 0 89 7 15 0 1 0 29553010 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 3431 809 371 3 0 531 0
[pid=22271] ppid=22261 vsize=807064 CPUtime=0.18
/proc/22271/stat : 22271 (java) R 22261 22261 21547 0 -1 0 3199 0 1 0 17 1 0 0 23 0 8 0 29553117 826433536 2950 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22271/statm: 201766 2950 1482 14 0 189044 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 820788

[startup+2.98121 s]
/proc/loadavg: 2.52 2.71 2.71 3/89 22278
/proc/meminfo: memFree=808936/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=13724 CPUtime=0.99
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 1190 8367 0 1 3 0 89 7 15 0 1 0 29553010 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 3431 809 371 3 0 531 0
[pid=22271] ppid=22261 vsize=807064 CPUtime=1.82
/proc/22271/stat : 22271 (java) R 22261 22261 21547 0 -1 0 12907 0 1 0 176 6 0 0 25 0 8 0 29553117 826433536 12643 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073455887 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22271/statm: 201766 12643 1494 14 0 189044 0
[pid=22271/tid=22272] ppid=22261 vsize=807064 CPUtime=0.5
/proc/22271/task/22272/stat : 22272 (java) S 22261 22261 21547 0 -1 64 6842 0 0 0 48 2 0 0 16 0 8 0 29553127 826433536 12643 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22273] ppid=22261 vsize=807064 CPUtime=0
/proc/22271/task/22273/stat : 22273 (java) S 22261 22261 21547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29553127 826433536 12643 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22274] ppid=22261 vsize=807064 CPUtime=0
/proc/22271/task/22274/stat : 22274 (java) S 22261 22261 21547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29553127 826433536 12643 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22275] ppid=22261 vsize=807064 CPUtime=0
/proc/22271/task/22275/stat : 22275 (java) S 22261 22261 21547 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29553130 826433536 12643 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22276] ppid=22261 vsize=807064 CPUtime=0.05
/proc/22271/task/22276/stat : 22276 (java) S 22261 22261 21547 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 29553130 826433536 12643 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22277] ppid=22261 vsize=807064 CPUtime=0
/proc/22271/task/22277/stat : 22277 (java) S 22261 22261 21547 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29553130 826433536 12643 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22278] ppid=22261 vsize=807064 CPUtime=0
/proc/22271/task/22278/stat : 22278 (java) S 22261 22261 21547 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29553130 826433536 12643 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 820788

[startup+6.27877 s]
/proc/loadavg: 2.52 2.71 2.71 3/89 22278
/proc/meminfo: memFree=756776/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=13724 CPUtime=0.99
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 1190 8367 0 1 3 0 89 7 15 0 1 0 29553010 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 3431 809 371 3 0 531 0
[pid=22271] ppid=22261 vsize=807336 CPUtime=5.08
/proc/22271/stat : 22271 (java) R 22261 22261 21547 0 -1 0 27375 0 1 0 493 15 0 0 25 0 8 0 29553117 826712064 27065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22271/statm: 201834 27065 1506 14 0 189112 0
[pid=22271/tid=22272] ppid=22261 vsize=807336 CPUtime=1.48
/proc/22271/task/22272/stat : 22272 (java) S 22261 22261 21547 0 -1 64 21111 0 0 0 138 10 0 0 16 0 8 0 29553127 826712064 27065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22273] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22273/stat : 22273 (java) S 22261 22261 21547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29553127 826712064 27065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22274] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22274/stat : 22274 (java) S 22261 22261 21547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29553127 826712064 27065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22275] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22275/stat : 22275 (java) S 22261 22261 21547 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29553130 826712064 27065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22276] ppid=22261 vsize=807336 CPUtime=0.12
/proc/22271/task/22276/stat : 22276 (java) S 22261 22261 21547 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 29553130 826712064 27065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22277] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22277/stat : 22277 (java) S 22261 22261 21547 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29553130 826712064 27065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22278] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22278/stat : 22278 (java) S 22261 22261 21547 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29553130 826712064 27065 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 821060

[startup+12.7158 s]
/proc/loadavg: 2.59 2.72 2.71 3/89 22278
/proc/meminfo: memFree=630504/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=13724 CPUtime=0.99
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 1190 8367 0 1 3 0 89 7 15 0 1 0 29553010 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 3431 809 371 3 0 531 0
[pid=22271] ppid=22261 vsize=807336 CPUtime=11.43
/proc/22271/stat : 22271 (java) R 22261 22261 21547 0 -1 0 55050 0 1 0 1113 30 0 0 25 0 8 0 29553117 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073332702 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22271/statm: 201834 54114 1507 14 0 189112 0
[pid=22271/tid=22272] ppid=22261 vsize=807336 CPUtime=3.77
/proc/22271/task/22272/stat : 22272 (java) S 22261 22261 21547 0 -1 64 48591 0 0 0 354 23 0 0 16 0 8 0 29553127 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22273] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22273/stat : 22273 (java) S 22261 22261 21547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29553127 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22274] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22274/stat : 22274 (java) S 22261 22261 21547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29553127 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22275] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22275/stat : 22275 (java) S 22261 22261 21547 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29553130 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22276] ppid=22261 vsize=807336 CPUtime=0.12
/proc/22271/task/22276/stat : 22276 (java) S 22261 22261 21547 0 -1 64 401 0 0 0 12 0 0 0 16 0 8 0 29553130 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22277] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22277/stat : 22277 (java) S 22261 22261 21547 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29553130 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22278] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22278/stat : 22278 (java) S 22261 22261 21547 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29553130 826712064 54114 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 821060

[startup+25.608 s]
/proc/loadavg: 2.57 2.71 2.71 4/89 22278
/proc/meminfo: memFree=629992/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=13724 CPUtime=0.99
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 1190 8367 0 1 3 0 89 7 15 0 1 0 29553010 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 3431 809 371 3 0 531 0
[pid=22271] ppid=22261 vsize=807336 CPUtime=24.19
/proc/22271/stat : 22271 (java) R 22261 22261 21547 0 -1 0 56639 0 1 0 2383 36 0 0 25 0 8 0 29553117 826712064 54532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153380222 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22271/statm: 201834 54532 1507 14 0 189112 0
[pid=22271/tid=22272] ppid=22261 vsize=807336 CPUtime=8.82
/proc/22271/task/22272/stat : 22272 (java) S 22261 22261 21547 0 -1 64 49844 0 0 0 855 27 0 0 16 0 8 0 29553127 826712064 54532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22273] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22273/stat : 22273 (java) S 22261 22261 21547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29553127 826712064 54532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22274] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22274/stat : 22274 (java) S 22261 22261 21547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29553127 826712064 54532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22275] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22275/stat : 22275 (java) S 22261 22261 21547 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29553130 826712064 54532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22276] ppid=22261 vsize=807336 CPUtime=0.13
/proc/22271/task/22276/stat : 22276 (java) S 22261 22261 21547 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 29553130 826712064 54532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22277] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22277/stat : 22277 (java) S 22261 22261 21547 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29553130 826712064 54532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22278] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22278/stat : 22278 (java) S 22261 22261 21547 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29553130 826712064 54532 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 821060

[startup+51.2383 s]
/proc/loadavg: 2.50 2.68 2.70 3/89 22278
/proc/meminfo: memFree=522408/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=13724 CPUtime=0.99
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 1190 8367 0 1 3 0 89 7 15 0 1 0 29553010 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 3431 809 371 3 0 531 0
[pid=22271] ppid=22261 vsize=807336 CPUtime=49.63
/proc/22271/stat : 22271 (java) R 22261 22261 21547 0 -1 0 85624 0 1 0 4908 55 0 0 25 0 8 0 29553117 826712064 81159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/22271/statm: 201834 81159 1507 14 0 189112 0
[pid=22271/tid=22272] ppid=22261 vsize=807336 CPUtime=18.95
/proc/22271/task/22272/stat : 22272 (java) R 22261 22261 21547 0 -1 64 78270 0 0 0 1852 43 0 0 15 0 8 0 29553127 826712064 81159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22273] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22273/stat : 22273 (java) S 22261 22261 21547 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29553127 826712064 81159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22274] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22274/stat : 22274 (java) S 22261 22261 21547 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29553127 826712064 81159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22275] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22275/stat : 22275 (java) S 22261 22261 21547 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29553130 826712064 81159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22276] ppid=22261 vsize=807336 CPUtime=0.13
/proc/22271/task/22276/stat : 22276 (java) S 22261 22261 21547 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 29553130 826712064 81159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22277] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22277/stat : 22277 (java) S 22261 22261 21547 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 29553130 826712064 81159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=22271/tid=22278] ppid=22261 vsize=807336 CPUtime=0
/proc/22271/task/22278/stat : 22278 (java) S 22261 22261 21547 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29553130 826712064 81159 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 821060

[startup+102.463 s]
/proc/loadavg: 2.20 2.57 2.65 3/82 22279
/proc/meminfo: memFree=802720/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=18172 CPUtime=55.94
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 2378 98618 0 2 9 1 5509 75 16 0 1 0 29553010 18608128 1890 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22261/statm: 4543 1890 373 3 0 1643 0
[pid=22279] ppid=22261 vsize=23820 CPUtime=45.73
/proc/22279/stat : 22279 (minisat) R 22261 22261 21547 0 -1 0 6603 0 0 0 4567 6 0 0 25 0 1 0 29558669 24391680 5564 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22279/statm: 5955 5564 52 112 0 5839 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 41992

[startup+162.546 s]
/proc/loadavg: 2.07 2.46 2.61 3/82 22279
/proc/meminfo: memFree=796448/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=18172 CPUtime=55.94
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 2378 98618 0 2 9 1 5509 75 16 0 1 0 29553010 18608128 1890 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22261/statm: 4543 1890 373 3 0 1643 0
[pid=22279] ppid=22261 vsize=30240 CPUtime=105.79
/proc/22279/stat : 22279 (minisat) R 22261 22261 21547 0 -1 0 8180 0 0 0 10570 9 0 0 25 0 1 0 29558669 30965760 7141 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22279/statm: 7560 7141 52 112 0 7444 0
Current children cumulated CPU time (s) 161.73
Current children cumulated vsize (KiB) 48412


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

/proc/loadavg: 1.00 1.22 1.80 2/66 22356
/proc/meminfo: memFree=1435000/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=18172 CPUtime=55.95
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 2378 98618 0 2 10 1 5509 75 16 0 1 0 29553010 18608128 1890 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 4543 1890 373 3 0 1643 0
[pid=22279] ppid=22261 vsize=57388 CPUtime=1064.72
/proc/22279/stat : 22279 (minisat) R 22261 22261 21547 0 -1 0 14875 0 0 0 106454 18 0 0 25 0 1 0 29558669 58765312 13820 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528532 0 0 4096 3 0 0 0 17 1 0 0
/proc/22279/statm: 14347 13820 52 112 0 14231 0
Current children cumulated CPU time (s) 1120.67
Current children cumulated vsize (KiB) 75560

[startup+1183.51 s]
/proc/loadavg: 1.00 1.18 1.75 2/66 22356
/proc/meminfo: memFree=1435000/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=18172 CPUtime=55.95
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 2378 98618 0 2 10 1 5509 75 16 0 1 0 29553010 18608128 1890 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 4543 1890 373 3 0 1643 0
[pid=22279] ppid=22261 vsize=57568 CPUtime=1124.76
/proc/22279/stat : 22279 (minisat) R 22261 22261 21547 0 -1 0 14892 0 0 0 112458 18 0 0 25 0 1 0 29558669 58949632 13837 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22279/statm: 14392 13837 52 112 0 14276 0
Current children cumulated CPU time (s) 1180.71
Current children cumulated vsize (KiB) 75740

[startup+1243.56 s]
/proc/loadavg: 1.00 1.14 1.70 2/66 22356
/proc/meminfo: memFree=1433528/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=18172 CPUtime=55.95
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 2378 98618 0 2 10 1 5509 75 16 0 1 0 29553010 18608128 1890 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 4543 1890 373 3 0 1643 0
[pid=22279] ppid=22261 vsize=59028 CPUtime=1184.79
/proc/22279/stat : 22279 (minisat) R 22261 22261 21547 0 -1 0 15251 0 0 0 118460 19 0 0 25 0 1 0 29558669 60444672 14196 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528551 0 0 4096 3 0 0 0 17 1 0 0
/proc/22279/statm: 14757 14196 52 112 0 14641 0
Current children cumulated CPU time (s) 1240.74
Current children cumulated vsize (KiB) 77200

[startup+1303.62 s]
/proc/loadavg: 1.00 1.11 1.65 2/72 22430
/proc/meminfo: memFree=1431496/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=18172 CPUtime=55.95
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 2378 98618 0 2 10 1 5509 75 16 0 1 0 29553010 18608128 1890 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 4543 1890 373 3 0 1643 0
[pid=22279] ppid=22261 vsize=59812 CPUtime=1244.81
/proc/22279/stat : 22279 (minisat) R 22261 22261 21547 0 -1 0 15468 0 0 0 124461 20 0 0 25 0 1 0 29558669 61247488 14413 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/22279/statm: 14953 14413 52 112 0 14837 0
Current children cumulated CPU time (s) 1300.76
Current children cumulated vsize (KiB) 77984

[startup+1363.7 s]
/proc/loadavg: 1.00 1.09 1.61 2/72 22520
/proc/meminfo: memFree=1431296/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=18172 CPUtime=55.95
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 2378 98618 0 2 10 1 5509 75 16 0 1 0 29553010 18608128 1890 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 4543 1890 373 3 0 1643 0
[pid=22279] ppid=22261 vsize=59968 CPUtime=1304.82
/proc/22279/stat : 22279 (minisat) R 22261 22261 21547 0 -1 0 15480 0 0 0 130461 21 0 0 25 0 1 0 29558669 61407232 14425 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528401 0 0 4096 3 0 0 0 17 1 0 0
/proc/22279/statm: 14992 14425 52 112 0 14876 0
Current children cumulated CPU time (s) 1360.77
Current children cumulated vsize (KiB) 78140

[startup+1423.77 s]
/proc/loadavg: 1.00 1.07 1.57 2/66 22554
/proc/meminfo: memFree=1432312/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=18172 CPUtime=55.95
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 2378 98618 0 2 10 1 5509 75 16 0 1 0 29553010 18608128 1890 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 4543 1890 373 3 0 1643 0
[pid=22279] ppid=22261 vsize=59968 CPUtime=1364.85
/proc/22279/stat : 22279 (minisat) R 22261 22261 21547 0 -1 0 15503 0 0 0 136464 21 0 0 25 0 1 0 29558669 61407232 14448 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528435 0 0 4096 3 0 0 0 17 1 0 0
/proc/22279/statm: 14992 14448 52 112 0 14876 0
Current children cumulated CPU time (s) 1420.8
Current children cumulated vsize (KiB) 78140

[startup+1483.83 s]
/proc/loadavg: 1.00 1.06 1.53 2/66 22554
/proc/meminfo: memFree=1432312/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=18172 CPUtime=55.95
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 2378 98618 0 2 10 1 5509 75 16 0 1 0 29553010 18608128 1890 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 4543 1890 373 3 0 1643 0
[pid=22279] ppid=22261 vsize=60160 CPUtime=1424.88
/proc/22279/stat : 22279 (minisat) R 22261 22261 21547 0 -1 0 15528 0 0 0 142467 21 0 0 25 0 1 0 29558669 61603840 14473 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22279/statm: 15040 14473 52 112 0 14924 0
Current children cumulated CPU time (s) 1480.83
Current children cumulated vsize (KiB) 78332

[startup+1543.88 s]
/proc/loadavg: 1.00 1.04 1.49 2/66 22554
/proc/meminfo: memFree=1432376/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=18172 CPUtime=55.95
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 2378 98618 0 2 10 1 5509 75 16 0 1 0 29553010 18608128 1890 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 4543 1890 373 3 0 1643 0
[pid=22279] ppid=22261 vsize=60160 CPUtime=1484.92
/proc/22279/stat : 22279 (minisat) R 22261 22261 21547 0 -1 0 15529 0 0 0 148471 21 0 0 25 0 1 0 29558669 61603840 14474 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22279/statm: 15040 14474 52 112 0 14924 0
Current children cumulated CPU time (s) 1540.87
Current children cumulated vsize (KiB) 78332

[startup+1603.93 s]
/proc/loadavg: 1.06 1.05 1.46 2/66 22554
/proc/meminfo: memFree=1431864/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=18172 CPUtime=55.95
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 2378 98618 0 2 10 1 5509 75 16 0 1 0 29553010 18608128 1890 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 4543 1890 373 3 0 1643 0
[pid=22279] ppid=22261 vsize=60604 CPUtime=1544.95
/proc/22279/stat : 22279 (minisat) R 22261 22261 21547 0 -1 0 15660 0 0 0 154474 21 0 0 25 0 1 0 29558669 62058496 14597 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22279/statm: 15151 14597 52 112 0 15035 0
Current children cumulated CPU time (s) 1600.9
Current children cumulated vsize (KiB) 78776

[startup+1663.98 s]
/proc/loadavg: 1.02 1.04 1.43 2/66 22554
/proc/meminfo: memFree=1431800/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=18172 CPUtime=55.95
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 2378 98618 0 2 10 1 5509 75 16 0 1 0 29553010 18608128 1890 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 4543 1890 373 3 0 1643 0
[pid=22279] ppid=22261 vsize=60604 CPUtime=1604.98
/proc/22279/stat : 22279 (minisat) R 22261 22261 21547 0 -1 0 15667 0 0 0 160477 21 0 0 25 0 1 0 29558669 62058496 14604 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528253 0 0 4096 3 0 0 0 17 1 0 0
/proc/22279/statm: 15151 14604 52 112 0 15035 0
Current children cumulated CPU time (s) 1660.93
Current children cumulated vsize (KiB) 78776

[startup+1724.04 s]
/proc/loadavg: 1.00 1.03 1.40 2/66 22554
/proc/meminfo: memFree=1429816/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=18172 CPUtime=55.95
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 2378 98618 0 2 10 1 5509 75 16 0 1 0 29553010 18608128 1890 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 4543 1890 373 3 0 1643 0
[pid=22279] ppid=22261 vsize=62580 CPUtime=1665.02
/proc/22279/stat : 22279 (minisat) R 22261 22261 21547 0 -1 0 16166 0 0 0 166480 22 0 0 25 0 1 0 29558669 64081920 15103 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528302 0 0 4096 3 0 0 0 17 1 0 0
/proc/22279/statm: 15645 15103 52 112 0 15529 0
Current children cumulated CPU time (s) 1720.97
Current children cumulated vsize (KiB) 80752

[startup+1784.09 s]
/proc/loadavg: 1.00 1.02 1.37 2/66 22554
/proc/meminfo: memFree=1427384/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=18172 CPUtime=55.95
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 2378 98618 0 2 10 1 5509 75 16 0 1 0 29553010 18608128 1890 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 4543 1890 373 3 0 1643 0
[pid=22279] ppid=22261 vsize=64964 CPUtime=1725.05
/proc/22279/stat : 22279 (minisat) R 22261 22261 21547 0 -1 0 16761 0 0 0 172483 22 0 0 25 0 1 0 29558669 66523136 15698 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22279/statm: 16241 15698 52 112 0 16125 0
Current children cumulated CPU time (s) 1781
Current children cumulated vsize (KiB) 83136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.16 s]
/proc/loadavg: 1.00 1.02 1.37 2/66 22554
/proc/meminfo: memFree=1427384/2055920 swapFree=4192956/4192956
[pid=22261] ppid=22259 vsize=18172 CPUtime=55.95
/proc/22261/stat : 22261 (sugar) S 22259 22261 21547 0 -1 4194304 2378 98618 0 2 10 1 5509 75 16 0 1 0 29553010 18608128 1890 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 216858144866 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22261/statm: 4543 1890 373 3 0 1643 0
[pid=22279] ppid=22261 vsize=64964 CPUtime=1744.11
/proc/22279/stat : 22279 (minisat) R 22261 22261 21547 0 -1 0 16761 0 0 0 174389 22 0 0 25 0 1 0 29558669 66523136 15698 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/22279/statm: 16241 15698 52 112 0 16125 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 83136

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 22261 and gives childrusage.ru_utime.tv_sec=55 childrusage.ru_utime.tv_usec=197608 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=774882
CPU time returned by wait4() is 55.9725
while last known CPU time is 1800.07

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

Real time (s): 1804.18
CPU time (s): 1800.07
CPU user time (s): 1799.08
CPU system time (s): 0.99
CPU usage (%): 99.7721
Max. virtual memory (cumulated for all children) (KiB): 822064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.1976
system time used= 0.774882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101081
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= 10948
involuntary context switches= 11661

runsolver used 1.78173 s user time and 4.34434 s system time

The end

Launcher Data (download as text)

Begin job on node43 on Mon Jan 29 18:39:30 UTC 2007


IDJOB= 203607
IDBENCH= 3971
IDSOLVER= 86
FILE ID= node43/203607-1170095969

PBS_JOBID= 3689589

Free space on /tmp= 66525 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/frb/frb59-26/frb59-26-5-mgd_ext.xml
COMMAND LINE= /tmp/evaluation/203607-1170095969/solver /tmp/evaluation/203607-1170095969 /tmp/evaluation/203607-1170095969/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node43/watcher-203607-1170095969 -o ROOT/results/node43/solver-203607-1170095969 -C 1800 -M 900  /tmp/evaluation/203607-1170095969/solver /tmp/evaluation/203607-1170095969 /tmp/evaluation/203607-1170095969/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  c86ff152c45d9ccdb8b2ca1f1929975c

RANDOM SEED= 351900659

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:        847432 kB
Buffers:         50076 kB
Cached:         443332 kB
SwapCached:          0 kB
Active:         822300 kB
Inactive:       312800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        847432 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1404 kB
Writeback:           0 kB
Mapped:         658504 kB
Slab:            57360 kB
Committed_AS:   754720 kB
PageTables:       3032 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= 66563 MiB



End job on node43 on Mon Jan 29 19:09:34 UTC 2007