Trace number 1087704

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatSAT 964.751 968.117

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 benchmark27.3928
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 (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 10:09:55 2008
0.00/0.05	c 0	PID 31489
0.00/0.05	c 0	HOST node70.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1087704-1215245395.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087704-1215245395.xml' 'HOME/temp.csp'
0.03/0.64	c 1	13 domains, 300 variables, 7 predicates, 0 relations, 4377 constraints
0.03/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.62/0.76	c 1	Parsing HOME/temp.csp
0.92/1.04	c 1	parsed 4697 expressions
0.92/1.04	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.92/1.04	c 1	Converting to clausal form CSP
1.31/1.42	c 1	converted 470 (10%) expressions
1.81/1.92	c 2	converted 940 (20%) expressions
2.20/2.36	c 2	converted 1410 (30%) expressions
2.60/2.76	c 3	converted 1879 (40%) expressions
2.89/3.04	c 3	converted 2349 (50%) expressions
3.19/3.35	c 3	converted 2819 (60%) expressions
3.48/3.63	c 4	converted 3288 (70%) expressions
3.88/4.08	c 4	converted 3758 (80%) expressions
4.18/4.39	c 4	converted 4228 (90%) expressions
4.57/4.71	c 5	converted 4697 (100%) expressions
4.57/4.71	c 5	CSP : 600 integers, 12749 booleans, 26513 clauses, largest domain size 2657
4.57/4.71	c 5	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.57/4.71	c 5	Propagation in CSP
4.76/4.93	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.76/4.93	c 5	CSP : 600 integers, 12749 booleans, 26513 clauses, largest domain size 2657
4.76/4.93	c 5	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.76/4.94	c 5	Simplifing CSP by introducing new Boolean variables
4.87/5.00	c 5	CSP : 600 integers, 21495 booleans, 35259 clauses, largest domain size 2657
4.87/5.00	c 5	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.17/5.31	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.37/5.60	c 6	60 (10%) CSP integer variables are encoded (10848 clauses, 140692 bytes)
5.65/5.80	c 6	120 (20%) CSP integer variables are encoded (21172 clauses, 295552 bytes)
5.85/6.01	c 6	180 (30%) CSP integer variables are encoded (31652 clauses, 452752 bytes)
5.95/6.19	c 6	240 (40%) CSP integer variables are encoded (40776 clauses, 589612 bytes)
6.26/6.43	c 6	300 (50%) CSP integer variables are encoded (52936 clauses, 772012 bytes)
6.35/6.58	c 7	360 (60%) CSP integer variables are encoded (167096 clauses, 2619267 bytes)
6.54/6.74	c 7	420 (70%) CSP integer variables are encoded (289226 clauses, 4695477 bytes)
6.64/6.88	c 7	480 (80%) CSP integer variables are encoded (390282 clauses, 6413429 bytes)
6.84/7.03	c 7	540 (90%) CSP integer variables are encoded (504074 clauses, 8347893 bytes)
6.94/7.16	c 7	600 (100%) CSP integer variables are encoded (609728 clauses, 10144011 bytes)
17.82/18.14	c 18	3526 (10%) CSP clauses are encoded (2547326 clauses, 51512423 bytes)
23.94/24.31	c 24	7052 (20%) CSP clauses are encoded (3864890 clauses, 80353869 bytes)
27.31/27.79	c 28	10578 (30%) CSP clauses are encoded (4821937 clauses, 102448521 bytes)
30.17/30.60	c 31	14104 (40%) CSP clauses are encoded (5707861 clauses, 123235373 bytes)
32.72/33.24	c 33	17630 (50%) CSP clauses are encoded (6599413 clauses, 144399439 bytes)
34.97/35.54	c 36	21156 (60%) CSP clauses are encoded (7398895 clauses, 163666923 bytes)
37.65/38.20	c 38	24682 (70%) CSP clauses are encoded (8385670 clauses, 187517136 bytes)
39.71/40.32	c 40	28208 (80%) CSP clauses are encoded (9131857 clauses, 205483598 bytes)
41.68/42.30	c 42	31734 (90%) CSP clauses are encoded (9854164 clauses, 222903703 bytes)
43.92/44.63	c 45	35259 (100%) CSP clauses are encoded (10690178 clauses, 243037519 bytes)
43.92/44.63	c 45	35259 CSP clauses encoded
43.92/44.64	c 45	Writing map file : HOME/temp.map
43.92/44.66	c 45	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.92/44.66	c 45	SAT : 631823 SAT variables, 10690178 SAT clauses, 243037519 bytes
43.92/44.66	c 45	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
44.00/44.70	c 45	SOLVING HOME/temp.cnf
44.00/44.70	c 45	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
44.00/44.71	c 45	This is MiniSat 2.0 beta
44.00/44.71	c 45	WARNING: for repeatability, setting FPU to use double precision
44.00/44.71	c 45	============================[ Problem Statistics ]=============================
44.00/44.71	c 45	|                                                                             |
44.00/44.71	c 45	|  Number of variables:  631823                                               |
44.00/44.71	c 45	|  Number of clauses:    10690178                                             |
50.13/50.93	c 51	|  Parsing time:         5.36         s                                       |
50.44/51.21	c 51	============================[ Search Statistics ]==============================
50.44/51.21	c 51	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
50.44/51.21	c 51	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
50.44/51.21	c 51	===============================================================================
50.44/51.21	c 51	|         0 |  631823 10690178 29789478 |  3563392        0    nan |  0.000 % |
51.23/52.06	c 52	|       100 |  631823 10690178 29789478 |  3919731      100      3 |  0.000 % |
52.62/53.43	c 53	|       250 |  631823 10690178 29789478 |  4311705      250      3 |  0.000 % |
55.10/55.93	c 56	|       475 |  631823 10690178 29789478 |  4742875      475      3 |  0.000 % |
56.77/57.67	c 58	|       812 |  631813 10690178 29789478 |  5217163      806      4 |  2.161 % |
60.83/61.70	c 62	|      1319 |  609137 10356782 28879103 |  5738879     1306      4 |  3.591 % |
63.81/64.78	c 65	|      2078 |  609133 10356782 28879103 |  6312767     2063      5 |  4.883 % |
70.15/71.14	c 71	|      3217 |  594860 10144371 28297654 |  6944044     3187      5 |  5.850 % |
79.06/80.16	c 80	|      4925 |  594816 10144371 28297654 |  7638448     4889      6 |  6.549 % |
89.85/91.04	c 91	|      7487 |  573284  9846362 27490069 |  8402293     7425      7 |  9.265 % |
111.94/113.33	c 113	|     11332 |  562494  9696041 27079997 |  9242522    11199      8 | 13.778 % |
149.28/151.08	c 151	|     17098 |  500987  8713409 24377871 | 10166775    16804      9 | 20.708 % |
208.12/210.41	c 210	|     25747 |  450020  7951379 22293851 | 11183452    25056     10 | 30.839 % |
297.50/300.19	c 300	|     38721 |  407796  7286160 20464525 | 12301797    37932     11 | 35.457 % |
428.73/431.67	c 432	|     58182 |  332147  6043732 17036151 | 13531977    56963     13 | 47.430 % |
624.05/627.11	c 627	|     87374 |  290196  5427303 15352938 | 14885175    85871     15 | 54.093 % |
963.24/966.65	c 967	===============================================================================
963.24/966.67	c 967	restarts              : 16
963.24/966.67	c 967	conflicts             : 130845         (142 /sec)
963.24/966.67	c 967	decisions             : 4499215        (0.51 % random) (4899 /sec)
963.24/966.67	c 967	propagations          : 1561873983     (1700642 /sec)
963.24/966.67	c 967	conflict literals     : 2272055        (15.13 % deleted)
963.24/966.67	c 967	Memory used           : 497.31 MB
963.24/966.67	c 967	CPU time              : 918.402 s
963.24/966.67	c 967	
963.54/966.92	c 967	SATISFIABLE
963.54/967.00	c 967	DECODING HOME/temp.out WITH HOME/temp.map
963.54/967.00	c 967	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
963.65/967.08	c 967	Decoding HOME/temp.out
964.54/967.95	s SATISFIABLE
964.54/967.97	v 2408 2564 2616 -2380 -2412 -2244 -2480 2328 -2360 -2412 2284 2180 -2340 -2452 -2612 2540 2360 -2620 2652 2592 2164 2440 -2168 -2268 -2596 2308 2376 2536 2224 2388 2296 2200 -2616 -2424 2616 2592 2532 2444 2200 2560 2208 2308 2288 2200 2184 -2524 2596 2164 2168 -2300 2636 2504 2264 2576 2428 2348 -2576 2476 -2556 2360 2476 -2620 2488 -2252 -2368 2464 -2464 2556 -2504 2480 2440 2440 -2548 2596 2480 2220 2496 2544 -2160 -2568 2208 2512 2252 2292 2212 -2612 2440 2508 2564 2312 -2376 2344 2604 2588 2520 -2468 -2652 2204 2504 -2600 -2372 2584 2360 -2604 -2320 -2260 2528 -2372 2632 2400 2544 -2656 2244 -2640 -2504 -2336 2652 -2528 -2196 -2616 2384 -2612 -2236 2224 -2256 2656 2628 2656 -2264 2412 -2468 -2604 2640 -2364 2240 2572 -2588 -2548 -2348 2320 2200 2472 2580 -2464 2628 2172 -2176 2312 2268 2576 2600 2296 2656 2528 2572 2564 -2600 2244 2572 2560 2508 2160 2612 2200 2332 -2208 -2324 2568 2460 -2352 -2292 2484 -2608 2520 2388 -2612 2500 2596 -2616 2564 2400 -2480 2552 -2656 2624 2572 2216 -2276 2176 2484 2588 -2580 2508 -2300 -2568 2352 2360 2540 -2556 -2248 2480 2608 2396 2572 2520 -2532 2528 -2440 -2300 2532 -2160 -2440 -2160 -2548 -2600 2576 2564 2452 -2420 2584 2436 2248 -2640 -2652 2320 -2592 -2584 2336 -2568 2444 -2616 2204 2548 -2436 2480 2596 2348 -2408 -2320 2212 -2624 2492 2416 2284 2308 -2612 2652 -2568 -2600 2536 -2616 2556 2424 2604 -2288 -2384 2480 -2572 -2556 2332 -2412 2608 2612 2612 2440 -2376 2596 2420 2456 2564 -2456 2452 -2504 -2496 2656 -2216 2480 2604 2500 2428 2616 -2384 2368 2304 -2228 2236 -2248 2448 2336 -2420 2632 -2204 -2640 2568 2260 2588 -2372 -2544 2516 -2380
964.54/967.97	c 968	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
964.54/968.00	c 968	CPU 961.73 (0.04 0.01 961.69 2.88)
964.54/968.00	c 968	END Sat Jul  5 10:26:03 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087704-1215245395/watcher-1087704-1215245395 -o /tmp/evaluation-result-1087704-1215245395/solver-1087704-1215245395 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1087704-1215245395.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.03 2.01 4/81 31489
/proc/meminfo: memFree=1590416/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=12000 CPUtime=0
/proc/31489/stat : 31489 (sugar) R 31487 31489 29288 0 -1 4194304 211 0 0 0 0 0 0 0 20 0 1 0 2003508361 12288000 179 996147200 4194304 4206940 548682068608 18446744073709551615 233419915524 0 0 4224 0 0 0 0 17 1 0 0
/proc/31489/statm: 3000 179 140 3 0 100 0

[startup+0.061036 s]
/proc/loadavg: 2.08 2.03 2.01 4/81 31489
/proc/meminfo: memFree=1590416/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=0.03
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003508361 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31489/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101039 s]
/proc/loadavg: 2.08 2.03 2.01 4/81 31489
/proc/meminfo: memFree=1590416/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=0.03
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003508361 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31489/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301075 s]
/proc/loadavg: 2.08 2.03 2.01 4/81 31489
/proc/meminfo: memFree=1590416/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=0.03
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2003508361 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31489/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701161 s]
/proc/loadavg: 2.08 2.03 2.01 4/81 31489
/proc/meminfo: memFree=1590416/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=0.62
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 956 7153 0 1 3 1 54 4 16 0 1 0 2003508361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31489/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 13600

