Trace number 1041060

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 v1.13+minisat? (TO) 1800.15 1817.51

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-33-33.xml
MD5SUM2837d7c8c00fb8ad7816a3f5a00ed498
Bench CategoryGLOBAL (global constraints)
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 variables2178
Number of constraints2643
Maximum constraint arity33
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2113
Global constraints used (with number of constraints)cumulative(2),weightedsum(528)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul  2 13:48:43 2008
0.00/0.05	c 0	PID 10394
0.00/0.05	c 0	HOST node71.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1041060-1214999323.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041060-1214999323.xml' 'HOME/temp.csp'
0.03/0.93	c 1	34 domains, 2178 variables, 2 predicates, 0 relations, 2643 constraints
0.03/0.95	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.95	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.93/1.03	c 1	Parsing HOME/temp.csp
1.22/1.31	c 1	parsed 4857 expressions
1.22/1.31	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.31	c 1	Converting to clausal form CSP
1.22/1.34	c 1	converted 486 (10%) expressions
1.22/1.35	c 1	converted 972 (20%) expressions
1.22/1.35	c 1	converted 1458 (30%) expressions
1.22/1.36	c 1	converted 1943 (40%) expressions
1.42/1.53	c 1	converted 2429 (50%) expressions
1.42/1.59	c 1	converted 2915 (60%) expressions
1.52/1.64	c 1	converted 3400 (70%) expressions
1.52/1.68	c 2	converted 3886 (80%) expressions
1.62/1.76	c 2	converted 4372 (90%) expressions
3.31/3.45	c 3	converted 4857 (100%) expressions
3.31/3.45	c 3	CSP : 16514 integers, 5068 booleans, 43705 clauses, largest domain size 290
3.31/3.45	c 3	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.31/3.45	c 3	Propagation in CSP
3.60/3.71	c 4	83936 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.60/3.72	c 4	CSP : 16514 integers, 5068 booleans, 43705 clauses, largest domain size 113
3.60/3.72	c 4	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.60/3.74	c 4	Simplifing CSP by introducing new Boolean variables
3.60/3.77	c 4	CSP : 16514 integers, 5068 booleans, 43705 clauses, largest domain size 113
3.60/3.77	c 4	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.80/3.97	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.90/4.02	c 4	1652 (10%) CSP integer variables are encoded (6124 clauses, 77483 bytes)
3.90/4.05	c 4	3303 (20%) CSP integer variables are encoded (27686 clauses, 397677 bytes)
3.90/4.09	c 4	4955 (30%) CSP integer variables are encoded (59570 clauses, 875937 bytes)
3.99/4.13	c 4	6606 (40%) CSP integer variables are encoded (91654 clauses, 1357197 bytes)
3.99/4.17	c 4	8257 (50%) CSP integer variables are encoded (121406 clauses, 1859688 bytes)
4.10/4.21	c 4	9909 (60%) CSP integer variables are encoded (151586 clauses, 2372748 bytes)
4.10/4.26	c 4	11560 (70%) CSP integer variables are encoded (182937 clauses, 2905715 bytes)
4.20/4.31	c 4	13212 (80%) CSP integer variables are encoded (215356 clauses, 3456838 bytes)
4.20/4.35	c 4	14863 (90%) CSP integer variables are encoded (246054 clauses, 3978704 bytes)
4.20/4.39	c 4	16514 (100%) CSP integer variables are encoded (275564 clauses, 4480374 bytes)
4.88/5.03	c 5	4371 (10%) CSP clauses are encoded (603365 clauses, 10402999 bytes)
7.25/7.40	c 7	8741 (20%) CSP clauses are encoded (1880789 clauses, 37292852 bytes)
9.30/9.50	c 9	13112 (30%) CSP clauses are encoded (2987778 clauses, 60775501 bytes)
11.25/11.57	c 11	17482 (40%) CSP clauses are encoded (4054576 clauses, 83500587 bytes)
13.42/13.72	c 14	21853 (50%) CSP clauses are encoded (5127437 clauses, 109416091 bytes)
16.05/16.49	c 16	26223 (60%) CSP clauses are encoded (6493247 clauses, 142360121 bytes)
18.42/18.84	c 19	30594 (70%) CSP clauses are encoded (7650290 clauses, 170321093 bytes)
20.72/21.31	c 21	34964 (80%) CSP clauses are encoded (8793100 clauses, 197941769 bytes)
22.77/23.45	c 23	39335 (90%) CSP clauses are encoded (9837903 clauses, 223183566 bytes)
25.19/25.94	c 26	43705 (100%) CSP clauses are encoded (11043445 clauses, 252255409 bytes)
25.19/25.94	c 26	43705 CSP clauses encoded
25.19/25.94	c 26	Writing map file : HOME/temp.map
25.19/26.00	c 26	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.19/26.00	c 26	SAT : 297066 SAT variables, 11043445 SAT clauses, 252255409 bytes
25.19/26.00	c 26	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.29/26.04	c 26	SOLVING HOME/temp.cnf
25.29/26.04	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
25.29/26.04	c 26	This is MiniSat 2.0 beta
25.29/26.04	c 26	WARNING: for repeatability, setting FPU to use double precision
25.29/26.04	c 26	============================[ Problem Statistics ]=============================
25.29/26.04	c 26	|                                                                             |
25.29/26.04	c 26	|  Number of variables:  297066                                               |
25.29/26.04	c 26	|  Number of clauses:    11043445                                             |
31.19/32.05	c 32	|  Parsing time:         5.04         s                                       |
31.49/32.34	c 32	============================[ Search Statistics ]==============================
31.49/32.34	c 32	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
31.49/32.34	c 32	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
31.49/32.34	c 32	===============================================================================
31.49/32.34	c 32	|         0 |  297066 11043445 32380096 |  3681148        0    nan |  0.000 % |
38.13/39.09	c 39	|       101 |  297066 11043445 32380096 |  4049263      101     45 |  0.000 % |
44.17/45.17	c 45	|       251 |  297066 11043445 32380096 |  4454189      251     54 |  0.000 % |
55.56/56.66	c 57	|       476 |  297066 11043445 32380096 |  4899608      476     46 |  0.000 % |
66.35/67.58	c 67	|       814 |  297066 11043445 32380096 |  5389569      814     42 |  0.000 % |
86.16/87.52	c 87	|      1320 |  297066 11043445 32380096 |  5928526     1320     53 |  0.000 % |
114.68/116.31	c 116	|      2079 |  297066 11043445 32380096 |  6521378     2079     61 |  0.000 % |
161.83/163.95	c 164	|      3218 |  297066 11043445 32380096 |  7173516     3218     62 |  0.000 % |
219.19/221.91	c 222	|      4927 |  297066 11043445 32380096 |  7890868     4927     69 |  0.000 % |
321.01/324.75	c 325	|      7489 |  297066 11043445 32380096 |  8679955     7489     69 |  0.000 % |
449.98/454.99	c 455	|     11334 |  297065 11043432 32380062 |  9547950    11333     72 |  0.000 % |
693.06/700.37	c 700	|     17100 |  297065 11043432 32380062 | 10502745    17099     70 |  0.000 % |
938.81/948.40	c 948	|     25749 |  297065 11043432 32380062 | 11553020    25748     76 |  0.000 % |
1501.48/1516.41	c 1516	|     38723 |  297065 11043432 32380062 | 12708322    38722     67 |  0.000 % |
1800.04/1817.31	c ERROR INTERRUPTED
1800.04/1817.39	s UNKNOWN
1800.04/1817.39	c 1817	CPU 23.33 (0.04 0.01 23.29 1.99)
1800.04/1817.39	c 1817	END Wed Jul  2 14:19:00 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1041060-1214999323/watcher-1041060-1214999323 -o /tmp/evaluation-result-1041060-1214999323/solver-1041060-1214999323 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1041060-1214999323.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.66 2.57 2.05 4/74 10394
/proc/meminfo: memFree=1311104/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=12000 CPUtime=0
/proc/10394/stat : 10394 (sugar) R 10392 10394 9992 0 -1 4194304 183 0 0 0 0 0 0 0 20 0 1 0 1978901021 12288000 151 996147200 4194304 4206940 548682068608 18446744073709551615 231980218528 0 0 4224 0 0 0 0 17 1 0 0
/proc/10394/statm: 3000 151 116 3 0 100 0

