Trace number 234905

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.1 1810.43

General information on the benchmark

Nametaillard/
js-taillard-20-15/js-taillard-20-15-95-0.xml
MD5SUMbe10a42a20dba25b38a1f76af4db41c0
Bench Category2-ARY-INT (binary 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 variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1306
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/234905-1170107041/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/234905-1170107041/unknown.xml [Mon Jan 29 22:44:01 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/234905-1170107041/unknown.xml /tmp/evaluation/234905-1170107041/sugar28634.csp [Mon Jan 29 22:44:01 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/234905-1170107041/sugar-v0-40.jar -convert /tmp/evaluation/234905-1170107041/unknown.xml /tmp/evaluation/234905-1170107041/sugar28634.csp
0.20	c BEGIN convert /tmp/evaluation/234905-1170107041/unknown.xml
0.85	c END convert (0.647152 seconds)
0.89	c # CONVERT_XML  END : /tmp/evaluation/234905-1170107041/sugar28634.csp 150026 bytes (1 seconds) [Mon Jan 29 22:44:02 2007]
0.89	c # CONVERT_XML  CPU : 0 = 0 + 0 + 0 + 0
0.89	
0.89	c # GENERATE_SAT  BEGIN : /tmp/evaluation/234905-1170107041/sugar28634.bcnf [Mon Jan 29 22:44:02 2007]
0.89	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/234905-1170107041/sugar-v0-40.jar -bcnf -map /tmp/evaluation/234905-1170107041/sugar28634.map /tmp/evaluation/234905-1170107041/sugar28634.csp /tmp/evaluation/234905-1170107041/sugar28634.bcnf
1.01	c BEGIN parse /tmp/evaluation/234905-1170107041/sugar28634.csp
1.60	c END parse (0.588537 seconds)
1.60	c BEGIN simplify
1.63	c END simplify (0.031341 seconds)
1.63	c BEGIN encode /tmp/evaluation/234905-1170107041/sugar28634.bcnf
8.61	c END encode (6.980032 seconds)
8.68	c # GENERATE_SAT  END : 383353 variables 7632131 clauses 119187236 bytes (8 seconds) [Mon Jan 29 22:44:10 2007]
8.68	c # GENERATE_SAT  CPU : 7.66 = 0.05 + 0 + 7.08 + 0.53
8.68	
8.68	c # SOLVE_SAT  BEGIN : /tmp/evaluation/234905-1170107041/sugar28634.bcnf [Mon Jan 29 22:44:10 2007]
8.68	c # CMD : /tmp/evaluation/234905-1170107041/minisat /tmp/evaluation/234905-1170107041/sugar28634.bcnf /tmp/evaluation/234905-1170107041/sugar28634.out
16.31	c ==================================[MINISAT]===================================
16.31	c | Conflicts |     ORIGINAL     |              LEARNT              | Progress |
16.31	c |           | Clauses Literals |   Limit Clauses Literals  Lit/Cl |          |
16.31	c ==============================================================================
16.31	c |         0 | 3985336 11316592 | 1328445       0        0     nan |  0.000 % |
18.59	c |       100 | 3985338 11316592 | 1461289      98     1158    11.8 | 52.904 % |
20.36	c |       250 | 3985338 11316592 | 1607418     248     3438    13.9 | 52.904 % |
22.89	c |       475 | 3985338 11316592 | 1768160     473     6264    13.2 | 52.904 % |
27.49	c |       812 | 3985339 11316592 | 1944976     809    12168    15.0 | 52.904 % |
35.12	c |      1318 | 3985343 11316592 | 2139473    1311    17947    13.7 | 52.904 % |
45.36	c |      2077 | 3985346 11316592 | 2353421    2067    31514    15.2 | 52.904 % |
59.15	c |      3216 | 3985347 11316592 | 2588763    3205    54041    16.9 | 52.904 % |
84.47	c |      4924 | 3985347 11316592 | 2847639    4913    82829    16.9 | 52.904 % |
120.28	c |      7486 | 3985356 11316592 | 3132403    7466   138616    18.6 | 52.904 % |
169.04	c |     11330 | 3985364 11316592 | 3445644   11302   198297    17.5 | 52.904 % |
254.07	c |     17096 | 3985366 11316592 | 3790208   17066   350434    20.5 | 52.904 % |
380.94	c |     25747 | 3985377 11316592 | 4169229   25706   516670    20.1 | 52.904 % |
582.22	c |     38721 | 3985380 11316592 | 4586152   38677   899930    23.3 | 52.904 % |
889.02	c |     58182 | 3985388 11316592 | 5044767   58130  1538037    26.5 | 52.904 % |
1352.68	c |     87376 | 3985394 11316592 | 5549244   87318  2454309    28.1 | 52.904 % |
1809.35	
1809.35	s UNKNOWN
1809.35	c # INTERRUPTED
1809.35	c # MAIN  END :  (1809 seconds) [Mon Jan 29 23:14:10 2007]
1809.35	c # MAIN  CPU : 7.67 = 0.05 + 0.01 + 7.08 + 0.53
1809.35	

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-234905-1170107041 -o ROOT/results/node15/solver-234905-1170107041 -C 1800 -M 900 /tmp/evaluation/234905-1170107041/solver /tmp/evaluation/234905-1170107041 /tmp/evaluation/234905-1170107041/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: 1.53 1.96 2.33 5/90 28635
/proc/meminfo: memFree=1809128/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=880 CPUtime=0
/proc/28634/stat : 28634 (solver) R 28632 28634 27200 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 30658473 901120 25 18446744073709551615 4194304 4889804 548682069312 18446744073709551615 240469996821 0 0 4096 0 0 0 0 17 0 0 0
/proc/28634/statm: 220 25 18 169 0 8 0

[startup+0.105845 s]
/proc/loadavg: 1.53 1.96 2.33 5/90 28635
/proc/meminfo: memFree=1809128/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=13724 CPUtime=0.04
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 1112 0 0 0 3 1 0 0 20 0 1 0 30658473 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.513923 s]
/proc/loadavg: 1.53 1.96 2.33 5/90 28635
/proc/meminfo: memFree=1809128/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=13724 CPUtime=0.04
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 1121 0 0 0 3 1 0 0 15 0 1 0 30658473 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33606 s]
/proc/loadavg: 1.53 1.96 2.33 3/103 28655
/proc/meminfo: memFree=1768512/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=13724 CPUtime=0.04
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 1188 0 0 0 3 1 0 0 15 0 1 0 30658473 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 3431 808 370 3 0 531 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28648] ppid=28634 vsize=807064 CPUtime=0.43
/proc/28648/stat : 28648 (java) R 28634 28634 27200 0 -1 0 6577 0 1 0 39 4 0 0 21 0 8 0 30658563 826433536 6327 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28648/statm: 201800 6329 1506 14 0 189078 0
[pid=28648/tid=28649] ppid=28634 vsize=807200 CPUtime=0.02
/proc/28648/task/28649/stat : 28649 (java) S 28634 28634 27200 0 -1 64 490 0 0 0 2 0 0 0 16 0 8 0 30658566 826572800 6330 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28650] ppid=28634 vsize=807200 CPUtime=0
/proc/28648/task/28650/stat : 28650 (java) S 28634 28634 27200 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30658567 826572800 6330 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28651] ppid=28634 vsize=807200 CPUtime=0
/proc/28648/task/28651/stat : 28651 (java) S 28634 28634 27200 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30658567 826572800 6330 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28652] ppid=28634 vsize=807200 CPUtime=0
/proc/28648/task/28652/stat : 28652 (java) S 28634 28634 27200 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30658570 826572800 6331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28653] ppid=28634 vsize=807200 CPUtime=0.07
/proc/28648/task/28653/stat : 28653 (java) R 28634 28634 27200 0 -1 64 307 0 0 0 7 0 0 0 16 0 8 0 30658570 826572800 6331 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153715163 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28654] ppid=28634 vsize=807200 CPUtime=0
/proc/28648/task/28654/stat : 28654 (java) S 28634 28634 27200 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30658570 826572800 6333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28655] ppid=28634 vsize=807200 CPUtime=0
/proc/28648/task/28655/stat : 28655 (java) S 28634 28634 27200 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30658570 826572800 6333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 820788

