Trace number 2083721

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 835.991 842.538

General information on the benchmark

Namecsp/fapp/fapp04/
normalized-fapp04-0300-5.xml
MD5SUM9b390cbd2e7aec20d5f3a2cc4b660065
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 benchmark24.2693
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3360
Maximum constraint arity2
Maximum domain size270
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3360
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:54:48 2009
0.00/0.08	c 0	PID 29160
0.07/0.08	c 0	HOST node37.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2083721-1247378088.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083721-1247378088.xml' 'HOME/temp.csp'
0.07/0.87	c 1	13 domains, 300 variables, 8 predicates, 0 relations, 3360 constraints
0.07/0.92	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.92	c 1	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.87/1.04	c 1	Parsing HOME/temp.csp
0.97/1.15	c 1	parsed 3681 expressions
0.97/1.16	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.97/1.16	c 1	Converting to clausal form CSP
1.16/1.35	c 1	converted 369 (10%) expressions
1.96/2.15	c 2	converted 737 (20%) expressions
2.55/2.71	c 2	converted 1105 (30%) expressions
2.95/3.12	c 3	converted 1473 (40%) expressions
3.45/3.61	c 3	converted 1841 (50%) expressions
3.73/3.90	c 4	converted 2209 (60%) expressions
4.13/4.31	c 4	converted 2577 (70%) expressions
4.53/4.75	c 4	converted 2945 (80%) expressions
4.82/5.05	c 5	converted 3313 (90%) expressions
5.23/5.41	c 5	converted 3681 (100%) expressions
5.23/5.41	c 5	CSP : 598 integers, 9543 booleans, 20306 clauses, largest domain size 2697
5.23/5.41	c 5	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.23/5.41	c 5	Propagation in CSP
5.32/5.59	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.32/5.59	c 5	CSP : 598 integers, 9543 booleans, 20306 clauses, largest domain size 2697
5.32/5.59	c 5	Heap : 26 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.42/5.61	c 5	Simplifing CSP by introducing new Boolean variables
5.42/5.65	c 5	CSP : 598 integers, 16493 booleans, 27256 clauses, largest domain size 2697
5.42/5.65	c 5	Heap : 27 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.71/5.94	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.01/6.23	c 6	60 (10%) CSP integer variables are encoded (11833 clauses, 155465 bytes)
6.21/6.47	c 6	120 (20%) CSP integer variables are encoded (23990 clauses, 337820 bytes)
6.50/6.72	c 6	180 (30%) CSP integer variables are encoded (36826 clauses, 530360 bytes)
6.70/6.95	c 7	240 (40%) CSP integer variables are encoded (48330 clauses, 702920 bytes)
7.00/7.20	c 7	299 (50%) CSP integer variables are encoded (61074 clauses, 894080 bytes)
7.10/7.36	c 7	359 (60%) CSP integer variables are encoded (188145 clauses, 2977078 bytes)
7.30/7.50	c 7	419 (70%) CSP integer variables are encoded (296679 clauses, 4822156 bytes)
7.40/7.65	c 7	479 (80%) CSP integer variables are encoded (409999 clauses, 6748596 bytes)
7.49/7.78	c 8	539 (90%) CSP integer variables are encoded (508153 clauses, 8417214 bytes)
7.69/7.93	c 8	598 (100%) CSP integer variables are encoded (624076 clauses, 10387905 bytes)
9.68/9.96	c 10	2726 (10%) CSP clauses are encoded (1226796 clauses, 24495250 bytes)
11.75/12.01	c 12	5452 (20%) CSP clauses are encoded (1939046 clauses, 41366722 bytes)
13.21/13.55	c 13	8177 (30%) CSP clauses are encoded (2444980 clauses, 53359874 bytes)
14.80/15.13	c 15	10903 (40%) CSP clauses are encoded (3025064 clauses, 67171036 bytes)
16.28/16.61	c 16	13628 (50%) CSP clauses are encoded (3558832 clauses, 79940735 bytes)
18.34/18.79	c 19	16354 (60%) CSP clauses are encoded (4382741 clauses, 99793447 bytes)
19.73/20.16	c 20	19080 (70%) CSP clauses are encoded (4900678 clauses, 112105686 bytes)
21.91/22.33	c 22	21805 (80%) CSP clauses are encoded (5734120 clauses, 132239152 bytes)
23.96/24.40	c 24	24531 (90%) CSP clauses are encoded (6541872 clauses, 151585700 bytes)
25.55/26.09	c 26	27256 (100%) CSP clauses are encoded (7175670 clauses, 166993929 bytes)
25.55/26.09	c 26	27256 CSP clauses encoded
25.55/26.09	c 26	Writing map file : HOME/temp.map
25.65/26.12	c 26	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
25.65/26.12	c 26	SAT : 641167 SAT variables, 7175670 SAT clauses, 166993929 bytes
25.65/26.12	c 26	Heap : 26 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
25.65/26.16	c 26	SOLVING HOME/temp.cnf
25.65/26.16	c 26	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
25.65/26.16	c 26	This is MiniSat 2.0 beta
25.65/26.16	c 26	WARNING: for repeatability, setting FPU to use double precision
25.65/26.16	c 26	============================[ Problem Statistics ]=============================
25.65/26.16	c 26	|                                                                             |
25.65/26.16	c 26	|  Number of variables:  641167                                               |
25.65/26.16	c 26	|  Number of clauses:    7175670                                              |
29.87/30.46	c 30	|  Parsing time:         3.72         s                                       |
30.07/30.66	c 30	============================[ Search Statistics ]==============================
30.07/30.66	c 30	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.07/30.66	c 30	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.07/30.66	c 30	===============================================================================
30.07/30.66	c 30	|         0 |  641167  7175670 20275728 |  2391890        0    nan |  0.000 % |
31.05/31.70	c 31	|       100 |  641166  7175670 20275728 |  2631079       99      3 |  0.696 % |
32.93/33.51	c 33	|       250 |  641127  7175670 20275728 |  2894186      245      3 |  1.540 % |
35.81/36.44	c 36	|       475 |  641101  7175670 20275728 |  3183605      465      3 |  1.605 % |
39.47/40.10	c 40	|       812 |  630801  7109427 20098105 |  3501966      789      4 |  1.618 % |
43.83/44.54	c 44	|      1318 |  630789  7109427 20098105 |  3852162     1289      4 |  1.710 % |
51.66/52.41	c 52	|      2077 |  620258  6997020 19781670 |  4237379     2027      5 |  5.457 % |
60.78/61.63	c 61	|      3217 |  597116  6717331 18989681 |  4661116     3129      6 |  7.700 % |
75.04/76.00	c 76	|      4926 |  569095  6350838 17946464 |  5127228     4811      7 | 12.061 % |
94.15/95.34	c 95	|      7488 |  542121  6051717 17103318 |  5639951     7332      7 | 17.583 % |
120.61/122.05	c 122	|     11332 |  509454  5673685 16034772 |  6203946    11129      8 | 20.660 % |
158.54/160.33	c 160	|     17098 |  477703  5247551 14820774 |  6824341    16848      9 | 26.871 % |
208.96/211.22	c 211	|     25747 |  423564  4630263 13077555 |  7506775    25442     10 | 34.616 % |
283.84/286.81	c 287	|     38721 |  383333  4127726 11650773 |  8257452    38341     12 | 40.213 % |
387.44/391.46	c 391	|     58184 |  335277  3598830 10160612 |  9083198    57760     15 | 47.708 % |
551.14/555.58	c 555	|     87376 |  275996  3002812  8492001 |  9991518    86806     17 | 56.954 % |
796.92/803.07	c 803	|    131166 |  239821  2634548  7459868 | 10990669   130498     20 | 62.601 % |
834.44/840.72	c 840	===============================================================================
834.44/840.77	c 840	restarts              : 17
834.44/840.77	c 840	conflicts             : 137483         (170 /sec)
834.44/840.77	c 840	decisions             : 2741772        (0.79 % random) (3395 /sec)
834.44/840.77	c 840	propagations          : 1302936650     (1613194 /sec)
834.44/840.77	c 840	conflict literals     : 2733693        (15.45 % deleted)
834.44/840.77	c 840	Memory used           : 349.95 MB
834.44/840.77	c 840	CPU time              : 807.675 s
834.44/840.77	c 840	
834.70/841.05	c 841	SATISFIABLE
834.80/841.11	c 841	DECODING HOME/temp.out WITH HOME/temp.map
834.80/841.11	c 841	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'
834.83/841.21	c 841	Decoding HOME/temp.out
835.86/842.24	s SATISFIABLE
835.86/842.26	v 2640 -2380 -2292 -2308 -2204 2452 2696 2268 -2568 2424 -2692 2544 -2532 -2384 -2404 2464 2516 2520 -2232 -2308 2200 2696 2356 -2440 2228 2672 -2300 -2348 2212 -2624 -2164 -2664 2276 2572 2388 -2256 2572 2268 -2608 2236 2160 2428 2588 2252 2272 2292 2548 -2676 2456 2608 2252 -2604 -2632 2480 2300 2624 2276 -2296 2356 -2680 -2396 -2204 2272 -2548 2564 -2468 -2636 2680 -2448 2360 2692 2260 2252 2360 2164 2612 -2568 2664 -2364 2164 2552 2160 -2584 2612 -2412 -2524 -2540 2524 -2404 2200 2656 2644 -2696 2616 2312 2272 2492 -2256 2580 -2276 2528 -2696 2564 2476 2360 2416 2316 -2620 -2540 -2596 -2216 -2584 2460 -2560 -2204 -2568 -2644 -2636 2320 2628 2672 -2560 -2624 2604 2624 2488 2480 2580 2212 -2532 -2604 2300 2696 -2640 2312 -2268 -2316 2292 2696 -2656 2296 -2172 2588 2292 -2500 -2364 2184 -2640 -2332 2656 -2284 -2640 2244 2396 2308 2664 2400 2592 2316 2696 2376 2324 2360 2672 2336 2652 2188 -2628 2572 -2456 2576 -2608 2652 -2652 2588 2224 -2656 2160 2412 -2540 -2520 2252 2244 -2364 -2300 2664 -2496 2232 -2644 2632 2236 -2536 2268 2572 -2656 -2192 2624 2448 -2452 -2652 -2488 -2648 2632 2340 2672 -2556 2400 -2400 2308 -2296 2544 2656 2184 2204 2372 -2620 -2660 2356 2196 2492 2604 2444 2600 -2448 2592 2360 2296 2508 2440 2600 -2564 2660 -2284 2520 2616 2604 2404 2596 -2404 2164 2692 2216 -2528 2480 2408 2424 2256 -2424 2420 2632 2336 2340 2260 2540 -2224 -2256 2604 -2440 2680 2624 2612 -2500 2632 2384 -2580 2400 -2584 2636 -2644 2480 2656 2212 -2344 2304 -2496 -2504 2544 -2204 -2316 2176 -2564 -2676 -2656 2572 2656 2612 2252 -2356 -2612 -2488 -2412 2508 -2372 -2200 2228 2320 2696 -2620 -2504 2340
835.86/842.27	c 842	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
835.86/842.29	c 842	CPU 835.94 (0.06 0.01 833.37 2.5)
835.86/842.29	c 842	END Sun Jul 12 08:08:50 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-2083721-1247378088/watcher-2083721-1247378088 -o /tmp/evaluation-result-2083721-1247378088/solver-2083721-1247378088 -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-2083721-1247378088.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.34 2.16 2.05 4/72 29160
/proc/meminfo: memFree=1762864/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=12132 CPUtime=0
/proc/29160/stat : 29160 (sugar) R 29158 29160 22489 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 24872944 12423168 182 996147200 4194304 4206940 548682068608 18446744073709551615 213116163517 0 0 4224 0 0 0 0 17 1 0 0
/proc/29160/statm: 3033 182 142 3 0 133 0

