Trace number 2080718

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

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 benchmark
Best CPU time to get the best result obtained on this benchmark
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

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 05:53:00 2009
0.00/0.07	c 0	PID 22962
0.00/0.07	c 0	HOST node89.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2080718-1247370779.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080718-1247370779.xml' 'HOME/temp.csp'
2.35/2.43	c 2	1 domains, 2025 variables, 4 predicates, 0 relations, 44594 constraints
2.35/2.48	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.35/2.48	c 2	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'
2.39/2.55	c 2	Parsing HOME/temp.csp
2.39/2.73	c 3	parsed 10000 expressions
2.39/2.83	c 3	parsed 20000 expressions
2.39/2.95	c 3	parsed 30000 expressions
2.39/3.02	c 3	parsed 40000 expressions
2.39/3.07	c 3	parsed 46624 expressions
2.39/3.08	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.39/3.08	c 3	Converting to clausal form CSP
3.79/3.95	c 4	converted 4663 (10%) expressions
4.89/5.04	c 5	converted 9325 (20%) expressions
5.78/5.99	c 6	converted 13988 (30%) expressions
7.09/7.23	c 7	converted 18650 (40%) expressions
7.99/8.16	c 8	converted 23312 (50%) expressions
8.88/9.09	c 9	converted 27975 (60%) expressions
9.88/10.02	c 10	converted 32637 (70%) expressions
11.18/11.35	c 11	converted 37300 (80%) expressions
12.08/12.26	c 12	converted 41962 (90%) expressions
12.98/13.19	c 13	converted 46624 (100%) expressions
12.98/13.19	c 13	CSP : 2025 integers, 42976 booleans, 132526 clauses, largest domain size 45
12.98/13.19	c 13	Heap : 74 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.98/13.19	c 13	Propagation in CSP
14.88/15.01	c 15	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
14.88/15.01	c 15	CSP : 2025 integers, 42976 booleans, 132526 clauses, largest domain size 45
14.88/15.01	c 15	Heap : 75 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.88/15.05	c 15	Simplifing CSP by introducing new Boolean variables
15.19/15.32	c 15	CSP : 2025 integers, 89100 booleans, 178650 clauses, largest domain size 45
15.19/15.32	c 15	Heap : 87 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
15.69/15.81	c 16	Encoding CSP to SAT : HOME/temp.cnf
15.78/15.91	c 16	203 (10%) CSP integer variables are encoded (8729 clauses, 111378 bytes)
15.78/15.95	c 16	405 (20%) CSP integer variables are encoded (17415 clauses, 239583 bytes)
15.78/15.98	c 16	608 (30%) CSP integer variables are encoded (26144 clauses, 370518 bytes)
15.88/16.03	c 16	810 (40%) CSP integer variables are encoded (34830 clauses, 500808 bytes)
15.88/16.07	c 16	1013 (50%) CSP integer variables are encoded (43559 clauses, 631743 bytes)
15.99/16.10	c 16	1215 (60%) CSP integer variables are encoded (52245 clauses, 762033 bytes)
15.99/16.14	c 16	1418 (70%) CSP integer variables are encoded (60974 clauses, 892968 bytes)
15.99/16.18	c 16	1620 (80%) CSP integer variables are encoded (69660 clauses, 1023258 bytes)
16.09/16.22	c 16	1823 (90%) CSP integer variables are encoded (78389 clauses, 1154193 bytes)
16.09/16.26	c 16	2025 (100%) CSP integer variables are encoded (87075 clauses, 1284483 bytes)
18.78/18.92	c 19	17865 (10%) CSP clauses are encoded (685163 clauses, 13664119 bytes)
21.28/21.49	c 21	35730 (20%) CSP clauses are encoded (1282619 clauses, 26206825 bytes)
23.97/24.12	c 24	53595 (30%) CSP clauses are encoded (1882984 clauses, 39522068 bytes)
26.56/26.76	c 27	71460 (40%) CSP clauses are encoded (2481641 clauses, 53081318 bytes)
29.16/29.40	c 29	89325 (50%) CSP clauses are encoded (3081492 clauses, 66668820 bytes)
31.85/32.02	c 32	107190 (60%) CSP clauses are encoded (3677462 clauses, 80166354 bytes)
34.45/34.65	c 35	125055 (70%) CSP clauses are encoded (4280149 clauses, 93820548 bytes)
37.05/37.28	c 37	142920 (80%) CSP clauses are encoded (4876975 clauses, 107338208 bytes)
39.71/40.57	c 40	160785 (90%) CSP clauses are encoded (5480271 clauses, 121007758 bytes)
42.38/43.25	c 43	178650 (100%) CSP clauses are encoded (6082789 clauses, 134657348 bytes)
42.38/43.25	c 43	178650 CSP clauses encoded
42.38/43.25	c 43	Writing map file : HOME/temp.map
42.38/43.28	c 43	Heap : 71 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
42.38/43.28	c 43	SAT : 178200 SAT variables, 6082789 SAT clauses, 134657348 bytes
42.38/43.28	c 43	Heap : 71 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
42.47/43.33	c 43	SOLVING HOME/temp.cnf
42.47/43.33	c 43	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
42.47/43.33	c 43	This is MiniSat 2.0 beta
42.47/43.33	c 43	WARNING: for repeatability, setting FPU to use double precision
42.47/43.34	c 43	============================[ Problem Statistics ]=============================
42.47/43.34	c 43	|                                                                             |
42.47/43.34	c 43	|  Number of variables:  178200                                               |
42.47/43.34	c 43	|  Number of clauses:    6082789                                              |
45.53/46.46	c 46	|  Parsing time:         2.69         s                                       |
45.74/46.63	c 47	============================[ Search Statistics ]==============================
45.74/46.63	c 47	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
45.74/46.63	c 47	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
45.74/46.63	c 47	===============================================================================
45.74/46.63	c 47	|         0 |  178200  6082789 17844846 |  2027596        0    nan |  0.000 % |
46.13/47.00	c 47	|       101 |  178200  6082789 17844846 |  2230355      101      7 |  0.000 % |
46.63/47.52	c 47	|       251 |  178200  6082789 17844846 |  2453391      251      6 |  0.000 % |
47.12/48.03	c 48	|       476 |  178200  6082789 17844846 |  2698730      476      6 |  0.000 % |
47.72/48.65	c 49	|       813 |  178200  6082789 17844846 |  2968603      813      6 |  0.000 % |
47.82/48.78	c 49	|      1319 |  178200  6082789 17844846 |  3265464     1319      8 |  0.000 % |
48.51/49.46	c 49	|      2079 |  178200  6082789 17844846 |  3592010     2079      8 |  0.000 % |
49.89/50.87	c 51	|      3218 |  178200  6082789 17844846 |  3951211     3218      7 |  0.000 % |
51.78/52.74	c 53	|      4927 |  178200  6082789 17844846 |  4346332     4927      7 |  0.000 % |
54.55/55.52	c 55	|      7490 |  178200  6082789 17844846 |  4780966     7490      7 |  0.000 % |
59.10/60.12	c 60	|     11335 |  178200  6082789 17844846 |  5259062    11335      7 |  0.000 % |
64.26/65.35	c 65	|     17101 |  178200  6082789 17844846 |  5784968    17101      7 |  0.000 % |
72.09/73.21	c 73	|     25750 |  178200  6082789 17844846 |  6363465    25750      7 |  0.000 % |
80.71/81.96	c 82	|     38724 |  178200  6082789 17844846 |  6999812    38724      8 |  0.000 % |
86.85/88.11	c 88	|     58185 |  178200  6082789 17844846 |  7699793    58185      9 |  0.000 % |
97.46/98.83	c 99	|     87378 |  178200  6082789 17844846 |  8469773    87378     10 |  0.000 % |
111.05/112.53	c 112	|    131168 |  178200  6082789 17844846 |  9316750   131168     12 |  0.000 % |
122.55/124.15	c 124	|    196852 |  178200  6082789 17844846 | 10248425   196852     12 |  0.000 % |
191.75/193.91	c 194	|    295379 |  178200  6082789 17844846 | 11273267   295379     15 |  0.000 % |
257.30/260.01	c 260	|    443168 |  178200  6082789 17844846 | 12400594   443168     15 |  0.000 % |
366.70/370.41	c 370	|    664851 |  178200  6082789 17844846 | 13640654   664851     16 |  0.000 % |
581.44/586.94	c 587	|    997377 |  178200  6082789 17844846 | 15004719   997377     16 |  0.000 % |
819.03/824.76	c 825	|   1496167 |  178200  6082789 17844846 | 16505191  1496167     16 |  0.000 % |
1215.47/1221.34	c 1221	|   2244349 |  178200  6082789 17844846 | 18155710  2244349     17 |  0.000 % |
1800.05/1806.12	c ERROR INTERRUPTED
1800.05/1806.21	s UNKNOWN
1800.05/1806.21	c 1806	CPU 42.51 (0.06 0.01 41.25 1.19)
1800.05/1806.21	c 1806	END Sun Jul 12 06:23:06 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-2080718-1247370779/watcher-2080718-1247370779 -o /tmp/evaluation-result-2080718-1247370779/solver-2080718-1247370779 -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-2080718-1247370779.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: 2.09 2.10 2.13 4/75 22962
/proc/meminfo: memFree=1733040/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=12272 CPUtime=0
/proc/22962/stat : 22962 (sugar) R 22960 22962 22574 0 -1 4194304 357 0 0 0 0 0 0 0 18 0 1 0 24143156 12566528 325 996147200 4194304 4206940 548682068608 18446744073709551615 249069736673 0 0 4224 0 0 0 0 17 0 0 0
/proc/22962/statm: 3068 327 246 3 0 168 0