[startup+1.50229 s]
/proc/loadavg: 2.08 2.03 2.01 3/92 31511
/proc/meminfo: memFree=1581240/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=0.62
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 974 7153 0 1 3 1 54 4 15 0 1 0 2003508361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31489/statm: 3400 797 370 3 0 500 0
[pid=31502] ppid=31489 vsize=5356 CPUtime=0
/proc/31502/stat : 31502 (sh) S 31489 31489 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003508429 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31502/statm: 1339 233 193 169 0 50 0
[pid=31503] ppid=31502 vsize=868272 CPUtime=0.78
/proc/31503/stat : 31503 (java) S 31502 31489 29288 0 -1 0 5765 0 1 0 75 3 0 0 18 0 9 0 2003508430 889110528 5158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31503/statm: 217068 5158 1734 9 0 211643 0
[pid=31503/tid=31504] ppid=31502 vsize=868272 CPUtime=0.53
/proc/31503/task/31504/stat : 31504 (java) R 31502 31489 29288 0 -1 64 2682 0 1 0 52 1 0 0 20 0 9 0 2003508430 889110528 5158 996147200 134512640 134550740 4294955952 18446744073709551615 4126566880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31505] ppid=31502 vsize=868272 CPUtime=0.06
/proc/31503/task/31505/stat : 31505 (java) S 31502 31489 29288 0 -1 64 942 0 0 0 6 0 0 0 16 0 9 0 2003508432 889110528 5158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31506] ppid=31502 vsize=868272 CPUtime=0
/proc/31503/task/31506/stat : 31506 (java) S 31502 31489 29288 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003508432 889110528 5158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31507] ppid=31502 vsize=868272 CPUtime=0
/proc/31503/task/31507/stat : 31507 (java) S 31502 31489 29288 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003508432 889110528 5158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31508] ppid=31502 vsize=868272 CPUtime=0
/proc/31503/task/31508/stat : 31508 (java) S 31502 31489 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003508434 889110528 5158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31509] ppid=31502 vsize=868272 CPUtime=0.17
/proc/31503/task/31509/stat : 31509 (java) S 31502 31489 29288 0 -1 64 1450 0 0 0 17 0 0 0 15 0 9 0 2003508434 889110528 5158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31510] ppid=31502 vsize=868272 CPUtime=0
/proc/31503/task/31510/stat : 31510 (java) S 31502 31489 29288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003508434 889110528 5158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31511] ppid=31502 vsize=868272 CPUtime=0
/proc/31503/task/31511/stat : 31511 (java) S 31502 31489 29288 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003508434 889110528 5158 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887228