[startup+2.98834 s]
/proc/loadavg: 1.57 1.96 2.33 3/103 28655
/proc/meminfo: memFree=1719360/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=13724 CPUtime=0.04
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30658473 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 3431 808 370 3 0 531 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28648] ppid=28634 vsize=807332 CPUtime=2.07
/proc/28648/stat : 28648 (java) R 28634 28634 27200 0 -1 0 8241 0 1 0 195 12 0 0 25 0 8 0 30658563 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797598 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28648/statm: 201833 7988 1510 14 0 189111 0
[pid=28648/tid=28649] ppid=28634 vsize=807332 CPUtime=0.09
/proc/28648/task/28649/stat : 28649 (java) S 28634 28634 27200 0 -1 64 2010 0 0 0 9 0 0 0 16 0 8 0 30658566 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28650] ppid=28634 vsize=807332 CPUtime=0
/proc/28648/task/28650/stat : 28650 (java) S 28634 28634 27200 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30658567 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28651] ppid=28634 vsize=807332 CPUtime=0
/proc/28648/task/28651/stat : 28651 (java) S 28634 28634 27200 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30658567 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28652] ppid=28634 vsize=807332 CPUtime=0
/proc/28648/task/28652/stat : 28652 (java) S 28634 28634 27200 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30658570 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28653] ppid=28634 vsize=807332 CPUtime=0.16
/proc/28648/task/28653/stat : 28653 (java) S 28634 28634 27200 0 -1 64 419 0 0 0 16 0 0 0 16 0 8 0 30658570 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28654] ppid=28634 vsize=807332 CPUtime=0
/proc/28648/task/28654/stat : 28654 (java) S 28634 28634 27200 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30658570 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28655] ppid=28634 vsize=807332 CPUtime=0
/proc/28648/task/28655/stat : 28655 (java) S 28634 28634 27200 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30658570 826707968 7988 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 821056