[startup+0.079695 s]
/proc/loadavg: 2.09 2.10 2.13 4/75 22962
/proc/meminfo: memFree=1733040/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=0.06
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24143156 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22962/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.1107 s]
/proc/loadavg: 2.09 2.10 2.13 4/75 22962
/proc/meminfo: memFree=1733040/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=0.06
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24143156 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22962/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301712 s]
/proc/loadavg: 2.09 2.10 2.13 4/75 22962
/proc/meminfo: memFree=1733040/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=0.06
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24143156 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22962/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701753 s]
/proc/loadavg: 2.09 2.10 2.13 4/75 22962
/proc/meminfo: memFree=1733040/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=0.06
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24143156 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22962/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50183 s]
/proc/loadavg: 2.09 2.10 2.13 3/86 22974
/proc/meminfo: memFree=1701720/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=0.06
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 24143156 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22962/statm: 4217 1111 409 3 0 796 0
[pid=22965] ppid=22962 vsize=5356 CPUtime=0
/proc/22965/stat : 22965 (sh) S 22962 22962 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24143163 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22965/statm: 1339 233 193 169 0 50 0
[pid=22966] ppid=22965 vsize=865044 CPUtime=1.4
/proc/22966/stat : 22966 (java) S 22965 22962 22574 0 -1 0 17734 0 1 0 132 8 0 0 18 0 9 0 24143164 885805056 15240 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22966/statm: 216261 15240 2556 9 0 210773 0
[pid=22966/tid=22967] ppid=22965 vsize=865044 CPUtime=0.8
/proc/22966/task/22967/stat : 22967 (java) R 22965 22962 22574 0 -1 64 3104 0 1 0 78 2 0 0 24 0 9 0 24143165 885805056 15240 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22966/tid=22968] ppid=22965 vsize=865044 CPUtime=0.47
/proc/22966/task/22968/stat : 22968 (java) R 22965 22962 22574 0 -1 64 13410 0 0 0 42 5 0 0 16 0 9 0 24143166 885805056 15240 996147200 134512640 134550932 4294955984 18446744073709551615 102758195 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22966/tid=22969] ppid=22965 vsize=865044 CPUtime=0
/proc/22966/task/22969/stat : 22969 (java) S 22965 22962 22574 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24143166 885805056 15240 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22966/tid=22970] ppid=22965 vsize=865044 CPUtime=0
/proc/22966/task/22970/stat : 22970 (java) S 22965 22962 22574 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24143166 885805056 15240 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22966/tid=22971] ppid=22965 vsize=865044 CPUtime=0
/proc/22966/task/22971/stat : 22971 (java) S 22965 22962 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24143168 885805056 15240 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22966/tid=22972] ppid=22965 vsize=865044 CPUtime=0.1
/proc/22966/task/22972/stat : 22972 (java) S 22965 22962 22574 0 -1 64 516 0 0 0 10 0 0 0 16 0 9 0 24143168 885805056 15240 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22966/tid=22973] ppid=22965 vsize=865044 CPUtime=0
/proc/22966/task/22973/stat : 22973 (java) S 22965 22962 22574 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24143168 885805056 15240 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22966/tid=22974] ppid=22965 vsize=865044 CPUtime=0
/proc/22966/task/22974/stat : 22974 (java) S 22965 22962 22574 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24143168 885805056 15240 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 887268

