Trace number 1081780

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.08 1814.77

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-45.xml
MD5SUMc4567f2420b9c0b07f072179a1cd8341
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark346.213
Satisfiable
(Un)Satisfiability was proved
Number of variables2025
Number of constraints44594
Maximum constraint arity2
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension44594
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 02:49:55 2008
0.00/0.04	c 0	PID 18599
0.00/0.05	c 0	HOST node39.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081780-1215218995.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-1081780-1215218995.xml' 'HOME/temp.csp'
2.55/2.66	c 3	1 domains, 2025 variables, 4 predicates, 0 relations, 44594 constraints
2.61/2.72	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.61/2.72	c 3	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'
2.62/2.80	c 3	Parsing HOME/temp.csp
2.62/3.12	c 3	parsed 10000 expressions
3.17/3.33	c 3	parsed 20000 expressions
3.37/3.55	c 4	parsed 30000 expressions
3.56/3.72	c 4	parsed 40000 expressions
3.77/3.90	c 4	parsed 46624 expressions
3.77/3.90	c 4	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.77/3.90	c 4	Converting to clausal form CSP
4.46/4.65	c 5	converted 4663 (10%) expressions
5.45/5.62	c 6	converted 9325 (20%) expressions
6.24/6.44	c 7	converted 13988 (30%) expressions
7.03/7.27	c 7	converted 18650 (40%) expressions
8.11/8.38	c 9	converted 23312 (50%) expressions
8.91/9.19	c 9	converted 27975 (60%) expressions
9.79/10.01	c 10	converted 32637 (70%) expressions
10.59/10.83	c 11	converted 37300 (80%) expressions
11.77/12.05	c 12	converted 41962 (90%) expressions
12.56/12.86	c 13	converted 46624 (100%) expressions
12.56/12.86	c 13	CSP : 2025 integers, 42976 booleans, 132526 clauses, largest domain size 45
12.56/12.86	c 13	Heap : 65 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.56/12.86	c 13	Propagation in CSP
14.84/15.15	c 15	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.84/15.15	c 15	CSP : 2025 integers, 42976 booleans, 132526 clauses, largest domain size 45
14.84/15.15	c 15	Heap : 76 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.84/15.18	c 15	Simplifing CSP by introducing new Boolean variables
15.14/15.49	c 16	CSP : 2025 integers, 89100 booleans, 178650 clauses, largest domain size 45
15.14/15.49	c 16	Heap : 90 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
15.72/16.00	c 16	Encoding CSP to SAT : HOME/temp.cnf
15.83/16.11	c 16	203 (10%) CSP integer variables are encoded (8729 clauses, 111378 bytes)
15.83/16.15	c 16	405 (20%) CSP integer variables are encoded (17415 clauses, 239583 bytes)
15.83/16.19	c 16	608 (30%) CSP integer variables are encoded (26144 clauses, 370518 bytes)
15.92/16.24	c 16	810 (40%) CSP integer variables are encoded (34830 clauses, 500808 bytes)
15.92/16.28	c 16	1013 (50%) CSP integer variables are encoded (43559 clauses, 631743 bytes)
16.02/16.33	c 16	1215 (60%) CSP integer variables are encoded (52245 clauses, 762033 bytes)
16.02/16.37	c 17	1418 (70%) CSP integer variables are encoded (60974 clauses, 892968 bytes)
16.13/16.42	c 17	1620 (80%) CSP integer variables are encoded (69660 clauses, 1023258 bytes)
16.13/16.46	c 17	1823 (90%) CSP integer variables are encoded (78389 clauses, 1154193 bytes)
16.22/16.51	c 17	2025 (100%) CSP integer variables are encoded (87075 clauses, 1284483 bytes)
19.09/19.44	c 20	17865 (10%) CSP clauses are encoded (685163 clauses, 13664119 bytes)
21.95/22.31	c 22	35730 (20%) CSP clauses are encoded (1282619 clauses, 26206825 bytes)
24.83/25.23	c 25	53595 (30%) CSP clauses are encoded (1882984 clauses, 39522068 bytes)
27.70/28.16	c 28	71460 (40%) CSP clauses are encoded (2481641 clauses, 53081318 bytes)
30.66/31.12	c 31	89325 (50%) CSP clauses are encoded (3081492 clauses, 66668820 bytes)
33.53/34.01	c 34	107190 (60%) CSP clauses are encoded (3677462 clauses, 80166354 bytes)
36.38/36.96	c 37	125055 (70%) CSP clauses are encoded (4280149 clauses, 93820548 bytes)
39.24/39.87	c 40	142920 (80%) CSP clauses are encoded (4876975 clauses, 107338208 bytes)
42.21/42.83	c 43	160785 (90%) CSP clauses are encoded (5480271 clauses, 121007758 bytes)
45.08/45.79	c 46	178650 (100%) CSP clauses are encoded (6082789 clauses, 134657348 bytes)
45.08/45.79	c 46	178650 CSP clauses encoded
45.08/45.79	c 46	Writing map file : HOME/temp.map
45.17/45.85	c 46	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.17/45.85	c 46	SAT : 178200 SAT variables, 6082789 SAT clauses, 134657348 bytes
45.17/45.85	c 46	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.23/45.92	c 46	SOLVING HOME/temp.cnf
45.23/45.92	c 46	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
45.23/45.93	c 46	This is MiniSat 2.0 beta
45.23/45.93	c 46	WARNING: for repeatability, setting FPU to use double precision
45.23/45.93	c 46	============================[ Problem Statistics ]=============================
45.23/45.93	c 46	|                                                                             |
45.23/45.93	c 46	|  Number of variables:  178200                                               |
45.23/45.93	c 46	|  Number of clauses:    6082789                                              |
48.48/49.26	c 49	|  Parsing time:         2.91         s                                       |
48.68/49.45	c 50	============================[ Search Statistics ]==============================
48.68/49.45	c 50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
48.68/49.45	c 50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
48.68/49.45	c 50	===============================================================================
48.68/49.45	c 50	|         0 |  178200  6082789 17844846 |  2027596        0    nan |  0.000 % |
49.07/49.84	c 50	|       101 |  178200  6082789 17844846 |  2230355      101      7 |  0.000 % |
49.57/50.37	c 51	|       251 |  178200  6082789 17844846 |  2453391      251      6 |  0.000 % |
50.16/50.91	c 51	|       476 |  178200  6082789 17844846 |  2698730      476      6 |  0.000 % |
50.76/51.55	c 52	|       813 |  178200  6082789 17844846 |  2968603      813      6 |  0.000 % |
50.86/51.68	c 52	|      1319 |  178200  6082789 17844846 |  3265464     1319      8 |  0.000 % |
51.55/52.38	c 53	|      2079 |  178200  6082789 17844846 |  3592010     2079      8 |  0.000 % |
53.04/53.83	c 54	|      3218 |  178200  6082789 17844846 |  3951211     3218      7 |  0.000 % |
54.91/55.75	c 56	|      4927 |  178200  6082789 17844846 |  4346332     4927      7 |  0.000 % |
57.78/58.62	c 59	|      7490 |  178200  6082789 17844846 |  4780966     7490      7 |  0.000 % |
62.45/63.37	c 64	|     11335 |  178200  6082789 17844846 |  5259062    11335      7 |  0.000 % |
67.90/68.84	c 69	|     17101 |  178200  6082789 17844846 |  5784968    17101      7 |  0.000 % |
75.92/76.97	c 77	|     25750 |  178200  6082789 17844846 |  6363465    25750      7 |  0.000 % |
84.93/86.09	c 86	|     38724 |  178200  6082789 17844846 |  6999812    38724      8 |  0.000 % |
91.37/92.56	c 93	|     58185 |  178200  6082789 17844846 |  7699793    58185      9 |  0.000 % |
102.36/103.68	c 104	|     87378 |  178200  6082789 17844846 |  8469773    87378     10 |  0.000 % |
116.52/117.94	c 118	|    131168 |  178200  6082789 17844846 |  9316750   131168     12 |  0.000 % |
128.81/130.35	c 131	|    196852 |  178200  6082789 17844846 | 10248425   196852     12 |  0.000 % |
200.24/202.45	c 203	|    295379 |  178200  6082789 17844846 | 11273267   295379     15 |  0.000 % |
268.19/271.03	c 271	|    443168 |  178200  6082789 17844846 | 12400594   443168     15 |  0.000 % |
382.01/385.90	c 386	|    664851 |  178200  6082789 17844846 | 13640654   664851     16 |  0.000 % |
598.35/604.34	c 605	|    997377 |  178200  6082789 17844846 | 15004719   997377     16 |  0.000 % |
827.46/835.63	c 836	|   1496167 |  178200  6082789 17844846 | 16505191  1496167     16 |  0.000 % |
1222.05/1233.62	c 1234	|   2244349 |  178200  6082789 17844846 | 18155710  2244349     17 |  0.000 % |
1800.02/1814.62	c ERROR INTERRUPTED
1800.02/1814.71	s UNKNOWN
1800.02/1814.71	c 1815	CPU 44.05 (0.04 0.01 44.01 1.21)
1800.02/1814.71	c 1815	END Sat Jul  5 03:20:10 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-1081780-1215218995/watcher-1081780-1215218995 -o /tmp/evaluation-result-1081780-1215218995/solver-1081780-1215218995 -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-1081780-1215218995.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: 1.94 2.00 1.99 4/81 18599
/proc/meminfo: memFree=1791984/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=12000 CPUtime=0
/proc/18599/stat : 18599 (sugar) R 18597 18599 16021 0 -1 4194304 201 0 0 0 0 0 0 0 22 0 1 0 644833111 12288000 169 996147200 4194304 4206940 548682068608 18446744073709551615 231512011403 0 0 4224 0 0 0 0 17 1 0 0
/proc/18599/statm: 3000 169 130 3 0 100 0

