Trace number 194312

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.9

General information on the benchmark

Namerandom/rand-2-50-23/
rand-2-50-23-587-230-4_ext.xml
MD5SUM3f96ceed2b39b1d29e3438c6ada76518
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 benchmark419.269
SatisfiableYES
(Un)Satisfiability was proved
Number of variables50
Number of constraints470
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension470
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/194312-1170090243/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/194312-1170090243/unknown.xml [Mon Jan 29 18:04:07 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/194312-1170090243/unknown.xml /tmp/evaluation/194312-1170090243/sugar23501.csp [Mon Jan 29 18:04:07 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194312-1170090243/sugar-v0-40.jar -convert /tmp/evaluation/194312-1170090243/unknown.xml /tmp/evaluation/194312-1170090243/sugar23501.csp
0.32	c BEGIN convert /tmp/evaluation/194312-1170090243/unknown.xml
0.98	c END convert (0.657714 seconds)
1.01	c # CONVERT_XML  END : /tmp/evaluation/194312-1170090243/sugar23501.csp 2184470 bytes (1 seconds) [Mon Jan 29 18:04:08 2007]
1.01	c # CONVERT_XML  CPU : 0.75 = 0 + 0 + 0.68 + 0.07
1.01	
1.01	c # GENERATE_SAT  BEGIN : /tmp/evaluation/194312-1170090243/sugar23501.bcnf [Mon Jan 29 18:04:08 2007]
1.01	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/194312-1170090243/sugar-v0-40.jar -bcnf -map /tmp/evaluation/194312-1170090243/sugar23501.map /tmp/evaluation/194312-1170090243/sugar23501.csp /tmp/evaluation/194312-1170090243/sugar23501.bcnf
1.17	c BEGIN parse /tmp/evaluation/194312-1170090243/sugar23501.csp
32.52	c END parse (31.35527 seconds)
32.52	c BEGIN simplify
32.66	c END simplify (0.133751 seconds)
32.66	c BEGIN encode /tmp/evaluation/194312-1170090243/sugar23501.bcnf
33.73	c END encode (1.077202 seconds)
33.89	c # GENERATE_SAT  END : 7936 variables 81102 clauses 9511604 bytes (33 seconds) [Mon Jan 29 18:04:41 2007]
33.89	c # GENERATE_SAT  CPU : 32.56 = 0.06 + 0.01 + 31.99 + 0.5
33.89	
33.89	c # SOLVE_SAT  BEGIN : /tmp/evaluation/194312-1170090243/sugar23501.bcnf [Mon Jan 29 18:04:41 2007]
33.89	c # CMD : /tmp/evaluation/194312-1170090243/minisat /tmp/evaluation/194312-1170090243/sugar23501.bcnf /tmp/evaluation/194312-1170090243/sugar23501.out
34.12	c ==================================[MINISAT]===================================
34.12	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
34.12	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
34.12	c ==============================================================================
34.12	c |         0 |   81102  2296789 |   27034       0        0     nan |  0.000 % |
34.17	c |       100 |   81102  2296789 |   29737     100     7531    75.3 |  0.000 % |
34.24	c |       250 |   81102  2296789 |   32711     250     9667    38.7 |  0.000 % |
34.35	c |       475 |   81103  2296789 |   35982     474    13128    27.7 |  0.000 % |
34.52	c |       813 |   81103  2296789 |   39580     812    19386    23.9 |  0.000 % |
34.80	c |      1320 |   81103  2296789 |   43538    1319    28525    21.6 |  0.000 % |
35.19	c |      2079 |   81103  2296789 |   47892    2078    41965    20.2 |  0.000 % |
35.73	c |      3218 |   81103  2296789 |   52681    3217    62397    19.4 |  0.000 % |
36.69	c |      4929 |   81104  2296789 |   57949    4927    95290    19.3 |  0.000 % |
38.17	c |      7493 |   81108  2296789 |   63744    7487   145968    19.5 |  0.000 % |
41.55	c |     11338 |   81109  2296789 |   70119   11331   237219    20.9 |  0.000 % |
45.81	c |     17104 |   81109  2296789 |   77131   17097   351973    20.6 |  0.000 % |
53.27	c |     25753 |   81110  2296789 |   84844   25745   561555    21.8 |  0.000 % |
65.28	c |     38728 |   81115  2296789 |   93328   38715   886222    22.9 |  0.000 % |
85.48	c |     58190 |   81119  2296789 |  102661   58173  1665725    28.6 |  0.000 % |
121.75	c |     87384 |   81121  2296789 |  112927   87365  2682125    30.7 |  0.000 % |
170.77	c |    131173 |   81129  2296789 |  124220   33944  1192297    35.1 |  0.000 % |
255.15	c |    196857 |   81136  2296789 |  136642   99621  3243360    32.6 |  0.000 % |
393.10	c |    295383 |   81139  2296789 |  150306   80046  2978184    37.2 |  0.000 % |
630.48	c |    443173 |   81148  2296789 |  165337   96607  3665125    37.9 |  0.000 % |
1050.98	c |    664856 |   81158  2296789 |  181871   29166  1241111    42.6 |  0.000 % |
1647.00	c |    997383 |   81171  2296789 |  200058   38841  1835209    47.2 |  0.000 % |
1808.88	
1808.88	s UNKNOWN
1808.88	c # INTERRUPTED
1808.88	c # MAIN  END :  (1809 seconds) [Mon Jan 29 18:34:16 2007]
1808.88	c # MAIN  CPU : 33.31 = 0.06 + 0.01 + 32.67 + 0.57
1808.88	

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/node1/watcher-194312-1170090243 -o ROOT/results/node1/solver-194312-1170090243 -C 1800 -M 900 /tmp/evaluation/194312-1170090243/solver /tmp/evaluation/194312-1170090243 /tmp/evaluation/194312-1170090243/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.57 1.27 0.49 5/95 23502
/proc/meminfo: memFree=15848/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=12268 CPUtime=0
/proc/23501/stat : 23501 (sugar) R 23499 23501 22869 0 -1 4194304 596 0 0 0 0 0 0 0 18 0 1 0 28979805 12562432 315 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362175998 0 0 4224 0 0 0 0 17 1 0 0
/proc/23501/statm: 3067 315 241 3 0 167 0

[startup+0.103373 s]
/proc/loadavg: 2.57 1.27 0.49 5/95 23502
/proc/meminfo: memFree=15848/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=13724 CPUtime=0.03
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 28979805 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23501/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.512425 s]
/proc/loadavg: 2.57 1.27 0.49 5/95 23502
/proc/meminfo: memFree=15848/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=13724 CPUtime=0.03
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 1121 0 0 0 3 0 0 0 16 0 1 0 28979805 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34152 s]
/proc/loadavg: 2.57 1.27 0.49 3/103 23518
/proc/meminfo: memFree=33960/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=13724 CPUtime=0.78
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 1190 7940 0 1 3 0 68 7 15 0 1 0 28979805 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 3431 809 371 3 0 531 0
[pid=23511] ppid=23501 vsize=807064 CPUtime=0.27
/proc/23511/stat : 23511 (java) R 23501 23501 22869 0 -1 0 5867 0 1 0 24 3 0 0 22 0 8 0 28979907 826433536 5618 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073491412 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23511/statm: 201766 5618 1482 14 0 189044 0
[pid=23511/tid=23512] ppid=23501 vsize=807064 CPUtime=0
/proc/23511/task/23512/stat : 23512 (java) S 23501 23501 22869 0 -1 64 5 0 0 0 0 0 0 0 19 0 8 0 28979914 826433536 5618 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23513] ppid=23501 vsize=807064 CPUtime=0
/proc/23511/task/23513/stat : 23513 (java) S 23501 23501 22869 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 28979914 826433536 5618 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23514] ppid=23501 vsize=807064 CPUtime=0
/proc/23511/task/23514/stat : 23514 (java) S 23501 23501 22869 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 28979914 826433536 5618 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23515] ppid=23501 vsize=807064 CPUtime=0
/proc/23511/task/23515/stat : 23515 (java) S 23501 23501 22869 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 28979917 826433536 5618 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23516] ppid=23501 vsize=807064 CPUtime=0.05
/proc/23511/task/23516/stat : 23516 (java) S 23501 23501 22869 0 -1 64 292 0 0 0 5 0 0 0 17 0 8 0 28979917 826433536 5618 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23517] ppid=23501 vsize=807064 CPUtime=0
/proc/23511/task/23517/stat : 23517 (java) S 23501 23501 22869 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 28979917 826433536 5618 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23518] ppid=23501 vsize=807064 CPUtime=0
/proc/23511/task/23518/stat : 23518 (java) S 23501 23501 22869 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28979917 826433536 5618 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 820788