[startup+0.0591499 s]
/proc/loadavg: 2.66 2.57 2.05 4/74 10394
/proc/meminfo: memFree=1311104/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=0.03
/proc/10394/stat : 10394 (sugar) S 10392 10394 9992 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978901021 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10394/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102412 s]
/proc/loadavg: 2.66 2.57 2.05 4/74 10394
/proc/meminfo: memFree=1311104/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=0.03
/proc/10394/stat : 10394 (sugar) S 10392 10394 9992 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978901021 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10394/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301907 s]
/proc/loadavg: 2.66 2.57 2.05 4/74 10394
/proc/meminfo: memFree=1311104/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=0.03
/proc/10394/stat : 10394 (sugar) S 10392 10394 9992 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978901021 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10394/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701971 s]
/proc/loadavg: 2.66 2.57 2.05 4/74 10394
/proc/meminfo: memFree=1311104/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=0.03
/proc/10394/stat : 10394 (sugar) S 10392 10394 9992 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978901021 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10394/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50208 s]
/proc/loadavg: 2.68 2.57 2.05 5/85 10416
/proc/meminfo: memFree=1305640/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=0.89
/proc/10394/stat : 10394 (sugar) S 10392 10394 9992 0 -1 4194304 974 6879 0 1 3 0 81 5 15 0 1 0 1978901021 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10394/statm: 3400 797 370 3 0 500 0
[pid=10407] ppid=10394 vsize=5356 CPUtime=0
/proc/10407/stat : 10407 (sh) S 10394 10394 9992 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978901116 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10407/statm: 1339 233 193 169 0 50 0
[pid=10408] ppid=10407 vsize=868272 CPUtime=0.53
/proc/10408/stat : 10408 (java) S 10407 10394 9992 0 -1 0 5367 0 1 0 50 3 0 0 18 0 9 0 1978901116 889110528 4789 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10408/statm: 217068 4789 1731 9 0 211643 0
[pid=10408/tid=10409] ppid=10407 vsize=868272 CPUtime=0.3
/proc/10408/task/10409/stat : 10409 (java) R 10407 10394 9992 0 -1 64 2652 0 1 0 29 1 0 0 21 0 9 0 1978901117 889110528 4789 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10410] ppid=10407 vsize=868272 CPUtime=0.03
/proc/10408/task/10410/stat : 10410 (java) S 10407 10394 9992 0 -1 64 584 0 0 0 3 0 0 0 16 0 9 0 1978901118 889110528 4789 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10411] ppid=10407 vsize=868272 CPUtime=0
/proc/10408/task/10411/stat : 10411 (java) S 10407 10394 9992 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1978901118 889110528 4789 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10412] ppid=10407 vsize=868272 CPUtime=0
/proc/10408/task/10412/stat : 10412 (java) S 10407 10394 9992 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1978901118 889110528 4789 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10413] ppid=10407 vsize=868272 CPUtime=0
/proc/10408/task/10413/stat : 10413 (java) S 10407 10394 9992 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978901120 889110528 4789 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10414] ppid=10407 vsize=868272 CPUtime=0.17
/proc/10408/task/10414/stat : 10414 (java) R 10407 10394 9992 0 -1 64 1439 0 0 0 17 0 0 0 16 0 9 0 1978901120 889110528 4789 996147200 134512640 134550740 4294955952 18446744073709551615 102091122 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10415] ppid=10407 vsize=868272 CPUtime=0
/proc/10408/task/10415/stat : 10415 (java) S 10407 10394 9992 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978901120 889110528 4789 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10416] ppid=10407 vsize=868272 CPUtime=0
/proc/10408/task/10416/stat : 10416 (java) S 10407 10394 9992 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978901120 889110528 4789 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887228