[startup+3.10198 s]
/proc/loadavg: 2.09 2.10 2.13 4/86 22974
/proc/meminfo: memFree=1662872/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.39
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1309 23327 0 1 5 1 220 13 15 0 1 0 24143156 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22962/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.3053 s]
/proc/loadavg: 2.08 2.10 2.13 3/86 22984
/proc/meminfo: memFree=1691032/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.39
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1309 23327 0 1 5 1 220 13 16 0 1 0 24143156 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22962/statm: 4217 1111 409 3 0 796 0
[pid=22975] ppid=22962 vsize=5356 CPUtime=0
/proc/22975/stat : 22975 (sh) S 22962 22962 22574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24143404 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22975/statm: 1339 233 193 169 0 50 0
[pid=22976] ppid=22975 vsize=868612 CPUtime=3.8
/proc/22976/stat : 22976 (java) S 22975 22962 22574 0 -1 0 14770 0 1 0 372 8 0 0 20 0 9 0 24143405 889458688 13372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22976/statm: 217153 13372 2567 9 0 211658 0
[pid=22976/tid=22977] ppid=22975 vsize=868612 CPUtime=2.98
/proc/22976/task/22977/stat : 22977 (java) R 22975 22962 22574 0 -1 64 2963 0 1 0 296 2 0 0 25 0 9 0 24143406 889458688 13372 996147200 134512640 134550932 4294955936 18446744073709551615 4126558948 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22978] ppid=22975 vsize=868612 CPUtime=0.63
/proc/22976/task/22978/stat : 22978 (java) S 22975 22962 22574 0 -1 64 9670 0 0 0 60 3 0 0 16 0 9 0 24143407 889458688 13372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22979] ppid=22975 vsize=868612 CPUtime=0
/proc/22976/task/22979/stat : 22979 (java) S 22975 22962 22574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24143407 889458688 13372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22980] ppid=22975 vsize=868612 CPUtime=0
/proc/22976/task/22980/stat : 22980 (java) S 22975 22962 22574 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24143407 889458688 13372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22981] ppid=22975 vsize=868612 CPUtime=0
/proc/22976/task/22981/stat : 22981 (java) S 22975 22962 22574 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24143409 889458688 13372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22982] ppid=22975 vsize=868612 CPUtime=0.17
/proc/22976/task/22982/stat : 22982 (java) S 22975 22962 22574 0 -1 64 1433 0 0 0 16 1 0 0 16 0 9 0 24143409 889458688 13372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22983] ppid=22975 vsize=868612 CPUtime=0
/proc/22976/task/22983/stat : 22983 (java) S 22975 22962 22574 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24143409 889458688 13372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22984] ppid=22975 vsize=868612 CPUtime=0
/proc/22976/task/22984/stat : 22984 (java) S 22975 22962 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24143409 889458688 13372 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890836