[startup+3.10258 s]
/proc/loadavg: 2.15 2.04 2.01 3/92 31511
/proc/meminfo: memFree=1569656/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=0.62
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 974 7153 0 1 3 1 54 4 15 0 1 0 2003508361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31489/statm: 3400 797 370 3 0 500 0
[pid=31502] ppid=31489 vsize=5356 CPUtime=0
/proc/31502/stat : 31502 (sh) S 31489 31489 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003508429 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31502/statm: 1339 233 193 169 0 50 0
[pid=31503] ppid=31502 vsize=868384 CPUtime=2.38
/proc/31503/stat : 31503 (java) S 31502 31489 29288 0 -1 0 9949 0 1 0 230 8 0 0 18 0 9 0 2003508430 889225216 9032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31503/statm: 217096 9032 2540 9 0 211671 0
[pid=31503/tid=31504] ppid=31502 vsize=868384 CPUtime=1.73
/proc/31503/task/31504/stat : 31504 (java) R 31502 31489 29288 0 -1 64 2918 0 1 0 171 2 0 0 25 0 9 0 2003508430 889225216 9032 996147200 134512640 134550740 4294955952 18446744073709551615 4126568307 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31505] ppid=31502 vsize=868384 CPUtime=0.42
/proc/31503/task/31505/stat : 31505 (java) S 31502 31489 29288 0 -1 64 4880 0 0 0 39 3 0 0 16 0 9 0 2003508432 889225216 9032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31506] ppid=31502 vsize=868384 CPUtime=0
/proc/31503/task/31506/stat : 31506 (java) S 31502 31489 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003508432 889225216 9032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31507] ppid=31502 vsize=868384 CPUtime=0
/proc/31503/task/31507/stat : 31507 (java) S 31502 31489 29288 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003508432 889225216 9032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31508] ppid=31502 vsize=868384 CPUtime=0
/proc/31503/task/31508/stat : 31508 (java) S 31502 31489 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003508434 889225216 9032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31509] ppid=31502 vsize=868384 CPUtime=0.19
/proc/31503/task/31509/stat : 31509 (java) S 31502 31489 29288 0 -1 64 1459 0 0 0 19 0 0 0 15 0 9 0 2003508434 889225216 9032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31510] ppid=31502 vsize=868384 CPUtime=0
/proc/31503/task/31510/stat : 31510 (java) S 31502 31489 29288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003508434 889225216 9032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31511] ppid=31502 vsize=868384 CPUtime=0
/proc/31503/task/31511/stat : 31511 (java) S 31502 31489 29288 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003508434 889225216 9032 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887340

