Trace number 210478

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 1811.9

General information on the benchmark

NamepseudoSeries/fpga/
fpga-45-44.xml
MD5SUMb2386cfa53dcd1cd62c449d6cc834735
Bench CategoryN-ARY-INT (n-ary constraints in intension)
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 variables2970
Number of constraints2113
Maximum constraint arity45
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2113
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/210478-1170097920/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/210478-1170097920/unknown.xml [Mon Jan 29 20:12:01 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/210478-1170097920/unknown.xml /tmp/evaluation/210478-1170097920/sugar28653.csp [Mon Jan 29 20:12:01 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210478-1170097920/sugar-v0-40.jar -convert /tmp/evaluation/210478-1170097920/unknown.xml /tmp/evaluation/210478-1170097920/sugar28653.csp
0.18	c BEGIN convert /tmp/evaluation/210478-1170097920/unknown.xml
1.07	c END convert (0.889373 seconds)
1.09	c # CONVERT_XML  END : /tmp/evaluation/210478-1170097920/sugar28653.csp 597111 bytes (1 seconds) [Mon Jan 29 20:12:02 2007]
1.09	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
1.09	
1.09	c # GENERATE_SAT  BEGIN : /tmp/evaluation/210478-1170097920/sugar28653.bcnf [Mon Jan 29 20:12:02 2007]
1.09	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/210478-1170097920/sugar-v0-40.jar -bcnf -map /tmp/evaluation/210478-1170097920/sugar28653.map /tmp/evaluation/210478-1170097920/sugar28653.csp /tmp/evaluation/210478-1170097920/sugar28653.bcnf
1.22	c BEGIN parse /tmp/evaluation/210478-1170097920/sugar28653.csp
7.85	c END parse (6.637118 seconds)
7.85	c BEGIN simplify
7.86	c END simplify (0.009782 seconds)
7.86	c BEGIN encode /tmp/evaluation/210478-1170097920/sugar28653.bcnf
8.18	c END encode (0.313426 seconds)
8.37	c # GENERATE_SAT  END : 32247 variables 169069 clauses 2382664 bytes (7 seconds) [Mon Jan 29 20:12:09 2007]
8.37	c # GENERATE_SAT  CPU : 7.16 = 0.12 + 0.02 + 6.89 + 0.13
8.37	
8.37	c # SOLVE_SAT  BEGIN : /tmp/evaluation/210478-1170097920/sugar28653.bcnf [Mon Jan 29 20:12:09 2007]
8.37	c # CMD : /tmp/evaluation/210478-1170097920/minisat /tmp/evaluation/210478-1170097920/sugar28653.bcnf /tmp/evaluation/210478-1170097920/sugar28653.out
8.48	c ==================================[MINISAT]===================================
8.48	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
8.49	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
8.49	c ==============================================================================
8.49	c |         0 |  131581   343179 |   43860       0        0     nan |  0.000 % |
8.52	c |       100 |  131581   343179 |   48246     100     7095    71.0 | 24.626 % |
8.54	c |       250 |  131581   343179 |   53070     250    12213    48.9 | 24.626 % |
8.59	c |       475 |  131581   343179 |   58377     475    30518    64.2 | 24.626 % |
8.65	c |       812 |  131581   343179 |   64215     812    44584    54.9 | 24.626 % |
8.72	c |      1318 |  131581   343179 |   70636    1318    57219    43.4 | 24.626 % |
8.82	c |      2078 |  131581   343179 |   77700    2078    84617    40.7 | 24.626 % |
8.98	c |      3217 |  131581   343179 |   85470    3217   129987    40.4 | 24.626 % |
9.21	c |      4925 |  131581   343179 |   94017    4925   200272    40.7 | 24.626 % |
9.64	c |      7488 |  131581   343179 |  103419    7488   262784    35.1 | 24.626 % |
10.15	c |     11332 |  131581   343179 |  113761   11332   347403    30.7 | 24.626 % |
11.25	c |     17098 |  131581   343179 |  125137   17098   616858    36.1 | 24.626 % |
13.44	c |     25748 |  131581   343179 |  137651   25748  1136456    44.1 | 24.626 % |
17.44	c |     38722 |  131581   343179 |  151416   38722  1991963    51.4 | 24.626 % |
23.18	c |     58184 |  131581   343179 |  166558   58184  3341402    57.4 | 24.626 % |
46.15	c |     87376 |  131581   343179 |  183214   87376  6358226    72.8 | 24.626 % |
88.95	c |    131166 |  131581   343179 |  201535  131166 11466029    87.4 | 24.626 % |
181.66	c |    196850 |  131581   343179 |  221689  196850 19161419    97.3 | 24.626 % |
335.98	c |    295377 |  131581   343179 |  243857   68474 10512060   153.5 | 24.626 % |
640.22	c |    443167 |  131581   343179 |  268243  216264 25426027   117.6 | 24.626 % |
1033.91	c |    664850 |  131581   343179 |  295068  168025 10482065    62.4 | 24.626 % |
1474.99	c |    997375 |  131581   343179 |  324574  206604 14211236    68.8 | 24.626 % |
1810.83	
1810.83	s UNKNOWN
1810.83	c # INTERRUPTED
1810.83	c # MAIN  END :  (1811 seconds) [Mon Jan 29 20:42:12 2007]
1810.83	c # MAIN  CPU : 7.16 = 0.12 + 0.02 + 6.89 + 0.13
1810.83	

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/node10/watcher-210478-1170097920 -o ROOT/results/node10/solver-210478-1170097920 -C 1800 -M 900 /tmp/evaluation/210478-1170097920/solver /tmp/evaluation/210478-1170097920 /tmp/evaluation/210478-1170097920/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.03 2.06 2.01 5/94 28654
/proc/meminfo: memFree=1183136/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=12268 CPUtime=0
/proc/28653/stat : 28653 (sugar) D 28651 28653 28398 0 -1 4194304 597 0 0 0 0 0 0 0 18 0 1 0 29747083 12562432 316 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214920034917 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/28653/statm: 3067 316 241 3 0 167 0

[startup+0.124918 s]
/proc/loadavg: 2.03 2.06 2.01 5/94 28654
/proc/meminfo: memFree=1183136/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=13724 CPUtime=0.04
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 1112 0 0 0 3 1 0 0 19 0 1 0 29747083 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28653/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.53297 s]
/proc/loadavg: 2.03 2.06 2.01 5/94 28654
/proc/meminfo: memFree=1183136/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=13724 CPUtime=0.04
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 29747083 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28653/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.35908 s]
/proc/loadavg: 2.03 2.06 2.01 3/99 28666
/proc/meminfo: memFree=1177848/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=13724 CPUtime=0.04
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29747083 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28653/statm: 3431 808 370 3 0 531 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28663] ppid=28653 vsize=807064 CPUtime=0.25
/proc/28663/stat : 28663 (java) S 28653 28653 28398 0 -1 0 3843 0 1 0 22 3 0 0 17 0 8 0 29747192 826433536 3594 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28663/statm: 201766 3594 1482 14 0 189044 0
[pid=28663/tid=28664] ppid=28653 vsize=807064 CPUtime=0
/proc/28663/task/28664/stat : 28664 (java) S 28653 28653 28398 0 -1 64 5 0 0 0 0 0 0 0 19 0 8 0 29747195 826433536 3594 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28663/tid=28665] ppid=28653 vsize=807064 CPUtime=0
/proc/28663/task/28665/stat : 28665 (java) S 28653 28653 28398 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 29747196 826433536 3594 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28663/tid=28666] ppid=28653 vsize=807064 CPUtime=0
/proc/28663/task/28666/stat : 28666 (java) S 28653 28653 28398 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 29747196 826433536 3594 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 820788

