Trace number 197982

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.13 1812.26

General information on the benchmark

NamegolombRuler/golombRulerArity4/
ruler-67-11-a4.xml
MD5SUMc6e220e6af1aeef3c7ef15ce910420b7
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 variables11
Number of constraints1375
Maximum constraint arity4
Maximum domain size68
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1375
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/197982-1170093411/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/197982-1170093411/unknown.xml [Mon Jan 29 18:56:52 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/197982-1170093411/unknown.xml /tmp/evaluation/197982-1170093411/sugar24267.csp [Mon Jan 29 18:56:52 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/197982-1170093411/sugar-v0-40.jar -convert /tmp/evaluation/197982-1170093411/unknown.xml /tmp/evaluation/197982-1170093411/sugar24267.csp
0.18	c BEGIN convert /tmp/evaluation/197982-1170093411/unknown.xml
0.60	c END convert (0.41895 seconds)
0.60	c # CONVERT_XML  END : /tmp/evaluation/197982-1170093411/sugar24267.csp 35607 bytes (0 seconds) [Mon Jan 29 18:56:52 2007]
0.60	c # CONVERT_XML  CPU : 0.54 = 0 + 0 + 0.49 + 0.05
0.60	
0.60	c # GENERATE_SAT  BEGIN : /tmp/evaluation/197982-1170093411/sugar24267.bcnf [Mon Jan 29 18:56:52 2007]
0.60	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/197982-1170093411/sugar-v0-40.jar -bcnf -map /tmp/evaluation/197982-1170093411/sugar24267.map /tmp/evaluation/197982-1170093411/sugar24267.csp /tmp/evaluation/197982-1170093411/sugar24267.bcnf
0.72	c BEGIN parse /tmp/evaluation/197982-1170093411/sugar24267.csp
1.23	c END parse (0.510939 seconds)
1.23	c BEGIN simplify
1.26	c END simplify (0.028152 seconds)
1.26	c BEGIN encode /tmp/evaluation/197982-1170093411/sugar24267.bcnf
13.94	c END encode (12.676777 seconds)
13.99	c # GENERATE_SAT  END : 13025 variables 11384954 clauses 223477880 bytes (14 seconds) [Mon Jan 29 18:57:06 2007]
13.99	c # GENERATE_SAT  CPU : 13.15 = 0.03 + 0.01 + 12.05 + 1.06
13.99	
13.99	c # SOLVE_SAT  BEGIN : /tmp/evaluation/197982-1170093411/sugar24267.bcnf [Mon Jan 29 18:57:06 2007]
13.99	c # CMD : /tmp/evaluation/197982-1170093411/minisat /tmp/evaluation/197982-1170093411/sugar24267.bcnf /tmp/evaluation/197982-1170093411/sugar24267.out
69.92	c ==================================[MINISAT]===================================
69.92	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
69.92	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
69.92	c ==============================================================================
69.92	c |         0 | 9610157 37228326 | 3203385       0        0     nan |  0.000 % |
76.21	c |       101 | 9610162 37228326 | 3523723      93      447     4.8 | 14.403 % |
81.80	c |       251 | 9610166 37228326 | 3876095     239     1521     6.4 | 14.403 % |
88.79	c |       476 | 9610166 37228326 | 4263705     464     3168     6.8 | 14.403 % |
99.52	c |       813 | 9610168 37228326 | 4690075     799     5338     6.7 | 14.404 % |
115.22	c |      1320 | 9610173 37228326 | 5159083    1300     9295     7.2 | 15.572 % |
138.29	c |      2079 | 9610174 37228326 | 5674991    2057    15158     7.4 | 16.607 % |
170.69	c |      3218 | 9610174 37228326 | 6242491    3196    27238     8.5 | 16.607 % |
222.60	c |      4926 | 9610181 37228326 | 6866740    4897    41500     8.5 | 16.608 % |
300.29	c |      7488 | 9610187 37228326 | 7553414    7453    62770     8.4 | 16.608 % |
403.32	c |     11333 | 9610187 37228326 | 8308755   11298   108446     9.6 | 16.607 % |
572.84	c |     17099 | 9610195 37228326 | 9139631   17055   177712    10.4 | 17.543 % |
778.97	c |     25748 | 9610195 37228326 | 10053594   25704   298826    11.6 | 17.544 % |
1048.79	c |     38722 | 9610201 37228326 | 11058953   38672   450798    11.7 | 17.546 % |
1452.10	c |     58183 | 9610214 37228326 | 12164849   58119   733149    12.6 | 17.674 % |
1810.95	
1810.95	s UNKNOWN
1810.95	c # INTERRUPTED
1810.95	c # MAIN  END :  (1811 seconds) [Mon Jan 29 19:27:03 2007]
1810.95	c # MAIN  CPU : 13.69 = 0.03 + 0.01 + 12.54 + 1.11
1810.95	

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/node15/watcher-197982-1170093411 -o ROOT/results/node15/solver-197982-1170093411 -C 1800 -M 900 /tmp/evaluation/197982-1170093411/solver /tmp/evaluation/197982-1170093411 /tmp/evaluation/197982-1170093411/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.11 2.89 2.66 5/94 24268
/proc/meminfo: memFree=1182064/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=12404 CPUtime=0
/proc/24267/stat : 24267 (sugar) R 24265 24267 24130 0 -1 4194304 672 0 0 0 0 0 0 0 20 0 1 0 29295536 12701696 391 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240472460169 0 0 4224 0 0 0 0 17 1 0 0
/proc/24267/statm: 3101 391 275 3 0 201 0

[startup+0.109254 s]
/proc/loadavg: 2.11 2.89 2.66 5/94 24268
/proc/meminfo: memFree=1182064/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=13724 CPUtime=0.03
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1112 0 0 0 3 0 0 0 20 0 1 0 29295536 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24267/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.51732 s]
/proc/loadavg: 2.11 2.89 2.66 5/94 24268
/proc/meminfo: memFree=1182064/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=13724 CPUtime=0.03
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 29295536 14053376 805 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24267/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.34046 s]
/proc/loadavg: 2.11 2.89 2.66 4/102 24284
/proc/meminfo: memFree=1162160/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=13724 CPUtime=0.57
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1190 4708 0 1 3 0 49 5 16 0 1 0 29295536 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24267/statm: 3431 809 371 3 0 531 0
[pid=24277] ppid=24267 vsize=807356 CPUtime=0.71
/proc/24277/stat : 24277 (java) R 24267 24267 24130 0 -1 0 7000 0 1 0 66 5 0 0 23 0 8 0 29295596 826732544 6749 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073812237 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24277/statm: 201839 6749 1510 14 0 189117 0
[pid=24277/tid=24278] ppid=24267 vsize=807356 CPUtime=0.03
/proc/24277/task/24278/stat : 24278 (java) S 24267 24267 24130 0 -1 64 767 0 0 0 3 0 0 0 16 0 8 0 29295599 826732544 6749 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24279] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24279/stat : 24279 (java) S 24267 24267 24130 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29295600 826732544 6749 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24280] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24280/stat : 24280 (java) S 24267 24267 24130 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29295600 826732544 6749 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24281] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24281/stat : 24281 (java) S 24267 24267 24130 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29295603 826732544 6749 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24282] ppid=24267 vsize=807356 CPUtime=0.17
/proc/24277/task/24282/stat : 24282 (java) S 24267 24267 24130 0 -1 64 423 0 0 0 16 1 0 0 16 0 8 0 29295603 826732544 6749 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24283] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24283/stat : 24283 (java) S 24267 24267 24130 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29295603 826732544 6749 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24284] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24284/stat : 24284 (java) S 24267 24267 24130 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29295603 826732544 6749 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 821080

