Trace number 2084095

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+minisatSAT 939.669 943.966

General information on the benchmark

Namecsp/fapp/fapp03/
normalized-fapp03-0300-7.xml
MD5SUM864e3c61ff08e32a4845b7a063b51513
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark28.9936
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sun Jul 12 08:06:50 2009
0.04/0.08	c 0	PID 28116
0.04/0.08	c 0	HOST node68.alineos.net
0.04/0.09	c 0	CONVERTING HOME/instance-2084095-1247378809.xml TO HOME/temp.csp
0.04/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084095-1247378809.xml' 'HOME/temp.csp'
0.06/0.91	c 0	13 domains, 300 variables, 7 predicates, 0 relations, 4377 constraints
0.06/0.93	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.93	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.93/1.01	c 0	Parsing HOME/temp.csp
1.03/1.15	c 1	parsed 4697 expressions
1.03/1.16	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.03/1.16	c 1	Converting to clausal form CSP
1.42/1.58	c 1	converted 470 (10%) expressions
2.02/2.14	c 2	converted 940 (20%) expressions
2.50/2.60	c 2	converted 1410 (30%) expressions
2.91/3.02	c 2	converted 1879 (40%) expressions
3.20/3.32	c 3	converted 2349 (50%) expressions
3.49/3.63	c 3	converted 2819 (60%) expressions
3.79/3.91	c 3	converted 3288 (70%) expressions
4.19/4.38	c 4	converted 3758 (80%) expressions
4.47/4.69	c 4	converted 4228 (90%) expressions
4.87/5.02	c 4	converted 4697 (100%) expressions
4.87/5.02	c 4	CSP : 600 integers, 12619 booleans, 26383 clauses, largest domain size 2657
4.87/5.02	c 4	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.87/5.02	c 4	Propagation in CSP
4.97/5.18	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.97/5.18	c 5	CSP : 600 integers, 12619 booleans, 26383 clauses, largest domain size 2657
4.97/5.18	c 5	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.07/5.20	c 5	Simplifing CSP by introducing new Boolean variables
5.07/5.26	c 5	CSP : 600 integers, 21365 booleans, 35129 clauses, largest domain size 2657
5.07/5.26	c 5	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.37/5.58	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.66/5.85	c 5	60 (10%) CSP integer variables are encoded (10848 clauses, 140692 bytes)
5.86/6.04	c 6	120 (20%) CSP integer variables are encoded (21172 clauses, 295552 bytes)
6.06/6.25	c 6	180 (30%) CSP integer variables are encoded (31652 clauses, 452752 bytes)
6.26/6.42	c 6	240 (40%) CSP integer variables are encoded (40776 clauses, 589612 bytes)
6.46/6.66	c 6	300 (50%) CSP integer variables are encoded (52936 clauses, 772012 bytes)
6.65/6.81	c 6	360 (60%) CSP integer variables are encoded (167096 clauses, 2619267 bytes)
6.75/6.97	c 6	420 (70%) CSP integer variables are encoded (289226 clauses, 4695477 bytes)
6.94/7.11	c 7	480 (80%) CSP integer variables are encoded (390282 clauses, 6413429 bytes)
7.05/7.25	c 7	540 (90%) CSP integer variables are encoded (504074 clauses, 8347893 bytes)
7.15/7.38	c 7	600 (100%) CSP integer variables are encoded (609728 clauses, 10144011 bytes)
9.81/10.01	c 9	3513 (10%) CSP clauses are encoded (1466811 clauses, 30330997 bytes)
11.69/11.95	c 11	7026 (20%) CSP clauses are encoded (2142084 clauses, 46420053 bytes)
13.65/13.93	c 13	10539 (30%) CSP clauses are encoded (2869061 clauses, 63860379 bytes)
15.60/15.95	c 15	14052 (40%) CSP clauses are encoded (3619389 clauses, 81902780 bytes)
17.68/18.01	c 17	17565 (50%) CSP clauses are encoded (4440311 clauses, 101627387 bytes)
19.55/19.94	c 19	21078 (60%) CSP clauses are encoded (5191503 clauses, 119807770 bytes)
21.90/22.37	c 22	24591 (70%) CSP clauses are encoded (6152169 clauses, 143085156 bytes)
23.88/24.33	c 24	28104 (80%) CSP clauses are encoded (6881580 clauses, 160657149 bytes)
25.74/26.20	c 26	31617 (90%) CSP clauses are encoded (7586650 clauses, 177672706 bytes)
27.82/28.33	c 28	35129 (100%) CSP clauses are encoded (8406446 clauses, 197408490 bytes)
27.82/28.34	c 28	35129 CSP clauses encoded
27.82/28.34	c 28	Writing map file : HOME/temp.map
27.82/28.36	c 28	Heap : 27 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.82/28.36	c 28	SAT : 631693 SAT variables, 8406446 SAT clauses, 197408490 bytes
27.82/28.36	c 28	Heap : 27 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
27.88/28.42	c 28	SOLVING HOME/temp.cnf
27.88/28.42	c 28	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
27.88/28.42	c 28	This is MiniSat 2.0 beta
27.88/28.42	c 28	WARNING: for repeatability, setting FPU to use double precision
27.88/28.42	c 28	============================[ Problem Statistics ]=============================
27.88/28.42	c 28	|                                                                             |
27.88/28.42	c 28	|  Number of variables:  631693                                               |
27.88/28.42	c 28	|  Number of clauses:    8406446                                              |
33.00/33.63	c 33	|  Parsing time:         4.41         s                                       |
33.19/33.88	c 33	============================[ Search Statistics ]==============================
33.19/33.88	c 33	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
33.19/33.88	c 33	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
33.19/33.88	c 33	===============================================================================
33.19/33.88	c 33	|         0 |  631693  8406446 23993363 |  2802148        0    nan |  0.000 % |
34.18/34.88	c 34	|       100 |  631692  8406446 23993363 |  3082363       99      3 |  0.012 % |
36.45/37.11	c 37	|       250 |  631686  8406446 23993363 |  3390599      244      3 |  0.014 % |
39.99/40.73	c 40	|       475 |  631682  8406446 23993363 |  3729659      465      3 |  0.053 % |
43.45/44.28	c 44	|       812 |  631669  8406446 23993363 |  4102625      796      4 |  0.856 % |
49.10/49.92	c 49	|      1318 |  621652  8265279 23590087 |  4512888     1295      4 |  1.755 % |
54.84/55.70	c 55	|      2077 |  621612  8265279 23590087 |  4964177     2044      5 |  5.193 % |
65.03/66.09	c 66	|      3216 |  590188  7860576 22439115 |  5460595     3159      5 |  9.493 % |
80.77/81.96	c 81	|      4924 |  540890  7216538 20606141 |  6006654     4837      5 | 15.052 % |
96.30/97.78	c 97	|      7488 |  531457  7096853 20266025 |  6607319     7378      6 | 18.026 % |
124.22/125.98	c 125	|     11332 |  503661  6713516 19171971 |  7268051    11192      7 | 20.274 % |
161.14/163.20	c 163	|     17099 |  466724  6227328 17788043 |  7994857    16769      8 | 26.119 % |
218.96/221.65	c 221	|     25749 |  418924  5599661 16001336 |  8794342    25104     10 | 35.201 % |
300.37/303.85	c 303	|     38723 |  380980  5064537 14472707 |  9673777    37871     11 | 40.366 % |
437.92/441.84	c 441	|     58185 |  338546  4462725 12753123 | 10641154    56910     13 | 46.407 % |
661.75/665.90	c 665	|     87377 |  310004  4120027 11782552 | 11705270    85979     15 | 51.602 % |
938.22/942.51	c 942	===============================================================================
938.22/942.54	c 942	restarts              : 16
938.22/942.54	c 942	conflicts             : 118292         (130 /sec)
938.22/942.54	c 942	decisions             : 4198314        (0.54 % random) (4616 /sec)
938.22/942.54	c 942	propagations          : 1392469267     (1530969 /sec)
938.22/942.54	c 942	conflict literals     : 2081454        (16.30 % deleted)
938.22/942.54	c 942	Memory used           : 412.92 MB
938.22/942.54	c 942	CPU time              : 909.535 s
938.22/942.54	c 942	
938.43/942.80	c 942	SATISFIABLE
938.52/942.86	c 942	DECODING HOME/temp.out WITH HOME/temp.map
938.52/942.86	c 942	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
938.59/942.95	c 942	Decoding HOME/temp.out
939.50/943.81	s SATISFIABLE
939.50/943.82	v 2328 2604 2500 -2456 2372 -2252 -2616 -2352 -2348 2372 2292 2188 -2272 2448 2616 2536 2376 -2560 2612 -2612 2160 2440 -2192 2272 2600 2296 -2332 -2528 2164 2404 -2312 -2208 2616 -2392 2612 2576 2516 -2488 -2204 -2608 -2212 -2320 -2316 2216 2204 2524 2576 2164 2160 2312 2640 2612 -2244 2568 2428 -2360 2576 2484 -2564 2356 2436 2624 2624 -2216 2392 -2464 2452 -2548 -2432 2480 2432 2448 2616 2600 2440 -2228 2456 -2532 2160 -2564 2232 -2436 2252 2292 -2212 2524 2656 -2500 2616 2288 2372 -2364 2576 2568 2524 -2512 2632 2204 -2492 2592 2376 2572 -2360 2524 2320 2268 -2584 2344 2616 2400 -2452 2656 2656 2648 2504 2332 2484 -2512 -2192 -2580 -2432 -2588 -2232 2228 -2272 2644 2636 -2644 -2268 2408 2388 -2564 2640 2420 2168 2548 2560 -2540 -2312 -2168 -2200 2476 2520 2392 2632 2172 2196 2328 2256 -2572 -2608 2412 2540 2532 2576 2564 -2568 -2256 2556 -2564 2552 2200 2580 -2160 -2336 -2200 -2380 -2568 -2376 -2328 2444 -2448 2608 -2480 2400 2652 -2420 2588 2616 2564 -2396 -2472 2576 2656 -2568 -2624 2224 2284 2184 -2364 -2592 2584 2656 -2308 2580 -2368 2208 -2460 2572 2276 -2520 2608 -2360 -2548 2480 -2588 -2540 -2440 2312 -2584 -2164 -2440 -2176 -2528 2600 2572 -2556 2412 -2416 -2648 2444 -2224 -2552 -2644 -2336 2616 2608 -2292 -2572 2404 -2604 -2200 -2600 -2400 -2480 2532 -2440 -2380 -2388 2256 2608 2516 -2372 2616 -2272 -2592 2656 2552 -2616 2532 -2604 -2616 2480 2596 2184 2404 2452 2540 2640 2404 2384 2604 2616 -2604 2412 -2252 -2604 2368 -2424 2600 -2416 -2476 -2492 -2464 2540 2236 -2488 2640 2496 2444 -2616 2440 2368 -2284 2232 2244 -2252 2420 -2372 2416 -2572 -2216 2656 2568 -2272 2596 2332 2572 2396 2408
939.50/943.83	c 943	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
939.50/943.87	c 943	CPU 939.55 (0.05 0.02 937.02 2.46)
939.50/943.87	c 943	END Sun Jul 12 08:22:33 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084095-1247378809/watcher-2084095-1247378809 -o /tmp/evaluation-result-2084095-1247378809/solver-2084095-1247378809 -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-2084095-1247378809.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.06 2.02 2.02 4/85 28116
/proc/meminfo: memFree=1541888/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=12132 CPUtime=0
/proc/28116/stat : 28116 (sugar) R 28114 28116 28079 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 24943634 12423168 182 996147200 4194304 4206940 548682068608 18446744073709551615 209560442301 0 0 4224 0 0 0 0 17 1 0 0
/proc/28116/statm: 3033 182 142 3 0 133 0

