Trace number 2060841

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.14.6+minisat? (TO) 1800.04 1803.55

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-29-29.xml
MD5SUM3195ec144ebbf2fbe4f6ca5dc1ee9867
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.05369
Satisfiable
(Un)Satisfiability was proved
Number of variables1682
Number of constraints2033
Maximum constraint arity29
Maximum domain size92
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1625
Global constraints used (with number of constraints)cumulative(2),weightedsum(406)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 17:28:29 2009
0.00/0.07	c 0	PID 11818
0.00/0.08	c 0	HOST node13.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2060841-1247326109.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060841-1247326109.xml' 'HOME/temp.csp'
0.06/0.66	c 1	30 domains, 1682 variables, 2 predicates, 0 relations, 2033 constraints
0.06/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.71	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.79	c 1	Parsing HOME/temp.csp
0.63/1.04	c 1	parsed 3747 expressions
0.63/1.05	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.63/1.05	c 1	Converting to clausal form CSP
0.63/1.08	c 1	converted 375 (10%) expressions
0.63/1.08	c 1	converted 750 (20%) expressions
0.63/1.09	c 1	converted 1125 (30%) expressions
0.63/1.09	c 1	converted 1499 (40%) expressions
1.10/1.25	c 1	converted 1874 (50%) expressions
1.19/1.31	c 1	converted 2249 (60%) expressions
1.19/1.35	c 1	converted 2623 (70%) expressions
1.19/1.38	c 1	converted 2998 (80%) expressions
1.29/1.41	c 1	converted 3373 (90%) expressions
2.28/2.49	c 2	converted 3747 (100%) expressions
2.28/2.49	c 2	CSP : 7570 integers, 3532 booleans, 22615 clauses, largest domain size 93
2.28/2.49	c 2	Heap : 16 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.28/2.49	c 2	Propagation in CSP
2.39/2.58	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.39/2.58	c 2	CSP : 7570 integers, 3532 booleans, 22615 clauses, largest domain size 93
2.39/2.58	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.48/2.60	c 2	Simplifing CSP by introducing new Boolean variables
2.48/2.62	c 2	CSP : 7570 integers, 3532 booleans, 22615 clauses, largest domain size 93
2.48/2.62	c 2	Heap : 17 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.59/2.73	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.59/2.75	c 3	757 (10%) CSP integer variables are encoded (4344 clauses, 54349 bytes)
2.59/2.76	c 3	1514 (20%) CSP integer variables are encoded (4344 clauses, 54349 bytes)
2.59/2.77	c 3	2271 (30%) CSP integer variables are encoded (8142 clauses, 104456 bytes)
2.59/2.78	c 3	3028 (40%) CSP integer variables are encoded (13206 clauses, 180416 bytes)
2.59/2.79	c 3	3785 (50%) CSP integer variables are encoded (18059 clauses, 253211 bytes)
2.68/2.80	c 3	4542 (60%) CSP integer variables are encoded (23123 clauses, 329171 bytes)
2.68/2.81	c 3	5299 (70%) CSP integer variables are encoded (28187 clauses, 405131 bytes)
2.68/2.81	c 3	6056 (80%) CSP integer variables are encoded (33040 clauses, 477926 bytes)
2.68/2.82	c 3	6813 (90%) CSP integer variables are encoded (38104 clauses, 553886 bytes)
2.68/2.83	c 3	7570 (100%) CSP integer variables are encoded (43168 clauses, 629846 bytes)
2.98/3.13	c 3	2262 (10%) CSP clauses are encoded (189622 clauses, 3224413 bytes)
3.78/3.98	c 4	4523 (20%) CSP clauses are encoded (288021 clauses, 5729150 bytes)
5.27/5.44	c 5	6785 (30%) CSP clauses are encoded (372183 clauses, 8946527 bytes)
6.65/6.80	c 7	9046 (40%) CSP clauses are encoded (448544 clauses, 11983547 bytes)
7.95/8.11	c 8	11308 (50%) CSP clauses are encoded (522701 clauses, 14895664 bytes)
9.84/10.01	c 10	13569 (60%) CSP clauses are encoded (758079 clauses, 21289382 bytes)
11.43/11.63	c 11	15831 (70%) CSP clauses are encoded (850041 clauses, 24958606 bytes)
12.71/12.98	c 13	18092 (80%) CSP clauses are encoded (926402 clauses, 27996627 bytes)
14.01/14.24	c 14	20354 (90%) CSP clauses are encoded (998879 clauses, 30854616 bytes)
15.69/15.94	c 16	22615 (100%) CSP clauses are encoded (1224237 clauses, 36902370 bytes)
15.69/15.94	c 16	22615 CSP clauses encoded
15.69/15.94	c 16	Writing map file : HOME/temp.map
15.69/15.96	c 16	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
15.69/15.96	c 16	SAT : 54206 SAT variables, 1224237 SAT clauses, 36902370 bytes
15.69/15.96	c 16	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
15.69/15.97	c 16	SOLVING HOME/temp.cnf
15.69/15.97	c 16	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
15.69/15.98	c 16	This is MiniSat 2.0 beta
15.69/15.98	c 16	WARNING: for repeatability, setting FPU to use double precision
15.69/15.98	c 16	============================[ Problem Statistics ]=============================
15.69/15.98	c 16	|                                                                             |
15.69/15.98	c 16	|  Number of variables:  54206                                                |
15.69/15.98	c 16	|  Number of clauses:    1224237                                              |
16.49/16.74	c 17	|  Parsing time:         0.67         s                                       |
16.49/16.78	c 17	============================[ Search Statistics ]==============================
16.49/16.78	c 17	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.49/16.78	c 17	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.49/16.78	c 17	===============================================================================
16.49/16.78	c 17	|         0 |   54206  1224237  5529714 |   408079        0    nan |  0.000 % |
16.90/17.17	c 17	|       100 |   54206  1224237  5529714 |   448886      100     39 |  0.000 % |
17.58/17.81	c 18	|       250 |   54206  1224237  5529714 |   493775      250     47 |  0.000 % |
18.28/18.54	c 18	|       475 |   54206  1224237  5529714 |   543153      475     41 |  0.000 % |
20.17/20.41	c 20	|       812 |   54206  1224237  5529714 |   597468      812     37 |  0.000 % |
21.96/22.20	c 22	|      1318 |   54206  1224237  5529714 |   657215     1318     43 |  0.000 % |
24.76/25.02	c 25	|      2078 |   54206  1224237  5529714 |   722936     2078     39 |  0.000 % |
29.33/29.62	c 29	|      3217 |   54206  1224237  5529714 |   795230     3217     39 |  0.000 % |
36.19/36.50	c 36	|      4928 |   54206  1224237  5529714 |   874753     4928     43 |  0.000 % |
47.13/47.58	c 47	|      7490 |   54206  1224237  5529714 |   962228     7490     42 |  0.000 % |
62.66/63.18	c 63	|     11336 |   54206  1224237  5529714 |  1058451    11336     45 |  0.000 % |
84.55/85.12	c 85	|     17103 |   54206  1224237  5529714 |  1164297    17103     45 |  0.000 % |
121.07/121.81	c 122	|     25752 |   54206  1224237  5529714 |  1280726    25752     46 |  0.000 % |
167.45/168.43	c 168	|     38726 |   54206  1224237  5529714 |  1408799    38726     42 |  0.000 % |
240.58/241.92	c 242	|     58187 |   54206  1224237  5529714 |  1549679    58187     44 |  0.000 % |
380.80/382.81	c 383	|     87381 |   54206  1224237  5529714 |  1704647    87381     46 |  0.000 % |
566.20/569.14	c 569	|    131176 |   54206  1224237  5529714 |  1875111   131176     44 |  0.000 % |
925.91/929.08	c 929	|    196861 |   54206  1224237  5529714 |  2062623   196861     42 |  0.000 % |
1555.94/1559.31	c 1559	|    295389 |   54206  1224237  5529714 |  2268885   295389     43 |  0.000 % |
1800.04/1803.52	c ERROR INTERRUPTED
1800.04/1803.54	s UNKNOWN
1800.04/1803.54	c 1803	CPU 15.8 (0.06 0.01 15.32 0.41)
1800.04/1803.54	c 1803	END Sat Jul 11 17:58:32 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2060841-1247326109/watcher-2060841-1247326109 -o /tmp/evaluation-result-2060841-1247326109/solver-2060841-1247326109 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2060841-1247326109.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): 2000 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