[startup+0.0703509 s]
/proc/loadavg: 1.94 2.00 1.99 4/81 18599
/proc/meminfo: memFree=1791984/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=0.04
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 644833111 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101353 s]
/proc/loadavg: 1.94 2.00 1.99 4/81 18599
/proc/meminfo: memFree=1791984/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=0.04
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 644833111 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301377 s]
/proc/loadavg: 1.94 2.00 1.99 4/81 18599
/proc/meminfo: memFree=1791984/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=0.04
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 644833111 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701442 s]
/proc/loadavg: 1.94 2.00 1.99 4/81 18599
/proc/meminfo: memFree=1791984/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=0.04
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 644833111 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50256 s]
/proc/loadavg: 1.94 2.00 1.99 3/92 18611
/proc/meminfo: memFree=1764760/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=0.04
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 644833111 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 796 370 3 0 500 0
[pid=18602] ppid=18599 vsize=5356 CPUtime=0
/proc/18602/stat : 18602 (sh) S 18599 18599 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644833116 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18602/statm: 1339 233 193 169 0 50 0
[pid=18603] ppid=18602 vsize=864676 CPUtime=1.41
/proc/18603/stat : 18603 (java) S 18602 18599 16021 0 -1 0 15588 0 1 0 134 7 0 0 18 0 9 0 644833117 885428224 13135 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18603/statm: 216169 13135 2529 9 0 210751 0
[pid=18603/tid=18604] ppid=18602 vsize=864676 CPUtime=0.82
/proc/18603/task/18604/stat : 18604 (java) R 18602 18599 16021 0 -1 64 3053 0 1 0 81 1 0 0 24 0 9 0 644833118 885428224 13135 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18603/tid=18605] ppid=18602 vsize=864676 CPUtime=0.46
/proc/18603/task/18605/stat : 18605 (java) R 18602 18599 16021 0 -1 64 11330 0 0 0 42 4 0 0 16 0 9 0 644833119 885428224 13135 996147200 134512640 134550740 4294956000 18446744073709551615 102723006 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18603/tid=18606] ppid=18602 vsize=864676 CPUtime=0
/proc/18603/task/18606/stat : 18606 (java) S 18602 18599 16021 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 644833119 885428224 13135 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18603/tid=18607] ppid=18602 vsize=864676 CPUtime=0
/proc/18603/task/18607/stat : 18607 (java) S 18602 18599 16021 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 644833119 885428224 13135 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18603/tid=18608] ppid=18602 vsize=864676 CPUtime=0
/proc/18603/task/18608/stat : 18608 (java) S 18602 18599 16021 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 644833121 885428224 13135 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18603/tid=18609] ppid=18602 vsize=864676 CPUtime=0.11
/proc/18603/task/18609/stat : 18609 (java) S 18602 18599 16021 0 -1 64 505 0 0 0 11 0 0 0 16 0 9 0 644833121 885428224 13135 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18603/tid=18610] ppid=18602 vsize=864676 CPUtime=0
/proc/18603/task/18610/stat : 18610 (java) S 18602 18599 16021 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 644833121 885428224 13135 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18603/tid=18611] ppid=18602 vsize=864676 CPUtime=0
/proc/18603/task/18611/stat : 18611 (java) S 18602 18599 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 644833121 885428224 13135 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883632

