Trace number 2080751

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.09 1816.69

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-35.xml
MD5SUM1eb3c150032c50ac46662d9f9a65bfe6
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 variables1225
Number of constraints20859
Maximum constraint arity2
Maximum domain size35
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20859
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:58:08 2009
0.00/0.08	c 0	PID 28170
0.07/0.08	c 0	HOST node17.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2080751-1247371088.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080751-1247371088.xml' 'HOME/temp.csp'
1.65/1.74	c 2	1 domains, 1225 variables, 4 predicates, 0 relations, 20859 constraints
1.65/1.77	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.65/1.77	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'
1.70/1.85	c 2	Parsing HOME/temp.csp
1.70/2.00	c 2	parsed 10000 expressions
2.02/2.13	c 2	parsed 20000 expressions
2.02/2.15	c 2	parsed 22089 expressions
2.02/2.16	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.02/2.16	c 2	Converting to clausal form CSP
2.50/2.66	c 3	converted 2209 (10%) expressions
2.91/3.09	c 3	converted 4418 (20%) expressions
3.39/3.59	c 4	converted 6627 (30%) expressions
3.89/4.01	c 4	converted 8836 (40%) expressions
4.29/4.43	c 5	converted 11045 (50%) expressions
4.87/5.00	c 5	converted 13254 (60%) expressions
5.28/5.42	c 6	converted 15463 (70%) expressions
5.67/5.84	c 6	converted 17672 (80%) expressions
6.06/6.25	c 6	converted 19881 (90%) expressions
6.85/7.02	c 7	converted 22089 (100%) expressions
6.85/7.02	c 7	CSP : 1225 integers, 19886 booleans, 61821 clauses, largest domain size 35
6.85/7.02	c 7	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.85/7.02	c 7	Propagation in CSP
7.64/7.81	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.64/7.81	c 8	CSP : 1225 integers, 19886 booleans, 61821 clauses, largest domain size 35
7.64/7.81	c 8	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.64/7.83	c 8	Simplifing CSP by introducing new Boolean variables
7.74/7.96	c 8	CSP : 1225 integers, 41650 booleans, 83585 clauses, largest domain size 35
7.74/7.96	c 8	Heap : 41 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.14/8.33	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.23/8.41	c 9	123 (10%) CSP integer variables are encoded (4059 clauses, 50682 bytes)
8.23/8.44	c 9	245 (20%) CSP integer variables are encoded (8085 clauses, 103020 bytes)
8.23/8.47	c 9	368 (30%) CSP integer variables are encoded (12144 clauses, 160666 bytes)
8.23/8.50	c 9	490 (40%) CSP integer variables are encoded (16170 clauses, 221056 bytes)
8.33/8.52	c 9	613 (50%) CSP integer variables are encoded (20229 clauses, 281941 bytes)
8.33/8.55	c 9	735 (60%) CSP integer variables are encoded (24255 clauses, 342331 bytes)
8.33/8.58	c 9	858 (70%) CSP integer variables are encoded (28314 clauses, 403216 bytes)
8.44/8.60	c 9	980 (80%) CSP integer variables are encoded (32340 clauses, 463606 bytes)
8.44/8.63	c 9	1103 (90%) CSP integer variables are encoded (36399 clauses, 524491 bytes)
8.44/8.65	c 9	1225 (100%) CSP integer variables are encoded (40425 clauses, 584881 bytes)
9.92/10.12	c 10	8359 (10%) CSP clauses are encoded (259638 clauses, 4938429 bytes)
11.31/11.55	c 12	16717 (20%) CSP clauses are encoded (478405 clauses, 9403211 bytes)
12.69/12.97	c 13	25076 (30%) CSP clauses are encoded (695116 clauses, 13836345 bytes)
14.16/14.40	c 15	33434 (40%) CSP clauses are encoded (913642 clauses, 18323117 bytes)
15.55/15.84	c 16	41793 (50%) CSP clauses are encoded (1132865 clauses, 23002295 bytes)
16.93/17.28	c 17	50151 (60%) CSP clauses are encoded (1352066 clauses, 27726550 bytes)
18.41/18.72	c 19	58510 (70%) CSP clauses are encoded (1569099 clauses, 32402346 bytes)
19.79/20.14	c 20	66868 (80%) CSP clauses are encoded (1784895 clauses, 37049070 bytes)
21.18/21.57	c 22	75227 (90%) CSP clauses are encoded (2003576 clauses, 41759575 bytes)
22.56/22.99	c 23	83585 (100%) CSP clauses are encoded (2219634 clauses, 46412063 bytes)
22.56/22.99	c 23	83585 CSP clauses encoded
22.56/23.00	c 23	Writing map file : HOME/temp.map
22.66/23.03	c 23	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.66/23.03	c 23	SAT : 83300 SAT variables, 2219634 SAT clauses, 46412063 bytes
22.66/23.03	c 23	Heap : 32 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
22.66/23.06	c 23	SOLVING HOME/temp.cnf
22.66/23.06	c 23	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
22.66/23.06	c 23	This is MiniSat 2.0 beta
22.66/23.06	c 23	WARNING: for repeatability, setting FPU to use double precision
22.66/23.06	c 23	============================[ Problem Statistics ]=============================
22.66/23.06	c 23	|                                                                             |
22.66/23.06	c 23	|  Number of variables:  83300                                                |
22.66/23.06	c 23	|  Number of clauses:    2219634                                              |
23.93/24.31	c 24	|  Parsing time:         1.04         s                                       |
23.93/24.39	c 25	============================[ Search Statistics ]==============================
23.93/24.39	c 25	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.93/24.39	c 25	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.93/24.39	c 25	===============================================================================
23.93/24.39	c 25	|         0 |   83300  2219634  6469956 |   739878        0    nan |  0.000 % |
24.23/24.61	c 25	|       100 |   83300  2219634  6469956 |   813865      100      5 |  0.000 % |
24.43/24.90	c 25	|       250 |   83300  2219634  6469956 |   895252      250      5 |  0.000 % |
24.83/25.23	c 25	|       475 |   83300  2219634  6469956 |   984777      475      6 |  0.000 % |
24.92/25.37	c 26	|       813 |   83300  2219634  6469956 |  1083255      813      7 |  0.000 % |
25.61/26.09	c 26	|      1319 |   83300  2219634  6469956 |  1191580     1319      6 |  0.000 % |
26.40/26.83	c 27	|      2078 |   83300  2219634  6469956 |  1310739     2078      6 |  0.000 % |
27.50/27.93	c 28	|      3218 |   83300  2219634  6469956 |  1441812     3218      6 |  0.000 % |
28.99/29.42	c 30	|      4926 |   83300  2219634  6469956 |  1585994     4926      6 |  0.000 % |
30.17/30.68	c 31	|      7488 |   83300  2219634  6469956 |  1744593     7488      7 |  0.000 % |
31.55/32.00	c 32	|     11332 |   83300  2219634  6469956 |  1919052    11332      9 |  0.000 % |
33.44/33.90	c 34	|     17098 |   83300  2219634  6469956 |  2110958    17098      9 |  0.000 % |
35.72/36.25	c 36	|     25747 |   83300  2219634  6469956 |  2322054    25747     10 |  0.000 % |
37.99/38.53	c 39	|     38721 |   83300  2219634  6469956 |  2554259    38721     10 |  0.000 % |
44.44/45.01	c 45	|     58182 |   83300  2219634  6469956 |  2809685    58182     15 |  0.000 % |
49.78/50.49	c 51	|     87376 |   83300  2219634  6469956 |  3090654    87376     15 |  0.000 % |
64.45/65.23	c 65	|    131167 |   83300  2219634  6469956 |  3399719   131167     14 |  0.000 % |
74.95/75.90	c 76	|    196851 |   83300  2219634  6469956 |  3739691   196851     15 |  0.000 % |
99.50/100.66	c 101	|    295377 |   83300  2219634  6469956 |  4113660   295377     15 |  0.000 % |
136.35/137.85	c 138	|    443166 |   83300  2219634  6469956 |  4525026   443166     15 |  0.000 % |
280.47/283.36	c 284	|    664850 |   83300  2219634  6469956 |  4977529   664850     16 |  0.000 % |
381.29/385.20	c 385	|    997376 |   83300  2219634  6469956 |  5475282   997376     16 |  0.000 % |
1563.68/1578.89	c 1579	|   1496165 |   83300  2219634  6469956 |  6022810  1496165     20 |  0.000 % |
1800.09/1816.62	c ERROR INTERRUPTED
1800.09/1816.66	s UNKNOWN
1800.09/1816.66	c 1817	CPU 22.72 (0.06 0.02 22.02 0.62)
1800.09/1816.66	c 1817	END Sun Jul 12 06:28:25 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-2080751-1247371088/watcher-2080751-1247371088 -o /tmp/evaluation-result-2080751-1247371088/solver-2080751-1247371088 -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-2080751-1247371088.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.02 2.12 2.15 4/81 28170
/proc/meminfo: memFree=1650320/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=12268 CPUtime=0
/proc/28170/stat : 28170 (sugar) R 28168 28170 23471 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24176056 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 245482879589 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/28170/statm: 3067 316 241 3 0 167 0