[startup+0.0644471 s]
/proc/loadavg: 2.06 2.02 2.02 4/85 28116
/proc/meminfo: memFree=1541888/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=15948 CPUtime=0.04
/proc/28116/stat : 28116 (sugar) R 28114 28116 28079 0 -1 4194304 908 0 0 0 3 1 0 0 18 0 1 0 24943634 16330752 876 996147200 4194304 4206940 548682068608 18446744073709551615 209560439237 0 0 4224 0 0 0 0 17 1 0 0
/proc/28116/statm: 3987 876 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.101445 s]
/proc/loadavg: 2.06 2.02 2.02 4/85 28116
/proc/meminfo: memFree=1541888/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=0.06
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 24943634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28116/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301476 s]
/proc/loadavg: 2.06 2.02 2.02 4/85 28116
/proc/meminfo: memFree=1541888/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=0.06
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 24943634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28116/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701548 s]
/proc/loadavg: 2.06 2.02 2.02 4/85 28116
/proc/meminfo: memFree=1541888/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=0.06
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1227 128 0 0 4 2 0 0 19 0 1 0 24943634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28116/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50268 s]
/proc/loadavg: 2.06 2.02 2.02 4/96 28138
/proc/meminfo: memFree=1534440/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=0.88
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1309 7240 0 1 5 2 78 3 15 0 1 0 24943634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28116/statm: 4217 1111 409 3 0 796 0
[pid=28129] ppid=28116 vsize=5356 CPUtime=0
/proc/28129/stat : 28129 (sh) S 28116 28116 28079 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24943728 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28129/statm: 1339 233 193 169 0 50 0
[pid=28130] ppid=28129 vsize=868504 CPUtime=0.54
/proc/28130/stat : 28130 (java) S 28129 28116 28079 0 -1 0 5581 0 1 0 51 3 0 0 18 0 9 0 24943728 889348096 4992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28130/statm: 217126 4992 1742 9 0 211631 0
[pid=28130/tid=28131] ppid=28129 vsize=868504 CPUtime=0.34
/proc/28130/task/28131/stat : 28131 (java) R 28129 28116 28079 0 -1 64 2668 0 1 0 33 1 0 0 19 0 9 0 24943729 889348096 4992 996147200 134512640 134550932 4294955936 18446744073709551615 4126511919 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28132] ppid=28129 vsize=868504 CPUtime=0.03
/proc/28130/task/28132/stat : 28132 (java) S 28129 28116 28079 0 -1 64 755 0 0 0 3 0 0 0 16 0 9 0 24943730 889348096 4992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28133] ppid=28129 vsize=868504 CPUtime=0
/proc/28130/task/28133/stat : 28133 (java) S 28129 28116 28079 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24943730 889348096 4992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28134] ppid=28129 vsize=868504 CPUtime=0
/proc/28130/task/28134/stat : 28134 (java) S 28129 28116 28079 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 24943730 889348096 4992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28135] ppid=28129 vsize=868504 CPUtime=0
/proc/28130/task/28135/stat : 28135 (java) S 28129 28116 28079 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24943732 889348096 4992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28136] ppid=28129 vsize=868504 CPUtime=0.14
/proc/28130/task/28136/stat : 28136 (java) S 28129 28116 28079 0 -1 64 1465 0 0 0 14 0 0 0 16 0 9 0 24943732 889348096 4992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28137] ppid=28129 vsize=868504 CPUtime=0
/proc/28130/task/28137/stat : 28137 (java) S 28129 28116 28079 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24943732 889348096 4992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28138] ppid=28129 vsize=868504 CPUtime=0
/proc/28130/task/28138/stat : 28138 (java) S 28129 28116 28079 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24943732 889348096 4992 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890728