[startup+2.99374 s]
/proc/loadavg: 2.18 2.89 2.66 3/102 24284
/proc/meminfo: memFree=1142064/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=13724 CPUtime=0.57
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1190 4708 0 1 3 0 49 5 16 0 1 0 29295536 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24267/statm: 3431 809 371 3 0 531 0
[pid=24277] ppid=24267 vsize=807356 CPUtime=2.35
/proc/24277/stat : 24277 (java) R 24267 24267 24130 0 -1 0 7006 0 1 0 212 23 0 0 25 0 8 0 29295596 826732544 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152094404 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24277/statm: 201839 6754 1510 14 0 189117 0
[pid=24277/tid=24278] ppid=24267 vsize=807356 CPUtime=0.03
/proc/24277/task/24278/stat : 24278 (java) S 24267 24267 24130 0 -1 64 767 0 0 0 3 0 0 0 17 0 8 0 29295599 826732544 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24279] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24279/stat : 24279 (java) S 24267 24267 24130 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29295600 826732544 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24280] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24280/stat : 24280 (java) S 24267 24267 24130 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29295600 826732544 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24281] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24281/stat : 24281 (java) S 24267 24267 24130 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29295603 826732544 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24282] ppid=24267 vsize=807356 CPUtime=0.18
/proc/24277/task/24282/stat : 24282 (java) S 24267 24267 24130 0 -1 64 428 0 0 0 17 1 0 0 16 0 8 0 29295603 826732544 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24283] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24283/stat : 24283 (java) S 24267 24267 24130 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29295603 826732544 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24284] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24284/stat : 24284 (java) S 24267 24267 24130 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29295603 826732544 6754 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 821080

