Trace number 1086948

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 1099.34 1105.76

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

0.00/0.14	c 0	Sugar v1-13 + HOME/minisat
0.00/0.16	c 0	BEGIN Sat Jul  5 09:14:07 2008
0.00/0.16	c 0	PID 32093
0.00/0.17	c 0	HOST node84.alineos.net
0.00/0.17	c 0	CONVERTING HOME/instance-1086948-1215242047.xml TO HOME/temp.csp
0.00/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086948-1215242047.xml' 'HOME/temp.csp'
0.03/0.80	c 1	13 domains, 300 variables, 8 predicates, 0 relations, 3360 constraints
0.03/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.82	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.56/0.91	c 1	Parsing HOME/temp.csp
0.81/1.16	c 1	parsed 3681 expressions
0.81/1.17	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.81/1.17	c 1	Converting to clausal form CSP
1.00/1.34	c 1	converted 369 (10%) expressions
1.70/2.00	c 2	converted 737 (20%) expressions
2.09/2.48	c 2	converted 1105 (30%) expressions
2.50/2.85	c 3	converted 1473 (40%) expressions
2.89/3.28	c 3	converted 1841 (50%) expressions
3.18/3.55	c 3	converted 2209 (60%) expressions
3.59/3.92	c 4	converted 2577 (70%) expressions
3.98/4.34	c 4	converted 2945 (80%) expressions
4.28/4.61	c 4	converted 3313 (90%) expressions
4.58/4.94	c 5	converted 3681 (100%) expressions
4.58/4.94	c 5	CSP : 598 integers, 9633 booleans, 20396 clauses, largest domain size 2697
4.58/4.94	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.58/4.94	c 5	Propagation in CSP
4.78/5.17	c 5	4240 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.78/5.17	c 5	CSP : 598 integers, 9633 booleans, 20396 clauses, largest domain size 2697
4.78/5.17	c 5	Heap : 26 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.78/5.18	c 5	Simplifing CSP by introducing new Boolean variables
4.88/5.23	c 5	CSP : 598 integers, 16583 booleans, 27346 clauses, largest domain size 2697
4.88/5.23	c 5	Heap : 28 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.07/5.50	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.37/5.77	c 6	60 (10%) CSP integer variables are encoded (11833 clauses, 155465 bytes)
5.57/6.00	c 6	120 (20%) CSP integer variables are encoded (23990 clauses, 337820 bytes)
5.88/6.23	c 6	180 (30%) CSP integer variables are encoded (36826 clauses, 530360 bytes)
6.07/6.44	c 6	240 (40%) CSP integer variables are encoded (48330 clauses, 702920 bytes)
6.27/6.68	c 6	299 (50%) CSP integer variables are encoded (61074 clauses, 894080 bytes)
6.47/6.83	c 7	359 (60%) CSP integer variables are encoded (188145 clauses, 2977078 bytes)
6.57/6.96	c 7	419 (70%) CSP integer variables are encoded (296679 clauses, 4822156 bytes)
6.76/7.10	c 7	479 (80%) CSP integer variables are encoded (409999 clauses, 6748596 bytes)
6.87/7.22	c 7	539 (90%) CSP integer variables are encoded (508153 clauses, 8417214 bytes)
6.97/7.35	c 7	598 (100%) CSP integer variables are encoded (624076 clauses, 10387905 bytes)
16.03/17.91	c 18	2735 (10%) CSP clauses are encoded (2176350 clauses, 43121316 bytes)
21.48/23.42	c 23	5470 (20%) CSP clauses are encoded (3398333 clauses, 70137282 bytes)
25.06/27.06	c 27	8204 (30%) CSP clauses are encoded (4256836 clauses, 89206665 bytes)
28.00/30.10	c 30	10939 (40%) CSP clauses are encoded (5062562 clauses, 107576451 bytes)
30.09/32.28	c 32	13673 (50%) CSP clauses are encoded (5719005 clauses, 122893336 bytes)
32.38/34.57	c 34	16408 (60%) CSP clauses are encoded (6586901 clauses, 143678572 bytes)
33.87/36.04	c 36	19143 (70%) CSP clauses are encoded (7133313 clauses, 156580717 bytes)
36.02/38.97	c 39	21877 (80%) CSP clauses are encoded (7987021 clauses, 177154657 bytes)
38.01/40.97	c 41	24612 (90%) CSP clauses are encoded (8808675 clauses, 196832871 bytes)
39.71/42.64	c 42	27346 (100%) CSP clauses are encoded (9451486 clauses, 212452863 bytes)
39.71/42.64	c 42	27346 CSP clauses encoded
39.71/42.64	c 42	Writing map file : HOME/temp.map
39.71/42.67	c 42	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.71/42.67	c 42	SAT : 641257 SAT variables, 9451486 SAT clauses, 212452863 bytes
39.71/42.67	c 42	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.80/42.70	c 42	SOLVING HOME/temp.cnf
39.80/42.70	c 42	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
39.80/42.70	c 42	This is MiniSat 2.0 beta
39.80/42.70	c 42	WARNING: for repeatability, setting FPU to use double precision
39.80/42.70	c 42	============================[ Problem Statistics ]=============================
39.80/42.70	c 42	|                                                                             |
39.80/42.70	c 42	|  Number of variables:  641257                                               |
39.80/42.70	c 42	|  Number of clauses:    9451486                                              |
44.77/47.73	c 47	|  Parsing time:         4.37         s                                       |
44.96/47.97	c 48	============================[ Search Statistics ]==============================
44.96/47.97	c 48	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
44.96/47.97	c 48	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
44.96/47.97	c 48	===============================================================================
44.96/47.97	c 48	|         0 |  641257  9451486 26031604 |  3150495        0    nan |  0.000 % |
45.66/48.64	c 48	|       100 |  641256  9451486 26031604 |  3465544       99      3 |  0.695 % |
47.15/50.14	c 50	|       250 |  641255  9451486 26031604 |  3812099      248      3 |  1.358 % |
49.25/52.23	c 52	|       476 |  641217  9451486 26031604 |  4193309      467      3 |  2.315 % |
51.84/54.87	c 55	|       813 |  641134  9451486 26031604 |  4612640      800      4 |  2.364 % |
55.00/58.04	c 58	|      1319 |  621867  9223908 25424423 |  5073904     1299      4 |  3.042 % |
59.28/62.34	c 62	|      2078 |  621844  9223908 25424423 |  5581294     2053      5 |  5.121 % |
66.26/69.35	c 69	|      3217 |  607968  9042791 24937898 |  6139424     3174      5 |  7.202 % |
75.32/78.46	c 78	|      4925 |  586591  8761669 24179435 |  6753366     4861      6 | 11.189 % |
90.64/93.98	c 94	|      7487 |  542922  8184188 22621196 |  7428703     7340      7 | 16.051 % |
111.53/114.94	c 115	|     11331 |  498547  7684277 21297679 |  8171573    11137      8 | 22.938 % |
140.52/144.03	c 144	|     17097 |  466827  7265201 20169615 |  8988730    16865      9 | 27.201 % |
183.65/187.39	c 187	|     25747 |  438189  6919356 19244799 |  9887603    25436     10 | 33.648 % |
247.40/251.39	c 251	|     38721 |  395117  6355043 17725694 | 10876364    38320     12 | 40.630 % |
345.12/349.40	c 349	|     58183 |  332719  5555371 15573568 | 11964000    57595     14 | 48.911 % |
494.14/499.07	c 499	|     87375 |  261363  4480934 12634079 | 13160400    86598     17 | 59.242 % |
722.84/728.65	c 728	|    131164 |  229201  3986874 11279819 | 14476440   130278     19 | 64.258 % |
1097.81/1104.23	c 1104	===============================================================================
1097.81/1104.25	c 1104	restarts              : 17
1097.81/1104.25	c 1104	conflicts             : 194329         (184 /sec)
1097.81/1104.25	c 1104	decisions             : 3202300        (0.89 % random) (3029 /sec)
1097.81/1104.25	c 1104	propagations          : 1640024228     (1551058 /sec)
1097.81/1104.25	c 1104	conflict literals     : 4371861        (16.79 % deleted)
1097.81/1104.25	c 1104	Memory used           : 447.54 MB
1097.81/1104.25	c 1104	CPU time              : 1057.36 s
1097.81/1104.25	c 1104	
1098.11/1104.52	c 1104	SATISFIABLE
1098.11/1104.59	c 1104	DECODING HOME/temp.out WITH HOME/temp.map
1098.11/1104.59	c 1104	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1098.22/1104.68	c 1104	Decoding HOME/temp.out
1099.10/1105.58	s SATISFIABLE
1099.10/1105.59	v 2644 -2340 2272 2264 -2696 2432 2656 2248 -2664 -2380 -2668 2512 2564 2416 -2192 2160 -2456 2536 2248 2336 -2200 2612 2352 2224 2208 2568 2320 -2436 -2196 2624 -2160 -2596 2292 2608 -2408 2252 2544 2224 -2616 2244 2164 2448 2612 2348 -2296 2284 -2572 -2600 -2332 2624 -2216 -2620 2620 2496 2324 2636 2212 -2452 -2468 -2684 -2392 -2452 2288 -2564 2172 2484 2636 2684 2496 -2208 -2684 2304 2232 2180 -2160 2584 -2636 2664 -2444 2656 2552 -2256 2576 2648 2392 2236 2512 2528 2480 -2216 -2696 2616 2696 2584 -2204 2164 2556 -2412 2696 -2212 2524 2532 2276 2416 -2344 2372 2252 2584 -2540 2664 -2212 -2568 2428 2528 2200 -2656 -2660 2568 -2384 -2560 2636 -2528 -2672 2212 2636 2456 -2452 2696 2180 2608 2576 -2264 2584 -2644 -2336 2260 2280 -2308 2696 -2544 -2236 -2220 2520 2256 -2500 -2420 -2416 2528 2324 2656 -2160 -2644 2252 -2428 2300 2632 -2392 2592 2324 2656 2340 2312 2344 -2592 2292 -2644 2296 -2640 -2392 -2460 2452 -2576 2656 2696 2600 2200 2656 2160 2300 -2656 -2380 2216 2200 -2440 -2244 2644 -2444 2204 -2624 2692 -2172 2484 -2296 -2664 2544 -2164 2604 -2492 2516 2628 2484 2616 2608 2300 -2660 2624 2220 -2384 2476 2264 2584 2696 2160 -2200 -2340 -2592 -2552 2320 -2284 -2568 2664 2232 -2568 2520 -2652 2352 2332 2524 2492 2568 2616 -2624 2272 2568 2412 2576 2460 -2528 -2404 2492 2696 -2312 2676 -2420 -2532 2200 2276 2456 -2468 -2632 2300 2204 2284 2656 2376 -2304 2620 -2500 2684 -2608 2352 2552 2676 2420 2696 -2460 2596 -2560 -2580 2264 2572 2176 -2440 2400 2500 2472 2616 2212 -2332 2272 2568 2676 2620 -2604 -2572 2656 2236 2364 2624 -2480 -2324 -2524 -2364 2204 -2256 -2248 -2580 -2656 2544 2360
1099.10/1105.60	c 1105	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1099.19/1105.65	c 1105	CPU 1096.79 (0.03 0.01 1096.76 2.41)
1099.19/1105.65	c 1105	END Sat Jul  5 09:32:32 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-1086948-1215242047/watcher-1086948-1215242047 -o /tmp/evaluation-result-1086948-1215242047/solver-1086948-1215242047 -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-1086948-1215242047.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.92 3.01 2.74 4/81 32093
/proc/meminfo: memFree=1238792/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=124 CPUtime=0
/proc/32093/stat : 32093 (sugar) D 32091 32093 31264 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 647124815 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 243662910953 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/32093/statm: 31 23 17 3 0 3 0