[startup+3.10296 s]
/proc/loadavg: 2.05 2.02 2.02 4/96 28138
/proc/meminfo: memFree=1520616/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=0.88
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1309 7240 0 1 5 2 78 3 16 0 1 0 24943634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28116/statm: 4217 1111 409 3 0 796 0
[pid=28129] ppid=28116 vsize=5356 CPUtime=0
/proc/28129/stat : 28129 (sh) S 28116 28116 28079 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24943728 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28129/statm: 1339 233 193 169 0 50 0
[pid=28130] ppid=28129 vsize=868560 CPUtime=2.13
/proc/28130/stat : 28130 (java) S 28129 28116 28079 0 -1 0 9646 0 1 0 208 5 0 0 18 0 9 0 24943728 889405440 8721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28130/statm: 217140 8721 2566 9 0 211645 0
[pid=28130/tid=28131] ppid=28129 vsize=868560 CPUtime=1.54
/proc/28130/task/28131/stat : 28131 (java) R 28129 28116 28079 0 -1 64 2910 0 1 0 153 1 0 0 25 0 9 0 24943729 889405440 8721 996147200 134512640 134550932 4294955936 18446744073709551615 4126509194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28132] ppid=28129 vsize=868560 CPUtime=0.37
/proc/28130/task/28132/stat : 28132 (java) S 28129 28116 28079 0 -1 64 4549 0 0 0 36 1 0 0 16 0 9 0 24943730 889405440 8721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28133] ppid=28129 vsize=868560 CPUtime=0
/proc/28130/task/28133/stat : 28133 (java) S 28129 28116 28079 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24943730 889405440 8721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28134] ppid=28129 vsize=868560 CPUtime=0
/proc/28130/task/28134/stat : 28134 (java) S 28129 28116 28079 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24943730 889405440 8721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28135] ppid=28129 vsize=868560 CPUtime=0
/proc/28130/task/28135/stat : 28135 (java) S 28129 28116 28079 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24943732 889405440 8721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28136] ppid=28129 vsize=868560 CPUtime=0.17
/proc/28130/task/28136/stat : 28136 (java) S 28129 28116 28079 0 -1 64 1488 0 0 0 17 0 0 0 15 0 9 0 24943732 889405440 8721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28137] ppid=28129 vsize=868560 CPUtime=0
/proc/28130/task/28137/stat : 28137 (java) S 28129 28116 28079 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24943732 889405440 8721 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28138] ppid=28129 vsize=868560 CPUtime=0
/proc/28130/task/28138/stat : 28138 (java) S 28129 28116 28079 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24943732 889405440 8721 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) 890784