[startup+0 s]
/proc/loadavg: 1.73 1.80 1.90 4/73 11818
/proc/meminfo: memFree=1927648/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=12272 CPUtime=0
/proc/11818/stat : 11818 (sugar) R 11816 11818 10081 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 19677793 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269766147070 0 0 4224 0 0 0 0 17 1 0 0
/proc/11818/statm: 3068 327 246 3 0 168 0

[startup+0.126499 s]
/proc/loadavg: 1.73 1.80 1.90 4/73 11818
/proc/meminfo: memFree=1927648/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=0.06
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19677793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11818/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202388 s]
/proc/loadavg: 1.73 1.80 1.90 4/73 11818
/proc/meminfo: memFree=1927648/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=0.06
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19677793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11818/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302399 s]
/proc/loadavg: 1.73 1.80 1.90 4/73 11818
/proc/meminfo: memFree=1927648/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=0.06
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 19677793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11818/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70145 s]
/proc/loadavg: 1.73 1.80 1.90 4/73 11818
/proc/meminfo: memFree=1927648/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=0.06
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 19677793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11818/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50156 s]
/proc/loadavg: 1.73 1.80 1.90 4/84 11840
/proc/meminfo: memFree=1917000/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=0.63
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1309 5495 0 1 5 1 53 4 16 0 1 0 19677793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11818/statm: 4217 1111 409 3 0 796 0
[pid=11831] ppid=11818 vsize=5356 CPUtime=0
/proc/11831/stat : 11831 (sh) S 11818 11818 10081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19677865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11831/statm: 1339 233 193 169 0 50 0
[pid=11832] ppid=11831 vsize=868664 CPUtime=0.77
/proc/11832/stat : 11832 (java) S 11831 11818 10081 0 -1 0 6277 0 1 0 73 4 0 0 18 0 9 0 19677865 889511936 5658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11832/statm: 217166 5658 1856 9 0 211671 0
[pid=11832/tid=11833] ppid=11831 vsize=868664 CPUtime=0.49
/proc/11832/task/11833/stat : 11833 (java) R 11831 11818 10081 0 -1 64 2682 0 1 0 48 1 0 0 19 0 9 0 19677866 889511936 5658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11834] ppid=11831 vsize=868664 CPUtime=0.06
/proc/11832/task/11834/stat : 11834 (java) R 11831 11818 10081 0 -1 64 1409 0 0 0 6 0 0 0 16 0 9 0 19677867 889511936 5658 996147200 134512640 134550932 4294955936 18446744073709551615 104188827 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11835] ppid=11831 vsize=868664 CPUtime=0
/proc/11832/task/11835/stat : 11835 (java) S 11831 11818 10081 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 19677867 889511936 5658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11836] ppid=11831 vsize=868664 CPUtime=0
/proc/11832/task/11836/stat : 11836 (java) S 11831 11818 10081 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 19677867 889511936 5658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11837] ppid=11831 vsize=868664 CPUtime=0
/proc/11832/task/11837/stat : 11837 (java) S 11831 11818 10081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19677869 889511936 5658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11838] ppid=11831 vsize=868664 CPUtime=0.17
/proc/11832/task/11838/stat : 11838 (java) S 11831 11818 10081 0 -1 64 1492 0 0 0 17 0 0 0 16 0 9 0 19677869 889511936 5658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11839] ppid=11831 vsize=868664 CPUtime=0
/proc/11832/task/11839/stat : 11839 (java) S 11831 11818 10081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19677869 889511936 5658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11840] ppid=11831 vsize=868664 CPUtime=0
/proc/11832/task/11840/stat : 11840 (java) S 11831 11818 10081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19677869 889511936 5658 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890888