[startup+3.10179 s]
/proc/loadavg: 1.94 2.00 1.99 3/92 18611
/proc/meminfo: memFree=1723224/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=2.62
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 973 23246 0 1 3 1 247 11 16 0 1 0 644833111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 13600

[startup+6.30227 s]
/proc/loadavg: 1.94 2.00 1.99 4/92 18621
/proc/meminfo: memFree=1756440/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=2.62
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 974 23246 0 1 3 1 247 11 16 0 1 0 644833111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 797 370 3 0 500 0
[pid=18612] ppid=18599 vsize=5356 CPUtime=0
/proc/18612/stat : 18612 (sh) S 18599 18599 16021 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644833384 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18612/statm: 1339 233 193 169 0 50 0
[pid=18613] ppid=18612 vsize=868416 CPUtime=3.52
/proc/18613/stat : 18613 (java) S 18612 18599 16021 0 -1 0 13218 0 1 0 344 8 0 0 19 0 9 0 644833384 889257984 11665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18613/statm: 217104 11665 2541 9 0 211679 0
[pid=18613/tid=18614] ppid=18612 vsize=868416 CPUtime=2.64
/proc/18613/task/18614/stat : 18614 (java) R 18612 18599 16021 0 -1 64 3038 0 1 0 262 2 0 0 25 0 9 0 644833385 889257984 11665 996147200 134512640 134550740 4294955952 18446744073709551615 4126658215 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18615] ppid=18612 vsize=868416 CPUtime=0.66
/proc/18613/task/18615/stat : 18615 (java) S 18612 18599 16021 0 -1 64 8004 0 0 0 62 4 0 0 16 0 9 0 644833386 889257984 11665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18616] ppid=18612 vsize=868416 CPUtime=0
/proc/18613/task/18616/stat : 18616 (java) S 18612 18599 16021 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644833386 889257984 11665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18617] ppid=18612 vsize=868416 CPUtime=0
/proc/18613/task/18617/stat : 18617 (java) S 18612 18599 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 644833386 889257984 11665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18618] ppid=18612 vsize=868416 CPUtime=0
/proc/18613/task/18618/stat : 18618 (java) S 18612 18599 16021 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644833388 889257984 11665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18619] ppid=18612 vsize=868416 CPUtime=0.2
/proc/18613/task/18619/stat : 18619 (java) S 18612 18599 16021 0 -1 64 1479 0 0 0 19 1 0 0 16 0 9 0 644833388 889257984 11665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18620] ppid=18612 vsize=868416 CPUtime=0
/proc/18613/task/18620/stat : 18620 (java) S 18612 18599 16021 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644833388 889257984 11665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18621] ppid=18612 vsize=868416 CPUtime=0
/proc/18613/task/18621/stat : 18621 (java) S 18612 18599 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 644833388 889257984 11665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887372