[startup+6.3015 s]
/proc/loadavg: 2.05 2.02 2.02 4/96 28138
/proc/meminfo: memFree=1470568/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=0.88
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1310 7240 0 1 5 2 78 3 15 0 1 0 24943634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28116/statm: 4217 1111 409 3 0 796 0
[pid=28129] ppid=28116 vsize=5356 CPUtime=0
/proc/28129/stat : 28129 (sh) S 28116 28116 28079 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24943728 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28129/statm: 1339 233 193 169 0 50 0
[pid=28130] ppid=28129 vsize=868672 CPUtime=5.28
/proc/28130/stat : 28130 (java) S 28129 28116 28079 0 -1 0 19698 0 1 0 516 12 0 0 18 0 9 0 24943728 889520128 13422 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28130/statm: 217168 13422 2592 9 0 211645 0
[pid=28130/tid=28131] ppid=28129 vsize=868672 CPUtime=3.95
/proc/28130/task/28131/stat : 28131 (java) R 28129 28116 28079 0 -1 64 3338 0 1 0 393 2 0 0 25 0 9 0 24943729 889520128 13422 996147200 134512640 134550932 4294955936 18446744073709551615 4126971649 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28132] ppid=28129 vsize=868672 CPUtime=1.09
/proc/28130/task/28132/stat : 28132 (java) S 28129 28116 28079 0 -1 64 14131 0 0 0 101 8 0 0 16 0 9 0 24943730 889520128 13422 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28133] ppid=28129 vsize=868672 CPUtime=0
/proc/28130/task/28133/stat : 28133 (java) S 28129 28116 28079 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24943730 889520128 13422 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28134] ppid=28129 vsize=868672 CPUtime=0
/proc/28130/task/28134/stat : 28134 (java) S 28129 28116 28079 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24943730 889520128 13422 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28135] ppid=28129 vsize=868672 CPUtime=0
/proc/28130/task/28135/stat : 28135 (java) S 28129 28116 28079 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24943732 889520128 13422 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28136] ppid=28129 vsize=868672 CPUtime=0.21
/proc/28130/task/28136/stat : 28136 (java) S 28129 28116 28079 0 -1 64 1530 0 0 0 21 0 0 0 15 0 9 0 24943732 889520128 13422 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28137] ppid=28129 vsize=868672 CPUtime=0
/proc/28130/task/28137/stat : 28137 (java) S 28129 28116 28079 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24943732 889520128 13422 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28138] ppid=28129 vsize=868672 CPUtime=0
/proc/28130/task/28138/stat : 28138 (java) S 28129 28116 28079 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24943732 889520128 13422 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890896