[startup+0.0821491 s]
/proc/loadavg: 2.34 2.16 2.05 4/72 29160
/proc/meminfo: memFree=1762864/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16740 CPUtime=0.07
/proc/29160/stat : 29160 (sugar) S 29158 29160 22489 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 24872944 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29160/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101946 s]
/proc/loadavg: 2.34 2.16 2.05 4/72 29160
/proc/meminfo: memFree=1762864/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=0.07
/proc/29160/stat : 29160 (sugar) S 29158 29160 22489 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24872944 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29160/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302868 s]
/proc/loadavg: 2.34 2.16 2.05 4/72 29160
/proc/meminfo: memFree=1762864/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=0.07
/proc/29160/stat : 29160 (sugar) S 29158 29160 22489 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24872944 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29160/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70195 s]
/proc/loadavg: 2.34 2.16 2.05 4/72 29160
/proc/meminfo: memFree=1762864/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=0.07
/proc/29160/stat : 29160 (sugar) S 29158 29160 22489 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24872944 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29160/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5011 s]
/proc/loadavg: 2.34 2.16 2.05 3/80 29179
/proc/meminfo: memFree=1756528/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=0.84
/proc/29160/stat : 29160 (sugar) S 29158 29160 22489 0 -1 4194304 1309 6864 0 1 6 1 74 3 16 0 1 0 24872944 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29160/statm: 4217 1111 409 3 0 796 0
[pid=29173] ppid=29160 vsize=5356 CPUtime=0
/proc/29173/stat : 29173 (sh) S 29160 29160 22489 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24873037 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29173/statm: 1339 233 193 169 0 50 0
[pid=29174] ppid=29173 vsize=868008 CPUtime=0.52
/proc/29174/stat : 29174 (java) S 29173 29160 22489 0 -1 0 5270 0 1 0 49 3 0 0 19 0 9 0 24873037 888840192 4714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29174/statm: 217002 4714 1742 9 0 211507 0
[pid=29174/tid=29175] ppid=29173 vsize=868008 CPUtime=0.34
/proc/29174/task/29175/stat : 29175 (java) R 29173 29160 22489 0 -1 64 2666 0 1 0 33 1 0 0 19 0 9 0 24873038 888840192 4714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29176] ppid=29173 vsize=868008 CPUtime=0.03
/proc/29174/task/29176/stat : 29176 (java) S 29173 29160 22489 0 -1 64 657 0 0 0 3 0 0 0 16 0 9 0 24873042 888840192 4714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29177] ppid=29173 vsize=868008 CPUtime=0
/proc/29174/task/29177/stat : 29177 (java) S 29173 29160 22489 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24873042 888840192 4714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29178] ppid=29173 vsize=868008 CPUtime=0
/proc/29174/task/29178/stat : 29178 (java) S 29173 29160 22489 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24873042 888840192 4714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29179] ppid=29173 vsize=868008 CPUtime=0
/proc/29174/task/29179/stat : 29179 (java) S 29173 29160 22489 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24873044 888840192 4714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 890232