[startup+3.0123 s]
/proc/loadavg: 2.03 2.06 2.01 3/103 28670
/proc/meminfo: memFree=1150232/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=13724 CPUtime=0.04
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29747083 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28653/statm: 3431 808 370 3 0 531 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28663] ppid=28653 vsize=807376 CPUtime=1.89
/proc/28663/stat : 28663 (java) R 28653 28653 28398 0 -1 0 10303 0 1 0 182 7 0 0 25 0 8 0 29747192 826753024 10041 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4154615415 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28663/statm: 201844 10041 1506 14 0 189122 0
[pid=28663/tid=28664] ppid=28653 vsize=807376 CPUtime=0.26
/proc/28663/task/28664/stat : 28664 (java) S 28653 28653 28398 0 -1 64 4082 0 0 0 24 2 0 0 16 0 8 0 29747195 826753024 10041 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28663/tid=28665] ppid=28653 vsize=807376 CPUtime=0
/proc/28663/task/28665/stat : 28665 (java) S 28653 28653 28398 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29747196 826753024 10041 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28663/tid=28666] ppid=28653 vsize=807376 CPUtime=0
/proc/28663/task/28666/stat : 28666 (java) S 28653 28653 28398 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29747196 826753024 10041 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28663/tid=28667] ppid=28653 vsize=807376 CPUtime=0
/proc/28663/task/28667/stat : 28667 (java) S 28653 28653 28398 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29747200 826753024 10041 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28663/tid=28668] ppid=28653 vsize=807376 CPUtime=0.15
/proc/28663/task/28668/stat : 28668 (java) S 28653 28653 28398 0 -1 64 419 0 0 0 15 0 0 0 16 0 8 0 29747200 826753024 10041 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28663/tid=28669] ppid=28653 vsize=807376 CPUtime=0
/proc/28663/task/28669/stat : 28669 (java) S 28653 28653 28398 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29747200 826753024 10041 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28663/tid=28670] ppid=28653 vsize=807376 CPUtime=0
/proc/28663/task/28670/stat : 28670 (java) S 28653 28653 28398 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29747200 826753024 10041 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 821100