[startup+3.10278 s]
/proc/loadavg: 1.73 1.80 1.90 4/84 11840
/proc/meminfo: memFree=1898824/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=0.63
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1310 5495 0 1 5 1 53 4 15 0 1 0 19677793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11818/statm: 4217 1111 409 3 0 796 0
[pid=11831] ppid=11818 vsize=5356 CPUtime=0
/proc/11831/stat : 11831 (sh) S 11818 11818 10081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19677865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11831/statm: 1339 233 193 169 0 50 0
[pid=11832] ppid=11831 vsize=868716 CPUtime=2.35
/proc/11832/stat : 11832 (java) S 11831 11818 10081 0 -1 0 11059 0 1 0 226 9 0 0 18 0 9 0 19677865 889565184 9970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11832/statm: 217179 9970 2591 9 0 211656 0
[pid=11832/tid=11833] ppid=11831 vsize=868716 CPUtime=1.55
/proc/11832/task/11833/stat : 11833 (java) R 11831 11818 10081 0 -1 64 2976 0 1 0 152 3 0 0 25 0 9 0 19677866 889565184 9970 996147200 134512640 134550932 4294955936 18446744073709551615 4126555996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11834] ppid=11831 vsize=868716 CPUtime=0.51
/proc/11832/task/11834/stat : 11834 (java) S 11831 11818 10081 0 -1 64 5825 0 0 0 47 4 0 0 16 0 9 0 19677867 889565184 9970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11835] ppid=11831 vsize=868716 CPUtime=0
/proc/11832/task/11835/stat : 11835 (java) S 11831 11818 10081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19677867 889565184 9970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11836] ppid=11831 vsize=868716 CPUtime=0
/proc/11832/task/11836/stat : 11836 (java) S 11831 11818 10081 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19677867 889565184 9970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11837] ppid=11831 vsize=868716 CPUtime=0
/proc/11832/task/11837/stat : 11837 (java) S 11831 11818 10081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19677869 889565184 9970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11838] ppid=11831 vsize=868716 CPUtime=0.26
/proc/11832/task/11838/stat : 11838 (java) S 11831 11818 10081 0 -1 64 1558 0 0 0 26 0 0 0 16 0 9 0 19677869 889565184 9970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11839] ppid=11831 vsize=868716 CPUtime=0
/proc/11832/task/11839/stat : 11839 (java) S 11831 11818 10081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19677869 889565184 9970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11840] ppid=11831 vsize=868716 CPUtime=0
/proc/11832/task/11840/stat : 11840 (java) S 11831 11818 10081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19677869 889565184 9970 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890940