[startup+12.7026 s]
/proc/loadavg: 2.04 2.02 2.01 3/96 28138
/proc/meminfo: memFree=1407784/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=0.88
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1310 7240 0 1 5 2 78 3 16 0 1 0 24943634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28116/statm: 4217 1111 409 3 0 796 0
[pid=28129] ppid=28116 vsize=5356 CPUtime=0
/proc/28129/stat : 28129 (sh) S 28116 28116 28079 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24943728 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28129/statm: 1339 233 193 169 0 50 0
[pid=28130] ppid=28129 vsize=868672 CPUtime=11.58
/proc/28130/stat : 28130 (java) S 28129 28116 28079 0 -1 0 20122 0 1 0 1112 46 0 0 18 0 9 0 24943728 889520128 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28130/statm: 217168 13445 2593 9 0 211645 0
[pid=28130/tid=28131] ppid=28129 vsize=868672 CPUtime=10.01
/proc/28130/task/28131/stat : 28131 (java) R 28129 28116 28079 0 -1 64 3743 0 1 0 967 34 0 0 25 0 9 0 24943729 889520128 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4126453884 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28132] ppid=28129 vsize=868672 CPUtime=1.29
/proc/28130/task/28132/stat : 28132 (java) S 28129 28116 28079 0 -1 64 14131 0 0 0 119 10 0 0 16 0 9 0 24943730 889520128 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28133] ppid=28129 vsize=868672 CPUtime=0
/proc/28130/task/28133/stat : 28133 (java) S 28129 28116 28079 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24943730 889520128 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28134] ppid=28129 vsize=868672 CPUtime=0
/proc/28130/task/28134/stat : 28134 (java) S 28129 28116 28079 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24943730 889520128 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28135] ppid=28129 vsize=868672 CPUtime=0
/proc/28130/task/28135/stat : 28135 (java) S 28129 28116 28079 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24943732 889520128 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28136] ppid=28129 vsize=868672 CPUtime=0.25
/proc/28130/task/28136/stat : 28136 (java) S 28129 28116 28079 0 -1 64 1549 0 0 0 25 0 0 0 16 0 9 0 24943732 889520128 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28137] ppid=28129 vsize=868672 CPUtime=0
/proc/28130/task/28137/stat : 28137 (java) S 28129 28116 28079 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24943732 889520128 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28138] ppid=28129 vsize=868672 CPUtime=0
/proc/28130/task/28138/stat : 28138 (java) S 28129 28116 28079 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24943732 889520128 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890896