[startup+6.30075 s]
/proc/loadavg: 2.02 2.06 2.01 3/103 28670
/proc/meminfo: memFree=1139736/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=13724 CPUtime=0.04
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 29747083 14053376 808 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28653/statm: 3431 808 370 3 0 531 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28663] ppid=28653 vsize=807376 CPUtime=5.15
/proc/28663/stat : 28663 (java) R 28653 28653 28398 0 -1 0 12300 0 1 0 506 9 0 0 25 0 8 0 29747192 826753024 12008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073677185 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28663/statm: 201844 12008 1506 14 0 189122 0
[pid=28663/tid=28664] ppid=28653 vsize=807376 CPUtime=0.45
/proc/28663/task/28664/stat : 28664 (java) S 28653 28653 28398 0 -1 64 6048 0 0 0 42 3 0 0 16 0 8 0 29747195 826753024 12008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28663/tid=28665] ppid=28653 vsize=807376 CPUtime=0
/proc/28663/task/28665/stat : 28665 (java) S 28653 28653 28398 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29747196 826753024 12008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28663/tid=28666] ppid=28653 vsize=807376 CPUtime=0
/proc/28663/task/28666/stat : 28666 (java) S 28653 28653 28398 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29747196 826753024 12008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28663/tid=28667] ppid=28653 vsize=807376 CPUtime=0
/proc/28663/task/28667/stat : 28667 (java) S 28653 28653 28398 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29747200 826753024 12008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28663/tid=28668] ppid=28653 vsize=807376 CPUtime=0.15
/proc/28663/task/28668/stat : 28668 (java) S 28653 28653 28398 0 -1 64 420 0 0 0 15 0 0 0 17 0 8 0 29747200 826753024 12008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28663/tid=28669] ppid=28653 vsize=807376 CPUtime=0
/proc/28663/task/28669/stat : 28669 (java) S 28653 28653 28398 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 29747200 826753024 12008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28663/tid=28670] ppid=28653 vsize=807376 CPUtime=0
/proc/28663/task/28670/stat : 28670 (java) S 28653 28653 28398 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29747200 826753024 12008 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 821100

[startup+12.7996 s]
/proc/loadavg: 2.02 2.06 2.01 3/96 28671
/proc/meminfo: memFree=1159312/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=22508 CPUtime=7.2
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 3451 14511 0 1 15 3 689 13 16 0 1 0 29747083 23048192 2964 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28653/statm: 5627 2964 373 3 0 2727 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28671] ppid=28653 vsize=12460 CPUtime=4.37
/proc/28671/stat : 28671 (minisat) R 28653 28653 28398 0 -1 0 3243 0 0 0 435 2 0 0 25 0 1 0 29747921 12759040 2646 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528357 0 0 4096 3 0 0 0 17 1 0 0
/proc/28671/statm: 3115 2646 52 112 0 2999 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 34968

[startup+25.6434 s]
/proc/loadavg: 2.02 2.05 2.01 3/96 28671
/proc/meminfo: memFree=1147408/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=22508 CPUtime=7.2
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 3451 14511 0 1 15 3 689 13 16 0 1 0 29747083 23048192 2964 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28653/statm: 5627 2964 373 3 0 2727 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28671] ppid=28653 vsize=26156 CPUtime=17.09
/proc/28671/stat : 28671 (minisat) R 28653 28653 28398 0 -1 0 6614 0 0 0 1705 4 0 0 25 0 1 0 29747921 26783744 6017 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28671/statm: 6539 6017 52 112 0 6423 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 48664