[startup+6.3022 s]
/proc/loadavg: 1.75 1.80 1.90 3/84 11840
/proc/meminfo: memFree=1885128/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=0.63
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1310 5495 0 1 5 1 53 4 16 0 1 0 19677793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11818/statm: 4217 1111 409 3 0 796 0
[pid=11831] ppid=11818 vsize=5356 CPUtime=0
/proc/11831/stat : 11831 (sh) S 11818 11818 10081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19677865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11831/statm: 1339 233 193 169 0 50 0
[pid=11832] ppid=11831 vsize=868716 CPUtime=5.53
/proc/11832/stat : 11832 (java) S 11831 11818 10081 0 -1 0 11235 0 1 0 539 14 0 0 18 0 9 0 19677865 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11832/statm: 217179 9977 2591 9 0 211656 0
[pid=11832/tid=11833] ppid=11831 vsize=868716 CPUtime=4.66
/proc/11832/task/11833/stat : 11833 (java) R 11831 11818 10081 0 -1 64 3145 0 1 0 459 7 0 0 25 0 9 0 19677866 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4126575791 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11834] ppid=11831 vsize=868716 CPUtime=0.57
/proc/11832/task/11834/stat : 11834 (java) S 11831 11818 10081 0 -1 64 5825 0 0 0 52 5 0 0 16 0 9 0 19677867 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11835] ppid=11831 vsize=868716 CPUtime=0
/proc/11832/task/11835/stat : 11835 (java) S 11831 11818 10081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19677867 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11836] ppid=11831 vsize=868716 CPUtime=0
/proc/11832/task/11836/stat : 11836 (java) S 11831 11818 10081 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19677867 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11837] ppid=11831 vsize=868716 CPUtime=0
/proc/11832/task/11837/stat : 11837 (java) S 11831 11818 10081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19677869 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11838] ppid=11831 vsize=868716 CPUtime=0.27
/proc/11832/task/11838/stat : 11838 (java) S 11831 11818 10081 0 -1 64 1565 0 0 0 27 0 0 0 17 0 9 0 19677869 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11839] ppid=11831 vsize=868716 CPUtime=0
/proc/11832/task/11839/stat : 11839 (java) S 11831 11818 10081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19677869 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11840] ppid=11831 vsize=868716 CPUtime=0
/proc/11832/task/11840/stat : 11840 (java) S 11831 11818 10081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19677869 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890940