[startup+0.0638661 s]
/proc/loadavg: 2.92 3.01 2.74 4/81 32093
/proc/meminfo: memFree=1238792/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=12272 CPUtime=0
/proc/32093/stat : 32093 (sugar) D 32091 32093 31264 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 647124815 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/32093/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101875 s]
/proc/loadavg: 2.92 3.01 2.74 4/81 32093
/proc/meminfo: memFree=1238792/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=12412 CPUtime=0
/proc/32093/stat : 32093 (sugar) R 32091 32093 31264 0 -1 4194304 424 0 0 0 0 0 0 0 18 0 1 0 647124815 12709888 392 996147200 4194304 4206940 548682068608 18446744073709551615 243665697381 0 0 4224 0 0 0 0 17 1 0 0
/proc/32093/statm: 3103 392 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301893 s]
/proc/loadavg: 2.92 3.01 2.74 4/81 32093
/proc/meminfo: memFree=1238792/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=0.03
/proc/32093/stat : 32093 (sugar) S 32091 32093 31264 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 647124815 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32093/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701935 s]
/proc/loadavg: 2.92 3.01 2.74 4/81 32093
/proc/meminfo: memFree=1238792/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=0.03
/proc/32093/stat : 32093 (sugar) S 32091 32093 31264 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 647124815 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32093/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50302 s]
/proc/loadavg: 2.92 3.01 2.74 4/92 32115
/proc/meminfo: memFree=1229360/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=0.56
/proc/32093/stat : 32093 (sugar) S 32091 32093 31264 0 -1 4194304 974 6772 0 2 3 1 48 4 15 0 1 0 647124815 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32093/statm: 3400 797 370 3 0 500 0
[pid=32106] ppid=32093 vsize=5356 CPUtime=0
/proc/32106/stat : 32106 (sh) S 32093 32093 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647124898 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32106/statm: 1339 233 193 169 0 50 0
[pid=32107] ppid=32106 vsize=868248 CPUtime=0.64
/proc/32107/stat : 32107 (java) S 32106 32093 31264 0 -1 0 5524 0 4 0 61 3 0 0 20 0 9 0 647124898 889085952 4916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32107/statm: 217062 4916 1732 9 0 211637 0
[pid=32107/tid=32108] ppid=32106 vsize=868248 CPUtime=0.41
/proc/32107/task/32108/stat : 32108 (java) R 32106 32093 31264 0 -1 64 2663 0 4 0 40 1 0 0 25 0 9 0 647124899 889085952 4916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32109] ppid=32106 vsize=868248 CPUtime=0.04
/proc/32107/task/32109/stat : 32109 (java) S 32106 32093 31264 0 -1 64 714 0 0 0 4 0 0 0 16 0 9 0 647124900 889085952 4916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32110] ppid=32106 vsize=868248 CPUtime=0
/proc/32107/task/32110/stat : 32110 (java) S 32106 32093 31264 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 647124900 889085952 4916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32111] ppid=32106 vsize=868248 CPUtime=0
/proc/32107/task/32111/stat : 32111 (java) S 32106 32093 31264 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 647124900 889085952 4916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32112] ppid=32106 vsize=868248 CPUtime=0
/proc/32107/task/32112/stat : 32112 (java) S 32106 32093 31264 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 647124902 889085952 4916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32113] ppid=32106 vsize=868248 CPUtime=0.16
/proc/32107/task/32113/stat : 32113 (java) R 32106 32093 31264 0 -1 64 1455 0 0 0 16 0 0 0 16 0 9 0 647124902 889085952 4916 996147200 134512640 134550740 4294955952 18446744073709551615 101754192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32114] ppid=32106 vsize=868248 CPUtime=0
/proc/32107/task/32114/stat : 32114 (java) S 32106 32093 31264 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 647124902 889085952 4916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32115] ppid=32106 vsize=868248 CPUtime=0
/proc/32107/task/32115/stat : 32115 (java) S 32106 32093 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647124902 889085952 4916 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 887204