[startup+6.28431 s]
/proc/loadavg: 2.18 2.89 2.66 3/102 24284
/proc/meminfo: memFree=1082992/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=13724 CPUtime=0.57
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1190 4708 0 1 3 0 49 5 16 0 1 0 29295536 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24267/statm: 3431 809 371 3 0 531 0
[pid=24277] ppid=24267 vsize=807356 CPUtime=5.6
/proc/24277/stat : 24277 (java) R 24267 24267 24130 0 -1 0 7008 0 1 0 507 53 0 0 25 0 8 0 29295596 826732544 6755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4152096622 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24277/statm: 201839 6755 1510 14 0 189117 0
[pid=24277/tid=24278] ppid=24267 vsize=807356 CPUtime=0.03
/proc/24277/task/24278/stat : 24278 (java) S 24267 24267 24130 0 -1 64 767 0 0 0 3 0 0 0 16 0 8 0 29295599 826732544 6755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24279] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24279/stat : 24279 (java) S 24267 24267 24130 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29295600 826732544 6755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24280] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24280/stat : 24280 (java) S 24267 24267 24130 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29295600 826732544 6755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24281] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24281/stat : 24281 (java) S 24267 24267 24130 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29295603 826732544 6755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24282] ppid=24267 vsize=807356 CPUtime=0.18
/proc/24277/task/24282/stat : 24282 (java) S 24267 24267 24130 0 -1 64 429 0 0 0 17 1 0 0 17 0 8 0 29295603 826732544 6755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24283] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24283/stat : 24283 (java) S 24267 24267 24130 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29295603 826732544 6755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24284] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24284/stat : 24284 (java) S 24267 24267 24130 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29295603 826732544 6755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 821080

[startup+12.7834 s]
/proc/loadavg: 2.23 2.88 2.66 3/102 24284
/proc/meminfo: memFree=958512/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=13724 CPUtime=0.57
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1190 4708 0 1 3 0 49 5 16 0 1 0 29295536 14053376 809 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24267/statm: 3431 809 371 3 0 531 0
[pid=24277] ppid=24267 vsize=807356 CPUtime=11.96
/proc/24277/stat : 24277 (java) R 24267 24267 24130 0 -1 0 7008 0 1 0 1099 97 0 0 25 0 8 0 29295596 826732544 6755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073821854 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24277/statm: 201839 6755 1510 14 0 189117 0
[pid=24277/tid=24278] ppid=24267 vsize=807356 CPUtime=0.03
/proc/24277/task/24278/stat : 24278 (java) S 24267 24267 24130 0 -1 64 767 0 0 0 3 0 0 0 16 0 8 0 29295599 826732544 6755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24279] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24279/stat : 24279 (java) S 24267 24267 24130 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29295600 826732544 6755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24280] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24280/stat : 24280 (java) S 24267 24267 24130 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29295600 826732544 6755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24281] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24281/stat : 24281 (java) S 24267 24267 24130 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 29295603 826732544 6755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24282] ppid=24267 vsize=807356 CPUtime=0.18
/proc/24277/task/24282/stat : 24282 (java) S 24267 24267 24130 0 -1 64 429 0 0 0 17 1 0 0 17 0 8 0 29295603 826732544 6755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24283] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24283/stat : 24283 (java) S 24267 24267 24130 0 -1 64 2 0 0 0 0 0 0 0 19 0 8 0 29295603 826732544 6755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24277/tid=24284] ppid=24267 vsize=807356 CPUtime=0
/proc/24277/task/24284/stat : 24284 (java) S 24267 24267 24130 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29295603 826732544 6755 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 821080