[startup+6.28191 s]
/proc/loadavg: 1.57 1.96 2.33 3/103 28655
/proc/meminfo: memFree=1595200/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=13724 CPUtime=0.04
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 1188 0 0 0 3 1 0 0 16 0 1 0 30658473 14053376 808 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 3431 808 370 3 0 531 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28648] ppid=28634 vsize=807332 CPUtime=5.3
/proc/28648/stat : 28648 (java) R 28634 28634 27200 0 -1 0 8243 0 1 0 496 34 0 0 25 0 8 0 30658563 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073797607 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28648/statm: 201833 7990 1510 14 0 189111 0
[pid=28648/tid=28649] ppid=28634 vsize=807332 CPUtime=0.09
/proc/28648/task/28649/stat : 28649 (java) S 28634 28634 27200 0 -1 64 2010 0 0 0 9 0 0 0 16 0 8 0 30658566 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28650] ppid=28634 vsize=807332 CPUtime=0
/proc/28648/task/28650/stat : 28650 (java) S 28634 28634 27200 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30658567 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28651] ppid=28634 vsize=807332 CPUtime=0
/proc/28648/task/28651/stat : 28651 (java) S 28634 28634 27200 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30658567 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28652] ppid=28634 vsize=807332 CPUtime=0
/proc/28648/task/28652/stat : 28652 (java) S 28634 28634 27200 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30658570 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28653] ppid=28634 vsize=807332 CPUtime=0.17
/proc/28648/task/28653/stat : 28653 (java) S 28634 28634 27200 0 -1 64 421 0 0 0 17 0 0 0 16 0 8 0 30658570 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28654] ppid=28634 vsize=807332 CPUtime=0
/proc/28648/task/28654/stat : 28654 (java) S 28634 28634 27200 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30658570 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28648/tid=28655] ppid=28634 vsize=807332 CPUtime=0
/proc/28648/task/28655/stat : 28655 (java) S 28634 28634 27200 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30658570 826707968 7990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 821056

[startup+12.767 s]
/proc/loadavg: 1.79 2.00 2.34 3/89 28657
/proc/meminfo: memFree=995440/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=17108 CPUtime=7.71
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 2113 8259 0 1 8 2 708 53 19 0 1 0 30658473 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28634/statm: 4277 1633 373 3 0 1377 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28657] ppid=28634 vsize=279368 CPUtime=4.06
/proc/28657/stat : 28657 (minisat) R 28634 28634 27200 0 -1 0 66458 0 0 0 352 54 0 0 25 0 1 0 30659341 286072832 66254 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134533457 0 0 4096 0 0 0 0 17 1 0 0
/proc/28657/statm: 69842 66254 36 112 0 69726 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 296476