[startup+2.98472 s]
/proc/loadavg: 2.60 1.30 0.51 3/104 23519
/proc/meminfo: memFree=15200/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=13724 CPUtime=0.78
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 1190 7940 0 1 3 0 68 7 15 0 1 0 28979805 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 3431 809 371 3 0 531 0
[pid=23511] ppid=23501 vsize=807064 CPUtime=1.89
/proc/23511/stat : 23511 (java) R 23501 23501 22869 0 -1 0 13364 0 1 0 181 8 0 0 25 0 8 0 28979907 826433536 13099 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479392 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23511/statm: 201766 13099 1494 14 0 189044 0
[pid=23511/tid=23512] ppid=23501 vsize=807064 CPUtime=0.49
/proc/23511/task/23512/stat : 23512 (java) S 23501 23501 22869 0 -1 64 7297 0 0 0 46 3 0 0 16 0 8 0 28979914 826433536 13099 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23513] ppid=23501 vsize=807064 CPUtime=0
/proc/23511/task/23513/stat : 23513 (java) S 23501 23501 22869 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28979914 826433536 13099 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23514] ppid=23501 vsize=807064 CPUtime=0
/proc/23511/task/23514/stat : 23514 (java) S 23501 23501 22869 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28979914 826433536 13099 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23515] ppid=23501 vsize=807064 CPUtime=0
/proc/23511/task/23515/stat : 23515 (java) S 23501 23501 22869 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 28979917 826433536 13099 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23516] ppid=23501 vsize=807064 CPUtime=0.05
/proc/23511/task/23516/stat : 23516 (java) S 23501 23501 22869 0 -1 64 292 0 0 0 5 0 0 0 16 0 8 0 28979917 826433536 13099 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23517] ppid=23501 vsize=807064 CPUtime=0
/proc/23511/task/23517/stat : 23517 (java) S 23501 23501 22869 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 28979917 826433536 13099 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23518] ppid=23501 vsize=807064 CPUtime=0
/proc/23511/task/23518/stat : 23518 (java) S 23501 23501 22869 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28979917 826433536 13099 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 820788