[startup+3.10218 s]
/proc/loadavg: 2.92 3.01 2.74 3/92 32115
/proc/meminfo: memFree=1217584/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=0.56
/proc/32093/stat : 32093 (sugar) S 32091 32093 31264 0 -1 4194304 974 6772 0 2 3 1 48 4 15 0 1 0 647124815 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32093/statm: 3400 797 370 3 0 500 0
[pid=32106] ppid=32093 vsize=5356 CPUtime=0
/proc/32106/stat : 32106 (sh) S 32093 32093 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647124898 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32106/statm: 1339 233 193 169 0 50 0
[pid=32107] ppid=32106 vsize=868364 CPUtime=2.23
/proc/32107/stat : 32107 (java) S 32106 32093 31264 0 -1 0 9354 0 4 0 217 6 0 0 20 0 9 0 647124898 889204736 8434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32107/statm: 217091 8434 2540 9 0 211666 0
[pid=32107/tid=32108] ppid=32106 vsize=868364 CPUtime=1.64
/proc/32107/task/32108/stat : 32108 (java) R 32106 32093 31264 0 -1 64 2901 0 4 0 162 2 0 0 25 0 9 0 647124899 889204736 8434 996147200 134512640 134550740 4294955952 18446744073709551615 4126569355 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32109] ppid=32106 vsize=868364 CPUtime=0.37
/proc/32107/task/32109/stat : 32109 (java) S 32106 32093 31264 0 -1 64 4287 0 0 0 35 2 0 0 16 0 9 0 647124900 889204736 8434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32110] ppid=32106 vsize=868364 CPUtime=0
/proc/32107/task/32110/stat : 32110 (java) S 32106 32093 31264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647124900 889204736 8434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32111] ppid=32106 vsize=868364 CPUtime=0
/proc/32107/task/32111/stat : 32111 (java) S 32106 32093 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647124900 889204736 8434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32112] ppid=32106 vsize=868364 CPUtime=0
/proc/32107/task/32112/stat : 32112 (java) S 32106 32093 31264 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 647124902 889204736 8434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32113] ppid=32106 vsize=868364 CPUtime=0.19
/proc/32107/task/32113/stat : 32113 (java) S 32106 32093 31264 0 -1 64 1473 0 0 0 19 0 0 0 15 0 9 0 647124902 889204736 8434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32114] ppid=32106 vsize=868364 CPUtime=0
/proc/32107/task/32114/stat : 32114 (java) S 32106 32093 31264 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 647124902 889204736 8434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32115] ppid=32106 vsize=868364 CPUtime=0
/proc/32107/task/32115/stat : 32115 (java) S 32106 32093 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647124902 889204736 8434 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 887320