[startup+3.1024 s]
/proc/loadavg: 2.34 2.16 2.05 3/83 29182
/proc/meminfo: memFree=1743384/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=0.84
/proc/29160/stat : 29160 (sugar) S 29158 29160 22489 0 -1 4194304 1309 6864 0 1 6 1 74 3 15 0 1 0 24872944 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29160/statm: 4217 1111 409 3 0 796 0
[pid=29173] ppid=29160 vsize=5356 CPUtime=0
/proc/29173/stat : 29173 (sh) S 29160 29160 22489 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24873037 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29173/statm: 1339 233 193 169 0 50 0
[pid=29174] ppid=29173 vsize=868564 CPUtime=2.11
/proc/29174/stat : 29174 (java) S 29173 29160 22489 0 -1 0 8918 0 1 0 206 5 0 0 19 0 9 0 24873037 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29174/statm: 217141 8021 2566 9 0 211646 0
[pid=29174/tid=29175] ppid=29173 vsize=868564 CPUtime=1.62
/proc/29174/task/29175/stat : 29175 (java) R 29173 29160 22489 0 -1 64 2807 0 1 0 160 2 0 0 25 0 9 0 24873038 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4126507824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29176] ppid=29173 vsize=868564 CPUtime=0.28
/proc/29174/task/29176/stat : 29176 (java) S 29173 29160 22489 0 -1 64 3938 0 0 0 27 1 0 0 16 0 9 0 24873042 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29177] ppid=29173 vsize=868564 CPUtime=0
/proc/29174/task/29177/stat : 29177 (java) S 29173 29160 22489 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24873042 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29178] ppid=29173 vsize=868564 CPUtime=0
/proc/29174/task/29178/stat : 29178 (java) S 29173 29160 22489 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24873042 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29179] ppid=29173 vsize=868564 CPUtime=0
/proc/29174/task/29179/stat : 29179 (java) S 29173 29160 22489 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24873044 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29180] ppid=29173 vsize=868564 CPUtime=0.18
/proc/29174/task/29180/stat : 29180 (java) S 29173 29160 22489 0 -1 64 1475 0 0 0 18 0 0 0 16 0 9 0 24873045 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29181] ppid=29173 vsize=868564 CPUtime=0
/proc/29174/task/29181/stat : 29181 (java) S 29173 29160 22489 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24873045 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29182] ppid=29173 vsize=868564 CPUtime=0
/proc/29174/task/29182/stat : 29182 (java) S 29173 29160 22489 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24873045 889409536 8021 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 890788