[startup+25.6356 s]
/proc/loadavg: 2.19 2.85 2.65 3/95 24285
/proc/meminfo: memFree=560872/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1662 11731 0 2 6 1 1254 111 19 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=409560 CPUtime=11.49
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 99739 0 0 0 1059 90 0 0 25 0 1 0 29296935 419389440 98699 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134522281 0 0 4096 0 0 0 0 17 1 0 0
/proc/24285/statm: 102390 98699 36 112 0 102274 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 424720

[startup+51.334 s]
/proc/loadavg: 2.19 2.79 2.63 3/95 24285
/proc/meminfo: memFree=561064/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1662 11731 0 2 6 1 1254 111 19 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=409560 CPUtime=36.94
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 99739 0 0 0 3604 90 0 0 25 0 1 0 29296935 419389440 98699 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134522283 0 0 4096 0 0 0 0 17 1 0 0
/proc/24285/statm: 102390 98699 36 112 0 102274 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 424720

[startup+102.609 s]
/proc/loadavg: 2.11 2.67 2.60 3/95 24285
/proc/meminfo: memFree=538152/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1672 11731 0 2 6 1 1254 111 16 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=432120 CPUtime=87.6
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 105535 0 0 0 8666 94 0 0 25 0 1 0 29296935 442490880 104495 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24285/statm: 108030 104495 51 112 0 107914 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 447280

[startup+162.63 s]
/proc/loadavg: 2.19 2.60 2.58 4/95 24285
/proc/meminfo: memFree=536680/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1672 11731 0 2 6 1 1254 111 16 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=433708 CPUtime=147.06
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 105888 0 0 0 14612 94 0 0 25 0 1 0 29296935 444116992 104848 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24285/statm: 108427 104848 51 112 0 108311 0
Current children cumulated CPU time (s) 160.78
Current children cumulated vsize (KiB) 448868

[startup+222.671 s]
/proc/loadavg: 2.25 2.54 2.56 3/95 24285
/proc/meminfo: memFree=535848/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1672 11731 0 2 6 1 1254 111 16 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=434444 CPUtime=206.54
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 106069 0 0 0 20560 94 0 0 25 0 1 0 29296935 444870656 105029 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/24285/statm: 108611 105029 51 112 0 108495 0
Current children cumulated CPU time (s) 220.26
Current children cumulated vsize (KiB) 449604

[startup+282.757 s]
/proc/loadavg: 2.08 2.43 2.52 3/101 24389

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

/proc/loadavg: 2.14 2.12 2.24 4/95 24483
/proc/meminfo: memFree=532208/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1672 11731 0 2 6 1 1254 111 16 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=436268 CPUtime=1100.73
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 106514 0 0 0 109976 97 0 0 25 0 1 0 29296935 446738432 105474 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24285/statm: 109067 105474 51 112 0 108951 0
Current children cumulated CPU time (s) 1114.45
Current children cumulated vsize (KiB) 451428

[startup+1183.37 s]
/proc/loadavg: 2.29 2.16 2.25 3/96 24549
/proc/meminfo: memFree=313320/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1672 11731 0 2 6 1 1254 111 16 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=436412 CPUtime=1160.51
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 106522 0 0 0 115936 115 0 0 25 0 1 0 29296935 446885888 105482 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24285/statm: 109103 105482 51 112 0 108987 0
Current children cumulated CPU time (s) 1174.23
Current children cumulated vsize (KiB) 451572