[startup+3.10683 s]
/proc/loadavg: 2.68 2.57 2.05 3/85 10416
/proc/meminfo: memFree=1289128/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=0.89
/proc/10394/stat : 10394 (sugar) S 10392 10394 9992 0 -1 4194304 974 6879 0 1 3 0 81 5 15 0 1 0 1978901021 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10394/statm: 3400 797 370 3 0 500 0
[pid=10407] ppid=10394 vsize=5356 CPUtime=0
/proc/10407/stat : 10407 (sh) S 10394 10394 9992 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978901116 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10407/statm: 1339 233 193 169 0 50 0
[pid=10408] ppid=10407 vsize=868388 CPUtime=2.13
/proc/10408/stat : 10408 (java) S 10407 10394 9992 0 -1 0 11592 0 1 0 205 8 0 0 18 0 9 0 1978901116 889229312 10639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10408/statm: 217097 10639 2541 9 0 211672 0
[pid=10408/tid=10409] ppid=10407 vsize=868388 CPUtime=1.23
/proc/10408/task/10409/stat : 10409 (java) R 10407 10394 9992 0 -1 64 2976 0 1 0 121 2 0 0 25 0 9 0 1978901117 889229312 10639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10410] ppid=10407 vsize=868388 CPUtime=0.62
/proc/10408/task/10410/stat : 10410 (java) S 10407 10394 9992 0 -1 64 6420 0 0 0 58 4 0 0 15 0 9 0 1978901118 889229312 10639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10411] ppid=10407 vsize=868388 CPUtime=0
/proc/10408/task/10411/stat : 10411 (java) S 10407 10394 9992 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978901118 889229312 10639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10412] ppid=10407 vsize=868388 CPUtime=0
/proc/10408/task/10412/stat : 10412 (java) S 10407 10394 9992 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978901118 889229312 10639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10413] ppid=10407 vsize=868388 CPUtime=0
/proc/10408/task/10413/stat : 10413 (java) S 10407 10394 9992 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978901120 889229312 10639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10414] ppid=10407 vsize=868388 CPUtime=0.25
/proc/10408/task/10414/stat : 10414 (java) S 10407 10394 9992 0 -1 64 1502 0 0 0 25 0 0 0 15 0 9 0 1978901120 889229312 10639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10415] ppid=10407 vsize=868388 CPUtime=0
/proc/10408/task/10415/stat : 10415 (java) S 10407 10394 9992 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978901120 889229312 10639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10416] ppid=10407 vsize=868388 CPUtime=0
/proc/10408/task/10416/stat : 10416 (java) S 10407 10394 9992 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978901120 889229312 10639 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887344