[startup+6.30201 s]
/proc/loadavg: 2.39 2.17 2.06 4/83 29182
/proc/meminfo: memFree=1720792/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=0.84
/proc/29160/stat : 29160 (sugar) S 29158 29160 22489 0 -1 4194304 1310 6864 0 1 6 1 74 3 15 0 1 0 24872944 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29160/statm: 4217 1111 409 3 0 796 0
[pid=29173] ppid=29160 vsize=5356 CPUtime=0
/proc/29173/stat : 29173 (sh) S 29160 29160 22489 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24873037 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29173/statm: 1339 233 193 169 0 50 0
[pid=29174] ppid=29173 vsize=868676 CPUtime=5.27
/proc/29174/stat : 29174 (java) S 29173 29160 22489 0 -1 0 18906 0 1 0 515 12 0 0 19 0 9 0 24873037 889524224 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29174/statm: 217169 12593 2592 9 0 211646 0
[pid=29174/tid=29175] ppid=29173 vsize=868676 CPUtime=3.97
/proc/29174/task/29175/stat : 29175 (java) R 29173 29160 22489 0 -1 64 3326 0 1 0 394 3 0 0 25 0 9 0 24873038 889524224 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4126989360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29176] ppid=29173 vsize=868676 CPUtime=1.05
/proc/29174/task/29176/stat : 29176 (java) S 29173 29160 22489 0 -1 64 13361 0 0 0 98 7 0 0 16 0 9 0 24873042 889524224 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29177] ppid=29173 vsize=868676 CPUtime=0
/proc/29174/task/29177/stat : 29177 (java) S 29173 29160 22489 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24873042 889524224 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29178] ppid=29173 vsize=868676 CPUtime=0
/proc/29174/task/29178/stat : 29178 (java) S 29173 29160 22489 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24873042 889524224 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29179] ppid=29173 vsize=868676 CPUtime=0
/proc/29174/task/29179/stat : 29179 (java) S 29173 29160 22489 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24873044 889524224 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29180] ppid=29173 vsize=868676 CPUtime=0.22
/proc/29174/task/29180/stat : 29180 (java) S 29173 29160 22489 0 -1 64 1521 0 0 0 22 0 0 0 15 0 9 0 24873045 889524224 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29181] ppid=29173 vsize=868676 CPUtime=0
/proc/29174/task/29181/stat : 29181 (java) S 29173 29160 22489 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24873045 889524224 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29182] ppid=29173 vsize=868676 CPUtime=0
/proc/29174/task/29182/stat : 29182 (java) S 29173 29160 22489 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24873045 889524224 12593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 890900