[startup+6.30151 s]
/proc/loadavg: 2.85 3.00 2.73 4/92 32115
/proc/meminfo: memFree=1183088/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=0.56
/proc/32093/stat : 32093 (sugar) S 32091 32093 31264 0 -1 4194304 974 6772 0 2 3 1 48 4 15 0 1 0 647124815 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32093/statm: 3400 797 370 3 0 500 0
[pid=32106] ppid=32093 vsize=5356 CPUtime=0
/proc/32106/stat : 32106 (sh) S 32093 32093 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647124898 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32106/statm: 1339 233 193 169 0 50 0
[pid=32107] ppid=32106 vsize=868476 CPUtime=5.42
/proc/32107/stat : 32107 (java) S 32106 32093 31264 0 -1 0 18893 0 5 0 530 12 0 0 20 0 9 0 647124898 889319424 12633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32107/statm: 217119 12633 2566 9 0 211666 0
[pid=32107/tid=32108] ppid=32106 vsize=868476 CPUtime=4.12
/proc/32107/task/32108/stat : 32108 (java) R 32106 32093 31264 0 -1 64 3316 0 5 0 409 3 0 0 25 0 9 0 647124899 889319424 12633 996147200 134512640 134550740 4294955952 18446744073709551615 4126998000 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32109] ppid=32106 vsize=868476 CPUtime=1.03
/proc/32107/task/32109/stat : 32109 (java) S 32106 32093 31264 0 -1 64 13375 0 0 0 96 7 0 0 16 0 9 0 647124900 889319424 12633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32110] ppid=32106 vsize=868476 CPUtime=0
/proc/32107/task/32110/stat : 32110 (java) S 32106 32093 31264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647124900 889319424 12633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32111] ppid=32106 vsize=868476 CPUtime=0
/proc/32107/task/32111/stat : 32111 (java) S 32106 32093 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647124900 889319424 12633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32112] ppid=32106 vsize=868476 CPUtime=0
/proc/32107/task/32112/stat : 32112 (java) S 32106 32093 31264 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 647124902 889319424 12633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32113] ppid=32106 vsize=868476 CPUtime=0.24
/proc/32107/task/32113/stat : 32113 (java) S 32106 32093 31264 0 -1 64 1509 0 0 0 24 0 0 0 15 0 9 0 647124902 889319424 12633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32114] ppid=32106 vsize=868476 CPUtime=0
/proc/32107/task/32114/stat : 32114 (java) S 32106 32093 31264 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 647124902 889319424 12633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32115] ppid=32106 vsize=868476 CPUtime=0
/proc/32107/task/32115/stat : 32115 (java) S 32106 32093 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647124902 889319424 12633 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 887432