[startup+6.30216 s]
/proc/loadavg: 2.15 2.04 2.01 3/92 31511
/proc/meminfo: memFree=1545528/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=0.62
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 974 7153 0 1 3 1 54 4 15 0 1 0 2003508361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31489/statm: 3400 797 370 3 0 500 0
[pid=31502] ppid=31489 vsize=5356 CPUtime=0
/proc/31502/stat : 31502 (sh) S 31489 31489 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003508429 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31502/statm: 1339 233 193 169 0 50 0
[pid=31503] ppid=31502 vsize=868496 CPUtime=5.53
/proc/31503/stat : 31503 (java) S 31502 31489 29288 0 -1 0 19357 0 1 0 539 14 0 0 18 0 9 0 2003508430 889339904 13153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31503/statm: 217124 13153 2566 9 0 211671 0
[pid=31503/tid=31504] ppid=31502 vsize=868496 CPUtime=4.13
/proc/31503/task/31504/stat : 31504 (java) R 31502 31489 29288 0 -1 64 3321 0 1 0 410 3 0 0 25 0 9 0 2003508430 889339904 13153 996147200 134512640 134550740 4294955952 18446744073709551615 4126996813 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31505] ppid=31502 vsize=868496 CPUtime=1.13
/proc/31503/task/31505/stat : 31505 (java) S 31502 31489 29288 0 -1 64 13851 0 0 0 104 9 0 0 16 0 9 0 2003508432 889339904 13153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31506] ppid=31502 vsize=868496 CPUtime=0
/proc/31503/task/31506/stat : 31506 (java) S 31502 31489 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003508432 889339904 13153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31507] ppid=31502 vsize=868496 CPUtime=0
/proc/31503/task/31507/stat : 31507 (java) S 31502 31489 29288 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003508432 889339904 13153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31508] ppid=31502 vsize=868496 CPUtime=0
/proc/31503/task/31508/stat : 31508 (java) S 31502 31489 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003508434 889339904 13153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31509] ppid=31502 vsize=868496 CPUtime=0.23
/proc/31503/task/31509/stat : 31509 (java) S 31502 31489 29288 0 -1 64 1493 0 0 0 23 0 0 0 15 0 9 0 2003508434 889339904 13153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31510] ppid=31502 vsize=868496 CPUtime=0
/proc/31503/task/31510/stat : 31510 (java) S 31502 31489 29288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003508434 889339904 13153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31511] ppid=31502 vsize=868496 CPUtime=0
/proc/31503/task/31511/stat : 31511 (java) S 31502 31489 29288 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003508434 889339904 13153 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887452