[startup+12.7022 s]
/proc/loadavg: 2.36 2.17 2.05 3/83 29182
/proc/meminfo: memFree=1677400/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=0.84
/proc/29160/stat : 29160 (sugar) S 29158 29160 22489 0 -1 4194304 1310 6864 0 1 6 1 74 3 16 0 1 0 24872944 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29160/statm: 4217 1111 409 3 0 796 0
[pid=29173] ppid=29160 vsize=5356 CPUtime=0
/proc/29173/stat : 29173 (sh) S 29160 29160 22489 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24873037 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29173/statm: 1339 233 193 169 0 50 0
[pid=29174] ppid=29173 vsize=868676 CPUtime=11.6
/proc/29174/stat : 29174 (java) S 29173 29160 22489 0 -1 0 19299 0 1 0 1116 44 0 0 19 0 9 0 24873037 889524224 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29174/statm: 217169 12617 2593 9 0 211646 0
[pid=29174/tid=29175] ppid=29173 vsize=868676 CPUtime=10.08
/proc/29174/task/29175/stat : 29175 (java) R 29173 29160 22489 0 -1 64 3700 0 1 0 977 31 0 0 25 0 9 0 24873038 889524224 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29176] ppid=29173 vsize=868676 CPUtime=1.23
/proc/29174/task/29176/stat : 29176 (java) S 29173 29160 22489 0 -1 64 13362 0 0 0 112 11 0 0 15 0 9 0 24873042 889524224 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29177] ppid=29173 vsize=868676 CPUtime=0
/proc/29174/task/29177/stat : 29177 (java) S 29173 29160 22489 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24873042 889524224 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29178] ppid=29173 vsize=868676 CPUtime=0
/proc/29174/task/29178/stat : 29178 (java) S 29173 29160 22489 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24873042 889524224 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29179] ppid=29173 vsize=868676 CPUtime=0
/proc/29174/task/29179/stat : 29179 (java) S 29173 29160 22489 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24873044 889524224 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29180] ppid=29173 vsize=868676 CPUtime=0.27
/proc/29174/task/29180/stat : 29180 (java) S 29173 29160 22489 0 -1 64 1539 0 0 0 26 1 0 0 16 0 9 0 24873045 889524224 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29181] ppid=29173 vsize=868676 CPUtime=0
/proc/29174/task/29181/stat : 29181 (java) S 29173 29160 22489 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24873045 889524224 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29182] ppid=29173 vsize=868676 CPUtime=0
/proc/29174/task/29182/stat : 29182 (java) S 29173 29160 22489 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24873045 889524224 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 890900

[startup+25.5026 s]
/proc/loadavg: 2.50 2.21 2.07 3/83 29182
/proc/meminfo: memFree=1561432/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=0.84
/proc/29160/stat : 29160 (sugar) S 29158 29160 22489 0 -1 4194304 1310 6864 0 1 6 1 74 3 16 0 1 0 24872944 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29160/statm: 4217 1111 409 3 0 796 0
[pid=29173] ppid=29160 vsize=5356 CPUtime=0
/proc/29173/stat : 29173 (sh) S 29160 29160 22489 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24873037 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29173/statm: 1339 233 193 169 0 50 0
[pid=29174] ppid=29173 vsize=868676 CPUtime=24.22
/proc/29174/stat : 29174 (java) S 29173 29160 22489 0 -1 0 20182 0 1 0 2305 117 0 0 19 0 9 0 24873037 889524224 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29174/statm: 217169 12617 2593 9 0 211646 0
[pid=29174/tid=29175] ppid=29173 vsize=868676 CPUtime=22.29
/proc/29174/task/29175/stat : 29175 (java) R 29173 29160 22489 0 -1 64 4583 0 1 0 2132 97 0 0 25 0 9 0 24873038 889524224 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4126985673 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29176] ppid=29173 vsize=868676 CPUtime=1.63
/proc/29174/task/29176/stat : 29176 (java) S 29173 29160 22489 0 -1 64 13362 0 0 0 146 17 0 0 16 0 9 0 24873042 889524224 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29177] ppid=29173 vsize=868676 CPUtime=0
/proc/29174/task/29177/stat : 29177 (java) S 29173 29160 22489 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24873042 889524224 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29178] ppid=29173 vsize=868676 CPUtime=0
/proc/29174/task/29178/stat : 29178 (java) S 29173 29160 22489 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24873042 889524224 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29179] ppid=29173 vsize=868676 CPUtime=0
/proc/29174/task/29179/stat : 29179 (java) S 29173 29160 22489 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24873044 889524224 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29180] ppid=29173 vsize=868676 CPUtime=0.27
/proc/29174/task/29180/stat : 29180 (java) S 29173 29160 22489 0 -1 64 1539 0 0 0 26 1 0 0 16 0 9 0 24873045 889524224 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29181] ppid=29173 vsize=868676 CPUtime=0
/proc/29174/task/29181/stat : 29181 (java) S 29173 29160 22489 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24873045 889524224 12617 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29174/tid=29182] ppid=29173 vsize=868676 CPUtime=0

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