[startup+0.085167 s]
/proc/loadavg: 2.02 2.12 2.15 4/81 28170
/proc/meminfo: memFree=1650320/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16740 CPUtime=0.07
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24176056 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101492 s]
/proc/loadavg: 2.02 2.12 2.15 4/81 28170
/proc/meminfo: memFree=1650320/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=0.07
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24176056 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301498 s]
/proc/loadavg: 2.02 2.12 2.15 4/81 28170
/proc/meminfo: memFree=1650320/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=0.07
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24176056 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701542 s]
/proc/loadavg: 2.02 2.12 2.15 4/81 28170
/proc/meminfo: memFree=1650320/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=0.07
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24176056 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50262 s]
/proc/loadavg: 2.10 2.14 2.16 3/92 28182
/proc/meminfo: memFree=1625208/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=0.07
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24176056 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1111 409 3 0 796 0
[pid=28173] ppid=28170 vsize=5356 CPUtime=0
/proc/28173/stat : 28173 (sh) S 28170 28170 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24176064 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28173/statm: 1339 233 193 169 0 50 0
[pid=28174] ppid=28173 vsize=864788 CPUtime=1.39
/proc/28174/stat : 28174 (java) S 28173 28170 23471 0 -1 0 12903 0 1 0 130 9 0 0 18 0 9 0 24176065 885542912 10937 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28174/statm: 216197 10937 2557 9 0 210709 0
[pid=28174/tid=28175] ppid=28173 vsize=864788 CPUtime=0.75
/proc/28174/task/28175/stat : 28175 (java) R 28173 28170 23471 0 -1 64 3041 0 1 0 72 3 0 0 24 0 9 0 24176066 885542912 10937 996147200 134512640 134550932 4294955984 18446744073709551615 4126095903 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28174/tid=28176] ppid=28173 vsize=864788 CPUtime=0.47
/proc/28174/task/28176/stat : 28176 (java) S 28173 28170 23471 0 -1 64 8632 0 0 0 43 4 0 0 17 0 9 0 24176067 885542912 10937 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28174/tid=28177] ppid=28173 vsize=864788 CPUtime=0
/proc/28174/task/28177/stat : 28177 (java) S 28173 28170 23471 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24176067 885542912 10937 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28174/tid=28178] ppid=28173 vsize=864788 CPUtime=0
/proc/28174/task/28178/stat : 28178 (java) S 28173 28170 23471 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 24176067 885542912 10937 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28174/tid=28179] ppid=28173 vsize=864788 CPUtime=0
/proc/28174/task/28179/stat : 28179 (java) S 28173 28170 23471 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24176070 885542912 10937 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28174/tid=28180] ppid=28173 vsize=864788 CPUtime=0.14
/proc/28174/task/28180/stat : 28180 (java) S 28173 28170 23471 0 -1 64 524 0 0 0 14 0 0 0 16 0 9 0 24176070 885542912 10937 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28174/tid=28181] ppid=28173 vsize=864788 CPUtime=0
/proc/28174/task/28181/stat : 28181 (java) S 28173 28170 23471 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24176070 885542912 10937 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28174/tid=28182] ppid=28173 vsize=864788 CPUtime=0
/proc/28174/task/28182/stat : 28182 (java) S 28173 28170 23471 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24176070 885542912 10937 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) 887012