[startup+12.7021 s]
/proc/loadavg: 1.77 1.81 1.90 3/84 11840
/proc/meminfo: memFree=1868112/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=0.63
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1310 5495 0 1 5 1 53 4 16 0 1 0 19677793 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11818/statm: 4217 1111 409 3 0 796 0
[pid=11831] ppid=11818 vsize=5356 CPUtime=0
/proc/11831/stat : 11831 (sh) S 11818 11818 10081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19677865 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11831/statm: 1339 233 193 169 0 50 0
[pid=11832] ppid=11831 vsize=868716 CPUtime=11.88
/proc/11832/stat : 11832 (java) S 11831 11818 10081 0 -1 0 11565 0 1 0 1161 27 0 0 18 0 9 0 19677865 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11832/statm: 217179 9977 2591 9 0 211656 0
[pid=11832/tid=11833] ppid=11831 vsize=868716 CPUtime=10.89
/proc/11832/task/11833/stat : 11833 (java) R 11831 11818 10081 0 -1 64 3475 0 1 0 1071 18 0 0 25 0 9 0 19677866 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4126558948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11834] ppid=11831 vsize=868716 CPUtime=0.69
/proc/11832/task/11834/stat : 11834 (java) S 11831 11818 10081 0 -1 64 5825 0 0 0 62 7 0 0 16 0 9 0 19677867 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11835] ppid=11831 vsize=868716 CPUtime=0
/proc/11832/task/11835/stat : 11835 (java) S 11831 11818 10081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19677867 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11836] ppid=11831 vsize=868716 CPUtime=0
/proc/11832/task/11836/stat : 11836 (java) S 11831 11818 10081 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19677867 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11837] ppid=11831 vsize=868716 CPUtime=0
/proc/11832/task/11837/stat : 11837 (java) S 11831 11818 10081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19677869 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11838] ppid=11831 vsize=868716 CPUtime=0.27
/proc/11832/task/11838/stat : 11838 (java) S 11831 11818 10081 0 -1 64 1565 0 0 0 27 0 0 0 17 0 9 0 19677869 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11839] ppid=11831 vsize=868716 CPUtime=0
/proc/11832/task/11839/stat : 11839 (java) S 11831 11818 10081 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19677869 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11832/tid=11840] ppid=11831 vsize=868716 CPUtime=0
/proc/11832/task/11840/stat : 11840 (java) S 11831 11818 10081 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19677869 889565184 9977 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890940