[startup+25.5017 s]
/proc/loadavg: 2.04 2.02 2.01 3/96 28138
/proc/meminfo: memFree=1282280/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=0.88
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1310 7240 0 1 5 2 78 3 16 0 1 0 24943634 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28116/statm: 4217 1111 409 3 0 796 0
[pid=28129] ppid=28116 vsize=5356 CPUtime=0
/proc/28129/stat : 28129 (sh) S 28116 28116 28079 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24943728 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28129/statm: 1339 233 193 169 0 50 0
[pid=28130] ppid=28129 vsize=868672 CPUtime=24.16
/proc/28130/stat : 28130 (java) S 28129 28116 28079 0 -1 0 21007 0 1 0 2289 127 0 0 18 0 9 0 24943728 889520128 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28130/statm: 217168 13445 2593 9 0 211645 0
[pid=28130/tid=28131] ppid=28129 vsize=868672 CPUtime=22.15
/proc/28130/task/28131/stat : 28131 (java) R 28129 28116 28079 0 -1 64 4628 0 1 0 2105 110 0 0 25 0 9 0 24943729 889520128 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4126517878 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28132] ppid=28129 vsize=868672 CPUtime=1.73
/proc/28130/task/28132/stat : 28132 (java) S 28129 28116 28079 0 -1 64 14131 0 0 0 158 15 0 0 16 0 9 0 24943730 889520128 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28133] ppid=28129 vsize=868672 CPUtime=0
/proc/28130/task/28133/stat : 28133 (java) S 28129 28116 28079 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24943730 889520128 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28134] ppid=28129 vsize=868672 CPUtime=0
/proc/28130/task/28134/stat : 28134 (java) S 28129 28116 28079 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24943730 889520128 13445 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28130/tid=28135] ppid=28129 vsize=868672 CPUtime=0

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

/proc/28139/statm: 1339 232 193 169 0 50 0
[pid=28140] ppid=28139 vsize=421904 CPUtime=370.71
/proc/28140/stat : 28140 (minisat) R 28139 28116 28079 0 -1 4194304 100380 0 0 0 36993 78 0 0 25 0 1 0 24946477 432029696 100366 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 0 0 0
/proc/28140/statm: 105476 100366 76 150 0 105323 0
Current children cumulated CPU time (s) 398.62
Current children cumulated vsize (KiB) 444128

[startup+462.302 s]
/proc/loadavg: 2.61 2.21 2.06 4/89 28180
/proc/meminfo: memFree=626848/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=27.91
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1377 28759 0 2 5 2 2633 151 16 0 1 0 24943634 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28116/statm: 4217 1114 409 3 0 796 0
[pid=28139] ppid=28116 vsize=5356 CPUtime=0
/proc/28139/stat : 28139 (sh) S 28116 28116 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24946477 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28139/statm: 1339 232 193 169 0 50 0
[pid=28140] ppid=28139 vsize=421904 CPUtime=430.41
/proc/28140/stat : 28140 (minisat) R 28139 28116 28079 0 -1 4194304 100405 0 0 0 42963 78 0 0 25 0 1 0 24946477 432029696 100391 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 0 0 0
/proc/28140/statm: 105476 100391 76 150 0 105323 0
Current children cumulated CPU time (s) 458.32
Current children cumulated vsize (KiB) 444128

[startup+522.303 s]
/proc/loadavg: 2.27 2.18 2.06 3/87 28262
/proc/meminfo: memFree=1290344/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=27.91
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1377 28759 0 2 5 2 2633 151 16 0 1 0 24943634 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28116/statm: 4217 1114 409 3 0 796 0
[pid=28139] ppid=28116 vsize=5356 CPUtime=0
/proc/28139/stat : 28139 (sh) S 28116 28116 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24946477 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28139/statm: 1339 232 193 169 0 50 0
[pid=28140] ppid=28139 vsize=422024 CPUtime=490.31
/proc/28140/stat : 28140 (minisat) R 28139 28116 28079 0 -1 4194304 100442 0 0 0 48950 81 0 0 25 0 1 0 24946477 432152576 100428 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/28140/statm: 105506 100428 76 150 0 105353 0
Current children cumulated CPU time (s) 518.22
Current children cumulated vsize (KiB) 444248