[startup+6.2701 s]
/proc/loadavg: 2.60 1.30 0.51 3/103 23519
/proc/meminfo: memFree=15144/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=13724 CPUtime=0.78
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 1190 7940 0 1 3 0 68 7 15 0 1 0 28979805 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 3431 809 371 3 0 531 0
[pid=23511] ppid=23501 vsize=807336 CPUtime=5.12
/proc/23511/stat : 23511 (java) R 23501 23501 22869 0 -1 0 33454 0 1 0 493 19 0 0 25 0 8 0 28979907 826712064 33104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23511/statm: 201834 33104 1506 14 0 189112 0
[pid=23511/tid=23512] ppid=23501 vsize=807336 CPUtime=1.46
/proc/23511/task/23512/stat : 23512 (java) R 23501 23501 22869 0 -1 64 27151 0 0 0 135 11 0 0 15 0 8 0 28979914 826712064 33104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153822951 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23511/tid=23513] ppid=23501 vsize=807336 CPUtime=0
/proc/23511/task/23513/stat : 23513 (java) S 23501 23501 22869 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28979914 826712064 33104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23514] ppid=23501 vsize=807336 CPUtime=0
/proc/23511/task/23514/stat : 23514 (java) S 23501 23501 22869 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28979914 826712064 33104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23515] ppid=23501 vsize=807336 CPUtime=0
/proc/23511/task/23515/stat : 23515 (java) S 23501 23501 22869 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 28979917 826712064 33104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23516] ppid=23501 vsize=807336 CPUtime=0.12
/proc/23511/task/23516/stat : 23516 (java) S 23501 23501 22869 0 -1 64 400 0 0 0 12 0 0 0 16 0 8 0 28979917 826712064 33104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23511/tid=23517] ppid=23501 vsize=807336 CPUtime=0
/proc/23511/task/23517/stat : 23517 (java) S 23501 23501 22869 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 28979917 826712064 33104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23518] ppid=23501 vsize=807336 CPUtime=0
/proc/23511/task/23518/stat : 23518 (java) S 23501 23501 22869 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28979917 826712064 33104 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 821060