[startup+25.5028 s]
/proc/loadavg: 1.82 1.81 1.90 3/76 11842
/proc/meminfo: memFree=1820432/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=15.79
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1376 17552 0 2 6 1 1532 40 16 0 1 0 19677793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11818/statm: 4217 1113 409 3 0 796 0
[pid=11841] ppid=11818 vsize=5356 CPUtime=0
/proc/11841/stat : 11841 (sh) S 11818 11818 10081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19679391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11841/statm: 1339 232 193 169 0 50 0
[pid=11842] ppid=11841 vsize=69600 CPUtime=9.46
/proc/11842/stat : 11842 (minisat) R 11841 11818 10081 0 -1 4194304 16821 0 0 0 936 10 0 0 25 0 1 0 19679391 71270400 16807 996147200 134512640 135127466 4294956256 18446744073709551615 134530730 0 0 4096 3 0 0 0 17 1 0 0
/proc/11842/statm: 17400 16807 76 150 0 17247 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 91824

[startup+51.1022 s]
/proc/loadavg: 1.88 1.83 1.90 3/76 11842
/proc/meminfo: memFree=1818512/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=15.79
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1376 17552 0 2 6 1 1532 40 16 0 1 0 19677793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11818/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1721096/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=15.79
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1376 17552 0 2 6 1 1532 40 16 0 1 0 19677793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11818/statm: 4217 1113 409 3 0 796 0
[pid=11841] ppid=11818 vsize=5356 CPUtime=0
/proc/11841/stat : 11841 (sh) S 11818 11818 10081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19679391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11841/statm: 1339 232 193 169 0 50 0
[pid=11842] ppid=11841 vsize=123560 CPUtime=1283.26
/proc/11842/stat : 11842 (minisat) R 11841 11818 10081 0 -1 4194304 30270 0 0 0 128293 33 0 0 25 0 1 0 19679391 126525440 30256 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11842/statm: 30890 30256 76 150 0 30737 0
Current children cumulated CPU time (s) 1299.05
Current children cumulated vsize (KiB) 145784

[startup+1362.3 s]
/proc/loadavg: 2.14 2.03 1.96 3/77 11937
/proc/meminfo: memFree=1717576/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=15.79
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1376 17552 0 2 6 1 1532 40 16 0 1 0 19677793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11818/statm: 4217 1113 409 3 0 796 0
[pid=11841] ppid=11818 vsize=5356 CPUtime=0
/proc/11841/stat : 11841 (sh) S 11818 11818 10081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19679391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11841/statm: 1339 232 193 169 0 50 0
[pid=11842] ppid=11841 vsize=125540 CPUtime=1343.24
/proc/11842/stat : 11842 (minisat) R 11841 11818 10081 0 -1 4194304 30762 0 0 0 134290 34 0 0 25 0 1 0 19679391 128552960 30748 996147200 134512640 135127466 4294956256 18446744073709551615 134531107 0 0 4096 3 0 0 0 17 0 0 0
/proc/11842/statm: 31385 30748 76 150 0 31232 0
Current children cumulated CPU time (s) 1359.03
Current children cumulated vsize (KiB) 147764

[startup+1422.3 s]
/proc/loadavg: 2.29 2.09 1.98 3/77 11937
/proc/meminfo: memFree=1713608/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=15.79
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1376 17552 0 2 6 1 1532 40 16 0 1 0 19677793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11818/statm: 4217 1113 409 3 0 796 0
[pid=11841] ppid=11818 vsize=5356 CPUtime=0
/proc/11841/stat : 11841 (sh) S 11818 11818 10081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19679391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11841/statm: 1339 232 193 169 0 50 0
[pid=11842] ppid=11841 vsize=127788 CPUtime=1403.21
/proc/11842/stat : 11842 (minisat) R 11841 11818 10081 0 -1 4194304 31324 0 0 0 140286 35 0 0 25 0 1 0 19679391 130854912 31310 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11842/statm: 31947 31310 76 150 0 31794 0
Current children cumulated CPU time (s) 1419
Current children cumulated vsize (KiB) 150012