[startup+12.7022 s]
/proc/loadavg: 1.95 2.00 1.99 3/92 18622
/proc/meminfo: memFree=1714968/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=2.62
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 974 23246 0 1 3 1 247 11 16 0 1 0 644833111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 797 370 3 0 500 0
[pid=18612] ppid=18599 vsize=5356 CPUtime=0
/proc/18612/stat : 18612 (sh) S 18599 18599 16021 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644833384 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18612/statm: 1339 233 193 169 0 50 0
[pid=18613] ppid=18612 vsize=868416 CPUtime=9.84
/proc/18613/stat : 18613 (java) S 18612 18599 16021 0 -1 0 33103 0 1 0 967 17 0 0 19 0 9 0 644833384 889257984 21987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18613/statm: 217104 21987 2541 9 0 211679 0
[pid=18613/tid=18614] ppid=18612 vsize=868416 CPUtime=7.69
/proc/18613/task/18614/stat : 18614 (java) R 18612 18599 16021 0 -1 64 3800 0 1 0 767 2 0 0 25 0 9 0 644833385 889257984 21987 996147200 134512640 134550740 4294955952 18446744073709551615 4126612763 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18615] ppid=18612 vsize=868416 CPUtime=1.92
/proc/18613/task/18615/stat : 18615 (java) S 18612 18599 16021 0 -1 64 27125 0 0 0 179 13 0 0 16 0 9 0 644833386 889257984 21987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18616] ppid=18612 vsize=868416 CPUtime=0
/proc/18613/task/18616/stat : 18616 (java) S 18612 18599 16021 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644833386 889257984 21987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18617] ppid=18612 vsize=868416 CPUtime=0
/proc/18613/task/18617/stat : 18617 (java) S 18612 18599 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 644833386 889257984 21987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18618] ppid=18612 vsize=868416 CPUtime=0
/proc/18613/task/18618/stat : 18618 (java) S 18612 18599 16021 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644833388 889257984 21987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18619] ppid=18612 vsize=868416 CPUtime=0.2
/proc/18613/task/18619/stat : 18619 (java) S 18612 18599 16021 0 -1 64 1481 0 0 0 19 1 0 0 16 0 9 0 644833388 889257984 21987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18620] ppid=18612 vsize=868416 CPUtime=0
/proc/18613/task/18620/stat : 18620 (java) S 18612 18599 16021 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644833388 889257984 21987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18621] ppid=18612 vsize=868416 CPUtime=0
/proc/18613/task/18621/stat : 18621 (java) S 18612 18599 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 644833388 889257984 21987 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887372