[startup+12.7029 s]
/proc/loadavg: 2.08 2.10 2.13 3/86 22984
/proc/meminfo: memFree=1645272/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.39
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1309 23327 0 1 5 1 220 13 16 0 1 0 24143156 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22962/statm: 4217 1111 409 3 0 796 0
[pid=22975] ppid=22962 vsize=5356 CPUtime=0
/proc/22975/stat : 22975 (sh) S 22962 22962 22574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24143404 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22975/statm: 1339 233 193 169 0 50 0
[pid=22976] ppid=22975 vsize=868612 CPUtime=10.19
/proc/22976/stat : 22976 (java) S 22975 22962 22574 0 -1 0 35432 0 1 0 1000 19 0 0 20 0 9 0 24143405 889458688 24446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22976/statm: 217153 24446 2568 9 0 211658 0
[pid=22976/tid=22977] ppid=22975 vsize=868612 CPUtime=8.16
/proc/22976/task/22977/stat : 22977 (java) R 22975 22962 22574 0 -1 64 3730 0 1 0 812 4 0 0 25 0 9 0 24143406 889458688 24446 996147200 134512640 134550932 4294955936 18446744073709551615 4126555704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22978] ppid=22975 vsize=868612 CPUtime=1.84
/proc/22976/task/22978/stat : 22978 (java) S 22975 22962 22574 0 -1 64 29565 0 0 0 171 13 0 0 16 0 9 0 24143407 889458688 24446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22979] ppid=22975 vsize=868612 CPUtime=0
/proc/22976/task/22979/stat : 22979 (java) S 22975 22962 22574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24143407 889458688 24446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22980] ppid=22975 vsize=868612 CPUtime=0
/proc/22976/task/22980/stat : 22980 (java) S 22975 22962 22574 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24143407 889458688 24446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22981] ppid=22975 vsize=868612 CPUtime=0
/proc/22976/task/22981/stat : 22981 (java) S 22975 22962 22574 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24143409 889458688 24446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22982] ppid=22975 vsize=868612 CPUtime=0.17
/proc/22976/task/22982/stat : 22982 (java) S 22975 22962 22574 0 -1 64 1433 0 0 0 16 1 0 0 16 0 9 0 24143409 889458688 24446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22983] ppid=22975 vsize=868612 CPUtime=0
/proc/22976/task/22983/stat : 22983 (java) S 22975 22962 22574 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24143409 889458688 24446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22984] ppid=22975 vsize=868612 CPUtime=0
/proc/22976/task/22984/stat : 22984 (java) S 22975 22962 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24143409 889458688 24446 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 890836