[startup+3.10278 s]
/proc/loadavg: 2.10 2.14 2.16 3/92 28192
/proc/meminfo: memFree=1636088/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=1.7
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1309 13662 0 1 5 2 153 10 16 0 1 0 24176056 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1111 409 3 0 796 0
[pid=28183] ppid=28170 vsize=5356 CPUtime=0
/proc/28183/stat : 28183 (sh) S 28170 28170 23471 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24176233 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28183/statm: 1339 233 193 169 0 50 0
[pid=28184] ppid=28183 vsize=868568 CPUtime=1.31
/proc/28184/stat : 28184 (java) S 28183 28170 23471 0 -1 0 8812 0 1 0 126 5 0 0 19 0 9 0 24176233 889413632 7901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28184/statm: 217142 7901 2566 9 0 211647 0
[pid=28184/tid=28185] ppid=28183 vsize=868568 CPUtime=0.88
/proc/28184/task/28185/stat : 28185 (java) R 28183 28170 23471 0 -1 64 2624 0 1 0 87 1 0 0 25 0 9 0 24176234 889413632 7901 996147200 134512640 134550932 4294955936 18446744073709551615 4126457635 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28186] ppid=28183 vsize=868568 CPUtime=0.22
/proc/28184/task/28186/stat : 28186 (java) S 28183 28170 23471 0 -1 64 4012 0 0 0 20 2 0 0 16 0 9 0 24176235 889413632 7901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28187] ppid=28183 vsize=868568 CPUtime=0
/proc/28184/task/28187/stat : 28187 (java) S 28183 28170 23471 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24176235 889413632 7901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28188] ppid=28183 vsize=868568 CPUtime=0
/proc/28184/task/28188/stat : 28188 (java) S 28183 28170 23471 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24176235 889413632 7901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28189] ppid=28183 vsize=868568 CPUtime=0
/proc/28184/task/28189/stat : 28189 (java) S 28183 28170 23471 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24176238 889413632 7901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28190] ppid=28183 vsize=868568 CPUtime=0.17
/proc/28184/task/28190/stat : 28190 (java) S 28183 28170 23471 0 -1 64 1472 0 0 0 17 0 0 0 15 0 9 0 24176238 889413632 7901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28191] ppid=28183 vsize=868568 CPUtime=0
/proc/28184/task/28191/stat : 28191 (java) S 28183 28170 23471 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24176238 889413632 7901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28192] ppid=28183 vsize=868568 CPUtime=0
/proc/28184/task/28192/stat : 28192 (java) S 28183 28170 23471 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24176238 889413632 7901 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890792