[startup+12.7023 s]
/proc/loadavg: 2.13 2.04 2.01 4/92 31511
/proc/meminfo: memFree=1518392/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=0.62
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 974 7153 0 1 3 1 54 4 15 0 1 0 2003508361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31489/statm: 3400 797 370 3 0 500 0
[pid=31502] ppid=31489 vsize=5356 CPUtime=0
/proc/31502/stat : 31502 (sh) S 31489 31489 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003508429 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31502/statm: 1339 233 193 169 0 50 0
[pid=31503] ppid=31502 vsize=868496 CPUtime=11.87
/proc/31503/stat : 31503 (java) S 31502 31489 29288 0 -1 0 19616 0 1 0 1152 35 0 0 18 0 9 0 2003508430 889339904 13169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31503/statm: 217124 13169 2566 9 0 211671 0
[pid=31503/tid=31504] ppid=31502 vsize=868496 CPUtime=10.34
/proc/31503/task/31504/stat : 31504 (java) R 31502 31489 29288 0 -1 64 3566 0 1 0 1013 21 0 0 25 0 9 0 2003508430 889339904 13169 996147200 134512640 134550740 4294955952 18446744073709551615 4127015686 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31505] ppid=31502 vsize=868496 CPUtime=1.23
/proc/31503/task/31505/stat : 31505 (java) S 31502 31489 29288 0 -1 64 13851 0 0 0 112 11 0 0 16 0 9 0 2003508432 889339904 13169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31506] ppid=31502 vsize=868496 CPUtime=0
/proc/31503/task/31506/stat : 31506 (java) S 31502 31489 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003508432 889339904 13169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31507] ppid=31502 vsize=868496 CPUtime=0
/proc/31503/task/31507/stat : 31507 (java) S 31502 31489 29288 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003508432 889339904 13169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31508] ppid=31502 vsize=868496 CPUtime=0
/proc/31503/task/31508/stat : 31508 (java) S 31502 31489 29288 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003508434 889339904 13169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31509] ppid=31502 vsize=868496 CPUtime=0.26
/proc/31503/task/31509/stat : 31509 (java) S 31502 31489 29288 0 -1 64 1507 0 0 0 26 0 0 0 17 0 9 0 2003508434 889339904 13169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31510] ppid=31502 vsize=868496 CPUtime=0
/proc/31503/task/31510/stat : 31510 (java) S 31502 31489 29288 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003508434 889339904 13169 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31511] ppid=31502 vsize=868496 CPUtime=0
/proc/31503/task/31511/stat : 31511 (java) S 31502 31489 29288 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003508434 889339904 13169 996147200 134512640 134550740 4294955952 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) 887452