/proc/loadavg: 3.04 2.80 2.36 3/83 29308
/proc/meminfo: memFree=1277920/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=25.7
/proc/29160/stat : 29160 (sugar) S 29158 29160 22489 0 -1 4194304 1377 27402 0 2 6 1 2437 126 16 0 1 0 24872944 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29160/statm: 4217 1114 409 3 0 796 0
[pid=29183] ppid=29160 vsize=5356 CPUtime=0
/proc/29183/stat : 29183 (sh) S 29160 29160 22489 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24875560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29183/statm: 1339 232 193 169 0 50 0
[pid=29184] ppid=29183 vsize=357716 CPUtime=671.02
/proc/29184/stat : 29184 (minisat) R 29183 29160 22489 0 -1 4194304 87222 0 0 0 66991 111 0 0 25 0 1 0 24875561 366301184 87208 996147200 134512640 135127466 4294956256 18446744073709551615 134521703 0 0 4096 3 0 0 0 17 1 0 0
/proc/29184/statm: 89429 87208 76 150 0 89276 0
Current children cumulated CPU time (s) 696.72
Current children cumulated vsize (KiB) 379940

[startup+762.303 s]
/proc/loadavg: 2.38 2.65 2.34 3/83 29308
/proc/meminfo: memFree=1278176/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=25.7
/proc/29160/stat : 29160 (sugar) S 29158 29160 22489 0 -1 4194304 1377 27402 0 2 6 1 2437 126 16 0 1 0 24872944 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/29160/statm: 4217 1114 409 3 0 796 0
[pid=29183] ppid=29160 vsize=5356 CPUtime=0
/proc/29183/stat : 29183 (sh) S 29160 29160 22489 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24875560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29183/statm: 1339 232 193 169 0 50 0
[pid=29184] ppid=29183 vsize=357716 CPUtime=730.72
/proc/29184/stat : 29184 (minisat) R 29183 29160 22489 0 -1 4194304 87235 0 0 0 72961 111 0 0 25 0 1 0 24875561 366301184 87221 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29184/statm: 89429 87221 76 150 0 89276 0
Current children cumulated CPU time (s) 756.42
Current children cumulated vsize (KiB) 379940

[startup+822.301 s]
/proc/loadavg: 2.14 2.53 2.32 3/83 29308
/proc/meminfo: memFree=1278048/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=25.7
/proc/29160/stat : 29160 (sugar) S 29158 29160 22489 0 -1 4194304 1377 27402 0 2 6 1 2437 126 16 0 1 0 24872944 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29160/statm: 4217 1114 409 3 0 796 0
[pid=29183] ppid=29160 vsize=5356 CPUtime=0
/proc/29183/stat : 29183 (sh) S 29160 29160 22489 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24875560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29183/statm: 1339 232 193 169 0 50 0
[pid=29184] ppid=29183 vsize=357716 CPUtime=790.43
/proc/29184/stat : 29184 (minisat) R 29183 29160 22489 0 -1 4194304 87245 0 0 0 78932 111 0 0 25 0 1 0 24875561 366301184 87231 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29184/statm: 89429 87231 76 150 0 89276 0
Current children cumulated CPU time (s) 816.13
Current children cumulated vsize (KiB) 379940

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

[startup+832.201 s]
/proc/loadavg: 2.12 2.51 2.31 3/83 29308
/proc/meminfo: memFree=1278048/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=25.7
/proc/29160/stat : 29160 (sugar) S 29158 29160 22489 0 -1 4194304 1377 27402 0 2 6 1 2437 126 16 0 1 0 24872944 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29160/statm: 4217 1114 409 3 0 796 0
[pid=29183] ppid=29160 vsize=5356 CPUtime=0
/proc/29183/stat : 29183 (sh) S 29160 29160 22489 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24875560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29183/statm: 1339 232 193 169 0 50 0
[pid=29184] ppid=29183 vsize=357716 CPUtime=800.28
/proc/29184/stat : 29184 (minisat) R 29183 29160 22489 0 -1 4194304 87247 0 0 0 79917 111 0 0 25 0 1 0 24875561 366301184 87233 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29184/statm: 89429 87233 76 150 0 89276 0
Current children cumulated CPU time (s) 825.98
Current children cumulated vsize (KiB) 379940