[startup+25.5021 s]
/proc/loadavg: 1.96 2.00 1.99 3/92 18623
/proc/meminfo: memFree=1643096/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=2.63
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 974 23246 0 1 4 1 247 11 16 0 1 0 644833111 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 797 370 3 0 500 0
[pid=18612] ppid=18599 vsize=5356 CPUtime=0
/proc/18612/stat : 18612 (sh) S 18599 18599 16021 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644833384 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18612/statm: 1339 233 193 169 0 50 0
[pid=18613] ppid=18612 vsize=868528 CPUtime=22.49
/proc/18613/stat : 18613 (java) S 18612 18599 16021 0 -1 0 41980 0 1 0 2201 48 0 0 19 0 9 0 644833384 889372672 28848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18613/statm: 217132 28848 2566 9 0 211679 0
[pid=18613/tid=18614] ppid=18612 vsize=868528 CPUtime=19.24
/proc/18613/task/18614/stat : 18614 (java) R 18612 18599 16021 0 -1 64 4100 0 1 0 1896 28 0 0 25 0 9 0 644833385 889372672 28848 996147200 134512640 134550740 4294955952 18446744073709551615 4127024332 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18615] ppid=18612 vsize=868528 CPUtime=2.93
/proc/18613/task/18615/stat : 18615 (java) S 18612 18599 16021 0 -1 64 35656 0 0 0 276 17 0 0 16 0 9 0 644833386 889372672 28848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18616] ppid=18612 vsize=868528 CPUtime=0
/proc/18613/task/18616/stat : 18616 (java) S 18612 18599 16021 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644833386 889372672 28848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18617] ppid=18612 vsize=868528 CPUtime=0
/proc/18613/task/18617/stat : 18617 (java) S 18612 18599 16021 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 644833386 889372672 28848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18618] ppid=18612 vsize=868528 CPUtime=0
/proc/18613/task/18618/stat : 18618 (java) S 18612 18599 16021 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644833388 889372672 28848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18619] ppid=18612 vsize=868528 CPUtime=0.29
/proc/18613/task/18619/stat : 18619 (java) S 18612 18599 16021 0 -1 64 1527 0 0 0 28 1 0 0 15 0 9 0 644833388 889372672 28848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18620] ppid=18612 vsize=868528 CPUtime=0
/proc/18613/task/18620/stat : 18620 (java) S 18612 18599 16021 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644833388 889372672 28848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18613/tid=18621] ppid=18612 vsize=868528 CPUtime=0
/proc/18613/task/18621/stat : 18621 (java) S 18612 18599 16021 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 644833388 889372672 28848 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 887484