[startup+25.5026 s]
/proc/loadavg: 2.11 2.04 2.01 3/92 31511
/proc/meminfo: memFree=1460728/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=0.62
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 974 7153 0 1 3 1 54 4 16 0 1 0 2003508361 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31489/statm: 3400 797 370 3 0 500 0
[pid=31502] ppid=31489 vsize=5356 CPUtime=0
/proc/31502/stat : 31502 (sh) S 31489 31489 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003508429 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31502/statm: 1339 233 193 169 0 50 0
[pid=31503] ppid=31502 vsize=868496 CPUtime=24.51
/proc/31503/stat : 31503 (java) S 31502 31489 29288 0 -1 0 20123 0 1 0 2375 76 0 0 18 0 9 0 2003508430 889339904 13173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31503/statm: 217124 13173 2566 9 0 211671 0
[pid=31503/tid=31504] ppid=31502 vsize=868496 CPUtime=22.75
/proc/31503/task/31504/stat : 31504 (java) R 31502 31489 29288 0 -1 64 4070 0 1 0 2216 59 0 0 25 0 9 0 2003508430 889339904 13173 996147200 134512640 134550740 4294955952 18446744073709551615 4127002480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31505] ppid=31502 vsize=868496 CPUtime=1.45
/proc/31503/task/31505/stat : 31505 (java) S 31502 31489 29288 0 -1 64 13851 0 0 0 131 14 0 0 16 0 9 0 2003508432 889339904 13173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31506] ppid=31502 vsize=868496 CPUtime=0
/proc/31503/task/31506/stat : 31506 (java) S 31502 31489 29288 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003508432 889339904 13173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31503/tid=31507] ppid=31502 vsize=868496 CPUtime=0
/proc/31503/task/31507/stat : 31507 (java) S 31502 31489 29288 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003508432 889339904 13173 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31685
/proc/meminfo: memFree=1022784/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=44.03
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 1033 28799 0 2 4 1 4212 186 16 0 1 0 2003508361 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31489/statm: 3400 799 370 3 0 500 0
[pid=31512] ppid=31489 vsize=5356 CPUtime=0
/proc/31512/stat : 31512 (sh) S 31489 31489 29288 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003512831 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31512/statm: 1339 232 193 169 0 50 0
[pid=31513] ppid=31512 vsize=508624 CPUtime=715.11
/proc/31513/stat : 31513 (minisat) R 31512 31489 29288 0 -1 4194304 124302 0 0 0 71423 88 0 0 25 0 1 0 2003512832 520830976 124288 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31513/statm: 127156 124288 76 150 0 127003 0
Current children cumulated CPU time (s) 759.14
Current children cumulated vsize (KiB) 527580