[startup+838.602 s]
/proc/loadavg: 2.10 2.50 2.31 3/83 29308
/proc/meminfo: memFree=1278048/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=25.7
/proc/29160/stat : 29160 (sugar) S 29158 29160 22489 0 -1 4194304 1377 27402 0 2 6 1 2437 126 16 0 1 0 24872944 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29160/statm: 4217 1114 409 3 0 796 0
[pid=29183] ppid=29160 vsize=5356 CPUtime=0
/proc/29183/stat : 29183 (sh) S 29160 29160 22489 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24875560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29183/statm: 1339 232 193 169 0 50 0
[pid=29184] ppid=29183 vsize=357716 CPUtime=806.65
/proc/29184/stat : 29184 (minisat) R 29183 29160 22489 0 -1 4194304 87248 0 0 0 80554 111 0 0 25 0 1 0 24875561 366301184 87234 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29184/statm: 89429 87234 76 150 0 89276 0
Current children cumulated CPU time (s) 832.35
Current children cumulated vsize (KiB) 379940

[startup+840.202 s]
/proc/loadavg: 2.10 2.50 2.31 3/83 29308
/proc/meminfo: memFree=1278048/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=25.7
/proc/29160/stat : 29160 (sugar) S 29158 29160 22489 0 -1 4194304 1377 27402 0 2 6 1 2437 126 16 0 1 0 24872944 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29160/statm: 4217 1114 409 3 0 796 0
[pid=29183] ppid=29160 vsize=5356 CPUtime=0
/proc/29183/stat : 29183 (sh) S 29160 29160 22489 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24875560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29183/statm: 1339 232 193 169 0 50 0
[pid=29184] ppid=29183 vsize=357716 CPUtime=808.24
/proc/29184/stat : 29184 (minisat) R 29183 29160 22489 0 -1 4194304 87250 0 0 0 80713 111 0 0 25 0 1 0 24875561 366301184 87236 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29184/statm: 89429 87236 76 150 0 89276 0
Current children cumulated CPU time (s) 833.94
Current children cumulated vsize (KiB) 379940

[startup+841.807 s]
/proc/loadavg: 2.10 2.50 2.31 4/91 29318
/proc/meminfo: memFree=1612384/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=834.83
/proc/29160/stat : 29160 (sugar) S 29158 29160 22489 0 -1 4194304 1449 115103 0 5 6 1 83230 246 16 0 1 0 24872944 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29160/statm: 4217 1114 409 3 0 796 0
[pid=29309] ppid=29160 vsize=5356 CPUtime=0
/proc/29309/stat : 29309 (sh) S 29160 29160 22489 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24957056 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29309/statm: 1339 233 193 169 0 50 0
[pid=29310] ppid=29309 vsize=862796 CPUtime=0.64
/proc/29310/stat : 29310 (java) S 29309 29160 22489 0 -1 0 4223 0 2 0 61 3 0 0 18 0 9 0 24957057 883503104 3683 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29310/statm: 215699 3683 1297 9 0 210612 0
[pid=29310/tid=29311] ppid=29309 vsize=862796 CPUtime=0.52
/proc/29310/task/29311/stat : 29311 (java) R 29309 29160 22489 0 -1 64 2059 0 2 0 51 1 0 0 21 0 9 0 24957058 883503104 3683 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29312] ppid=29309 vsize=862796 CPUtime=0.02
/proc/29310/task/29312/stat : 29312 (java) S 29309 29160 22489 0 -1 64 992 0 0 0 2 0 0 0 16 0 9 0 24957060 883503104 3683 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29313] ppid=29309 vsize=862796 CPUtime=0
/proc/29310/task/29313/stat : 29313 (java) S 29309 29160 22489 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24957060 883503104 3683 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29314] ppid=29309 vsize=862796 CPUtime=0
/proc/29310/task/29314/stat : 29314 (java) S 29309 29160 22489 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24957060 883503104 3683 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29315] ppid=29309 vsize=862796 CPUtime=0
/proc/29310/task/29315/stat : 29315 (java) S 29309 29160 22489 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24957062 883503104 3683 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29316] ppid=29309 vsize=862796 CPUtime=0.06
/proc/29310/task/29316/stat : 29316 (java) S 29309 29160 22489 0 -1 64 479 0 0 0 6 0 0 0 16 0 9 0 24957062 883503104 3683 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29317] ppid=29309 vsize=862796 CPUtime=0
/proc/29310/task/29317/stat : 29317 (java) S 29309 29160 22489 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24957062 883503104 3683 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29318] ppid=29309 vsize=862796 CPUtime=0
/proc/29310/task/29318/stat : 29318 (java) S 29309 29160 22489 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24957062 883503104 3683 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 835.47
Current children cumulated vsize (KiB) 885020