[startup+51.1019 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 18625
/proc/meminfo: memFree=1393304/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=45.25
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 1033 65980 0 2 4 1 4400 120 15 0 1 0 644833111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 799 370 3 0 500 0
[pid=18624] ppid=18599 vsize=5356 CPUtime=0
/proc/18624/stat : 18624 (sh) S 18599 18599 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644837704 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18624/statm: 1339 232 193 169 0 50 0
[pid=18625] ppid=18624 vsize=274284 CPUtime=5.11
/proc/18625/stat : 18625 (minisat) R 18624 18599 16021 0 -1 4194304 66120 0 0 0 470 41 0 0 25 0 1 0 644837704 280866816 66106 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0

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

[pid=18624] ppid=18599 vsize=5356 CPUtime=0
/proc/18624/stat : 18624 (sh) S 18599 18599 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644837704 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18624/statm: 1339 232 193 169 0 50 0
[pid=18625] ppid=18624 vsize=566780 CPUtime=1364.52
/proc/18625/stat : 18625 (minisat) R 18624 18599 16021 0 -1 4194304 137621 0 0 0 136349 103 0 0 25 0 1 0 644837704 580382720 137607 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18625/statm: 141695 137607 76 150 0 141542 0
Current children cumulated CPU time (s) 1409.77
Current children cumulated vsize (KiB) 585736

[startup+1482.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/87 18673
/proc/meminfo: memFree=621704/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=45.25
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 1033 65980 0 2 4 1 4400 120 16 0 1 0 644833111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 799 370 3 0 500 0
[pid=18624] ppid=18599 vsize=5356 CPUtime=0
/proc/18624/stat : 18624 (sh) S 18599 18599 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644837704 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18624/statm: 1339 232 193 169 0 50 0
[pid=18625] ppid=18624 vsize=572152 CPUtime=1424.18
/proc/18625/stat : 18625 (minisat) R 18624 18599 16021 0 -1 4194304 138975 0 0 0 142314 104 0 0 25 0 1 0 644837704 585883648 138961 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18625/statm: 143038 138961 76 150 0 142885 0
Current children cumulated CPU time (s) 1469.43
Current children cumulated vsize (KiB) 591108

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 18673
/proc/meminfo: memFree=578888/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=45.25
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 1033 65980 0 2 4 1 4400 120 16 0 1 0 644833111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 799 370 3 0 500 0
[pid=18624] ppid=18599 vsize=5356 CPUtime=0
/proc/18624/stat : 18624 (sh) S 18599 18599 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644837704 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18624/statm: 1339 232 193 169 0 50 0
[pid=18625] ppid=18624 vsize=586804 CPUtime=1483.84
/proc/18625/stat : 18625 (minisat) R 18624 18599 16021 0 -1 4194304 142757 0 0 0 148277 107 0 0 25 0 1 0 644837704 600887296 142743 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18625/statm: 146701 142743 76 150 0 146548 0
Current children cumulated CPU time (s) 1529.09
Current children cumulated vsize (KiB) 605760

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 18673
/proc/meminfo: memFree=546760/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=45.25
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 1033 65980 0 2 4 1 4400 120 16 0 1 0 644833111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 799 370 3 0 500 0
[pid=18624] ppid=18599 vsize=5356 CPUtime=0
/proc/18624/stat : 18624 (sh) S 18599 18599 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644837704 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18624/statm: 1339 232 193 169 0 50 0
[pid=18625] ppid=18624 vsize=592028 CPUtime=1543.54
/proc/18625/stat : 18625 (minisat) R 18624 18599 16021 0 -1 4194304 144015 0 0 0 154246 108 0 0 25 0 1 0 644837704 606236672 144001 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/18625/statm: 148007 144001 76 150 0 147854 0
Current children cumulated CPU time (s) 1588.79
Current children cumulated vsize (KiB) 610984

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 18673
/proc/meminfo: memFree=510792/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=45.25
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 1033 65980 0 2 4 1 4400 120 16 0 1 0 644833111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 799 370 3 0 500 0
[pid=18624] ppid=18599 vsize=5356 CPUtime=0
/proc/18624/stat : 18624 (sh) S 18599 18599 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644837704 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18624/statm: 1339 232 193 169 0 50 0
[pid=18625] ppid=18624 vsize=600308 CPUtime=1603.21
/proc/18625/stat : 18625 (minisat) R 18624 18599 16021 0 -1 4194304 146170 0 0 0 160211 110 0 0 25 0 1 0 644837704 614715392 146156 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18625/statm: 150077 146156 76 150 0 149924 0
Current children cumulated CPU time (s) 1648.46
Current children cumulated vsize (KiB) 619264

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18673
/proc/meminfo: memFree=480264/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=45.25
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 1033 65980 0 2 4 1 4400 120 16 0 1 0 644833111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 799 370 3 0 500 0
[pid=18624] ppid=18599 vsize=5356 CPUtime=0
/proc/18624/stat : 18624 (sh) S 18599 18599 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644837704 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18624/statm: 1339 232 193 169 0 50 0
[pid=18625] ppid=18624 vsize=604084 CPUtime=1662.92
/proc/18625/stat : 18625 (minisat) R 18624 18599 16021 0 -1 4194304 147145 0 0 0 166181 111 0 0 25 0 1 0 644837704 618582016 147131 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18625/statm: 151021 147131 76 150 0 150868 0
Current children cumulated CPU time (s) 1708.17
Current children cumulated vsize (KiB) 623040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18673
/proc/meminfo: memFree=476296/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=45.25
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 1033 65980 0 2 4 1 4400 120 16 0 1 0 644833111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 799 370 3 0 500 0
[pid=18624] ppid=18599 vsize=5356 CPUtime=0
/proc/18624/stat : 18624 (sh) S 18599 18599 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644837704 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18624/statm: 1339 232 193 169 0 50 0
[pid=18625] ppid=18624 vsize=607792 CPUtime=1722.62
/proc/18625/stat : 18625 (minisat) R 18624 18599 16021 0 -1 4194304 148097 0 0 0 172150 112 0 0 25 0 1 0 644837704 622379008 148083 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/18625/statm: 151948 148083 76 150 0 151795 0
Current children cumulated CPU time (s) 1767.87
Current children cumulated vsize (KiB) 626748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18673
/proc/meminfo: memFree=446408/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=45.25
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 1033 65980 0 2 4 1 4400 120 16 0 1 0 644833111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 799 370 3 0 500 0
[pid=18624] ppid=18599 vsize=5356 CPUtime=0
/proc/18624/stat : 18624 (sh) S 18599 18599 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644837704 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18624/statm: 1339 232 193 169 0 50 0
[pid=18625] ppid=18624 vsize=610076 CPUtime=1754.77
/proc/18625/stat : 18625 (minisat) R 18624 18599 16021 0 -1 4194304 148675 0 0 0 175364 113 0 0 25 0 1 0 644837704 624717824 148661 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/18625/statm: 152519 148661 76 150 0 152366 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 629032

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

[startup+1814.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18673
/proc/meminfo: memFree=446408/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=45.25
/proc/18599/stat : 18599 (sugar) S 18597 18599 16021 0 -1 4194304 1033 65980 0 2 4 1 4400 120 16 0 1 0 644833111 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231502557282 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18599/statm: 3400 799 370 3 0 500 0
[pid=18624] ppid=18599 vsize=5356 CPUtime=0
/proc/18624/stat : 18624 (sh) S 18599 18599 16021 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 644837704 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231493657412 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18624/statm: 1339 232 193 169 0 50 0
[pid=18625] ppid=18624 vsize=610076 CPUtime=1754.77
/proc/18625/stat : 18625 (minisat) R 18624 18599 16021 0 -1 4194304 148675 0 0 0 175364 113 0 0 25 0 1 0 644837704 624717824 148661 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/18625/statm: 152519 148661 76 150 0 152366 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 629032

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

[startup+1814.72 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18673
/proc/meminfo: memFree=446408/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=45.29
/proc/18599/stat : 18599 (sugar) R 18597 18599 16021 0 -1 4194304 1070 66257 0 2 4 3 4401 121 17 0 1 0 644833111 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231493833769 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18599/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 45.29
Current children cumulated vsize (KiB) 13600

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

[startup+1814.72 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18673
/proc/meminfo: memFree=446408/2055920 swapFree=4180808/4192956
[pid=18599] ppid=18597 vsize=13600 CPUtime=45.29
/proc/18599/stat : 18599 (sugar) R 18597 18599 16021 0 -1 4194304 1070 66257 0 2 4 3 4401 121 17 0 1 0 644833111 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231493833769 0 0 4224 16386 0 0 0 17 0 0 0
/proc/18599/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 45.29
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): 1754.73
#  lost CPU user time (s): 1753.63
#  lost CPU system time (s): 1.1

Real time (s): 1814.77
CPU time (s): 1800.08
CPU user time (s): 1797.68
CPU system time (s): 2.3928
CPU usage (%): 99.1905
Max. virtual memory (cumulated for all children) (KiB): 900688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.0543
system time used= 1.2928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67358
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= 10705
involuntary context switches= 11491

runsolver used 2.04069 second user time and 6.22905 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-05 02:49:55
IDJOB=1081780
IDBENCH=57137
IDSOLVER=346
FILE ID=node39/1081780-1215218995
PBS_JOBID= 7881669
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-45.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-1081780-1215218995/watcher-1081780-1215218995 -o /tmp/evaluation-result-1081780-1215218995/solver-1081780-1215218995 -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-1081780-1215218995.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c4567f2420b9c0b07f072179a1cd8341
RANDOM SEED=477625868

node39.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.267
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.267
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:       1792464 kB
Buffers:         31948 kB
Cached:         147264 kB
SwapCached:       5748 kB
Active:         160468 kB
Inactive:        51644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1792464 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            6908 kB
Writeback:           0 kB
Mapped:          49244 kB
Slab:            36664 kB
Committed_AS:  1022296 kB
PageTables:       1880 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= 66552 MiB
End job on node39 at 2008-07-05 03:20:12