[startup+6.30211 s]
/proc/loadavg: 2.10 2.14 2.16 3/92 28192
/proc/meminfo: memFree=1608504/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=1.7
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1309 13662 0 1 5 2 153 10 16 0 1 0 24176056 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1111 409 3 0 796 0
[pid=28183] ppid=28170 vsize=5356 CPUtime=0
/proc/28183/stat : 28183 (sh) S 28170 28170 23471 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24176233 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28183/statm: 1339 233 193 169 0 50 0
[pid=28184] ppid=28183 vsize=868568 CPUtime=4.47
/proc/28184/stat : 28184 (java) S 28183 28170 23471 0 -1 0 14901 0 1 0 437 10 0 0 19 0 9 0 24176233 889413632 13562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28184/statm: 217142 13562 2566 9 0 211647 0
[pid=28184/tid=28185] ppid=28183 vsize=868568 CPUtime=3.47
/proc/28184/task/28185/stat : 28185 (java) R 28183 28170 23471 0 -1 64 2996 0 1 0 345 2 0 0 25 0 9 0 24176234 889413632 13562 996147200 134512640 134550932 4294955936 18446744073709551615 4126524143 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28186] ppid=28183 vsize=868568 CPUtime=0.79
/proc/28184/task/28186/stat : 28186 (java) S 28183 28170 23471 0 -1 64 9726 0 0 0 73 6 0 0 16 0 9 0 24176235 889413632 13562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28187] ppid=28183 vsize=868568 CPUtime=0
/proc/28184/task/28187/stat : 28187 (java) S 28183 28170 23471 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24176235 889413632 13562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28188] ppid=28183 vsize=868568 CPUtime=0
/proc/28184/task/28188/stat : 28188 (java) S 28183 28170 23471 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24176235 889413632 13562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28189] ppid=28183 vsize=868568 CPUtime=0
/proc/28184/task/28189/stat : 28189 (java) S 28183 28170 23471 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24176238 889413632 13562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28190] ppid=28183 vsize=868568 CPUtime=0.17
/proc/28184/task/28190/stat : 28190 (java) S 28183 28170 23471 0 -1 64 1475 0 0 0 17 0 0 0 16 0 9 0 24176238 889413632 13562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28191] ppid=28183 vsize=868568 CPUtime=0
/proc/28184/task/28191/stat : 28191 (java) S 28183 28170 23471 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24176238 889413632 13562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28192] ppid=28183 vsize=868568 CPUtime=0
/proc/28184/task/28192/stat : 28192 (java) S 28183 28170 23471 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24176238 889413632 13562 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890792