[startup+842.203 s]
/proc/loadavg: 2.10 2.50 2.31 4/91 29318
/proc/meminfo: memFree=1612384/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=834.83
/proc/29160/stat : 29160 (sugar) S 29158 29160 22489 0 -1 4194304 1449 115103 0 5 6 1 83230 246 16 0 1 0 24872944 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29160/statm: 4217 1114 409 3 0 796 0
[pid=29309] ppid=29160 vsize=5356 CPUtime=0
/proc/29309/stat : 29309 (sh) S 29160 29160 22489 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24957056 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29309/statm: 1339 233 193 169 0 50 0
[pid=29310] ppid=29309 vsize=862796 CPUtime=1.03
/proc/29310/stat : 29310 (java) S 29309 29160 22489 0 -1 0 4272 0 2 0 100 3 0 0 18 0 9 0 24957057 883503104 3720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29310/statm: 215699 3720 1297 9 0 210612 0
[pid=29310/tid=29311] ppid=29309 vsize=862796 CPUtime=0.91
/proc/29310/task/29311/stat : 29311 (java) R 29309 29160 22489 0 -1 64 2072 0 2 0 90 1 0 0 25 0 9 0 24957058 883503104 3720 996147200 134512640 134550932 4294955984 18446744073709551615 4126419060 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29312] ppid=29309 vsize=862796 CPUtime=0.03
/proc/29310/task/29312/stat : 29312 (java) S 29309 29160 22489 0 -1 64 1026 0 0 0 3 0 0 0 16 0 9 0 24957060 883503104 3720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29313] ppid=29309 vsize=862796 CPUtime=0
/proc/29310/task/29313/stat : 29313 (java) S 29309 29160 22489 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24957060 883503104 3720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29314] ppid=29309 vsize=862796 CPUtime=0
/proc/29310/task/29314/stat : 29314 (java) S 29309 29160 22489 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24957060 883503104 3720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29315] ppid=29309 vsize=862796 CPUtime=0
/proc/29310/task/29315/stat : 29315 (java) S 29309 29160 22489 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24957062 883503104 3720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29316] ppid=29309 vsize=862796 CPUtime=0.06
/proc/29310/task/29316/stat : 29316 (java) S 29309 29160 22489 0 -1 64 481 0 0 0 6 0 0 0 16 0 9 0 24957062 883503104 3720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29317] ppid=29309 vsize=862796 CPUtime=0
/proc/29310/task/29317/stat : 29317 (java) S 29309 29160 22489 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24957062 883503104 3720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29310/tid=29318] ppid=29309 vsize=862796 CPUtime=0
/proc/29310/task/29318/stat : 29318 (java) S 29309 29160 22489 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24957062 883503104 3720 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 835.86
Current children cumulated vsize (KiB) 885020

[startup+842.402 s]
/proc/loadavg: 2.10 2.50 2.31 4/91 29318
/proc/meminfo: memFree=1612384/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=835.95
/proc/29160/stat : 29160 (sugar) D 29158 29160 22489 0 -1 4194304 1480 120190 0 7 6 2 83337 250 15 0 1 0 24872944 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 213116490793 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/29160/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 835.95
Current children cumulated vsize (KiB) 16868

[startup+842.502 s]
/proc/loadavg: 2.10 2.50 2.31 4/91 29318
/proc/meminfo: memFree=1612384/2055920 swapFree=4192812/4192956
[pid=29160] ppid=29158 vsize=16868 CPUtime=835.96
/proc/29160/stat : 29160 (sugar) D 29158 29160 22489 0 -1 4194304 1480 120190 0 7 6 3 83337 250 15 0 1 0 24872944 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 213116490793 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/29160/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 835.96
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 842.538
CPU time (s): 835.991
CPU user time (s): 833.443
CPU system time (s): 2.54761
CPU usage (%): 99.2229
Max. virtual memory (cumulated for all children) (KiB): 901288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 833.443
system time used= 2.54761
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121730
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17381
involuntary context switches= 30417

runsolver used 1.02284 second user time and 2.78258 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-12 07:54:48
IDJOB=2083721
IDBENCH=57906
IDSOLVER=739
FILE ID=node37/2083721-1247378088
PBS_JOBID= 9507054
Free space on /tmp= 66428 MiB

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

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

MD5SUM BENCH= 9b390cbd2e7aec20d5f3a2cc4b660065
RANDOM SEED=1750382487

node37.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.260
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.260
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:       1763344 kB
Buffers:         35672 kB
Cached:         173904 kB
SwapCached:          0 kB
Active:         155856 kB
Inactive:        81512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763344 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:          39344 kB
Slab:            40684 kB
Committed_AS:   216432 kB
PageTables:       1740 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= 66428 MiB
End job on node37 at 2009-07-12 08:08:50