[startup+822.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31685
/proc/meminfo: memFree=1022720/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=44.03
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 1033 28799 0 2 4 1 4212 186 16 0 1 0 2003508361 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31489/statm: 3400 799 370 3 0 500 0
[pid=31512] ppid=31489 vsize=5356 CPUtime=0
/proc/31512/stat : 31512 (sh) S 31489 31489 29288 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003512831 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31512/statm: 1339 232 193 169 0 50 0
[pid=31513] ppid=31512 vsize=508624 CPUtime=775.05
/proc/31513/stat : 31513 (minisat) R 31512 31489 29288 0 -1 4194304 124310 0 0 0 77417 88 0 0 25 0 1 0 2003512832 520830976 124296 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31513/statm: 127156 124296 76 150 0 127003 0
Current children cumulated CPU time (s) 819.08
Current children cumulated vsize (KiB) 527580

[startup+882.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 31685
/proc/meminfo: memFree=1022592/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=44.03
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 1033 28799 0 2 4 1 4212 186 16 0 1 0 2003508361 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31489/statm: 3400 799 370 3 0 500 0
[pid=31512] ppid=31489 vsize=5356 CPUtime=0
/proc/31512/stat : 31512 (sh) S 31489 31489 29288 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003512831 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31512/statm: 1339 232 193 169 0 50 0
[pid=31513] ppid=31512 vsize=508624 CPUtime=834.99
/proc/31513/stat : 31513 (minisat) R 31512 31489 29288 0 -1 4194304 124319 0 0 0 83411 88 0 0 25 0 1 0 2003512832 520830976 124305 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31513/statm: 127156 124305 76 150 0 127003 0
Current children cumulated CPU time (s) 879.02
Current children cumulated vsize (KiB) 527580

[startup+942.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 31685
/proc/meminfo: memFree=1022592/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=44.03
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 1033 28799 0 2 4 1 4212 186 16 0 1 0 2003508361 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31489/statm: 3400 799 370 3 0 500 0
[pid=31512] ppid=31489 vsize=5356 CPUtime=0
/proc/31512/stat : 31512 (sh) S 31489 31489 29288 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003512831 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31512/statm: 1339 232 193 169 0 50 0
[pid=31513] ppid=31512 vsize=508624 CPUtime=894.94
/proc/31513/stat : 31513 (minisat) R 31512 31489 29288 0 -1 4194304 124327 0 0 0 89406 88 0 0 25 0 1 0 2003512832 520830976 124313 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31513/statm: 127156 124313 76 150 0 127003 0
Current children cumulated CPU time (s) 938.97
Current children cumulated vsize (KiB) 527580

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

[startup+947.106 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 31685
/proc/meminfo: memFree=1022592/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=44.03
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 1033 28799 0 2 4 1 4212 186 16 0 1 0 2003508361 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31489/statm: 3400 799 370 3 0 500 0
[pid=31512] ppid=31489 vsize=5356 CPUtime=0
/proc/31512/stat : 31512 (sh) S 31489 31489 29288 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003512831 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31512/statm: 1339 232 193 169 0 50 0
[pid=31513] ppid=31512 vsize=508624 CPUtime=899.74
/proc/31513/stat : 31513 (minisat) R 31512 31489 29288 0 -1 4194304 124327 0 0 0 89886 88 0 0 25 0 1 0 2003512832 520830976 124313 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31513/statm: 127156 124313 76 150 0 127003 0
Current children cumulated CPU time (s) 943.77
Current children cumulated vsize (KiB) 527580

[startup+959.902 s]
/proc/loadavg: 2.06 2.01 2.00 3/76 31685
/proc/meminfo: memFree=1022528/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=44.03
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 1033 28799 0 2 4 1 4212 186 16 0 1 0 2003508361 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31489/statm: 3400 799 370 3 0 500 0
[pid=31512] ppid=31489 vsize=5356 CPUtime=0
/proc/31512/stat : 31512 (sh) S 31489 31489 29288 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003512831 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31512/statm: 1339 232 193 169 0 50 0
[pid=31513] ppid=31512 vsize=508624 CPUtime=912.52
/proc/31513/stat : 31513 (minisat) R 31512 31489 29288 0 -1 4194304 124330 0 0 0 91164 88 0 0 25 0 1 0 2003512832 520830976 124316 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31513/statm: 127156 124316 76 150 0 127003 0
Current children cumulated CPU time (s) 956.55
Current children cumulated vsize (KiB) 527580

[startup+963.102 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 31685
/proc/meminfo: memFree=1022464/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=44.03
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 1033 28799 0 2 4 1 4212 186 16 0 1 0 2003508361 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31489/statm: 3400 799 370 3 0 500 0
[pid=31512] ppid=31489 vsize=5356 CPUtime=0
/proc/31512/stat : 31512 (sh) S 31489 31489 29288 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003512831 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31512/statm: 1339 232 193 169 0 50 0
[pid=31513] ppid=31512 vsize=508624 CPUtime=915.72
/proc/31513/stat : 31513 (minisat) R 31512 31489 29288 0 -1 4194304 124330 0 0 0 91484 88 0 0 25 0 1 0 2003512832 520830976 124316 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31513/statm: 127156 124316 76 150 0 127003 0
Current children cumulated CPU time (s) 959.75
Current children cumulated vsize (KiB) 527580

[startup+966.302 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 31685
/proc/meminfo: memFree=1022464/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=44.03
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 1033 28799 0 2 4 1 4212 186 16 0 1 0 2003508361 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31489/statm: 3400 799 370 3 0 500 0
[pid=31512] ppid=31489 vsize=5356 CPUtime=0
/proc/31512/stat : 31512 (sh) S 31489 31489 29288 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003512831 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31512/statm: 1339 232 193 169 0 50 0
[pid=31513] ppid=31512 vsize=508624 CPUtime=918.91
/proc/31513/stat : 31513 (minisat) R 31512 31489 29288 0 -1 4194304 124331 0 0 0 91803 88 0 0 25 0 1 0 2003512832 520830976 124317 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/31513/statm: 127156 124317 76 150 0 127003 0
Current children cumulated CPU time (s) 962.94
Current children cumulated vsize (KiB) 527580

[startup+967.102 s]
/proc/loadavg: 2.05 2.01 2.00 3/76 31685
/proc/meminfo: memFree=1019392/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=963.65
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 1090 153582 0 2 4 1 96076 284 16 0 1 0 2003508361 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31489/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 963.65
Current children cumulated vsize (KiB) 13600

[startup+967.902 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 31695
/proc/meminfo: memFree=1506176/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=963.65
/proc/31489/stat : 31489 (sugar) S 31487 31489 29288 0 -1 4194304 1090 153582 0 2 4 1 96076 284 16 0 1 0 2003508361 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/31489/statm: 3400 799 370 3 0 500 0
[pid=31686] ppid=31489 vsize=5356 CPUtime=0
/proc/31686/stat : 31686 (sh) S 31489 31489 29288 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003605061 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31686/statm: 1339 233 193 169 0 50 0
[pid=31687] ppid=31686 vsize=864364 CPUtime=0.89
/proc/31687/stat : 31687 (java) S 31686 31489 29288 0 -1 0 4529 0 1 0 86 3 0 0 19 0 9 0 2003605061 885108736 3983 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31687/statm: 216091 3983 1680 9 0 210673 0
[pid=31687/tid=31688] ppid=31686 vsize=864364 CPUtime=0.77
/proc/31687/task/31688/stat : 31688 (java) R 31686 31489 29288 0 -1 64 2499 0 1 0 76 1 0 0 25 0 9 0 2003605062 885108736 3983 996147200 134512640 134550740 4294956000 18446744073709551615 4126408932 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31687/tid=31689] ppid=31686 vsize=864364 CPUtime=0.02
/proc/31687/task/31689/stat : 31689 (java) S 31686 31489 29288 0 -1 64 907 0 0 0 2 0 0 0 16 0 9 0 2003605063 885108736 3983 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31687/tid=31690] ppid=31686 vsize=864364 CPUtime=0
/proc/31687/task/31690/stat : 31690 (java) S 31686 31489 29288 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 2003605064 885108736 3983 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31687/tid=31691] ppid=31686 vsize=864364 CPUtime=0
/proc/31687/task/31691/stat : 31691 (java) S 31686 31489 29288 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 2003605064 885108736 3983 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31687/tid=31692] ppid=31686 vsize=864364 CPUtime=0
/proc/31687/task/31692/stat : 31692 (java) S 31686 31489 29288 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003605066 885108736 3983 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31687/tid=31693] ppid=31686 vsize=864364 CPUtime=0.06
/proc/31687/task/31693/stat : 31693 (java) S 31686 31489 29288 0 -1 64 432 0 0 0 6 0 0 0 16 0 9 0 2003605066 885108736 3983 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31687/tid=31694] ppid=31686 vsize=864364 CPUtime=0
/proc/31687/task/31694/stat : 31694 (java) S 31686 31489 29288 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003605066 885108736 3983 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31687/tid=31695] ppid=31686 vsize=864364 CPUtime=0
/proc/31687/task/31695/stat : 31695 (java) S 31686 31489 29288 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003605066 885108736 3983 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 964.54
Current children cumulated vsize (KiB) 883320