[startup+25.6192 s]
/proc/loadavg: 1.82 2.00 2.33 3/89 28657
/proc/meminfo: memFree=917040/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=17108 CPUtime=7.71
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 2122 8259 0 1 8 2 708 53 16 0 1 0 30658473 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 4277 1633 373 3 0 1377 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28657] ppid=28634 vsize=324584 CPUtime=16.79
/proc/28657/stat : 28657 (minisat) R 28634 28634 27200 0 -1 0 79491 0 0 0 1615 64 0 0 25 0 1 0 30659341 332374016 78261 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528198 0 0 4096 3 0 0 0 17 1 0 0
/proc/28657/statm: 81146 78261 51 112 0 81030 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 341692

[startup+51.3106 s]
/proc/loadavg: 1.88 2.00 2.32 3/89 28657
/proc/meminfo: memFree=917040/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=17108 CPUtime=7.71
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 2122 8259 0 1 8 2 708 53 16 0 1 0 30658473 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 4277 1633 373 3 0 1377 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28657] ppid=28634 vsize=324584 CPUtime=42.19
/proc/28657/stat : 28657 (minisat) R 28634 28634 27200 0 -1 0 79491 0 0 0 4154 65 0 0 25 0 1 0 30659341 332374016 78261 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/28657/statm: 81146 78261 51 112 0 81030 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 341692

[startup+102.588 s]
/proc/loadavg: 1.95 2.00 2.30 3/89 28657
/proc/meminfo: memFree=917424/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=17108 CPUtime=7.71
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 2122 8259 0 1 8 2 708 53 16 0 1 0 30658473 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 4277 1633 373 3 0 1377 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28657] ppid=28634 vsize=324584 CPUtime=93.22
/proc/28657/stat : 28657 (minisat) R 28634 28634 27200 0 -1 0 79497 0 0 0 9257 65 0 0 25 0 1 0 30659341 332374016 78267 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/28657/statm: 81146 78267 51 112 0 81030 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 341692

[startup+162.604 s]
/proc/loadavg: 2.04 2.01 2.29 3/89 28657
/proc/meminfo: memFree=917424/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=17108 CPUtime=7.71
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 2122 8259 0 1 8 2 708 53 16 0 1 0 30658473 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 4277 1633 373 3 0 1377 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28657] ppid=28634 vsize=324584 CPUtime=152.95
/proc/28657/stat : 28657 (minisat) R 28634 28634 27200 0 -1 0 79497 0 0 0 15230 65 0 0 25 0 1 0 30659341 332374016 78267 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28657/statm: 81146 78267 51 112 0 81030 0
Current children cumulated CPU time (s) 161.41
Current children cumulated vsize (KiB) 341692

[startup+222.616 s]
/proc/loadavg: 2.06 2.02 2.27 3/89 28657
/proc/meminfo: memFree=917360/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=17108 CPUtime=7.71

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

/proc/28657/stat : 28657 (minisat) R 28634 28634 27200 0 -1 0 79581 0 0 0 122716 66 0 0 25 0 1 0 30659341 332746752 78351 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528342 0 0 4096 3 0 0 0 17 1 0 0
/proc/28657/statm: 81237 78351 51 112 0 81121 0
Current children cumulated CPU time (s) 1236.28
Current children cumulated vsize (KiB) 342056

[startup+1302.84 s]
/proc/loadavg: 2.04 2.01 2.07 3/89 28855
/proc/meminfo: memFree=915512/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=17108 CPUtime=7.71
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 2122 8259 0 1 8 2 708 53 16 0 1 0 30658473 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 4277 1633 373 3 0 1377 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28657] ppid=28634 vsize=324948 CPUtime=1287.54
/proc/28657/stat : 28657 (minisat) R 28634 28634 27200 0 -1 0 79584 0 0 0 128688 66 0 0 25 0 1 0 30659341 332746752 78354 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528418 0 0 4096 3 0 0 0 17 1 0 0
/proc/28657/statm: 81237 78354 51 112 0 81121 0
Current children cumulated CPU time (s) 1296
Current children cumulated vsize (KiB) 342056

[startup+1362.85 s]
/proc/loadavg: 2.01 2.01 2.07 3/89 28855
/proc/meminfo: memFree=915384/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=17108 CPUtime=7.71
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 2122 8259 0 1 8 2 708 53 16 0 1 0 30658473 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 4277 1633 373 3 0 1377 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28657] ppid=28634 vsize=324948 CPUtime=1347.27
/proc/28657/stat : 28657 (minisat) R 28634 28634 27200 0 -1 0 79588 0 0 0 134660 67 0 0 25 0 1 0 30659341 332746752 78358 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134525972 0 0 4096 3 0 0 0 17 1 0 0
/proc/28657/statm: 81237 78358 51 112 0 81121 0
Current children cumulated CPU time (s) 1355.73
Current children cumulated vsize (KiB) 342056