[startup+1482.3 s]
/proc/loadavg: 2.15 2.08 1.98 3/77 11937
/proc/meminfo: memFree=1709960/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=15.79
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1376 17552 0 2 6 1 1532 40 16 0 1 0 19677793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11818/statm: 4217 1113 409 3 0 796 0
[pid=11841] ppid=11818 vsize=5356 CPUtime=0
/proc/11841/stat : 11841 (sh) S 11818 11818 10081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19679391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11841/statm: 1339 232 193 169 0 50 0
[pid=11842] ppid=11841 vsize=129768 CPUtime=1463.19
/proc/11842/stat : 11842 (minisat) R 11841 11818 10081 0 -1 4194304 31824 0 0 0 146283 36 0 0 25 0 1 0 19679391 132882432 31810 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11842/statm: 32442 31810 76 150 0 32289 0
Current children cumulated CPU time (s) 1478.98
Current children cumulated vsize (KiB) 151992

[startup+1542.31 s]
/proc/loadavg: 2.10 2.08 1.99 3/77 11937
/proc/meminfo: memFree=1706184/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=15.79
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1376 17552 0 2 6 1 1532 40 16 0 1 0 19677793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11818/statm: 4217 1113 409 3 0 796 0
[pid=11841] ppid=11818 vsize=5356 CPUtime=0
/proc/11841/stat : 11841 (sh) S 11818 11818 10081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19679391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11841/statm: 1339 232 193 169 0 50 0
[pid=11842] ppid=11841 vsize=131760 CPUtime=1523.16
/proc/11842/stat : 11842 (minisat) R 11841 11818 10081 0 -1 4194304 32328 0 0 0 152279 37 0 0 25 0 1 0 19679391 134922240 32314 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/11842/statm: 32940 32314 76 150 0 32787 0
Current children cumulated CPU time (s) 1538.95
Current children cumulated vsize (KiB) 153984

[startup+1602.3 s]
/proc/loadavg: 2.08 2.08 2.00 3/77 11937
/proc/meminfo: memFree=1702536/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=15.79
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1376 17552 0 2 6 1 1532 40 16 0 1 0 19677793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11818/statm: 4217 1113 409 3 0 796 0
[pid=11841] ppid=11818 vsize=5356 CPUtime=0
/proc/11841/stat : 11841 (sh) S 11818 11818 10081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19679391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11841/statm: 1339 232 193 169 0 50 0
[pid=11842] ppid=11841 vsize=133620 CPUtime=1583.14
/proc/11842/stat : 11842 (minisat) R 11841 11818 10081 0 -1 4194304 32825 0 0 0 158276 38 0 0 25 0 1 0 19679391 136826880 32811 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/11842/statm: 33405 32811 76 150 0 33252 0
Current children cumulated CPU time (s) 1598.93
Current children cumulated vsize (KiB) 155844

[startup+1662.3 s]
/proc/loadavg: 2.06 2.08 2.00 3/77 11937
/proc/meminfo: memFree=1698952/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=15.79
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1376 17552 0 2 6 1 1532 40 16 0 1 0 19677793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11818/statm: 4217 1113 409 3 0 796 0
[pid=11841] ppid=11818 vsize=5356 CPUtime=0
/proc/11841/stat : 11841 (sh) S 11818 11818 10081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19679391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11841/statm: 1339 232 193 169 0 50 0
[pid=11842] ppid=11841 vsize=135608 CPUtime=1643.1
/proc/11842/stat : 11842 (minisat) R 11841 11818 10081 0 -1 4194304 33315 0 0 0 164272 38 0 0 25 0 1 0 19679391 138862592 33301 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11842/statm: 33902 33301 76 150 0 33749 0
Current children cumulated CPU time (s) 1658.89
Current children cumulated vsize (KiB) 157832