[startup+6.30273 s]
/proc/loadavg: 2.68 2.57 2.05 3/85 10416
/proc/meminfo: memFree=1251752/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=0.89
/proc/10394/stat : 10394 (sugar) S 10392 10394 9992 0 -1 4194304 974 6879 0 1 3 0 81 5 15 0 1 0 1978901021 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10394/statm: 3400 797 370 3 0 500 0
[pid=10407] ppid=10394 vsize=5356 CPUtime=0
/proc/10407/stat : 10407 (sh) S 10394 10394 9992 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978901116 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10407/statm: 1339 233 193 169 0 50 0
[pid=10408] ppid=10407 vsize=868500 CPUtime=5.28
/proc/10408/stat : 10408 (java) S 10407 10394 9992 0 -1 0 14390 0 1 0 498 30 0 0 18 0 9 0 1978901116 889344000 12972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10408/statm: 217125 12972 2565 9 0 211672 0
[pid=10408/tid=10409] ppid=10407 vsize=868500 CPUtime=3.89
/proc/10408/task/10409/stat : 10409 (java) R 10407 10394 9992 0 -1 64 3375 0 1 0 369 20 0 0 25 0 9 0 1978901117 889344000 12972 996147200 134512640 134550740 4294955952 18446744073709551615 4127148704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10410] ppid=10407 vsize=868500 CPUtime=1.03
/proc/10408/task/10410/stat : 10410 (java) S 10407 10394 9992 0 -1 64 8775 0 0 0 96 7 0 0 16 0 9 0 1978901118 889344000 12972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10411] ppid=10407 vsize=868500 CPUtime=0
/proc/10408/task/10411/stat : 10411 (java) S 10407 10394 9992 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978901118 889344000 12972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10412] ppid=10407 vsize=868500 CPUtime=0
/proc/10408/task/10412/stat : 10412 (java) S 10407 10394 9992 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978901118 889344000 12972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10413] ppid=10407 vsize=868500 CPUtime=0
/proc/10408/task/10413/stat : 10413 (java) S 10407 10394 9992 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978901120 889344000 12972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10414] ppid=10407 vsize=868500 CPUtime=0.34
/proc/10408/task/10414/stat : 10414 (java) S 10407 10394 9992 0 -1 64 1546 0 0 0 33 1 0 0 16 0 9 0 1978901120 889344000 12972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10415] ppid=10407 vsize=868500 CPUtime=0
/proc/10408/task/10415/stat : 10415 (java) S 10407 10394 9992 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978901120 889344000 12972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10416] ppid=10407 vsize=868500 CPUtime=0
/proc/10408/task/10416/stat : 10416 (java) S 10407 10394 9992 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978901120 889344000 12972 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887456