[startup+12.677 s]
/proc/loadavg: 2.66 1.36 0.53 2/95 23520
/proc/meminfo: memFree=1656488/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=13724 CPUtime=0.78
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 1190 7940 0 1 3 0 68 7 15 0 1 0 28979805 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 3431 809 371 3 0 531 0
[pid=23511] ppid=23501 vsize=807336 CPUtime=11.4
/proc/23511/stat : 23511 (java) S 23501 23501 22869 0 -1 0 55003 0 1 0 1108 32 0 0 17 0 8 0 28979907 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23511/statm: 201834 54113 1507 14 0 189112 0
[pid=23511/tid=23512] ppid=23501 vsize=807336 CPUtime=3.78
/proc/23511/task/23512/stat : 23512 (java) R 23501 23501 22869 0 -1 64 48476 0 0 0 356 22 0 0 16 0 8 0 28979914 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4153823298 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23513] ppid=23501 vsize=807336 CPUtime=0
/proc/23511/task/23513/stat : 23513 (java) S 23501 23501 22869 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28979914 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23514] ppid=23501 vsize=807336 CPUtime=0
/proc/23511/task/23514/stat : 23514 (java) S 23501 23501 22869 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28979914 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23515] ppid=23501 vsize=807336 CPUtime=0
/proc/23511/task/23515/stat : 23515 (java) S 23501 23501 22869 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 28979917 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23516] ppid=23501 vsize=807336 CPUtime=0.13
/proc/23511/task/23516/stat : 23516 (java) S 23501 23501 22869 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 28979917 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23517] ppid=23501 vsize=807336 CPUtime=0
/proc/23511/task/23517/stat : 23517 (java) S 23501 23501 22869 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 28979917 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23518] ppid=23501 vsize=807336 CPUtime=0
/proc/23511/task/23518/stat : 23518 (java) S 23501 23501 22869 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28979917 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.18
Current children cumulated vsize (KiB) 821060

[startup+25.4845 s]
/proc/loadavg: 2.41 1.35 0.54 2/89 23535
/proc/meminfo: memFree=1695304/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=13724 CPUtime=0.78
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 1190 7940 0 1 3 0 68 7 15 0 1 0 28979805 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 3431 809 371 3 0 531 0
[pid=23511] ppid=23501 vsize=807336 CPUtime=24.19
/proc/23511/stat : 23511 (java) R 23501 23501 22869 0 -1 0 55904 0 1 0 2380 39 0 0 16 0 8 0 28979907 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073670171 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23511/statm: 201834 54113 1507 14 0 189112 0
[pid=23511/tid=23512] ppid=23501 vsize=807336 CPUtime=8.94
/proc/23511/task/23512/stat : 23512 (java) S 23501 23501 22869 0 -1 64 48927 0 0 0 868 26 0 0 16 0 8 0 28979914 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23513] ppid=23501 vsize=807336 CPUtime=0
/proc/23511/task/23513/stat : 23513 (java) S 23501 23501 22869 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 28979914 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23514] ppid=23501 vsize=807336 CPUtime=0
/proc/23511/task/23514/stat : 23514 (java) S 23501 23501 22869 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 28979914 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23515] ppid=23501 vsize=807336 CPUtime=0
/proc/23511/task/23515/stat : 23515 (java) S 23501 23501 22869 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 28979917 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23516] ppid=23501 vsize=807336 CPUtime=0.13
/proc/23511/task/23516/stat : 23516 (java) S 23501 23501 22869 0 -1 64 403 0 0 0 13 0 0 0 16 0 8 0 28979917 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23517] ppid=23501 vsize=807336 CPUtime=0
/proc/23511/task/23517/stat : 23517 (java) S 23501 23501 22869 0 -1 64 3 0 0 0 0 0 0 0 22 0 8 0 28979917 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23511/tid=23518] ppid=23501 vsize=807336 CPUtime=0
/proc/23511/task/23518/stat : 23518 (java) S 23501 23501 22869 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 28979917 826712064 54113 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 821060

[startup+51.1343 s]
/proc/loadavg: 2.52 1.46 0.60 3/95 23584
/proc/meminfo: memFree=1662224/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=17508 CPUtime=33.34
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 2214 64615 0 2 9 1 3267 57 16 0 1 0 28979805 17928192 1726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23501/statm: 4377 1726 373 3 0 1477 0
[pid=23584] ppid=23501 vsize=16148 CPUtime=17.15
/proc/23584/stat : 23584 (minisat) R 23501 23501 22869 0 -1 0 4718 0 0 0 1711 4 0 0 25 0 1 0 28983195 16535552 3679 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527048 0 0 4096 3 0 0 0 17 1 0 0
/proc/23584/statm: 4037 3679 52 112 0 3921 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 33656