[startup+12.7012 s]
/proc/loadavg: 2.86 3.00 2.74 3/92 32115
/proc/meminfo: memFree=1167152/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=0.56
/proc/32093/stat : 32093 (sugar) S 32091 32093 31264 0 -1 4194304 974 6772 0 2 3 1 48 4 15 0 1 0 647124815 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32093/statm: 3400 797 370 3 0 500 0
[pid=32106] ppid=32093 vsize=5356 CPUtime=0
/proc/32106/stat : 32106 (sh) S 32093 32093 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647124898 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32106/statm: 1339 233 193 169 0 50 0
[pid=32107] ppid=32106 vsize=868476 CPUtime=11.77
/proc/32107/stat : 32107 (java) S 32106 32093 31264 0 -1 0 19151 0 5 0 1147 30 0 0 20 0 9 0 647124898 889319424 12649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32107/statm: 217119 12649 2566 9 0 211666 0
[pid=32107/tid=32108] ppid=32106 vsize=868476 CPUtime=10.36
/proc/32107/task/32108/stat : 32108 (java) R 32106 32093 31264 0 -1 64 3560 0 5 0 1016 20 0 0 25 0 9 0 647124899 889319424 12649 996147200 134512640 134550740 4294955952 18446744073709551615 4126998667 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32109] ppid=32106 vsize=868476 CPUtime=1.11
/proc/32107/task/32109/stat : 32109 (java) S 32106 32093 31264 0 -1 64 13375 0 0 0 104 7 0 0 16 0 9 0 647124900 889319424 12649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32110] ppid=32106 vsize=868476 CPUtime=0
/proc/32107/task/32110/stat : 32110 (java) S 32106 32093 31264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647124900 889319424 12649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32111] ppid=32106 vsize=868476 CPUtime=0
/proc/32107/task/32111/stat : 32111 (java) S 32106 32093 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647124900 889319424 12649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32112] ppid=32106 vsize=868476 CPUtime=0
/proc/32107/task/32112/stat : 32112 (java) S 32106 32093 31264 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 647124902 889319424 12649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32113] ppid=32106 vsize=868476 CPUtime=0.27
/proc/32107/task/32113/stat : 32113 (java) S 32106 32093 31264 0 -1 64 1523 0 0 0 26 1 0 0 17 0 9 0 647124902 889319424 12649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32114] ppid=32106 vsize=868476 CPUtime=0
/proc/32107/task/32114/stat : 32114 (java) S 32106 32093 31264 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 647124902 889319424 12649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32115] ppid=32106 vsize=868476 CPUtime=0
/proc/32107/task/32115/stat : 32115 (java) S 32106 32093 31264 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 647124902 889319424 12649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 887432