[startup+51.2439 s]
/proc/loadavg: 2.01 2.05 2.01 3/96 28671
/proc/meminfo: memFree=1130256/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=22508 CPUtime=7.2
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 3451 14511 0 1 15 3 689 13 16 0 1 0 29747083 23048192 2964 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28653/statm: 5627 2964 373 3 0 2727 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28671] ppid=28653 vsize=41664 CPUtime=42.45
/proc/28671/stat : 28671 (minisat) R 28653 28653 28398 0 -1 0 10489 0 0 0 4237 8 0 0 25 0 1 0 29747921 42663936 9892 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28671/statm: 10416 9892 52 112 0 10300 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 64172

[startup+102.476 s]
/proc/loadavg: 2.00 2.04 2.00 3/96 28671
/proc/meminfo: memFree=1104400/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=22508 CPUtime=7.2
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 3451 14511 0 1 15 3 689 13 16 0 1 0 29747083 23048192 2964 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28653/statm: 5627 2964 373 3 0 2727 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28671] ppid=28653 vsize=67712 CPUtime=93.21
/proc/28671/stat : 28671 (minisat) R 28653 28653 28398 0 -1 0 16963 0 0 0 9305 16 0 0 25 0 1 0 29747921 69337088 16366 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28671/statm: 16928 16366 52 112 0 16812 0
Current children cumulated CPU time (s) 101.41
Current children cumulated vsize (KiB) 90220

[startup+162.548 s]
/proc/loadavg: 2.00 2.03 2.00 3/96 28671
/proc/meminfo: memFree=1082960/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=22508 CPUtime=7.2
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 3451 14511 0 1 15 3 689 13 16 0 1 0 29747083 23048192 2964 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28653/statm: 5627 2964 373 3 0 2727 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28671] ppid=28653 vsize=88968 CPUtime=152.72
/proc/28671/stat : 28671 (minisat) R 28653 28653 28398 0 -1 0 22259 0 0 0 15249 23 0 0 25 0 1 0 29747921 91103232 21662 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28671/statm: 22242 21662 52 112 0 22126 0
Current children cumulated CPU time (s) 160.92
Current children cumulated vsize (KiB) 111476

[startup+222.598 s]
/proc/loadavg: 2.08 2.04 2.01 3/96 28734
/proc/meminfo: memFree=1418384/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=22508 CPUtime=7.2
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 3451 14511 0 1 15 3 689 13 16 0 1 0 29747083 23048192 2964 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28653/statm: 5627 2964 373 3 0 2727 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28671] ppid=28653 vsize=110896 CPUtime=212.45
/proc/28671/stat : 28671 (minisat) R 28653 28653 28398 0 -1 0 27681 0 0 0 21208 37 0 0 25 0 1 0 29747921 113557504 27084 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28671/statm: 27724 27084 52 112 0 27608 0

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

/proc/28671/stat : 28671 (minisat) R 28653 28653 28398 0 -1 0 39571 0 0 0 122361 464 0 0 25 0 1 0 29747921 163246080 38974 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28671/statm: 39855 38974 52 112 0 39739 0
Current children cumulated CPU time (s) 1236.45
Current children cumulated vsize (KiB) 181928

[startup+1303.59 s]
/proc/loadavg: 2.39 2.68 2.59 3/96 28820
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=22508 CPUtime=7.2
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 3451 14511 0 1 15 3 689 13 16 0 1 0 29747083 23048192 2964 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28653/statm: 5627 2964 373 3 0 2727 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28671] ppid=28653 vsize=159420 CPUtime=1287.93
/proc/28671/stat : 28671 (minisat) R 28653 28653 28398 0 -1 0 39573 0 0 0 128310 483 0 0 25 0 1 0 29747921 163246080 38976 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525606 0 0 4096 3 0 0 0 17 0 0 0
/proc/28671/statm: 39855 38976 52 112 0 39739 0
Current children cumulated CPU time (s) 1296.13
Current children cumulated vsize (KiB) 181928