[startup+102.34 s]
/proc/loadavg: 2.28 1.58 0.68 3/88 23585
/proc/meminfo: memFree=1828488/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=17508 CPUtime=33.34
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 2214 64615 0 2 9 1 3267 57 16 0 1 0 28979805 17928192 1726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 4377 1726 373 3 0 1477 0
[pid=23584] ppid=23501 vsize=24464 CPUtime=68.13
/proc/23584/stat : 23584 (minisat) R 23501 23501 22869 0 -1 0 6782 0 0 0 6805 8 0 0 25 0 1 0 28983195 25051136 5743 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528758 0 0 4096 3 0 0 0 17 0 0 0
/proc/23584/statm: 6116 5743 52 112 0 6000 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 41972

[startup+162.399 s]
/proc/loadavg: 2.10 1.65 0.76 3/88 23585
/proc/meminfo: memFree=1815240/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=17508 CPUtime=33.34
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 2214 64615 0 2 9 1 3267 57 16 0 1 0 28979805 17928192 1726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 4377 1726 373 3 0 1477 0
[pid=23584] ppid=23501 vsize=31220 CPUtime=127.87
/proc/23584/stat : 23584 (minisat) R 23501 23501 22869 0 -1 0 8441 0 0 0 12777 10 0 0 25 0 1 0 28983195 31969280 7402 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23584/statm: 7805 7402 52 112 0 7689 0
Current children cumulated CPU time (s) 161.21
Current children cumulated vsize (KiB) 48728


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

/proc/loadavg: 2.00 1.97 1.54 3/88 23585
/proc/meminfo: memFree=1761168/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=17508 CPUtime=33.34
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 2214 64615 0 2 9 1 3267 57 16 0 1 0 28979805 17928192 1726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 4377 1726 373 3 0 1477 0
[pid=23584] ppid=23501 vsize=52296 CPUtime=1084.4
/proc/23584/stat : 23584 (minisat) R 23501 23501 22869 0 -1 0 13629 0 0 0 108419 21 0 0 25 0 1 0 28983195 53551104 12590 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/23584/statm: 13074 12590 52 112 0 12958 0
Current children cumulated CPU time (s) 1117.74
Current children cumulated vsize (KiB) 69804

[startup+1183.43 s]
/proc/loadavg: 2.00 1.97 1.56 3/88 23585
/proc/meminfo: memFree=1760784/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=17508 CPUtime=33.34
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 2214 64615 0 2 9 1 3267 57 16 0 1 0 28979805 17928192 1726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 4377 1726 373 3 0 1477 0
[pid=23584] ppid=23501 vsize=52468 CPUtime=1144.19
/proc/23584/stat : 23584 (minisat) R 23501 23501 22869 0 -1 0 13657 0 0 0 114398 21 0 0 25 0 1 0 28983195 53727232 12618 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23584/statm: 13117 12618 52 112 0 13001 0
Current children cumulated CPU time (s) 1177.53
Current children cumulated vsize (KiB) 69976

[startup+1243.5 s]
/proc/loadavg: 2.00 1.97 1.59 3/88 23585
/proc/meminfo: memFree=1760272/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=17508 CPUtime=33.34
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 2214 64615 0 2 9 1 3267 57 16 0 1 0 28979805 17928192 1726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 4377 1726 373 3 0 1477 0
[pid=23584] ppid=23501 vsize=52640 CPUtime=1203.97
/proc/23584/stat : 23584 (minisat) R 23501 23501 22869 0 -1 0 13702 0 0 0 120376 21 0 0 25 0 1 0 28983195 53903360 12663 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23584/statm: 13160 12663 52 112 0 13044 0
Current children cumulated CPU time (s) 1237.31
Current children cumulated vsize (KiB) 70148

[startup+1303.55 s]
/proc/loadavg: 2.00 1.97 1.61 3/88 23585
/proc/meminfo: memFree=1757520/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=17508 CPUtime=33.34
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 2214 64615 0 2 9 1 3267 57 16 0 1 0 28979805 17928192 1726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 4377 1726 373 3 0 1477 0
[pid=23584] ppid=23501 vsize=52824 CPUtime=1263.75
/proc/23584/stat : 23584 (minisat) R 23501 23501 22869 0 -1 0 13749 0 0 0 126354 21 0 0 25 0 1 0 28983195 54091776 12710 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23584/statm: 13206 12710 52 112 0 13090 0
Current children cumulated CPU time (s) 1297.09
Current children cumulated vsize (KiB) 70332