[startup+25.5025 s]
/proc/loadavg: 2.89 3.00 2.74 3/92 32115
/proc/meminfo: memFree=1114160/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=0.56
/proc/32093/stat : 32093 (sugar) S 32091 32093 31264 0 -1 4194304 974 6772 0 2 3 1 48 4 16 0 1 0 647124815 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32093/statm: 3400 797 370 3 0 500 0
[pid=32106] ppid=32093 vsize=5356 CPUtime=0
/proc/32106/stat : 32106 (sh) S 32093 32093 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647124898 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32106/statm: 1339 233 193 169 0 50 0
[pid=32107] ppid=32106 vsize=868476 CPUtime=23.01
/proc/32107/stat : 32107 (java) S 32106 32093 31264 0 -1 0 19597 0 5 0 2242 59 0 0 20 0 9 0 647124898 889319424 12652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32107/statm: 217119 12652 2566 9 0 211666 0
[pid=32107/tid=32108] ppid=32106 vsize=868476 CPUtime=21.39
/proc/32107/task/32108/stat : 32108 (java) R 32106 32093 31264 0 -1 64 4003 0 5 0 2092 47 0 0 25 0 9 0 647124899 889319424 12652 996147200 134512640 134550740 4294955952 18446744073709551615 4127000341 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32107/tid=32109] ppid=32106 vsize=868476 CPUtime=1.32
/proc/32107/task/32109/stat : 32109 (java) S 32106 32093 31264 0 -1 64 13375 0 0 0 122 10 0 0 16 0 9 0 647124900 889319424 12652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32107/tid=32110] ppid=32106 vsize=868476 CPUtime=0
/proc/32107/task/32110/stat : 32110 (java) S 32106 32093 31264 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 647124900 889319424 12652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32107/tid=32111] ppid=32106 vsize=868476 CPUtime=0
/proc/32107/task/32111/stat : 32111 (java) S 32106 32093 31264 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 647124900 889319424 12652 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[startup+942.301 s]
/proc/loadavg: 2.00 2.09 2.30 3/76 32234
/proc/meminfo: memFree=1276896/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=39.8
/proc/32093/stat : 32093 (sugar) S 32091 32093 31264 0 -1 4194304 1033 27724 0 7 3 1 3821 155 16 0 1 0 647124815 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32093/statm: 3400 799 370 3 0 500 0
[pid=32116] ppid=32093 vsize=5356 CPUtime=0
/proc/32116/stat : 32116 (sh) S 32093 32093 31264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647129085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32116/statm: 1339 232 193 169 0 50 0
[pid=32117] ppid=32116 vsize=457652 CPUtime=896.17
/proc/32117/stat : 32117 (minisat) R 32116 32093 31264 0 -1 4194304 110487 0 0 0 89546 71 0 0 25 0 1 0 647129086 468635648 110473 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/32117/statm: 114413 110473 76 150 0 114260 0
Current children cumulated CPU time (s) 935.97
Current children cumulated vsize (KiB) 476608

[startup+1002.3 s]
/proc/loadavg: 2.00 2.07 2.28 3/76 32234
/proc/meminfo: memFree=1276768/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=39.8
/proc/32093/stat : 32093 (sugar) S 32091 32093 31264 0 -1 4194304 1033 27724 0 7 3 1 3821 155 16 0 1 0 647124815 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32093/statm: 3400 799 370 3 0 500 0
[pid=32116] ppid=32093 vsize=5356 CPUtime=0
/proc/32116/stat : 32116 (sh) S 32093 32093 31264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647129085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32116/statm: 1339 232 193 169 0 50 0
[pid=32117] ppid=32116 vsize=457652 CPUtime=956.15
/proc/32117/stat : 32117 (minisat) R 32116 32093 31264 0 -1 4194304 110497 0 0 0 95544 71 0 0 25 0 1 0 647129086 468635648 110483 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/32117/statm: 114413 110483 76 150 0 114260 0
Current children cumulated CPU time (s) 995.95
Current children cumulated vsize (KiB) 476608

[startup+1062.3 s]
/proc/loadavg: 2.00 2.06 2.26 3/76 32234
/proc/meminfo: memFree=1276768/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=39.8
/proc/32093/stat : 32093 (sugar) S 32091 32093 31264 0 -1 4194304 1033 27724 0 7 3 1 3821 155 16 0 1 0 647124815 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32093/statm: 3400 799 370 3 0 500 0
[pid=32116] ppid=32093 vsize=5356 CPUtime=0
/proc/32116/stat : 32116 (sh) S 32093 32093 31264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647129085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32116/statm: 1339 232 193 169 0 50 0
[pid=32117] ppid=32116 vsize=457652 CPUtime=1016.12
/proc/32117/stat : 32117 (minisat) R 32116 32093 31264 0 -1 4194304 110507 0 0 0 101541 71 0 0 25 0 1 0 647129086 468635648 110493 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32117/statm: 114413 110493 76 150 0 114260 0
Current children cumulated CPU time (s) 1055.92
Current children cumulated vsize (KiB) 476608

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

[startup+1075.1 s]
/proc/loadavg: 2.00 2.05 2.25 3/76 32234
/proc/meminfo: memFree=1276768/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=39.8
/proc/32093/stat : 32093 (sugar) S 32091 32093 31264 0 -1 4194304 1033 27724 0 7 3 1 3821 155 16 0 1 0 647124815 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32093/statm: 3400 799 370 3 0 500 0
[pid=32116] ppid=32093 vsize=5356 CPUtime=0
/proc/32116/stat : 32116 (sh) S 32093 32093 31264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647129085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32116/statm: 1339 232 193 169 0 50 0
[pid=32117] ppid=32116 vsize=457652 CPUtime=1028.92
/proc/32117/stat : 32117 (minisat) R 32116 32093 31264 0 -1 4194304 110509 0 0 0 102821 71 0 0 25 0 1 0 647129086 468635648 110495 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/32117/statm: 114413 110495 76 150 0 114260 0
Current children cumulated CPU time (s) 1068.72
Current children cumulated vsize (KiB) 476608