[startup+12.7028 s]
/proc/loadavg: 2.09 2.13 2.16 3/92 28192
/proc/meminfo: memFree=1580280/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=1.7
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1310 13662 0 1 5 2 153 10 16 0 1 0 24176056 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1111 409 3 0 796 0
[pid=28183] ppid=28170 vsize=5356 CPUtime=0
/proc/28183/stat : 28183 (sh) S 28170 28170 23471 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24176233 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28183/statm: 1339 233 193 169 0 50 0
[pid=28184] ppid=28183 vsize=868680 CPUtime=10.79
/proc/28184/stat : 28184 (java) S 28183 28170 23471 0 -1 0 24871 0 1 0 1051 28 0 0 19 0 9 0 24176233 889528320 16261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28184/statm: 217170 16261 2593 9 0 211647 0
[pid=28184/tid=28185] ppid=28183 vsize=868680 CPUtime=8.81
/proc/28184/task/28185/stat : 28185 (java) R 28183 28170 23471 0 -1 64 3464 0 1 0 869 12 0 0 25 0 9 0 24176234 889528320 16261 996147200 134512640 134550932 4294955936 18446744073709551615 4127012552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28186] ppid=28183 vsize=868680 CPUtime=1.68
/proc/28184/task/28186/stat : 28186 (java) S 28183 28170 23471 0 -1 64 19178 0 0 0 155 13 0 0 16 0 9 0 24176235 889528320 16261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28187] ppid=28183 vsize=868680 CPUtime=0
/proc/28184/task/28187/stat : 28187 (java) S 28183 28170 23471 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24176235 889528320 16261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28188] ppid=28183 vsize=868680 CPUtime=0
/proc/28184/task/28188/stat : 28188 (java) S 28183 28170 23471 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24176235 889528320 16261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28189] ppid=28183 vsize=868680 CPUtime=0
/proc/28184/task/28189/stat : 28189 (java) S 28183 28170 23471 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24176238 889528320 16261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28190] ppid=28183 vsize=868680 CPUtime=0.27
/proc/28184/task/28190/stat : 28190 (java) S 28183 28170 23471 0 -1 64 1525 0 0 0 26 1 0 0 16 0 9 0 24176238 889528320 16261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28191] ppid=28183 vsize=868680 CPUtime=0
/proc/28184/task/28191/stat : 28191 (java) S 28183 28170 23471 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24176238 889528320 16261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28184/tid=28192] ppid=28183 vsize=868680 CPUtime=0
/proc/28184/task/28192/stat : 28192 (java) S 28183 28170 23471 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24176238 889528320 16261 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890904