[startup+1363.61 s]
/proc/loadavg: 2.00 1.97 1.63 3/88 23585
/proc/meminfo: memFree=1757328/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=17508 CPUtime=33.34
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 2214 64615 0 2 9 1 3267 57 16 0 1 0 28979805 17928192 1726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 4377 1726 373 3 0 1477 0
[pid=23584] ppid=23501 vsize=52824 CPUtime=1323.54
/proc/23584/stat : 23584 (minisat) R 23501 23501 22869 0 -1 0 13761 0 0 0 132332 22 0 0 25 0 1 0 28983195 54091776 12722 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527235 0 0 4096 3 0 0 0 17 0 0 0
/proc/23584/statm: 13206 12722 52 112 0 13090 0
Current children cumulated CPU time (s) 1356.88
Current children cumulated vsize (KiB) 70332

[startup+1423.67 s]
/proc/loadavg: 2.00 1.97 1.65 3/88 23585
/proc/meminfo: memFree=1757264/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=17508 CPUtime=33.34
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 2214 64615 0 2 9 1 3267 57 16 0 1 0 28979805 17928192 1726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 4377 1726 373 3 0 1477 0
[pid=23584] ppid=23501 vsize=52824 CPUtime=1383.3
/proc/23584/stat : 23584 (minisat) R 23501 23501 22869 0 -1 0 13761 0 0 0 138308 22 0 0 25 0 1 0 28983195 54091776 12722 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23584/statm: 13206 12722 52 112 0 13090 0
Current children cumulated CPU time (s) 1416.64
Current children cumulated vsize (KiB) 70332

[startup+1483.73 s]
/proc/loadavg: 2.00 1.97 1.67 3/88 23585
/proc/meminfo: memFree=1756944/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=17508 CPUtime=33.34
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 2214 64615 0 2 9 1 3267 57 16 0 1 0 28979805 17928192 1726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 4377 1726 373 3 0 1477 0
[pid=23584] ppid=23501 vsize=52988 CPUtime=1443.1
/proc/23584/stat : 23584 (minisat) R 23501 23501 22869 0 -1 0 13816 0 0 0 144288 22 0 0 25 0 1 0 28983195 54259712 12777 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23584/statm: 13247 12777 52 112 0 13131 0
Current children cumulated CPU time (s) 1476.44
Current children cumulated vsize (KiB) 70496

[startup+1543.79 s]
/proc/loadavg: 2.00 1.97 1.69 3/88 23585
/proc/meminfo: memFree=1756880/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=17508 CPUtime=33.34
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 2214 64615 0 2 9 1 3267 57 16 0 1 0 28979805 17928192 1726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 4377 1726 373 3 0 1477 0
[pid=23584] ppid=23501 vsize=52988 CPUtime=1502.88
/proc/23584/stat : 23584 (minisat) R 23501 23501 22869 0 -1 0 13817 0 0 0 150266 22 0 0 25 0 1 0 28983195 54259712 12778 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23584/statm: 13247 12778 52 112 0 13131 0
Current children cumulated CPU time (s) 1536.22
Current children cumulated vsize (KiB) 70496

[startup+1603.85 s]
/proc/loadavg: 2.00 1.97 1.70 3/88 23585
/proc/meminfo: memFree=1756816/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=17508 CPUtime=33.34
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 2214 64615 0 2 9 1 3267 57 16 0 1 0 28979805 17928192 1726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 4377 1726 373 3 0 1477 0
[pid=23584] ppid=23501 vsize=52988 CPUtime=1562.64
/proc/23584/stat : 23584 (minisat) R 23501 23501 22869 0 -1 0 13818 0 0 0 156242 22 0 0 25 0 1 0 28983195 54259712 12779 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527205 0 0 4096 3 0 0 0 17 0 0 0
/proc/23584/statm: 13247 12779 52 112 0 13131 0
Current children cumulated CPU time (s) 1595.98
Current children cumulated vsize (KiB) 70496