[startup+582.301 s]
/proc/loadavg: 2.09 2.15 2.06 4/87 28264
/proc/meminfo: memFree=1257504/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=27.91
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1377 28759 0 2 5 2 2633 151 16 0 1 0 24943634 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28116/statm: 4217 1114 409 3 0 796 0
[pid=28139] ppid=28116 vsize=5356 CPUtime=0
/proc/28139/stat : 28139 (sh) S 28116 28116 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24946477 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28139/statm: 1339 232 193 169 0 50 0
[pid=28140] ppid=28139 vsize=422024 CPUtime=550.28
/proc/28140/stat : 28140 (minisat) R 28139 28116 28079 0 -1 4194304 100451 0 0 0 54946 82 0 0 25 0 1 0 24946477 432152576 100437 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/28140/statm: 105506 100437 76 150 0 105353 0
Current children cumulated CPU time (s) 578.19
Current children cumulated vsize (KiB) 444248

[startup+642.301 s]
/proc/loadavg: 2.03 2.12 2.05 3/87 28264
/proc/meminfo: memFree=1257312/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=27.91
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1377 28759 0 2 5 2 2633 151 16 0 1 0 24943634 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28116/statm: 4217 1114 409 3 0 796 0
[pid=28139] ppid=28116 vsize=5356 CPUtime=0
/proc/28139/stat : 28139 (sh) S 28116 28116 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24946477 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28139/statm: 1339 232 193 169 0 50 0
[pid=28140] ppid=28139 vsize=422024 CPUtime=610.26
/proc/28140/stat : 28140 (minisat) R 28139 28116 28079 0 -1 4194304 100459 0 0 0 60944 82 0 0 25 0 1 0 24946477 432152576 100445 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28140/statm: 105506 100445 76 150 0 105353 0
Current children cumulated CPU time (s) 638.17
Current children cumulated vsize (KiB) 444248

[startup+702.301 s]
/proc/loadavg: 2.01 2.09 2.04 3/87 28264
/proc/meminfo: memFree=1257120/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=27.91
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1377 28759 0 2 5 2 2633 151 16 0 1 0 24943634 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28116/statm: 4217 1114 409 3 0 796 0
[pid=28139] ppid=28116 vsize=5356 CPUtime=0
/proc/28139/stat : 28139 (sh) S 28116 28116 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24946477 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28139/statm: 1339 232 193 169 0 50 0
[pid=28140] ppid=28139 vsize=422024 CPUtime=670.22
/proc/28140/stat : 28140 (minisat) R 28139 28116 28079 0 -1 4194304 100466 0 0 0 66940 82 0 0 25 0 1 0 24946477 432152576 100452 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28140/statm: 105506 100452 76 150 0 105353 0
Current children cumulated CPU time (s) 698.13
Current children cumulated vsize (KiB) 444248

[startup+762.307 s]
/proc/loadavg: 2.00 2.07 2.04 3/87 28264
/proc/meminfo: memFree=1257056/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=27.91
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1377 28759 0 2 5 2 2633 151 16 0 1 0 24943634 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28116/statm: 4217 1114 409 3 0 796 0
[pid=28139] ppid=28116 vsize=5356 CPUtime=0
/proc/28139/stat : 28139 (sh) S 28116 28116 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24946477 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28139/statm: 1339 232 193 169 0 50 0
[pid=28140] ppid=28139 vsize=422204 CPUtime=730.2
/proc/28140/stat : 28140 (minisat) R 28139 28116 28079 0 -1 4194304 100474 0 0 0 72938 82 0 0 25 0 1 0 24946477 432336896 100460 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/28140/statm: 105551 100460 76 150 0 105398 0
Current children cumulated CPU time (s) 758.11
Current children cumulated vsize (KiB) 444428

[startup+822.303 s]
/proc/loadavg: 2.00 2.06 2.03 3/87 28264
/proc/meminfo: memFree=1257056/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=27.91
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1377 28759 0 2 5 2 2633 151 16 0 1 0 24943634 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28116/statm: 4217 1114 409 3 0 796 0
[pid=28139] ppid=28116 vsize=5356 CPUtime=0
/proc/28139/stat : 28139 (sh) S 28116 28116 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24946477 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28139/statm: 1339 232 193 169 0 50 0
[pid=28140] ppid=28139 vsize=422204 CPUtime=790.17
/proc/28140/stat : 28140 (minisat) R 28139 28116 28079 0 -1 4194304 100480 0 0 0 78935 82 0 0 25 0 1 0 24946477 432336896 100466 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28140/statm: 105551 100466 76 150 0 105398 0
Current children cumulated CPU time (s) 818.08
Current children cumulated vsize (KiB) 444428