[startup+1363.59 s]
/proc/loadavg: 2.58 2.68 2.60 3/96 28820
/proc/meminfo: memFree=15568/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=22508 CPUtime=7.2
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 3451 14511 0 1 15 3 689 13 16 0 1 0 29747083 23048192 2964 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28653/statm: 5627 2964 373 3 0 2727 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28671] ppid=28653 vsize=159420 CPUtime=1347.54
/proc/28671/stat : 28671 (minisat) R 28653 28653 28398 0 -1 0 39577 0 0 0 134249 505 0 0 25 0 1 0 29747921 163246080 38980 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528316 0 0 4096 3 0 0 0 17 0 0 0
/proc/28671/statm: 39855 38980 52 112 0 39739 0
Current children cumulated CPU time (s) 1355.74
Current children cumulated vsize (KiB) 181928

[startup+1423.69 s]
/proc/loadavg: 3.17 2.81 2.65 3/96 28820
/proc/meminfo: memFree=15632/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=22508 CPUtime=7.2
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 3451 14511 0 1 15 3 689 13 16 0 1 0 29747083 23048192 2964 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28653/statm: 5627 2964 373 3 0 2727 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28671] ppid=28653 vsize=159420 CPUtime=1407.23
/proc/28671/stat : 28671 (minisat) R 28653 28653 28398 0 -1 0 39577 0 0 0 140194 529 0 0 25 0 1 0 29747921 163246080 38980 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28671/statm: 39855 38980 52 112 0 39739 0
Current children cumulated CPU time (s) 1415.43
Current children cumulated vsize (KiB) 181928

[startup+1483.79 s]
/proc/loadavg: 3.52 2.97 2.71 3/96 28822
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=22508 CPUtime=7.2
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 3451 14511 0 1 15 3 689 13 16 0 1 0 29747083 23048192 2964 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28653/statm: 5627 2964 373 3 0 2727 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28671] ppid=28653 vsize=159420 CPUtime=1466.9
/proc/28671/stat : 28671 (minisat) R 28653 28653 28398 0 -1 0 39577 0 0 0 146142 548 0 0 25 0 1 0 29747921 163246080 38980 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134525938 0 0 4096 3 0 0 0 17 0 0 0
/proc/28671/statm: 39855 38980 52 112 0 39739 0
Current children cumulated CPU time (s) 1475.1
Current children cumulated vsize (KiB) 181928

[startup+1543.81 s]
/proc/loadavg: 2.77 2.85 2.68 3/96 28822
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=22508 CPUtime=7.2
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 3451 14511 0 1 15 3 689 13 16 0 1 0 29747083 23048192 2964 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28653/statm: 5627 2964 373 3 0 2727 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28671] ppid=28653 vsize=159420 CPUtime=1526.57
/proc/28671/stat : 28671 (minisat) R 28653 28653 28398 0 -1 0 39577 0 0 0 152089 568 0 0 25 0 1 0 29747921 163246080 38980 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28671/statm: 39855 38980 52 112 0 39739 0
Current children cumulated CPU time (s) 1534.77
Current children cumulated vsize (KiB) 181928

[startup+1603.86 s]
/proc/loadavg: 2.62 2.78 2.67 3/96 28822
/proc/meminfo: memFree=15760/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=22508 CPUtime=7.2
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 3451 14511 0 1 15 3 689 13 16 0 1 0 29747083 23048192 2964 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28653/statm: 5627 2964 373 3 0 2727 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28671] ppid=28653 vsize=159420 CPUtime=1586.23
/proc/28671/stat : 28671 (minisat) R 28653 28653 28398 0 -1 0 39577 0 0 0 158033 590 0 0 25 0 1 0 29747921 163246080 38980 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528535 0 0 4096 3 0 0 0 17 1 0 0
/proc/28671/statm: 39855 38980 52 112 0 39739 0
Current children cumulated CPU time (s) 1594.43
Current children cumulated vsize (KiB) 181928

[startup+1663.89 s]
/proc/loadavg: 2.42 2.70 2.64 3/96 28822
/proc/meminfo: memFree=15184/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=22508 CPUtime=7.2
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 3451 14511 0 1 15 3 689 13 16 0 1 0 29747083 23048192 2964 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28653/statm: 5627 2964 373 3 0 2727 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28671] ppid=28653 vsize=159420 CPUtime=1645.88
/proc/28671/stat : 28671 (minisat) R 28653 28653 28398 0 -1 0 39578 0 0 0 163975 613 0 0 25 0 1 0 29747921 163246080 38981 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28671/statm: 39855 38981 52 112 0 39739 0
Current children cumulated CPU time (s) 1654.08
Current children cumulated vsize (KiB) 181928