[startup+1243.42 s]
/proc/loadavg: 2.86 2.33 2.30 3/96 24549
/proc/meminfo: memFree=14888/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1672 11731 0 2 6 1 1254 111 16 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=437652 CPUtime=1220.42
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 106841 0 0 0 121906 136 0 0 25 0 1 0 29296935 448155648 105801 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24285/statm: 109413 105801 51 112 0 109297 0
Current children cumulated CPU time (s) 1234.14
Current children cumulated vsize (KiB) 452812

[startup+1303.5 s]
/proc/loadavg: 3.04 2.48 2.35 3/96 24549
/proc/meminfo: memFree=15016/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1672 11731 0 2 6 1 1254 111 16 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=437652 CPUtime=1280.35
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 106862 0 0 0 127879 156 0 0 25 0 1 0 29296935 448155648 105822 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528435 0 0 4096 3 0 0 0 17 0 0 0
/proc/24285/statm: 109413 105822 51 112 0 109297 0
Current children cumulated CPU time (s) 1294.07
Current children cumulated vsize (KiB) 452812

[startup+1363.6 s]
/proc/loadavg: 3.98 2.83 2.48 2/96 24549
/proc/meminfo: memFree=15016/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1672 11731 0 2 6 1 1254 111 16 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=437788 CPUtime=1340.28
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 106891 0 0 0 133852 176 0 0 25 0 1 0 29296935 448294912 105851 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24285/statm: 109447 105851 51 112 0 109331 0
Current children cumulated CPU time (s) 1354
Current children cumulated vsize (KiB) 452948

[startup+1423.67 s]
/proc/loadavg: 3.01 2.75 2.47 3/95 24613
/proc/meminfo: memFree=854184/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1672 11731 0 2 6 1 1254 111 16 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=438360 CPUtime=1400.11
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 107008 0 0 0 139828 183 0 0 25 0 1 0 29296935 448880640 105968 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24285/statm: 109590 105968 51 112 0 109474 0
Current children cumulated CPU time (s) 1413.83
Current children cumulated vsize (KiB) 453520

[startup+1483.77 s]
/proc/loadavg: 2.45 2.64 2.45 4/95 24676
/proc/meminfo: memFree=1169768/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1672 11731 0 2 6 1 1254 111 16 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=438196 CPUtime=1459.99
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 107015 0 0 0 145813 186 0 0 25 0 1 0 29296935 448712704 105947 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24285/statm: 109549 105947 51 112 0 109433 0
Current children cumulated CPU time (s) 1473.71
Current children cumulated vsize (KiB) 453356

[startup+1543.83 s]
/proc/loadavg: 2.35 2.57 2.43 4/95 24828
/proc/meminfo: memFree=1391200/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1672 11731 0 2 6 1 1254 111 16 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=438196 CPUtime=1519.86
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 107089 0 0 0 151793 193 0 0 25 0 1 0 29296935 448712704 106021 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24285/statm: 109549 106021 51 112 0 109433 0
Current children cumulated CPU time (s) 1533.58
Current children cumulated vsize (KiB) 453356

[startup+1603.85 s]
/proc/loadavg: 2.44 2.54 2.43 3/96 24899
/proc/meminfo: memFree=1031840/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1672 11731 0 2 6 1 1254 111 16 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=438196 CPUtime=1579.79
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 107092 0 0 0 157778 201 0 0 25 0 1 0 29296935 448712704 106024 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528786 0 0 4096 3 0 0 0 17 0 0 0
/proc/24285/statm: 109549 106024 51 112 0 109433 0
Current children cumulated CPU time (s) 1593.51
Current children cumulated vsize (KiB) 453356

[startup+1663.92 s]
/proc/loadavg: 2.97 2.67 2.48 3/96 24899
/proc/meminfo: memFree=16096/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1672 11731 0 2 6 1 1254 111 16 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=438196 CPUtime=1639.71
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 107092 0 0 0 163749 222 0 0 25 0 1 0 29296935 448712704 106024 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 0 0 0
/proc/24285/statm: 109549 106024 51 112 0 109433 0
Current children cumulated CPU time (s) 1653.43
Current children cumulated vsize (KiB) 453356