[startup+25.5012 s]
/proc/loadavg: 2.14 2.11 2.14 3/86 22984
/proc/meminfo: memFree=1575192/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=2.4
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1310 23327 0 1 6 1 220 13 16 0 1 0 24143156 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22962/statm: 4217 1111 409 3 0 796 0
[pid=22975] ppid=22962 vsize=5356 CPUtime=0
/proc/22975/stat : 22975 (sh) S 22962 22962 22574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24143404 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22975/statm: 1339 233 193 169 0 50 0
[pid=22976] ppid=22975 vsize=868724 CPUtime=22.97
/proc/22976/stat : 22976 (java) S 22975 22962 22574 0 -1 0 41747 0 1 0 2247 50 0 0 20 0 9 0 24143405 889573376 29350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22976/statm: 217181 29350 2593 9 0 211658 0
[pid=22976/tid=22977] ppid=22975 vsize=868724 CPUtime=20.01
/proc/22976/task/22977/stat : 22977 (java) R 22975 22962 22574 0 -1 64 4046 0 1 0 1971 30 0 0 25 0 9 0 24143406 889573376 29350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22978] ppid=22975 vsize=868724 CPUtime=2.68
/proc/22976/task/22978/stat : 22978 (java) S 22975 22962 22574 0 -1 64 35517 0 0 0 251 17 0 0 16 0 9 0 24143407 889573376 29350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22979] ppid=22975 vsize=868724 CPUtime=0
/proc/22976/task/22979/stat : 22979 (java) S 22975 22962 22574 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24143407 889573376 29350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22980] ppid=22975 vsize=868724 CPUtime=0
/proc/22976/task/22980/stat : 22980 (java) S 22975 22962 22574 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24143407 889573376 29350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22981] ppid=22975 vsize=868724 CPUtime=0
/proc/22976/task/22981/stat : 22981 (java) S 22975 22962 22574 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24143409 889573376 29350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22982] ppid=22975 vsize=868724 CPUtime=0.25
/proc/22976/task/22982/stat : 22982 (java) S 22975 22962 22574 0 -1 64 1480 0 0 0 24 1 0 0 16 0 9 0 24143409 889573376 29350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22983] ppid=22975 vsize=868724 CPUtime=0
/proc/22976/task/22983/stat : 22983 (java) S 22975 22962 22574 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24143409 889573376 29350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22976/tid=22984] ppid=22975 vsize=868724 CPUtime=0
/proc/22976/task/22984/stat : 22984 (java) S 22975 22962 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24143409 889573376 29350 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 890948