[startup+1723.94 s]
/proc/loadavg: 2.67 2.71 2.64 3/96 28822
/proc/meminfo: memFree=16144/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=22508 CPUtime=7.2
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 3451 14511 0 1 15 3 689 13 16 0 1 0 29747083 23048192 2964 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28653/statm: 5627 2964 373 3 0 2727 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28671] ppid=28653 vsize=159420 CPUtime=1705.53
/proc/28671/stat : 28671 (minisat) R 28653 28653 28398 0 -1 0 39598 0 0 0 169916 637 0 0 25 0 1 0 29747921 163246080 39001 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28671/statm: 39855 39001 52 112 0 39739 0
Current children cumulated CPU time (s) 1713.73
Current children cumulated vsize (KiB) 181928

[startup+1783.99 s]
/proc/loadavg: 2.92 2.77 2.67 3/96 28822
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=22508 CPUtime=7.2
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 3451 14511 0 1 15 3 689 13 16 0 1 0 29747083 23048192 2964 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28653/statm: 5627 2964 373 3 0 2727 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28671] ppid=28653 vsize=159420 CPUtime=1765.2
/proc/28671/stat : 28671 (minisat) R 28653 28653 28398 0 -1 0 39606 0 0 0 175860 660 0 0 25 0 1 0 29747921 163246080 39009 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28671/statm: 39855 39009 52 112 0 39739 0
Current children cumulated CPU time (s) 1773.4
Current children cumulated vsize (KiB) 181928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.82 s]
/proc/loadavg: 3.03 2.81 2.68 3/96 28822
/proc/meminfo: memFree=15824/2055920 swapFree=4192812/4192956
[pid=28653] ppid=28651 vsize=22508 CPUtime=7.2
/proc/28653/stat : 28653 (sugar) S 28651 28653 28398 0 -1 4194304 3451 14511 0 1 15 3 689 13 16 0 1 0 29747083 23048192 2964 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28653/statm: 5627 2964 373 3 0 2727 0
[pid=28655] ppid=28653 vsize=0 CPUtime=1
/proc/28655/stat : 28655 (java) Z 28653 28653 28398 0 -1 1036 9041 0 1 0 92 8 0 0 18 0 1 0 29747089 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28655/statm: 0 0 0 0 0 0 0
[pid=28671] ppid=28653 vsize=159420 CPUtime=1791.84
/proc/28671/stat : 28671 (minisat) R 28653 28653 28398 0 -1 0 39606 0 0 0 178510 674 0 0 25 0 1 0 29747921 163246080 39009 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28671/statm: 39855 39009 52 112 0 39739 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 181928

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28653 and gives childrusage.ru_utime.tv_sec=7 childrusage.ru_utime.tv_usec=51927 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=169974
CPU time returned by wait4() is 7.2219
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): 1811.9
CPU time (s): 1800.07
CPU user time (s): 1793.06
CPU system time (s): 7.01
CPU usage (%): 99.3472
Max. virtual memory (cumulated for all children) (KiB): 821100

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

runsolver used 2.18667 s user time and 5.71613 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Mon Jan 29 19:12:01 UTC 2007


IDJOB= 210478
IDBENCH= 4622
IDSOLVER= 86
FILE ID= node10/210478-1170097920

PBS_JOBID= 3689465

Free space on /tmp= 66532 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/fpga/fpga-45-44.xml
COMMAND LINE= /tmp/evaluation/210478-1170097920/solver /tmp/evaluation/210478-1170097920 /tmp/evaluation/210478-1170097920/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-210478-1170097920 -o ROOT/results/node10/solver-210478-1170097920 -C 1800 -M 900  /tmp/evaluation/210478-1170097920/solver /tmp/evaluation/210478-1170097920 /tmp/evaluation/210478-1170097920/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  b2386cfa53dcd1cd62c449d6cc834735

RANDOM SEED= 348866360

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.232
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.232
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:       1183552 kB
Buffers:         39804 kB
Cached:          97760 kB
SwapCached:          0 kB
Active:         746932 kB
Inactive:        68164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1183552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1688 kB
Writeback:           0 kB
Mapped:         703016 kB
Slab:            40772 kB
Committed_AS:  1096612 kB
PageTables:       3572 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= 39385 MiB



End job on node10 on Mon Jan 29 19:42:13 UTC 2007