[startup+1723.98 s]
/proc/loadavg: 3.76 2.98 2.60 3/96 24899
/proc/meminfo: memFree=15456/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1672 11731 0 2 6 1 1254 111 16 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=438196 CPUtime=1699.59
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 107117 0 0 0 169717 242 0 0 25 0 1 0 29296935 448712704 106049 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24285/statm: 109549 106049 51 112 0 109433 0
Current children cumulated CPU time (s) 1713.31
Current children cumulated vsize (KiB) 453356

[startup+1783.99 s]
/proc/loadavg: 3.05 2.91 2.59 3/96 24899
/proc/meminfo: memFree=15008/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1672 11731 0 2 6 1 1254 111 16 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=438196 CPUtime=1759.45
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 107118 0 0 0 175682 263 0 0 25 0 1 0 29296935 448712704 106050 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24285/statm: 109549 106050 51 112 0 109433 0
Current children cumulated CPU time (s) 1773.17
Current children cumulated vsize (KiB) 453356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.94 s]
/proc/loadavg: 2.91 2.88 2.59 3/96 24899
/proc/meminfo: memFree=15016/2055920 swapFree=4192812/4192956
[pid=24267] ppid=24265 vsize=15160 CPUtime=13.72
/proc/24267/stat : 24267 (sugar) S 24265 24267 24130 0 -1 4194304 1672 11731 0 2 6 1 1254 111 16 0 1 0 29295536 15523840 1183 18446744073709551615 4194304 4206940 548682069216 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24267/statm: 3790 1183 373 3 0 890 0
[pid=24285] ppid=24267 vsize=438196 CPUtime=1786.33
/proc/24285/stat : 24285 (minisat) R 24267 24267 24130 0 -1 0 107118 0 0 0 178360 273 0 0 25 0 1 0 29296935 448712704 106050 18446744073709551615 134512640 134974460 4294956752 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/24285/statm: 109549 106050 51 112 0 109433 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 453356

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 24267 and gives childrusage.ru_utime.tv_sec=12 childrusage.ru_utime.tv_usec=603084 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=147825
CPU time returned by wait4() is 13.7509
while last known CPU time is 1800.13

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

Real time (s): 1812.26
CPU time (s): 1800.13
CPU user time (s): 1796.2
CPU system time (s): 3.93
CPU usage (%): 99.3307
Max. virtual memory (cumulated for all children) (KiB): 821080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.6031
system time used= 1.14783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13488
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= 1670
involuntary context switches= 1824

runsolver used 2.06868 s user time and 6.11007 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Jan 29 17:56:52 UTC 2007


IDJOB= 197982
IDBENCH= 3526
IDSOLVER= 86
FILE ID= node15/197982-1170093411

PBS_JOBID= 3689432

Free space on /tmp= 66541 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/golombRuler/golombRulerArity4/ruler-67-11-a4.xml
COMMAND LINE= /tmp/evaluation/197982-1170093411/solver /tmp/evaluation/197982-1170093411 /tmp/evaluation/197982-1170093411/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-197982-1170093411 -o ROOT/results/node15/solver-197982-1170093411 -C 1800 -M 900  /tmp/evaluation/197982-1170093411/solver /tmp/evaluation/197982-1170093411 /tmp/evaluation/197982-1170093411/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  c6e220e6af1aeef3c7ef15ce910420b7

RANDOM SEED= 430635222

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.276
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.276
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:       1182544 kB
Buffers:         19844 kB
Cached:         140636 kB
SwapCached:          0 kB
Active:         702840 kB
Inactive:       123948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1182544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1144 kB
Writeback:           0 kB
Mapped:         691844 kB
Slab:            30208 kB
Committed_AS:   919516 kB
PageTables:       3388 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= 62797 MiB



End job on node15 on Mon Jan 29 18:27:04 UTC 2007