[startup+12.7026 s]
/proc/loadavg: 2.74 2.59 2.06 3/85 10416
/proc/meminfo: memFree=1175784/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=0.89
/proc/10394/stat : 10394 (sugar) S 10392 10394 9992 0 -1 4194304 974 6879 0 1 3 0 81 5 16 0 1 0 1978901021 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10394/statm: 3400 797 370 3 0 500 0
[pid=10407] ppid=10394 vsize=5356 CPUtime=0
/proc/10407/stat : 10407 (sh) S 10394 10394 9992 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978901116 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10407/statm: 1339 233 193 169 0 50 0
[pid=10408] ppid=10407 vsize=868500 CPUtime=11.54
/proc/10408/stat : 10408 (java) S 10407 10394 9992 0 -1 0 14978 0 1 0 1073 81 0 0 18 0 9 0 1978901116 889344000 12973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10408/statm: 217125 12973 2565 9 0 211672 0
[pid=10408/tid=10409] ppid=10407 vsize=868500 CPUtime=9.86
/proc/10408/task/10409/stat : 10409 (java) R 10407 10394 9992 0 -1 64 3962 0 1 0 920 66 0 0 25 0 9 0 1978901117 889344000 12973 996147200 134512640 134550740 4294955952 18446744073709551615 4126893428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10410] ppid=10407 vsize=868500 CPUtime=1.31
/proc/10408/task/10410/stat : 10410 (java) S 10407 10394 9992 0 -1 64 8775 0 0 0 118 13 0 0 16 0 9 0 1978901118 889344000 12973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10411] ppid=10407 vsize=868500 CPUtime=0
/proc/10408/task/10411/stat : 10411 (java) S 10407 10394 9992 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978901118 889344000 12973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10412] ppid=10407 vsize=868500 CPUtime=0
/proc/10408/task/10412/stat : 10412 (java) S 10407 10394 9992 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978901118 889344000 12973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10413] ppid=10407 vsize=868500 CPUtime=0
/proc/10408/task/10413/stat : 10413 (java) S 10407 10394 9992 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978901120 889344000 12973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10414] ppid=10407 vsize=868500 CPUtime=0.34
/proc/10408/task/10414/stat : 10414 (java) S 10407 10394 9992 0 -1 64 1547 0 0 0 33 1 0 0 17 0 9 0 1978901120 889344000 12973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10415] ppid=10407 vsize=868500 CPUtime=0
/proc/10408/task/10415/stat : 10415 (java) S 10407 10394 9992 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978901120 889344000 12973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10416] ppid=10407 vsize=868500 CPUtime=0
/proc/10408/task/10416/stat : 10416 (java) S 10407 10394 9992 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978901120 889344000 12973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 887456