[startup+1422.86 s]
/proc/loadavg: 2.00 2.00 2.06 3/89 28855
/proc/meminfo: memFree=915320/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=17108 CPUtime=7.71
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 2122 8259 0 1 8 2 708 53 16 0 1 0 30658473 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 4277 1633 373 3 0 1377 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28657] ppid=28634 vsize=324948 CPUtime=1407
/proc/28657/stat : 28657 (minisat) R 28634 28634 27200 0 -1 0 79591 0 0 0 140633 67 0 0 25 0 1 0 30659341 332746752 78361 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28657/statm: 81237 78361 51 112 0 81121 0
Current children cumulated CPU time (s) 1415.46
Current children cumulated vsize (KiB) 342056

[startup+1482.88 s]
/proc/loadavg: 2.00 2.00 2.06 3/89 28855
/proc/meminfo: memFree=915320/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=17108 CPUtime=7.71
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 2122 8259 0 1 8 2 708 53 16 0 1 0 30658473 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 4277 1633 373 3 0 1377 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28657] ppid=28634 vsize=325128 CPUtime=1466.73
/proc/28657/stat : 28657 (minisat) R 28634 28634 27200 0 -1 0 79595 0 0 0 146606 67 0 0 25 0 1 0 30659341 332931072 78365 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528392 0 0 4096 3 0 0 0 17 1 0 0
/proc/28657/statm: 81282 78365 51 112 0 81166 0
Current children cumulated CPU time (s) 1475.19
Current children cumulated vsize (KiB) 342236

[startup+1542.88 s]
/proc/loadavg: 2.00 2.00 2.05 3/89 28855
/proc/meminfo: memFree=915256/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=17108 CPUtime=7.71
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 2122 8259 0 1 8 2 708 53 16 0 1 0 30658473 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 4277 1633 373 3 0 1377 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28657] ppid=28634 vsize=325128 CPUtime=1526.44
/proc/28657/stat : 28657 (minisat) R 28634 28634 27200 0 -1 0 79599 0 0 0 152577 67 0 0 25 0 1 0 30659341 332931072 78369 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28657/statm: 81282 78369 51 112 0 81166 0
Current children cumulated CPU time (s) 1534.9
Current children cumulated vsize (KiB) 342236

[startup+1602.88 s]
/proc/loadavg: 2.00 2.00 2.04 3/89 28855
/proc/meminfo: memFree=915192/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=17108 CPUtime=7.71
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 2122 8259 0 1 8 2 708 53 16 0 1 0 30658473 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 4277 1633 373 3 0 1377 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28657] ppid=28634 vsize=325128 CPUtime=1586.16
/proc/28657/stat : 28657 (minisat) R 28634 28634 27200 0 -1 0 79602 0 0 0 158549 67 0 0 25 0 1 0 30659341 332931072 78372 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 1 0 0
/proc/28657/statm: 81282 78372 51 112 0 81166 0
Current children cumulated CPU time (s) 1594.62
Current children cumulated vsize (KiB) 342236

[startup+1662.9 s]
/proc/loadavg: 2.00 2.00 2.04 3/89 28855
/proc/meminfo: memFree=915064/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=17108 CPUtime=7.71
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 2122 8259 0 1 8 2 708 53 16 0 1 0 30658473 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 4277 1633 373 3 0 1377 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28657] ppid=28634 vsize=325128 CPUtime=1645.88
/proc/28657/stat : 28657 (minisat) R 28634 28634 27200 0 -1 0 79606 0 0 0 164521 67 0 0 25 0 1 0 30659341 332931072 78376 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134524987 0 0 4096 3 0 0 0 17 1 0 0
/proc/28657/statm: 81282 78376 51 112 0 81166 0
Current children cumulated CPU time (s) 1654.34
Current children cumulated vsize (KiB) 342236

[startup+1722.91 s]
/proc/loadavg: 2.00 2.00 2.03 3/89 28855
/proc/meminfo: memFree=915000/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=17108 CPUtime=7.71
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 2122 8259 0 1 8 2 708 53 16 0 1 0 30658473 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 4277 1633 373 3 0 1377 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28657] ppid=28634 vsize=325128 CPUtime=1705.61
/proc/28657/stat : 28657 (minisat) R 28634 28634 27200 0 -1 0 79609 0 0 0 170494 67 0 0 25 0 1 0 30659341 332931072 78379 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528506 0 0 4096 3 0 0 0 17 1 0 0
/proc/28657/statm: 81282 78379 51 112 0 81166 0
Current children cumulated CPU time (s) 1714.07
Current children cumulated vsize (KiB) 342236