[startup+51.1017 s]
/proc/loadavg: 2.51 2.19 2.16 3/78 22986
/proc/meminfo: memFree=1323224/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=42.51
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1376 65772 0 2 6 1 4125 119 16 0 1 0 24143156 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24147490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=280668 CPUtime=7.68
/proc/22986/stat : 22986 (minisat) R 22985 22962 22574 0 -1 4194304 67699 0 0 0 726 42 0 0 25 0 1 0 24147490 287404032 67685 996147200 134512640 135127466 4294956256 18446744073709551615 134530825 0 0 4096 3 0 0 0 17 1 0 0

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

/proc/22986/stat : 22986 (minisat) R 22985 22962 22574 0 -1 4194304 138204 0 0 0 137279 110 0 0 25 0 1 0 24147490 582815744 138190 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22986/statm: 142289 138190 76 150 0 142136 0
Current children cumulated CPU time (s) 1416.4
Current children cumulated vsize (KiB) 591380

[startup+1482.3 s]
/proc/loadavg: 2.30 2.10 2.06 3/78 23143
/proc/meminfo: memFree=1013848/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=42.51
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1376 65772 0 2 6 1 4125 119 16 0 1 0 24143156 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24147490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=581096 CPUtime=1433.86
/proc/22986/stat : 22986 (minisat) R 22985 22962 22574 0 -1 4194304 141292 0 0 0 143273 113 0 0 25 0 1 0 24147490 595042304 141278 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22986/statm: 145274 141278 76 150 0 145121 0
Current children cumulated CPU time (s) 1476.37
Current children cumulated vsize (KiB) 603320

[startup+1542.3 s]
/proc/loadavg: 2.29 2.13 2.07 3/78 23143
/proc/meminfo: memFree=1005272/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=42.51
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1376 65772 0 2 6 1 4125 119 16 0 1 0 24143156 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24147490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=589308 CPUtime=1493.84
/proc/22986/stat : 22986 (minisat) R 22985 22962 22574 0 -1 4194304 143342 0 0 0 149269 115 0 0 25 0 1 0 24147490 603451392 143328 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22986/statm: 147327 143328 76 150 0 147174 0
Current children cumulated CPU time (s) 1536.35
Current children cumulated vsize (KiB) 611532

[startup+1602.3 s]
/proc/loadavg: 2.17 2.12 2.07 3/78 23143
/proc/meminfo: memFree=1000856/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=42.51
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1376 65772 0 2 6 1 4125 119 16 0 1 0 24143156 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24147490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=593624 CPUtime=1553.82
/proc/22986/stat : 22986 (minisat) R 22985 22962 22574 0 -1 4194304 144467 0 0 0 155266 116 0 0 25 0 1 0 24147490 607870976 144453 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22986/statm: 148406 144453 76 150 0 148253 0
Current children cumulated CPU time (s) 1596.33
Current children cumulated vsize (KiB) 615848

[startup+1662.3 s]
/proc/loadavg: 2.12 2.11 2.07 3/78 23143
/proc/meminfo: memFree=991256/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=42.51
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1376 65772 0 2 6 1 4125 119 16 0 1 0 24143156 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24147490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=601788 CPUtime=1613.79
/proc/22986/stat : 22986 (minisat) R 22985 22962 22574 0 -1 4194304 146553 0 0 0 161261 118 0 0 25 0 1 0 24147490 616230912 146539 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/22986/statm: 150447 146539 76 150 0 150294 0
Current children cumulated CPU time (s) 1656.3
Current children cumulated vsize (KiB) 624012

[startup+1722.3 s]
/proc/loadavg: 2.18 2.13 2.08 3/78 23143
/proc/meminfo: memFree=986840/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=42.51
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1376 65772 0 2 6 1 4125 119 16 0 1 0 24143156 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24147490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=605848 CPUtime=1673.77
/proc/22986/stat : 22986 (minisat) R 22985 22962 22574 0 -1 4194304 147603 0 0 0 167258 119 0 0 25 0 1 0 24147490 620388352 147589 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/22986/statm: 151462 147589 76 150 0 151309 0
Current children cumulated CPU time (s) 1716.28
Current children cumulated vsize (KiB) 628072