[startup+25.5013 s]
/proc/loadavg: 2.78 2.60 2.07 3/85 10416
/proc/meminfo: memFree=1018344/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=0.9
/proc/10394/stat : 10394 (sugar) S 10392 10394 9992 0 -1 4194304 974 6879 0 1 4 0 81 5 16 0 1 0 1978901021 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10394/statm: 3400 797 370 3 0 500 0
[pid=10407] ppid=10394 vsize=5356 CPUtime=0
/proc/10407/stat : 10407 (sh) S 10394 10394 9992 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978901116 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10407/statm: 1339 233 193 169 0 50 0
[pid=10408] ppid=10407 vsize=868500 CPUtime=23.9
/proc/10408/stat : 10408 (java) S 10407 10394 9992 0 -1 0 16132 0 1 0 2203 187 0 0 18 0 9 0 1978901116 889344000 12973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10408/statm: 217125 12973 2565 9 0 211672 0
[pid=10408/tid=10409] ppid=10407 vsize=868500 CPUtime=21.66
/proc/10408/task/10409/stat : 10409 (java) R 10407 10394 9992 0 -1 64 5116 0 1 0 2003 163 0 0 25 0 9 0 1978901117 889344000 12973 996147200 134512640 134550740 4294955952 18446744073709551615 4126476310 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10410] ppid=10407 vsize=868500 CPUtime=1.87
/proc/10408/task/10410/stat : 10410 (java) S 10407 10394 9992 0 -1 64 8775 0 0 0 165 22 0 0 16 0 9 0 1978901118 889344000 12973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10411] ppid=10407 vsize=868500 CPUtime=0
/proc/10408/task/10411/stat : 10411 (java) S 10407 10394 9992 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1978901118 889344000 12973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10408/tid=10412] ppid=10407 vsize=868500 CPUtime=0
/proc/10408/task/10412/stat : 10412 (java) S 10407 10394 9992 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978901118 889344000 12973 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+1482.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/77 10426
/proc/meminfo: memFree=537512/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=25.33
/proc/10394/stat : 10394 (sugar) S 10392 10394 9992 0 -1 4194304 1033 23369 0 2 4 1 2329 199 16 0 1 0 1978901021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10394/statm: 3400 799 370 3 0 500 0
[pid=10417] ppid=10394 vsize=5356 CPUtime=0
/proc/10417/stat : 10417 (sh) S 10394 10394 9992 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978903625 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10417/statm: 1339 232 193 169 0 50 0
[pid=10418] ppid=10417 vsize=500220 CPUtime=1442.37
/proc/10418/stat : 10418 (minisat) R 10417 10394 9992 0 -1 4194304 123631 0 0 0 144134 103 0 0 25 0 1 0 1978903625 512225280 123617 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10418/statm: 125055 123617 76 150 0 124902 0
Current children cumulated CPU time (s) 1467.7
Current children cumulated vsize (KiB) 519176

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/77 10426
/proc/meminfo: memFree=536424/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=25.33
/proc/10394/stat : 10394 (sugar) S 10392 10394 9992 0 -1 4194304 1033 23369 0 2 4 1 2329 199 16 0 1 0 1978901021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10394/statm: 3400 799 370 3 0 500 0
[pid=10417] ppid=10394 vsize=5356 CPUtime=0
/proc/10417/stat : 10417 (sh) S 10394 10394 9992 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978903625 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10417/statm: 1339 232 193 169 0 50 0
[pid=10418] ppid=10417 vsize=500880 CPUtime=1501.8
/proc/10418/stat : 10418 (minisat) R 10417 10394 9992 0 -1 4194304 123787 0 0 0 150077 103 0 0 25 0 1 0 1978903625 512901120 123773 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10418/statm: 125220 123773 76 150 0 125067 0
Current children cumulated CPU time (s) 1527.13
Current children cumulated vsize (KiB) 519836

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.02 3/77 10426
/proc/meminfo: memFree=535528/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=25.33
/proc/10394/stat : 10394 (sugar) S 10392 10394 9992 0 -1 4194304 1033 23369 0 2 4 1 2329 199 16 0 1 0 1978901021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10394/statm: 3400 799 370 3 0 500 0
[pid=10417] ppid=10394 vsize=5356 CPUtime=0
/proc/10417/stat : 10417 (sh) S 10394 10394 9992 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978903625 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10417/statm: 1339 232 193 169 0 50 0
[pid=10418] ppid=10417 vsize=501276 CPUtime=1561.24
/proc/10418/stat : 10418 (minisat) R 10417 10394 9992 0 -1 4194304 123891 0 0 0 156020 104 0 0 25 0 1 0 1978903625 513306624 123877 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/10418/statm: 125319 123877 76 150 0 125166 0
Current children cumulated CPU time (s) 1586.57
Current children cumulated vsize (KiB) 520232

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/77 10426
/proc/meminfo: memFree=534568/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=25.33
/proc/10394/stat : 10394 (sugar) S 10392 10394 9992 0 -1 4194304 1033 23369 0 2 4 1 2329 199 16 0 1 0 1978901021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10394/statm: 3400 799 370 3 0 500 0
[pid=10417] ppid=10394 vsize=5356 CPUtime=0
/proc/10417/stat : 10417 (sh) S 10394 10394 9992 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978903625 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10417/statm: 1339 232 193 169 0 50 0
[pid=10418] ppid=10417 vsize=501884 CPUtime=1620.68
/proc/10418/stat : 10418 (minisat) R 10417 10394 9992 0 -1 4194304 124011 0 0 0 161964 104 0 0 25 0 1 0 1978903625 513929216 123997 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/10418/statm: 125471 123997 76 150 0 125318 0
Current children cumulated CPU time (s) 1646.01
Current children cumulated vsize (KiB) 520840