[startup+1087.91 s]
/proc/loadavg: 2.00 2.05 2.25 3/76 32234
/proc/meminfo: memFree=1276768/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=39.8
/proc/32093/stat : 32093 (sugar) S 32091 32093 31264 0 -1 4194304 1033 27724 0 7 3 1 3821 155 16 0 1 0 647124815 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32093/statm: 3400 799 370 3 0 500 0
[pid=32116] ppid=32093 vsize=5356 CPUtime=0
/proc/32116/stat : 32116 (sh) S 32093 32093 31264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647129085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32116/statm: 1339 232 193 169 0 50 0
[pid=32117] ppid=32116 vsize=457652 CPUtime=1041.72
/proc/32117/stat : 32117 (minisat) R 32116 32093 31264 0 -1 4194304 110512 0 0 0 104101 71 0 0 25 0 1 0 647129086 468635648 110498 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32117/statm: 114413 110498 76 150 0 114260 0
Current children cumulated CPU time (s) 1081.52
Current children cumulated vsize (KiB) 476608

[startup+1094.3 s]
/proc/loadavg: 2.00 2.05 2.25 3/76 32234
/proc/meminfo: memFree=1276768/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=39.8
/proc/32093/stat : 32093 (sugar) S 32091 32093 31264 0 -1 4194304 1033 27724 0 7 3 1 3821 155 16 0 1 0 647124815 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32093/statm: 3400 799 370 3 0 500 0
[pid=32116] ppid=32093 vsize=5356 CPUtime=0
/proc/32116/stat : 32116 (sh) S 32093 32093 31264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647129085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32116/statm: 1339 232 193 169 0 50 0
[pid=32117] ppid=32116 vsize=457652 CPUtime=1048.11
/proc/32117/stat : 32117 (minisat) R 32116 32093 31264 0 -1 4194304 110513 0 0 0 104740 71 0 0 25 0 1 0 647129086 468635648 110499 996147200 134512640 135127466 4294956256 18446744073709551615 134522617 0 0 4096 3 0 0 0 17 0 0 0
/proc/32117/statm: 114413 110499 76 150 0 114260 0
Current children cumulated CPU time (s) 1087.91
Current children cumulated vsize (KiB) 476608

[startup+1100.7 s]
/proc/loadavg: 2.00 2.05 2.25 3/76 32234
/proc/meminfo: memFree=1276768/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=39.8
/proc/32093/stat : 32093 (sugar) S 32091 32093 31264 0 -1 4194304 1033 27724 0 7 3 1 3821 155 16 0 1 0 647124815 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32093/statm: 3400 799 370 3 0 500 0
[pid=32116] ppid=32093 vsize=5356 CPUtime=0
/proc/32116/stat : 32116 (sh) S 32093 32093 31264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647129085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32116/statm: 1339 232 193 169 0 50 0
[pid=32117] ppid=32116 vsize=457652 CPUtime=1054.51
/proc/32117/stat : 32117 (minisat) R 32116 32093 31264 0 -1 4194304 110514 0 0 0 105380 71 0 0 25 0 1 0 647129086 468635648 110500 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/32117/statm: 114413 110500 76 150 0 114260 0
Current children cumulated CPU time (s) 1094.31
Current children cumulated vsize (KiB) 476608

[startup+1103.9 s]
/proc/loadavg: 2.00 2.05 2.24 3/76 32234
/proc/meminfo: memFree=1276768/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=39.8
/proc/32093/stat : 32093 (sugar) S 32091 32093 31264 0 -1 4194304 1033 27724 0 7 3 1 3821 155 16 0 1 0 647124815 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32093/statm: 3400 799 370 3 0 500 0
[pid=32116] ppid=32093 vsize=5356 CPUtime=0
/proc/32116/stat : 32116 (sh) S 32093 32093 31264 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 647129085 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32116/statm: 1339 232 193 169 0 50 0
[pid=32117] ppid=32116 vsize=457652 CPUtime=1057.71
/proc/32117/stat : 32117 (minisat) R 32116 32093 31264 0 -1 4194304 110515 0 0 0 105700 71 0 0 25 0 1 0 647129086 468635648 110501 996147200 134512640 135127466 4294956256 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 0 0 0
/proc/32117/statm: 114413 110501 76 150 0 114260 0
Current children cumulated CPU time (s) 1097.51
Current children cumulated vsize (KiB) 476608