[startup+1663.91 s]
/proc/loadavg: 2.00 1.97 1.72 3/88 23585
/proc/meminfo: memFree=1756560/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=17508 CPUtime=33.34
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 2214 64615 0 2 9 1 3267 57 16 0 1 0 28979805 17928192 1726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 4377 1726 373 3 0 1477 0
[pid=23584] ppid=23501 vsize=52988 CPUtime=1622.44
/proc/23584/stat : 23584 (minisat) R 23501 23501 22869 0 -1 0 13819 0 0 0 162221 23 0 0 25 0 1 0 28983195 54259712 12780 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23584/statm: 13247 12780 52 112 0 13131 0
Current children cumulated CPU time (s) 1655.78
Current children cumulated vsize (KiB) 70496

[startup+1723.97 s]
/proc/loadavg: 2.00 1.97 1.74 3/88 23585
/proc/meminfo: memFree=1756496/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=17508 CPUtime=33.34
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 2214 64615 0 2 9 1 3267 57 16 0 1 0 28979805 17928192 1726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 4377 1726 373 3 0 1477 0
[pid=23584] ppid=23501 vsize=52988 CPUtime=1682.22
/proc/23584/stat : 23584 (minisat) R 23501 23501 22869 0 -1 0 13822 0 0 0 168199 23 0 0 25 0 1 0 28983195 54259712 12783 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134527050 0 0 4096 3 0 0 0 17 0 0 0
/proc/23584/statm: 13247 12783 52 112 0 13131 0
Current children cumulated CPU time (s) 1715.56
Current children cumulated vsize (KiB) 70496

[startup+1784.02 s]
/proc/loadavg: 2.00 1.97 1.75 3/88 23585
/proc/meminfo: memFree=1756240/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=17508 CPUtime=33.34
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 2214 64615 0 2 9 1 3267 57 16 0 1 0 28979805 17928192 1726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 4377 1726 373 3 0 1477 0
[pid=23584] ppid=23501 vsize=52988 CPUtime=1741.99
/proc/23584/stat : 23584 (minisat) R 23501 23501 22869 0 -1 0 13823 0 0 0 174176 23 0 0 25 0 1 0 28983195 54259712 12784 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23584/statm: 13247 12784 52 112 0 13131 0
Current children cumulated CPU time (s) 1775.33
Current children cumulated vsize (KiB) 70496



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.87 s]
/proc/loadavg: 2.00 1.97 1.75 3/88 23585
/proc/meminfo: memFree=1756240/2055920 swapFree=4192956/4192956
[pid=23501] ppid=23499 vsize=17508 CPUtime=33.34
/proc/23501/stat : 23501 (sugar) S 23499 23501 22869 0 -1 4194304 2214 64615 0 2 9 1 3267 57 16 0 1 0 28979805 17928192 1726 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23501/statm: 4377 1726 373 3 0 1477 0
[pid=23584] ppid=23501 vsize=52988 CPUtime=1766.74
/proc/23584/stat : 23584 (minisat) R 23501 23501 22869 0 -1 0 13823 0 0 0 176651 23 0 0 25 0 1 0 28983195 54259712 12784 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/23584/statm: 13247 12784 52 112 0 13131 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 70496

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 23501 and gives childrusage.ru_utime.tv_sec=32 childrusage.ru_utime.tv_usec=770018 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=597909
CPU time returned by wait4() is 33.3679
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.9
CPU time (s): 1800.09
CPU user time (s): 1799.27
CPU system time (s): 0.82
CPU usage (%): 99.4582
Max. virtual memory (cumulated for all children) (KiB): 821564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.77
system time used= 0.597909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66914
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= 6065
involuntary context switches= 5019

runsolver used 1.71974 s user time and 4.85926 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Mon Jan 29 17:04:04 UTC 2007


IDJOB= 194312
IDBENCH= 3207
IDSOLVER= 86
FILE ID= node1/194312-1170090243

PBS_JOBID= 3689395

Free space on /tmp= 63350 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  3f96ceed2b39b1d29e3438c6ada76518

RANDOM SEED= 82465383

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.230
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.230
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:         15360 kB
Buffers:         43424 kB
Cached:        1797812 kB
SwapCached:          0 kB
Active:         131592 kB
Inactive:      1810864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:         15360 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:          786140 kB
Writeback:           0 kB
Mapped:         126812 kB
Slab:            82608 kB
Committed_AS:   415316 kB
PageTables:       2300 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= 66546 MiB



End job on node1 on Mon Jan 29 17:34:17 UTC 2007