[startup+882.303 s]
/proc/loadavg: 2.00 2.04 2.03 3/87 28264
/proc/meminfo: memFree=1257000/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=27.91
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1377 28759 0 2 5 2 2633 151 16 0 1 0 24943634 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28116/statm: 4217 1114 409 3 0 796 0
[pid=28139] ppid=28116 vsize=5356 CPUtime=0
/proc/28139/stat : 28139 (sh) S 28116 28116 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24946477 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28139/statm: 1339 232 193 169 0 50 0
[pid=28140] ppid=28139 vsize=422204 CPUtime=850.14
/proc/28140/stat : 28140 (minisat) R 28139 28116 28079 0 -1 4194304 100487 0 0 0 84932 82 0 0 25 0 1 0 24946477 432336896 100473 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28140/statm: 105551 100473 76 150 0 105398 0
Current children cumulated CPU time (s) 878.05
Current children cumulated vsize (KiB) 444428

[startup+942.301 s]
/proc/loadavg: 2.00 2.03 2.02 3/87 28264
/proc/meminfo: memFree=1256936/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=27.91
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1377 28759 0 2 5 2 2633 151 16 0 1 0 24943634 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28116/statm: 4217 1114 409 3 0 796 0
[pid=28139] ppid=28116 vsize=5356 CPUtime=0
/proc/28139/stat : 28139 (sh) S 28116 28116 28079 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24946477 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28139/statm: 1339 232 193 169 0 50 0
[pid=28140] ppid=28139 vsize=422204 CPUtime=910.11
/proc/28140/stat : 28140 (minisat) R 28139 28116 28079 0 -1 4194304 100497 0 0 0 90929 82 0 0 25 0 1 0 24946477 432336896 100483 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28140/statm: 105551 100483 76 150 0 105398 0
Current children cumulated CPU time (s) 938.02
Current children cumulated vsize (KiB) 444428

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

[startup+943.101 s]
/proc/loadavg: 2.00 2.03 2.02 3/87 28264
/proc/meminfo: memFree=1255272/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=938.59
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1449 129707 0 2 5 2 93610 242 16 0 1 0 24943634 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28116/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 938.59
Current children cumulated vsize (KiB) 16868

[startup+943.501 s]
/proc/loadavg: 2.00 2.03 2.02 3/87 28264
/proc/meminfo: memFree=1255272/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=938.59
/proc/28116/stat : 28116 (sugar) S 28114 28116 28079 0 -1 4194304 1449 129707 0 2 5 2 93610 242 16 0 1 0 24943634 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 209569493090 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28116/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 938.59
Current children cumulated vsize (KiB) 16868

[startup+943.902 s]
/proc/loadavg: 2.00 2.03 2.02 3/95 28274
/proc/meminfo: memFree=1645096/2055920 swapFree=4192812/4192956
[pid=28116] ppid=28114 vsize=16868 CPUtime=939.59
/proc/28116/stat : 28116 (sugar) R 28114 28116 28079 0 -1 4194304 1480 134662 0 3 5 6 93702 246 16 0 1 0 24943634 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 209560769577 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28116/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 939.59
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 943.966
CPU time (s): 939.669
CPU user time (s): 937.081
CPU system time (s): 2.58861
CPU usage (%): 99.5448
Max. virtual memory (cumulated for all children) (KiB): 901284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 937.081
system time used= 2.58861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136202
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19087
involuntary context switches= 32054

runsolver used 1.11883 second user time and 3.22651 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-12 08:06:49
IDJOB=2084095
IDBENCH=58035
IDSOLVER=739
FILE ID=node68/2084095-1247378809
PBS_JOBID= 9507217
Free space on /tmp= 66452 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp03/normalized-fapp03-0300-7.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-2084095-1247378809/watcher-2084095-1247378809 -o /tmp/evaluation-result-2084095-1247378809/solver-2084095-1247378809 -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-2084095-1247378809.xml

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

MD5SUM BENCH= 864e3c61ff08e32a4845b7a063b51513
RANDOM SEED=554153657

node68.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.258
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.258
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:       1542368 kB
Buffers:          5904 kB
Cached:          55704 kB
SwapCached:          0 kB
Active:         436956 kB
Inactive:        22408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1542368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2080 kB
Writeback:           0 kB
Mapped:         418420 kB
Slab:            38324 kB
Committed_AS:   687608 kB
PageTables:       2756 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66452 MiB
End job on node68 at 2009-07-12 08:22:33