[startup+1104.7 s]
/proc/loadavg: 2.00 2.05 2.24 3/76 32234
/proc/meminfo: memFree=1275424/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=1098.22
/proc/32093/stat : 32093 (sugar) S 32091 32093 31264 0 -1 4194304 1090 138693 0 7 3 1 109581 237 16 0 1 0 647124815 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32093/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 1098.22
Current children cumulated vsize (KiB) 13600

[startup+1105.51 s]
/proc/loadavg: 2.00 2.05 2.24 3/84 32244
/proc/meminfo: memFree=1704800/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=1098.22
/proc/32093/stat : 32093 (sugar) S 32091 32093 31264 0 -1 4194304 1090 138693 0 7 3 1 109581 237 16 0 1 0 647124815 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 243674427490 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32093/statm: 3400 799 370 3 0 500 0
[pid=32235] ppid=32093 vsize=5356 CPUtime=0
/proc/32235/stat : 32235 (sh) S 32093 32093 31264 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 647235275 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 243665527620 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32235/statm: 1339 233 193 169 0 50 0
[pid=32236] ppid=32235 vsize=864364 CPUtime=0.88
/proc/32236/stat : 32236 (java) S 32235 32093 31264 0 -1 0 4628 0 1 0 85 3 0 0 19 0 9 0 647235275 885108736 4084 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32236/statm: 216091 4084 1680 9 0 210673 0
[pid=32236/tid=32237] ppid=32235 vsize=864364 CPUtime=0.78
/proc/32236/task/32237/stat : 32237 (java) R 32235 32093 31264 0 -1 64 2495 0 1 0 76 2 0 0 25 0 9 0 647235276 885108736 4084 996147200 134512640 134550740 4294956000 18446744073709551615 4126409816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32236/tid=32238] ppid=32235 vsize=864364 CPUtime=0.03
/proc/32236/task/32238/stat : 32238 (java) S 32235 32093 31264 0 -1 64 1025 0 0 0 3 0 0 0 16 0 9 0 647235278 885108736 4084 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32236/tid=32239] ppid=32235 vsize=864364 CPUtime=0
/proc/32236/task/32239/stat : 32239 (java) S 32235 32093 31264 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 647235278 885108736 4084 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32236/tid=32240] ppid=32235 vsize=864364 CPUtime=0
/proc/32236/task/32240/stat : 32240 (java) S 32235 32093 31264 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 647235278 885108736 4084 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32236/tid=32241] ppid=32235 vsize=864364 CPUtime=0
/proc/32236/task/32241/stat : 32241 (java) S 32235 32093 31264 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 647235280 885108736 4084 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32236/tid=32242] ppid=32235 vsize=864364 CPUtime=0.05
/proc/32236/task/32242/stat : 32242 (java) S 32235 32093 31264 0 -1 64 417 0 0 0 5 0 0 0 16 0 9 0 647235280 885108736 4084 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32236/tid=32243] ppid=32235 vsize=864364 CPUtime=0
/proc/32236/task/32243/stat : 32243 (java) S 32235 32093 31264 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 647235280 885108736 4084 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32236/tid=32244] ppid=32235 vsize=864364 CPUtime=0
/proc/32236/task/32244/stat : 32244 (java) S 32235 32093 31264 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 647235280 885108736 4084 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1099.1
Current children cumulated vsize (KiB) 883320

[startup+1105.7 s]
/proc/loadavg: 2.00 2.05 2.24 3/84 32244
/proc/meminfo: memFree=1704800/2055920 swapFree=4177348/4192956
[pid=32093] ppid=32091 vsize=13600 CPUtime=1099.27
/proc/32093/stat : 32093 (sugar) R 32091 32093 31264 0 -1 4194304 1119 143681 0 8 3 7 109676 241 16 0 1 0 647124815 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 243665703977 0 0 4224 16386 0 0 0 17 0 0 0
/proc/32093/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 1099.27
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1105.76
CPU time (s): 1099.34
CPU user time (s): 1096.81
CPU system time (s): 2.53861
CPU usage (%): 99.42
Max. virtual memory (cumulated for all children) (KiB): 897820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1096.81
system time used= 2.53861
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144830
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18062
involuntary context switches= 28326

runsolver used 1.03384 second user time and 3.07053 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-05 09:14:07
IDJOB=1086948
IDBENCH=57906
IDSOLVER=346
FILE ID=node84/1086948-1215242047
PBS_JOBID= 7881932
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9b390cbd2e7aec20d5f3a2cc4b660065
RANDOM SEED=1658149408

node84.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.231
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.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1239400 kB
Buffers:          3532 kB
Cached:          48412 kB
SwapCached:       9596 kB
Active:         745176 kB
Inactive:        24184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1239400 kB
SwapTotal:     4192956 kB
SwapFree:      4177348 kB
Dirty:            1884 kB
Writeback:           0 kB
Mapped:         731012 kB
Slab:            31032 kB
Committed_AS:  1982708 kB
PageTables:       3168 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= 66556 MiB
End job on node84 at 2008-07-05 09:32:33