[startup+1722.3 s]
/proc/loadavg: 1.92 1.98 2.00 2/73 10427
/proc/meminfo: memFree=1173512/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=25.33
/proc/10394/stat : 10394 (sugar) S 10392 10394 9992 0 -1 4194304 1033 23369 0 2 4 1 2329 199 16 0 1 0 1978901021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10394/statm: 3400 799 370 3 0 500 0
[pid=10417] ppid=10394 vsize=5356 CPUtime=0
/proc/10417/stat : 10417 (sh) S 10394 10394 9992 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978903625 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10417/statm: 1339 232 193 169 0 50 0
[pid=10418] ppid=10417 vsize=502940 CPUtime=1680.11
/proc/10418/stat : 10418 (minisat) R 10417 10394 9992 0 -1 4194304 124278 0 0 0 167907 104 0 0 25 0 1 0 1978903625 515010560 124264 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10418/statm: 125735 124264 76 150 0 125582 0
Current children cumulated CPU time (s) 1705.44
Current children cumulated vsize (KiB) 521896

[startup+1782.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/75 10493
/proc/meminfo: memFree=1025656/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=25.33
/proc/10394/stat : 10394 (sugar) S 10392 10394 9992 0 -1 4194304 1033 23369 0 2 4 1 2329 199 16 0 1 0 1978901021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10394/statm: 3400 799 370 3 0 500 0
[pid=10417] ppid=10394 vsize=5356 CPUtime=0
/proc/10417/stat : 10417 (sh) S 10394 10394 9992 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978903625 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10417/statm: 1339 232 193 169 0 50 0
[pid=10418] ppid=10417 vsize=503468 CPUtime=1739.72
/proc/10418/stat : 10418 (minisat) R 10417 10394 9992 0 -1 4194304 124418 0 0 0 173864 108 0 0 25 0 1 0 1978903625 515551232 124404 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/10418/statm: 125867 124404 76 150 0 125714 0
Current children cumulated CPU time (s) 1765.05
Current children cumulated vsize (KiB) 522424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 10493
/proc/meminfo: memFree=1025592/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=25.33
/proc/10394/stat : 10394 (sugar) S 10392 10394 9992 0 -1 4194304 1033 23369 0 2 4 1 2329 199 16 0 1 0 1978901021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10394/statm: 3400 799 370 3 0 500 0
[pid=10417] ppid=10394 vsize=5356 CPUtime=0
/proc/10417/stat : 10417 (sh) S 10394 10394 9992 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978903625 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10417/statm: 1339 232 193 169 0 50 0
[pid=10418] ppid=10417 vsize=503732 CPUtime=1774.71
/proc/10418/stat : 10418 (minisat) R 10417 10394 9992 0 -1 4194304 124482 0 0 0 177363 108 0 0 25 0 1 0 1978903625 515821568 124468 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/10418/statm: 125933 124468 76 150 0 125780 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 522688

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

[startup+1817.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 10493
/proc/meminfo: memFree=1025592/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=25.33
/proc/10394/stat : 10394 (sugar) S 10392 10394 9992 0 -1 4194304 1033 23369 0 2 4 1 2329 199 16 0 1 0 1978901021 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10394/statm: 3400 799 370 3 0 500 0
[pid=10417] ppid=10394 vsize=5356 CPUtime=0
/proc/10417/stat : 10417 (sh) S 10394 10394 9992 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978903625 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10417/statm: 1339 232 193 169 0 50 0
[pid=10418] ppid=10417 vsize=503732 CPUtime=1774.71
/proc/10418/stat : 10418 (minisat) R 10417 10394 9992 0 -1 4194304 124482 0 0 0 177363 108 0 0 25 0 1 0 1978903625 515821568 124468 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/10418/statm: 125933 124468 76 150 0 125780 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 522688

# WARNING:
# current cumulated CPU time (25.36 s) is less than in the last sample (1800.04 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (1774.68 s) to the 'lost time'.

[startup+1817.42 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 10493
/proc/meminfo: memFree=1025592/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=25.36
/proc/10394/stat : 10394 (sugar) R 10392 10394 9992 0 -1 4194304 1069 23646 0 2 4 4 2329 199 17 0 1 0 1978901021 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/10394/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 13600

Solver just ended. Dumping a history of the last processes samples

[startup+1817.42 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 10493
/proc/meminfo: memFree=1025592/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=25.36
/proc/10394/stat : 10394 (sugar) R 10392 10394 9992 0 -1 4194304 1069 23646 0 2 4 4 2329 199 17 0 1 0 1978901021 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/10394/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 13600

[startup+1817.5 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 10493
/proc/meminfo: memFree=1025592/2055920 swapFree=4180436/4192956
[pid=10394] ppid=10392 vsize=13600 CPUtime=25.44
/proc/10394/stat : 10394 (sugar) R 10392 10394 9992 0 -1 4194304 1069 23646 0 2 4 12 2329 199 17 0 1 0 1978901021 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 0 0 0
/proc/10394/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 13600

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1774.68
#  lost CPU user time (s): 1773.63
#  lost CPU system time (s): 1.05

Real time (s): 1817.51
CPU time (s): 1800.15
CPU user time (s): 1796.97
CPU system time (s): 3.17768
CPU usage (%): 99.0452
Max. virtual memory (cumulated for all children) (KiB): 887848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.3435
system time used= 2.12768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24746
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= 17892
involuntary context switches= 18117

runsolver used 2.11768 second user time and 6.18906 second system time

The end

Launcher Data (download as text)

Begin job on node71 at 2008-07-02 13:48:43
IDJOB=1041060
IDBENCH=53768
IDSOLVER=346
FILE ID=node71/1041060-1214999323
PBS_JOBID= 7870781
Free space on /tmp= 66344 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-33-33.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1041060-1214999323/watcher-1041060-1214999323 -o /tmp/evaluation-result-1041060-1214999323/solver-1041060-1214999323 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1041060-1214999323.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2837d7c8c00fb8ad7816a3f5a00ed498
RANDOM SEED=221284383

node71.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.209
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.209
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:       1311584 kB
Buffers:          5568 kB
Cached:         257784 kB
SwapCached:       5384 kB
Active:         667100 kB
Inactive:        15424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1311584 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:          200400 kB
Writeback:           0 kB
Mapped:         427356 kB
Slab:            46100 kB
Committed_AS:  4517504 kB
PageTables:       2756 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= 66548 MiB
End job on node71 at 2008-07-02 14:19:02