[startup+1782.94 s]
/proc/loadavg: 2.18 2.06 2.05 3/96 28926
/proc/meminfo: memFree=1160896/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=17108 CPUtime=7.71
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 2122 8259 0 1 8 2 708 53 16 0 1 0 30658473 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 4277 1633 373 3 0 1377 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28657] ppid=28634 vsize=325128 CPUtime=1765.28
/proc/28657/stat : 28657 (minisat) R 28634 28634 27200 0 -1 0 79612 0 0 0 176460 68 0 0 25 0 1 0 30659341 332931072 78382 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528707 0 0 4096 3 0 0 0 17 0 0 0
/proc/28657/statm: 81282 78382 51 112 0 81166 0
Current children cumulated CPU time (s) 1773.74
Current children cumulated vsize (KiB) 342236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.35 s]
/proc/loadavg: 2.20 2.07 2.05 4/96 28926
/proc/meminfo: memFree=1117504/2055920 swapFree=4192812/4192956
[pid=28634] ppid=28632 vsize=17108 CPUtime=7.71
/proc/28634/stat : 28634 (sugar) S 28632 28634 27200 0 -1 4194304 2122 8259 0 1 8 2 708 53 16 0 1 0 30658473 17518592 1633 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 240481513570 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28634/statm: 4277 1633 373 3 0 1377 0
[pid=28640] ppid=28634 vsize=0 CPUtime=0.75
/proc/28640/stat : 28640 (java) Z 28634 28634 27200 0 -1 1036 8819 0 1 0 68 7 0 0 16 0 1 0 30658478 0 0 18446744073709551615 0 0 0 0 0 0 4 0 23759 18446744071563351923 0 0 17 1 0 0
/proc/28640/statm: 0 0 0 0 0 0 0
[pid=28657] ppid=28634 vsize=325128 CPUtime=1791.56
/proc/28657/stat : 28657 (minisat) R 28634 28634 27200 0 -1 0 79614 0 0 0 179088 68 0 0 25 0 1 0 30659341 332931072 78384 18446744073709551615 134512640 134974460 4294956768 18446744073709551615 134528363 0 0 4096 3 0 0 0 17 0 0 0
/proc/28657/statm: 81282 78384 51 112 0 81166 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 342236

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

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28634 and gives childrusage.ru_utime.tv_sec=7 childrusage.ru_utime.tv_usec=170909 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=616906
CPU time returned by wait4() is 7.78782
while last known CPU time is 1800.1

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

Real time (s): 1810.43
CPU time (s): 1800.1
CPU user time (s): 1798.72
CPU system time (s): 1.38
CPU usage (%): 99.4295
Max. virtual memory (cumulated for all children) (KiB): 821056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.17091
system time used= 0.616906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10466
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= 835
involuntary context switches= 1122

runsolver used 2.19367 s user time and 5.82611 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Jan 29 21:44:01 UTC 2007


IDJOB= 234905
IDBENCH= 6726
IDSOLVER= 86
FILE ID= node15/234905-1170107041

PBS_JOBID= 3689779

Free space on /tmp= 66560 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/taillard/js-taillard-20-15/js-taillard-20-15-95-0.xml
COMMAND LINE= /tmp/evaluation/234905-1170107041/solver /tmp/evaluation/234905-1170107041 /tmp/evaluation/234905-1170107041/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-234905-1170107041 -o ROOT/results/node15/solver-234905-1170107041 -C 1800 -M 900  /tmp/evaluation/234905-1170107041/solver /tmp/evaluation/234905-1170107041 /tmp/evaluation/234905-1170107041/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  be10a42a20dba25b38a1f76af4db41c0

RANDOM SEED= 580217664

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:       1809864 kB
Buffers:         67280 kB
Cached:          54100 kB
SwapCached:          0 kB
Active:         117552 kB
Inactive:        74300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2836 kB
Writeback:           0 kB
Mapped:          94652 kB
Slab:            38996 kB
Committed_AS:   760040 kB
PageTables:       2216 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= 66559 MiB



End job on node15 on Mon Jan 29 22:14:11 UTC 2007