[startup+1722.3 s]
/proc/loadavg: 2.06 2.08 2.00 3/77 11937
/proc/meminfo: memFree=1695624/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=15.79
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1376 17552 0 2 6 1 1532 40 16 0 1 0 19677793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11818/statm: 4217 1113 409 3 0 796 0
[pid=11841] ppid=11818 vsize=5356 CPUtime=0
/proc/11841/stat : 11841 (sh) S 11818 11818 10081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19679391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11841/statm: 1339 232 193 169 0 50 0
[pid=11842] ppid=11841 vsize=137668 CPUtime=1703.08
/proc/11842/stat : 11842 (minisat) R 11841 11818 10081 0 -1 4194304 33698 0 0 0 170270 38 0 0 25 0 1 0 19679391 140972032 33684 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/11842/statm: 34417 33684 76 150 0 34264 0
Current children cumulated CPU time (s) 1718.87
Current children cumulated vsize (KiB) 159892

[startup+1782.3 s]
/proc/loadavg: 2.17 2.10 2.01 3/77 11937
/proc/meminfo: memFree=1692104/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=15.79
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1376 17552 0 2 6 1 1532 40 16 0 1 0 19677793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11818/statm: 4217 1113 409 3 0 796 0
[pid=11841] ppid=11818 vsize=5356 CPUtime=0
/proc/11841/stat : 11841 (sh) S 11818 11818 10081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19679391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11841/statm: 1339 232 193 169 0 50 0
[pid=11842] ppid=11841 vsize=139392 CPUtime=1763.05
/proc/11842/stat : 11842 (minisat) R 11841 11818 10081 0 -1 4194304 34109 0 0 0 176266 39 0 0 25 0 1 0 19679391 142737408 34095 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11842/statm: 34848 34095 76 150 0 34695 0
Current children cumulated CPU time (s) 1778.84
Current children cumulated vsize (KiB) 161616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.5 s]
/proc/loadavg: 2.28 2.13 2.02 3/77 11937
/proc/meminfo: memFree=1690952/2055920 swapFree=4192812/4192956
[pid=11818] ppid=11816 vsize=16868 CPUtime=15.79
/proc/11818/stat : 11818 (sugar) S 11816 11818 10081 0 -1 4194304 1376 17552 0 2 6 1 1532 40 16 0 1 0 19677793 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11818/statm: 4217 1113 409 3 0 796 0
[pid=11841] ppid=11818 vsize=5356 CPUtime=0
/proc/11841/stat : 11841 (sh) S 11818 11818 10081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19679391 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11841/statm: 1339 232 193 169 0 50 0
[pid=11842] ppid=11841 vsize=139788 CPUtime=1784.25
/proc/11842/stat : 11842 (minisat) R 11841 11818 10081 0 -1 4194304 34238 0 0 0 178386 39 0 0 25 0 1 0 19679391 143142912 34224 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11842/statm: 34947 34224 76 150 0 34794 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 162012

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11818 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=385661
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=450931
# CPU time returned by wait4() is 15.8366
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1803.55
CPU time (s): 1800.04
CPU user time (s): 1799.24
CPU system time (s): 0.8
CPU usage (%): 99.8054
Max. virtual memory (cumulated for all children) (KiB): 891080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.3857
system time used= 0.450931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19311
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= 9822
involuntary context switches= 9598

runsolver used 2.11768 second user time and 6.09507 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-11 17:28:29
IDJOB=2060841
IDBENCH=53754
IDSOLVER=739
FILE ID=node13/2060841-1247326109
PBS_JOBID= 9506602
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-29-29.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2060841-1247326109/watcher-2060841-1247326109 -o /tmp/evaluation-result-2060841-1247326109/solver-2060841-1247326109 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2060841-1247326109.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3195ec144ebbf2fbe4f6ca5dc1ee9867
RANDOM SEED=1699626239

node13.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.241
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.241
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:       1928128 kB
Buffers:          5568 kB
Cached:          56652 kB
SwapCached:          0 kB
Active:          68392 kB
Inactive:        13620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1928128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2008 kB
Writeback:           0 kB
Mapped:          30484 kB
Slab:            31136 kB
Committed_AS:   197004 kB
PageTables:       1836 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= 66292 MiB
End job on node13 at 2009-07-11 17:58:34