[startup+25.5011 s]
/proc/loadavg: 2.07 2.13 2.15 3/84 28194
/proc/meminfo: memFree=1502776/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=22.71
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1376 39170 0 2 5 2 2202 62 15 0 1 0 24176056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1113 409 3 0 796 0
[pid=28193] ppid=28170 vsize=5356 CPUtime=0
/proc/28193/stat : 28193 (sh) S 28170 28170 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24178362 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28193/statm: 1339 232 193 169 0 50 0
[pid=28194] ppid=28193 vsize=99996 CPUtime=2.4
/proc/28194/stat : 28194 (minisat) R 28193 28170 23471 0 -1 4194304 24579 0 0 0 218 22 0 0 25 0 1 0 24178362 102395904 24565 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28194/statm: 24999 24565 76 150 0 24846 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 122220

[startup+51.1017 s]
/proc/loadavg: 2.05 2.12 2.15 3/84 28194
/proc/meminfo: memFree=1491064/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=22.72
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1376 39170 0 2 6 2 2202 62 16 0 1 0 24176056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1330744/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=22.72
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1376 39170 0 2 6 2 2202 62 16 0 1 0 24176056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1113 409 3 0 796 0
[pid=28193] ppid=28170 vsize=5356 CPUtime=0
/proc/28193/stat : 28193 (sh) S 28170 28170 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24178362 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28193/statm: 1339 232 193 169 0 50 0
[pid=28194] ppid=28193 vsize=268644 CPUtime=1267.08
/proc/28194/stat : 28194 (minisat) R 28193 28170 23471 0 -1 4194304 66280 0 0 0 126640 68 0 0 25 0 1 0 24178362 275091456 66266 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28194/statm: 67161 66266 76 150 0 67008 0
Current children cumulated CPU time (s) 1289.8
Current children cumulated vsize (KiB) 290868

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28200
/proc/meminfo: memFree=1328504/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=22.72
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1376 39170 0 2 6 2 2202 62 16 0 1 0 24176056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1113 409 3 0 796 0
[pid=28193] ppid=28170 vsize=5356 CPUtime=0
/proc/28193/stat : 28193 (sh) S 28170 28170 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24178362 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28193/statm: 1339 232 193 169 0 50 0
[pid=28194] ppid=28193 vsize=270840 CPUtime=1326.5
/proc/28194/stat : 28194 (minisat) R 28193 28170 23471 0 -1 4194304 66842 0 0 0 132581 69 0 0 25 0 1 0 24178362 277340160 66828 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/28194/statm: 67710 66828 76 150 0 67557 0
Current children cumulated CPU time (s) 1349.22
Current children cumulated vsize (KiB) 293064

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28200
/proc/meminfo: memFree=1326392/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=22.72
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1376 39170 0 2 6 2 2202 62 16 0 1 0 24176056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1113 409 3 0 796 0
[pid=28193] ppid=28170 vsize=5356 CPUtime=0
/proc/28193/stat : 28193 (sh) S 28170 28170 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24178362 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28193/statm: 1339 232 193 169 0 50 0
[pid=28194] ppid=28193 vsize=272852 CPUtime=1385.94
/proc/28194/stat : 28194 (minisat) R 28193 28170 23471 0 -1 4194304 67373 0 0 0 138523 71 0 0 25 0 1 0 24178362 279400448 67359 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28194/statm: 68213 67359 76 150 0 68060 0
Current children cumulated CPU time (s) 1408.66
Current children cumulated vsize (KiB) 295076

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28200
/proc/meminfo: memFree=1322424/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=22.72
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1376 39170 0 2 6 2 2202 62 16 0 1 0 24176056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1113 409 3 0 796 0
[pid=28193] ppid=28170 vsize=5356 CPUtime=0
/proc/28193/stat : 28193 (sh) S 28170 28170 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24178362 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28193/statm: 1339 232 193 169 0 50 0
[pid=28194] ppid=28193 vsize=277096 CPUtime=1445.38
/proc/28194/stat : 28194 (minisat) R 28193 28170 23471 0 -1 4194304 68372 0 0 0 144466 72 0 0 25 0 1 0 24178362 283746304 68358 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28194/statm: 69274 68358 76 150 0 69121 0
Current children cumulated CPU time (s) 1468.1
Current children cumulated vsize (KiB) 299320

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28200
/proc/meminfo: memFree=1317752/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=22.72
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1376 39170 0 2 6 2 2202 62 16 0 1 0 24176056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1113 409 3 0 796 0
[pid=28193] ppid=28170 vsize=5356 CPUtime=0
/proc/28193/stat : 28193 (sh) S 28170 28170 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24178362 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28193/statm: 1339 232 193 169 0 50 0
[pid=28194] ppid=28193 vsize=280672 CPUtime=1504.8
/proc/28194/stat : 28194 (minisat) R 28193 28170 23471 0 -1 4194304 69285 0 0 0 150407 73 0 0 25 0 1 0 24178362 287408128 69271 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28194/statm: 70168 69271 76 150 0 70015 0
Current children cumulated CPU time (s) 1527.52
Current children cumulated vsize (KiB) 302896

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 28200
/proc/meminfo: memFree=1307960/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=22.72
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1376 39170 0 2 6 2 2202 62 16 0 1 0 24176056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1113 409 3 0 796 0
[pid=28193] ppid=28170 vsize=5356 CPUtime=0
/proc/28193/stat : 28193 (sh) S 28170 28170 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24178362 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28193/statm: 1339 232 193 169 0 50 0
[pid=28194] ppid=28193 vsize=293344 CPUtime=1564.24
/proc/28194/stat : 28194 (minisat) R 28193 28170 23471 0 -1 4194304 71746 0 0 0 156348 76 0 0 25 0 1 0 24178362 300384256 71732 996147200 134512640 135127466 4294956256 18446744073709551615 134530969 0 0 4096 3 0 0 0 17 1 0 0
/proc/28194/statm: 73336 71732 76 150 0 73183 0
Current children cumulated CPU time (s) 1586.96
Current children cumulated vsize (KiB) 315568

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 28229
/proc/meminfo: memFree=1374736/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=22.72
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1376 39170 0 2 6 2 2202 62 16 0 1 0 24176056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1113 409 3 0 796 0
[pid=28193] ppid=28170 vsize=5356 CPUtime=0
/proc/28193/stat : 28193 (sh) S 28170 28170 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24178362 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28193/statm: 1339 232 193 169 0 50 0
[pid=28194] ppid=28193 vsize=312472 CPUtime=1623.69
/proc/28194/stat : 28194 (minisat) R 28193 28170 23471 0 -1 4194304 76703 0 0 0 162289 80 0 0 25 0 1 0 24178362 319971328 76689 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/28194/statm: 78118 76689 76 150 0 77965 0
Current children cumulated CPU time (s) 1646.41
Current children cumulated vsize (KiB) 334696

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 28229
/proc/meminfo: memFree=1357584/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=22.72
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1376 39170 0 2 6 2 2202 62 16 0 1 0 24176056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1113 409 3 0 796 0
[pid=28193] ppid=28170 vsize=5356 CPUtime=0
/proc/28193/stat : 28193 (sh) S 28170 28170 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24178362 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28193/statm: 1339 232 193 169 0 50 0
[pid=28194] ppid=28193 vsize=329304 CPUtime=1683.45
/proc/28194/stat : 28194 (minisat) R 28193 28170 23471 0 -1 4194304 81044 0 0 0 168260 85 0 0 25 0 1 0 24178362 337207296 81030 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28194/statm: 82326 81030 76 150 0 82173 0
Current children cumulated CPU time (s) 1706.17
Current children cumulated vsize (KiB) 351528

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 28229
/proc/meminfo: memFree=1344080/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=22.72
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1376 39170 0 2 6 2 2202 62 16 0 1 0 24176056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1113 409 3 0 796 0
[pid=28193] ppid=28170 vsize=5356 CPUtime=0
/proc/28193/stat : 28193 (sh) S 28170 28170 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24178362 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28193/statm: 1339 232 193 169 0 50 0
[pid=28194] ppid=28193 vsize=342172 CPUtime=1743.2
/proc/28194/stat : 28194 (minisat) R 28193 28170 23471 0 -1 4194304 84335 0 0 0 174232 88 0 0 25 0 1 0 24178362 350384128 84321 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28194/statm: 85543 84321 76 150 0 85390 0
Current children cumulated CPU time (s) 1765.92
Current children cumulated vsize (KiB) 364396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 28229
/proc/meminfo: memFree=1337872/2055920 swapFree=4192812/4192956
[pid=28170] ppid=28168 vsize=16868 CPUtime=22.72
/proc/28170/stat : 28170 (sugar) S 28168 28170 23471 0 -1 4194304 1376 39170 0 2 6 2 2202 62 16 0 1 0 24176056 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28170/statm: 4217 1113 409 3 0 796 0
[pid=28193] ppid=28170 vsize=5356 CPUtime=0
/proc/28193/stat : 28193 (sh) S 28170 28170 23471 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24178362 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28193/statm: 1339 232 193 169 0 50 0
[pid=28194] ppid=28193 vsize=347984 CPUtime=1777.37
/proc/28194/stat : 28194 (minisat) R 28193 28170 23471 0 -1 4194304 85854 0 0 0 177647 90 0 0 25 0 1 0 24178362 356335616 85840 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28194/statm: 86996 85840 76 150 0 86843 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 370208

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28170 and gives
#  childrusage.ru_utime.tv_sec=22
#  childrusage.ru_utime.tv_usec=90641
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=677896
# CPU time returned by wait4() is 22.7685
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.69
CPU time (s): 1800.09
CPU user time (s): 1798.55
CPU system time (s): 1.54
CPU usage (%): 99.0865
Max. virtual memory (cumulated for all children) (KiB): 902044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.0906
system time used= 0.677896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40929
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= 8732
involuntary context switches= 9073

runsolver used 2.09268 second user time and 6.19006 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 05:58:08
IDJOB=2080751
IDBENCH=57143
IDSOLVER=739
FILE ID=node17/2080751-1247371088
PBS_JOBID= 9507018
Free space on /tmp= 66448 MiB

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

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

MD5SUM BENCH= 1eb3c150032c50ac46662d9f9a65bfe6
RANDOM SEED=1565097587

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1650800 kB
Buffers:         62676 kB
Cached:         183280 kB
SwapCached:          0 kB
Active:         243280 kB
Inactive:        99828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1650800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3876 kB
Writeback:           0 kB
Mapped:         117564 kB
Slab:            46988 kB
Committed_AS:   285068 kB
PageTables:       2104 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= 66448 MiB
End job on node17 at 2009-07-12 06:28:27