[startup+968.101 s]
/proc/loadavg: 2.05 2.01 2.00 3/84 31695
/proc/meminfo: memFree=1506176/2055920 swapFree=4111052/4192956
[pid=31489] ppid=31487 vsize=13600 CPUtime=964.72
/proc/31489/stat : 31489 (sugar) R 31487 31489 29288 0 -1 4194304 1119 158468 0 3 4 11 96169 288 16 0 1 0 2003508361 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 233402242089 0 0 4224 16386 0 0 0 17 0 0 0
/proc/31489/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 964.72
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 968.117
CPU time (s): 964.751
CPU user time (s): 961.737
CPU system time (s): 3.01454
CPU usage (%): 99.6524
Max. virtual memory (cumulated for all children) (KiB): 897840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 961.737
system time used= 3.01454
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159617
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= 19794
involuntary context switches= 32799

runsolver used 0.999848 second user time and 2.89656 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-05 10:09:55
IDJOB=1087704
IDBENCH=58035
IDSOLVER=346
FILE ID=node70/1087704-1215245395
PBS_JOBID= 7881925
Free space on /tmp= 66340 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp03/normalized-fapp03-0300-7.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087704-1215245395/watcher-1087704-1215245395 -o /tmp/evaluation-result-1087704-1215245395/solver-1087704-1215245395 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1087704-1215245395.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 864e3c61ff08e32a4845b7a063b51513
RANDOM SEED=222975851

node70.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.256
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.256
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:       1590896 kB
Buffers:         17860 kB
Cached:         106756 kB
SwapCached:      76324 kB
Active:         372372 kB
Inactive:        37532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1590896 kB
SwapTotal:     4192956 kB
SwapFree:      4111052 kB
Dirty:            1960 kB
Writeback:           0 kB
Mapped:         301024 kB
Slab:            39864 kB
Committed_AS:  4509724 kB
PageTables:       2336 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= 66340 MiB
End job on node70 at 2008-07-05 10:26:03