[startup+1782.3 s]
/proc/loadavg: 2.07 2.11 2.07 3/78 23143
/proc/meminfo: memFree=982552/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=42.51
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1376 65772 0 2 6 1 4125 119 16 0 1 0 24143156 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24147490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=609924 CPUtime=1733.74
/proc/22986/stat : 22986 (minisat) R 22985 22962 22574 0 -1 4194304 148618 0 0 0 173254 120 0 0 25 0 1 0 24147490 624562176 148604 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22986/statm: 152481 148604 76 150 0 152328 0
Current children cumulated CPU time (s) 1776.25
Current children cumulated vsize (KiB) 632148



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.1 s]
/proc/loadavg: 2.04 2.10 2.07 3/78 23143
/proc/meminfo: memFree=980952/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=42.51
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1376 65772 0 2 6 1 4125 119 16 0 1 0 24143156 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24147490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=611324 CPUtime=1757.54
/proc/22986/stat : 22986 (minisat) R 22985 22962 22574 0 -1 4194304 148996 0 0 0 175634 120 0 0 25 0 1 0 24147490 625995776 148982 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22986/statm: 152831 148982 76 150 0 152678 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 633548

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

############
# WARNING:
# current cumulated CPU time (42.53 s) is less than in the last sample (1800.05 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (1757.52 s) to the 'lost time'.

[startup+1806.1 s]
/proc/loadavg: 2.04 2.10 2.07 3/78 23143
/proc/meminfo: memFree=980952/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=42.51
/proc/22962/stat : 22962 (sugar) S 22960 22962 22574 0 -1 4194304 1376 65772 0 2 6 1 4125 119 16 0 1 0 24143156 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22962/statm: 4217 1113 409 3 0 796 0
[pid=22985] ppid=22962 vsize=5356 CPUtime=0
/proc/22985/stat : 22985 (sh) S 22962 22962 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24147490 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22985/statm: 1339 232 193 169 0 50 0
[pid=22986] ppid=22985 vsize=611324 CPUtime=1757.54
/proc/22986/stat : 22986 (minisat) R 22985 22962 22574 0 -1 4194304 148996 0 0 0 175634 120 0 0 25 0 1 0 24147490 625995776 148982 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22986/statm: 152831 148982 76 150 0 152678 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 633548

[startup+1806.22 s]
/proc/loadavg: 2.04 2.10 2.07 3/78 23143
/proc/meminfo: memFree=980952/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=42.53
/proc/22962/stat : 22962 (sugar) R 22960 22962 22574 0 -1 4194304 1423 66049 0 2 6 3 4125 119 16 0 1 0 24143156 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22962/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 42.53
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+1806.22 s]
/proc/loadavg: 2.04 2.10 2.07 3/78 23143
/proc/meminfo: memFree=980952/2055920 swapFree=4192812/4192956
[pid=22962] ppid=22960 vsize=16868 CPUtime=42.53
/proc/22962/stat : 22962 (sugar) R 22960 22962 22574 0 -1 4194304 1423 66049 0 2 6 3 4125 119 16 0 1 0 24143156 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 0 0 0 17 0 0 0
/proc/22962/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 42.53
Current children cumulated vsize (KiB) 16868

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): 1757.52
#  lost CPU user time (s): 1756.34
#  lost CPU system time (s): 1.18

Real time (s): 1806.27
CPU time (s): 1800.13
CPU user time (s): 1797.67
CPU system time (s): 2.45681
CPU usage (%): 99.6597
Max. virtual memory (cumulated for all children) (KiB): 901588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 41.3287
system time used= 1.2768
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67531
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= 11097
involuntary context switches= 11069

runsolver used 2.03969 second user time and 5.9011 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-12 05:53:00
IDJOB=2080718
IDBENCH=57137
IDSOLVER=739
FILE ID=node89/2080718-1247370779
PBS_JOBID= 9507136
Free space on /tmp= 66260 MiB

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

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

MD5SUM BENCH= c4567f2420b9c0b07f072179a1cd8341
RANDOM SEED=1401821611

node89.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1733520 kB
Buffers:         33604 kB
Cached:         191544 kB
SwapCached:          0 kB
Active:         155060 kB
Inactive:        93244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1733520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6820 kB
Writeback:           0 kB
Mapped:          33828 kB
Slab:            59444 kB
Committed_AS:   238444 kB
PageTables:       1748 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= 66260 MiB
End job on node89 at 2009-07-12 06:23:08