Trace number 2083633

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 529.172 532.026

General information on the benchmark

Namecsp/fapp/fapp31/
normalized-fapp31-0400-6.xml
MD5SUM5437bff566491bef6c75b023202900b4
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 benchmark138.089
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints3003
Maximum constraint arity2
Maximum domain size700
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3003
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:50:39 2009
0.00/0.08	c 0	PID 30554
0.06/0.08	c 0	HOST node43.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083633-1247377838.xml TO HOME/temp.csp
0.06/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-2083633-1247377838.xml' 'HOME/temp.csp'
0.06/0.89	c 0	4 domains, 400 variables, 6 predicates, 0 relations, 3003 constraints
0.06/0.93	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.93	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.91/1.02	c 0	Parsing HOME/temp.csp
1.01/1.14	c 1	parsed 3413 expressions
1.01/1.15	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.15	c 1	Converting to clausal form CSP
1.01/1.19	c 1	converted 342 (10%) expressions
2.20/2.32	c 2	converted 683 (20%) expressions
3.09/3.29	c 3	converted 1024 (30%) expressions
4.08/4.20	c 4	converted 1366 (40%) expressions
4.77/4.95	c 4	converted 1707 (50%) expressions
5.46/5.66	c 5	converted 2048 (60%) expressions
6.15/6.39	c 6	converted 2390 (70%) expressions
6.84/7.06	c 6	converted 2731 (80%) expressions
7.44/7.70	c 7	converted 3072 (90%) expressions
8.13/8.35	c 8	converted 3413 (100%) expressions
8.13/8.35	c 8	CSP : 785 integers, 8145 booleans, 18131 clauses, largest domain size 2601
8.13/8.35	c 8	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.13/8.35	c 8	Propagation in CSP
8.63/8.88	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.63/8.88	c 8	CSP : 785 integers, 8145 booleans, 18131 clauses, largest domain size 2601
8.63/8.88	c 8	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.63/8.90	c 8	Simplifing CSP by introducing new Boolean variables
8.82/9.06	c 8	CSP : 785 integers, 14819 booleans, 24805 clauses, largest domain size 2601
8.82/9.06	c 8	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.92/9.18	c 9	Encoding CSP to SAT : HOME/temp.cnf
10.99/11.28	c 11	79 (10%) CSP integer variables are encoded (53338 clauses, 777956 bytes)
13.07/13.33	c 13	157 (20%) CSP integer variables are encoded (106328 clauses, 1585759 bytes)
15.05/15.39	c 15	236 (30%) CSP integer variables are encoded (160016 clauses, 2498455 bytes)
17.23/17.52	c 17	314 (40%) CSP integer variables are encoded (214460 clauses, 3424003 bytes)
19.20/19.57	c 19	393 (50%) CSP integer variables are encoded (267852 clauses, 4331667 bytes)
19.60/19.97	c 19	471 (60%) CSP integer variables are encoded (455791 clauses, 7526630 bytes)
19.91/20.20	c 20	550 (70%) CSP integer variables are encoded (652340 clauses, 10867963 bytes)
20.10/20.44	c 20	628 (80%) CSP integer variables are encoded (850946 clauses, 14244265 bytes)
20.30/20.68	c 20	707 (90%) CSP integer variables are encoded (1051299 clauses, 17754239 bytes)
20.61/20.93	c 20	785 (100%) CSP integer variables are encoded (1254021 clauses, 21605957 bytes)
28.64/29.07	c 28	2481 (10%) CSP clauses are encoded (2176957 clauses, 43679191 bytes)
35.88/36.36	c 36	4961 (20%) CSP clauses are encoded (3064403 clauses, 65171892 bytes)
42.93/43.44	c 43	7442 (30%) CSP clauses are encoded (4003696 clauses, 88030722 bytes)
49.59/50.13	c 50	9922 (40%) CSP clauses are encoded (4955781 clauses, 112172173 bytes)
55.84/56.49	c 56	12403 (50%) CSP clauses are encoded (5945274 clauses, 137029330 bytes)
61.91/62.58	c 62	14883 (60%) CSP clauses are encoded (6904107 clauses, 161417608 bytes)
68.06/68.77	c 68	17364 (70%) CSP clauses are encoded (7882992 clauses, 186422962 bytes)
73.92/74.68	c 74	19844 (80%) CSP clauses are encoded (8792797 clauses, 209670278 bytes)
79.97/80.74	c 80	22325 (90%) CSP clauses are encoded (9814327 clauses, 235680467 bytes)
85.92/86.70	c 86	24805 (100%) CSP clauses are encoded (10756628 clauses, 259800283 bytes)
85.92/86.70	c 86	24805 CSP clauses encoded
85.92/86.70	c 86	Writing map file : HOME/temp.map
85.92/86.78	c 86	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
85.92/86.78	c 86	SAT : 1269625 SAT variables, 10756628 SAT clauses, 259800283 bytes
85.92/86.78	c 86	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
86.00/86.82	c 86	SOLVING HOME/temp.cnf
86.00/86.82	c 86	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
86.00/86.83	c 86	This is MiniSat 2.0 beta
86.00/86.83	c 86	WARNING: for repeatability, setting FPU to use double precision
86.00/86.83	c 86	============================[ Problem Statistics ]=============================
86.00/86.83	c 86	|                                                                             |
86.00/86.83	c 86	|  Number of variables:  1269625                                              |
86.00/86.83	c 86	|  Number of clauses:    10756628                                             |
92.54/93.41	c 93	|  Parsing time:         5.72         s                                       |
92.84/93.73	c 93	============================[ Search Statistics ]==============================
92.84/93.73	c 93	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
92.84/93.73	c 93	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
92.84/93.73	c 93	===============================================================================
92.84/93.73	c 93	|         0 | 1269620 10756618 29778647 |  3585539        0    nan |  0.000 % |
93.64/94.59	c 94	|       101 | 1269619 10756618 29778647 |  3944093      100      3 |  0.000 % |
95.52/96.42	c 96	|       251 | 1269528 10756618 29778647 |  4338502      246      3 |  0.374 % |
98.01/98.95	c 98	|       478 | 1269519 10756618 29778647 |  4772352      467      4 |  1.120 % |
102.89/103.87	c 103	|       815 | 1269331 10756618 29778647 |  5249588      797      4 |  1.894 % |
109.96/110.98	c 110	|      1321 | 1227997 10464308 28984456 |  5774546     1219      4 |  4.422 % |
123.29/124.32	c 124	|      2080 | 1196981 10202219 28261084 |  6352001     1908      4 |  6.372 % |
144.58/145.76	c 145	|      3219 | 1168289  9988816 27677753 |  6987201     2954      5 | 10.229 % |
170.55/171.89	c 171	|      4927 | 1107651  9488492 26302374 |  7685921     4481      5 | 15.606 % |
205.29/206.75	c 206	|      7489 |  992439  8497675 23567950 |  8454514     6704      6 | 22.136 % |
255.94/257.78	c 257	|     11334 |  883946  7626888 21176223 |  9299965    10027      6 | 30.377 % |
324.27/326.31	c 326	|     17100 |  755468  6485628 18015359 | 10229962    14885      6 | 40.761 % |
416.10/418.55	c 418	|     25750 |  608828  5183139 14413018 | 11252958    22325      7 | 52.201 % |
526.26/529.12	c 529	===============================================================================
526.26/529.17	c 529	restarts              : 13
526.26/529.17	c 529	conflicts             : 33452          (76 /sec)
526.26/529.17	c 529	decisions             : 2154914        (0.75 % random) (4904 /sec)
526.26/529.17	c 529	propagations          : 959106832      (2182575 /sec)
526.26/529.17	c 529	conflict literals     : 218787         (12.85 % deleted)
526.26/529.17	c 529	Memory used           : 545.76 MB
526.26/529.17	c 529	CPU time              : 439.438 s
526.26/529.17	c 529	
526.75/529.65	c 529	SATISFIABLE
526.85/529.74	c 529	DECODING HOME/temp.out WITH HOME/temp.map
526.85/529.74	c 529	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'
526.91/529.82	c 529	Decoding HOME/temp.out
528.94/531.83	s SATISFIABLE
528.94/531.84	v 2484 -2368 1436 2008 1860 -1476 2600 2516 2092 2280 2268 2332 -2288 2600 2404 2172 1668 2540 2560 1392 1696 2412 -2600 -1328 -2560 2600 -1804 1228 2312 1656 -2456 2256 -1816 -2088 2252 1396 1304 -1968 2484 2304 2560 2336 2596 -2448 -2428 2288 2092 1864 -2600 -2192 1628 1988 2492 1472 1808 1440 1284 2044 1296 2540 2388 1884 1968 2560 2176 2024 1684 2560 1696 1768 -1884 2372 1492 2056 -1984 1760 -2552 1976 2600 1272 -2240 1220 2352 2248 1304 1680 -1848 -2340 1424 2256 -1924 1936 2560 2428 2324 1408 2228 2292 2560 2560 1292 1868 -1572 1752 1720 1288 2196 -2436 1268 2236 1340 2000 1968 1312 1232 1612 -1208 1460 1592 1320 1672 2248 1352 1292 2284 2056 1348 1388 2180 1488 1652 1324 1452 2416 2596 -1284 1520 1328 1764 -2288 2560 -2272 -2444 2040 1888 2444 1252 2484 1712 1724 1288 2024 1264 1332 1612 1288 1684 2600 1984 2048 1792 1652 1284 2452 2560 -1800 2000 1436 -2448 2504 1796 2600 1628 1324 2220 -1448 -2556 -2120 -2408 1996 2232 2452 -2464 -1728 2196 2516 1612 2580 1724 -2040 1456 1528 -2476 1932 1876 1312 2600 1844 2344 1260 1328 1352 1388 2052 2448 2600 1368 1328 1472 2236 -2556 1324 1204 1656 -1412 2176 2600 1500 1352 1260 1856 1336 2556 -1768 -1764 1448 1836 1420 2600 -2408 1552 1628 1772 1480 1928 -1576 1276 1296 2024 2236 2488 -1248 1728 -1244 -1452 2276 -1356 2132 2540 1348 1272 2560 1220 2216 1288 2444 2560 1504 2380 1260 2556 1488 2128 2560 -1888 -1904 2600 1464 1380 2560 2524 2404 1728 2304 2016 2600 1616 1672 1892 1312 2560 -2512 1528 -2244 1496 2504 2152 1380 1368 2284 -1816 1820 -2212 1228 1864 1400 -2272 1732 2208 2600 1884 2600 -2376 1768 2088 2560 1420 2292 1588 2504 1536 2600 2248 2560 2468 1244 -1944 2600 1880 1564 1644 2560 1984 -1664 2296 1412 1588 1432 1336 -2016 -2464 1984 1632 2136 2028 2356 -1452 1204 -2600 1512 1828 1964 1836 2092 -2500 1244 1976 1408 1220 2560 2444 1576 1704 2392 1856 2396 1512 1920 1604 1768 1204 -2344 -2248 -2580 2004 2560 2464 1392 1464 1248 1928 1632 2080 2008 2496 2036 1904 1568 2412 1252 2052 1352 -1292 1412 1540 2408 1236 -2600 1396 1924 2096 1268 1264 1372 -2136 2216 1768 1280 1808 1844
528.94/531.85	c 531	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
528.94/531.89	c 531	CPU 529.02 (0.06 0.02 525.78 3.16)
528.94/531.89	c 531	END Sun Jul 12 07:59:30 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-2083633-1247377838/watcher-2083633-1247377838 -o /tmp/evaluation-result-2083633-1247377838/solver-2083633-1247377838 -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-2083633-1247377838.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.14 2.10 2.03 4/82 30554
/proc/meminfo: memFree=1143992/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=11908 CPUtime=0
/proc/30554/stat : 30554 (sugar) R 30552 30554 28810 0 -1 4194304 85 0 0 0 0 0 0 0 20 0 1 0 24847724 12193792 70 996147200 4194304 4206940 548682068608 18446744073709551615 221952130532 0 0 4096 0 0 0 0 17 1 0 0
/proc/30554/statm: 2977 70 52 3 0 65 0

[startup+0.085948 s]
/proc/loadavg: 2.14 2.10 2.03 4/82 30554
/proc/meminfo: memFree=1143992/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16740 CPUtime=0.06
/proc/30554/stat : 30554 (sugar) S 30552 30554 28810 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24847724 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101939 s]
/proc/loadavg: 2.14 2.10 2.03 4/82 30554
/proc/meminfo: memFree=1143992/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=0.06
/proc/30554/stat : 30554 (sugar) S 30552 30554 28810 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24847724 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301949 s]
/proc/loadavg: 2.14 2.10 2.03 4/82 30554
/proc/meminfo: memFree=1143992/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=0.06
/proc/30554/stat : 30554 (sugar) S 30552 30554 28810 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24847724 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701988 s]
/proc/loadavg: 2.14 2.10 2.03 4/82 30554
/proc/meminfo: memFree=1143992/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=0.06
/proc/30554/stat : 30554 (sugar) S 30552 30554 28810 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24847724 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50206 s]
/proc/loadavg: 2.29 2.13 2.04 4/93 30576
/proc/meminfo: memFree=1136992/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=0.87
/proc/30554/stat : 30554 (sugar) S 30552 30554 28810 0 -1 4194304 1309 6745 0 1 6 2 75 4 16 0 1 0 24847724 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 4217 1111 409 3 0 796 0
[pid=30567] ppid=30554 vsize=5356 CPUtime=0
/proc/30567/stat : 30567 (sh) S 30554 30554 28810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24847817 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30567/statm: 1339 233 193 169 0 50 0
[pid=30568] ppid=30567 vsize=864336 CPUtime=0.54
/proc/30568/stat : 30568 (java) S 30567 30554 28810 0 -1 0 4217 0 1 0 51 3 0 0 19 0 9 0 24847818 885080064 3659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30568/statm: 216084 3659 1742 9 0 210589 0
[pid=30568/tid=30569] ppid=30567 vsize=864336 CPUtime=0.4
/proc/30568/task/30569/stat : 30569 (java) R 30567 30554 28810 0 -1 64 2678 0 1 0 39 1 0 0 22 0 9 0 24847819 885080064 3659 996147200 134512640 134550932 4294955936 18446744073709551615 4125950640 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30570] ppid=30567 vsize=864336 CPUtime=0.04
/proc/30568/task/30570/stat : 30570 (java) S 30567 30554 28810 0 -1 64 515 0 0 0 4 0 0 0 16 0 9 0 24847820 885080064 3659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30571] ppid=30567 vsize=864336 CPUtime=0
/proc/30568/task/30571/stat : 30571 (java) S 30567 30554 28810 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24847820 885080064 3659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30572] ppid=30567 vsize=864336 CPUtime=0
/proc/30568/task/30572/stat : 30572 (java) S 30567 30554 28810 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24847820 885080064 3659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30573] ppid=30567 vsize=864336 CPUtime=0
/proc/30568/task/30573/stat : 30573 (java) S 30567 30554 28810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24847822 885080064 3659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30574] ppid=30567 vsize=864336 CPUtime=0.07
/proc/30568/task/30574/stat : 30574 (java) S 30567 30554 28810 0 -1 64 330 0 0 0 7 0 0 0 16 0 9 0 24847822 885080064 3659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30575] ppid=30567 vsize=864336 CPUtime=0
/proc/30568/task/30575/stat : 30575 (java) S 30567 30554 28810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24847822 885080064 3659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30576] ppid=30567 vsize=864336 CPUtime=0
/proc/30568/task/30576/stat : 30576 (java) S 30567 30554 28810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24847822 885080064 3659 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886560

[startup+3.1022 s]
/proc/loadavg: 2.29 2.13 2.04 3/93 30576
/proc/meminfo: memFree=1127648/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=0.87
/proc/30554/stat : 30554 (sugar) S 30552 30554 28810 0 -1 4194304 1309 6745 0 1 6 2 75 4 16 0 1 0 24847724 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 4217 1111 409 3 0 796 0
[pid=30567] ppid=30554 vsize=5356 CPUtime=0
/proc/30567/stat : 30567 (sh) S 30554 30554 28810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24847817 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30567/statm: 1339 233 193 169 0 50 0
[pid=30568] ppid=30567 vsize=868508 CPUtime=2.12
/proc/30568/stat : 30568 (java) S 30567 30554 28810 0 -1 0 5906 0 1 0 207 5 0 0 19 0 9 0 24847818 889352192 5157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30568/statm: 217127 5157 1744 9 0 211632 0
[pid=30568/tid=30569] ppid=30567 vsize=868508 CPUtime=1.77
/proc/30568/task/30569/stat : 30569 (java) R 30567 30554 28810 0 -1 64 2845 0 1 0 175 2 0 0 25 0 9 0 24847819 889352192 5157 996147200 134512640 134550932 4294955936 18446744073709551615 4126507840 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30570] ppid=30567 vsize=868508 CPUtime=0.14
/proc/30568/task/30570/stat : 30570 (java) S 30567 30554 28810 0 -1 64 894 0 0 0 13 1 0 0 16 0 9 0 24847820 889352192 5157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30571] ppid=30567 vsize=868508 CPUtime=0
/proc/30568/task/30571/stat : 30571 (java) S 30567 30554 28810 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24847820 889352192 5157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30572] ppid=30567 vsize=868508 CPUtime=0
/proc/30568/task/30572/stat : 30572 (java) S 30567 30554 28810 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24847820 889352192 5157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30573] ppid=30567 vsize=868508 CPUtime=0
/proc/30568/task/30573/stat : 30573 (java) S 30567 30554 28810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24847822 889352192 5157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30574] ppid=30567 vsize=868508 CPUtime=0.19
/proc/30568/task/30574/stat : 30574 (java) S 30567 30554 28810 0 -1 64 1473 0 0 0 18 1 0 0 15 0 9 0 24847822 889352192 5157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30575] ppid=30567 vsize=868508 CPUtime=0
/proc/30568/task/30575/stat : 30575 (java) S 30567 30554 28810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24847822 889352192 5157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30576] ppid=30567 vsize=868508 CPUtime=0
/proc/30568/task/30576/stat : 30576 (java) S 30567 30554 28810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24847822 889352192 5157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890732

[startup+6.30149 s]
/proc/loadavg: 2.29 2.13 2.04 3/93 30576
/proc/meminfo: memFree=1122592/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=0.87
/proc/30554/stat : 30554 (sugar) S 30552 30554 28810 0 -1 4194304 1309 6745 0 1 6 2 75 4 16 0 1 0 24847724 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 4217 1111 409 3 0 796 0
[pid=30567] ppid=30554 vsize=5356 CPUtime=0
/proc/30567/stat : 30567 (sh) S 30554 30554 28810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24847817 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30567/statm: 1339 233 193 169 0 50 0
[pid=30568] ppid=30567 vsize=868592 CPUtime=5.28
/proc/30568/stat : 30568 (java) S 30567 30554 28810 0 -1 0 9725 0 1 0 518 10 0 0 19 0 9 0 24847818 889438208 7229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30568/statm: 217148 7229 2567 9 0 211653 0
[pid=30568/tid=30569] ppid=30567 vsize=868592 CPUtime=4.56
/proc/30568/task/30569/stat : 30569 (java) R 30567 30554 28810 0 -1 64 3195 0 1 0 453 3 0 0 25 0 9 0 24847819 889438208 7229 996147200 134512640 134550932 4294955936 18446744073709551615 4126448586 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30570] ppid=30567 vsize=868592 CPUtime=0.5
/proc/30568/task/30570/stat : 30570 (java) S 30567 30554 28810 0 -1 64 4351 0 0 0 45 5 0 0 16 0 9 0 24847820 889438208 7229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30571] ppid=30567 vsize=868592 CPUtime=0
/proc/30568/task/30571/stat : 30571 (java) S 30567 30554 28810 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24847820 889438208 7229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30572] ppid=30567 vsize=868592 CPUtime=0
/proc/30568/task/30572/stat : 30572 (java) S 30567 30554 28810 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24847820 889438208 7229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30573] ppid=30567 vsize=868592 CPUtime=0
/proc/30568/task/30573/stat : 30573 (java) S 30567 30554 28810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24847822 889438208 7229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30574] ppid=30567 vsize=868592 CPUtime=0.2
/proc/30568/task/30574/stat : 30574 (java) S 30567 30554 28810 0 -1 64 1479 0 0 0 19 1 0 0 15 0 9 0 24847822 889438208 7229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30575] ppid=30567 vsize=868592 CPUtime=0
/proc/30568/task/30575/stat : 30575 (java) S 30567 30554 28810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24847822 889438208 7229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30576] ppid=30567 vsize=868592 CPUtime=0
/proc/30568/task/30576/stat : 30576 (java) S 30567 30554 28810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24847822 889438208 7229 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890816

[startup+12.7021 s]
/proc/loadavg: 2.24 2.13 2.04 3/92 30578
/proc/meminfo: memFree=1114656/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=0.87
/proc/30554/stat : 30554 (sugar) S 30552 30554 28810 0 -1 4194304 1310 6745 0 1 6 2 75 4 16 0 1 0 24847724 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30554/statm: 4217 1111 409 3 0 796 0
[pid=30567] ppid=30554 vsize=5356 CPUtime=0
/proc/30567/stat : 30567 (sh) S 30554 30554 28810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24847817 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30567/statm: 1339 233 193 169 0 50 0
[pid=30568] ppid=30567 vsize=868704 CPUtime=11.61
/proc/30568/stat : 30568 (java) S 30567 30554 28810 0 -1 0 11493 0 1 0 1144 17 0 0 19 0 9 0 24847818 889552896 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30568/statm: 217176 8627 2592 9 0 211653 0
[pid=30568/tid=30569] ppid=30567 vsize=868704 CPUtime=10.4
/proc/30568/task/30569/stat : 30569 (java) R 30567 30554 28810 0 -1 64 3673 0 1 0 1034 6 0 0 25 0 9 0 24847819 889552896 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4126550907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30570] ppid=30567 vsize=868704 CPUtime=0.93
/proc/30568/task/30570/stat : 30570 (java) S 30567 30554 28810 0 -1 64 5609 0 0 0 85 8 0 0 16 0 9 0 24847820 889552896 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30571] ppid=30567 vsize=868704 CPUtime=0
/proc/30568/task/30571/stat : 30571 (java) S 30567 30554 28810 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24847820 889552896 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30572] ppid=30567 vsize=868704 CPUtime=0
/proc/30568/task/30572/stat : 30572 (java) S 30567 30554 28810 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24847820 889552896 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30573] ppid=30567 vsize=868704 CPUtime=0
/proc/30568/task/30573/stat : 30573 (java) S 30567 30554 28810 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24847822 889552896 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30574] ppid=30567 vsize=868704 CPUtime=0.25
/proc/30568/task/30574/stat : 30574 (java) S 30567 30554 28810 0 -1 64 1511 0 0 0 24 1 0 0 15 0 9 0 24847822 889552896 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30575] ppid=30567 vsize=868704 CPUtime=0
/proc/30568/task/30575/stat : 30575 (java) S 30567 30554 28810 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24847822 889552896 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30576] ppid=30567 vsize=868704 CPUtime=0
/proc/30568/task/30576/stat : 30576 (java) S 30567 30554 28810 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24847822 889552896 8627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890928

[startup+25.5022 s]
/proc/loadavg: 2.29 2.14 2.05 3/93 30619
/proc/meminfo: memFree=1508456/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=0.87
/proc/30554/stat : 30554 (sugar) S 30552 30554 28810 0 -1 4194304 1310 6745 0 1 6 2 75 4 16 0 1 0 24847724 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30554/statm: 4217 1111 409 3 0 796 0
[pid=30567] ppid=30554 vsize=5356 CPUtime=0
/proc/30567/stat : 30567 (sh) S 30554 30554 28810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24847817 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30567/statm: 1339 233 193 169 0 50 0
[pid=30568] ppid=30567 vsize=868704 CPUtime=24.28
/proc/30568/stat : 30568 (java) S 30567 30554 28810 0 -1 0 12137 0 1 0 2386 42 0 0 19 0 9 0 24847818 889552896 8645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30568/statm: 217176 8645 2593 9 0 211653 0
[pid=30568/tid=30569] ppid=30567 vsize=868704 CPUtime=22.86
/proc/30568/task/30569/stat : 30569 (java) R 30567 30554 28810 0 -1 64 4303 0 1 0 2259 27 0 0 25 0 9 0 24847819 889552896 8645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30568/tid=30570] ppid=30567 vsize=868704 CPUtime=1.12
/proc/30568/task/30570/stat : 30570 (java) S 30567 30554 28810 0 -1 64 5609 0 0 0 100 12 0 0 16 0 9 0 24847820 889552896 8645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30568/tid=30571] ppid=30567 vsize=868704 CPUtime=0
/proc/30568/task/30571/stat : 30571 (java) S 30567 30554 28810 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24847820 889552896 8645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30572] ppid=30567 vsize=868704 CPUtime=0
/proc/30568/task/30572/stat : 30572 (java) S 30567 30554 28810 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24847820 889552896 8645 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30568/tid=30573] ppid=30567 vsize=868704 CPUtime=0

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

/proc/loadavg: 2.00 2.04 2.02 3/75 30650
/proc/meminfo: memFree=784312/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=86.01
/proc/30554/stat : 30554 (sugar) S 30552 30554 28810 0 -1 4194304 1377 23377 0 2 6 2 8385 208 16 0 1 0 24847724 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30554/statm: 4217 1114 409 3 0 796 0
[pid=30620] ppid=30554 vsize=5356 CPUtime=0
/proc/30620/stat : 30620 (sh) S 30554 30554 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24856407 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30620/statm: 1339 232 193 169 0 50 0
[pid=30621] ppid=30620 vsize=557612 CPUtime=313.95
/proc/30621/stat : 30621 (minisat) R 30620 30554 28810 0 -1 4194304 132735 0 0 0 31307 88 0 0 25 0 1 0 24856407 570994688 132721 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/30621/statm: 139403 132721 76 150 0 139250 0
Current children cumulated CPU time (s) 399.96
Current children cumulated vsize (KiB) 579836

[startup+462.302 s]
/proc/loadavg: 2.00 2.03 2.01 3/75 30650
/proc/meminfo: memFree=784056/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=86.01
/proc/30554/stat : 30554 (sugar) S 30552 30554 28810 0 -1 4194304 1377 23377 0 2 6 2 8385 208 16 0 1 0 24847724 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30554/statm: 4217 1114 409 3 0 796 0
[pid=30620] ppid=30554 vsize=5356 CPUtime=0
/proc/30620/stat : 30620 (sh) S 30554 30554 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24856407 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30620/statm: 1339 232 193 169 0 50 0
[pid=30621] ppid=30620 vsize=557612 CPUtime=373.71
/proc/30621/stat : 30621 (minisat) R 30620 30554 28810 0 -1 4194304 132768 0 0 0 37283 88 0 0 25 0 1 0 24856407 570994688 132754 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30621/statm: 139403 132754 76 150 0 139250 0
Current children cumulated CPU time (s) 459.72
Current children cumulated vsize (KiB) 579836

[startup+522.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 30650
/proc/meminfo: memFree=783992/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=86.01
/proc/30554/stat : 30554 (sugar) S 30552 30554 28810 0 -1 4194304 1377 23377 0 2 6 2 8385 208 16 0 1 0 24847724 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30554/statm: 4217 1114 409 3 0 796 0
[pid=30620] ppid=30554 vsize=5356 CPUtime=0
/proc/30620/stat : 30620 (sh) S 30554 30554 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24856407 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30620/statm: 1339 232 193 169 0 50 0
[pid=30621] ppid=30620 vsize=557612 CPUtime=433.47
/proc/30621/stat : 30621 (minisat) R 30620 30554 28810 0 -1 4194304 132785 0 0 0 43259 88 0 0 25 0 1 0 24856407 570994688 132771 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/30621/statm: 139403 132771 76 150 0 139250 0
Current children cumulated CPU time (s) 519.48
Current children cumulated vsize (KiB) 579836

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

[startup+524.706 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 30650
/proc/meminfo: memFree=783992/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=86.01
/proc/30554/stat : 30554 (sugar) S 30552 30554 28810 0 -1 4194304 1377 23377 0 2 6 2 8385 208 16 0 1 0 24847724 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30554/statm: 4217 1114 409 3 0 796 0
[pid=30620] ppid=30554 vsize=5356 CPUtime=0
/proc/30620/stat : 30620 (sh) S 30554 30554 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24856407 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30620/statm: 1339 232 193 169 0 50 0
[pid=30621] ppid=30620 vsize=557612 CPUtime=435.86
/proc/30621/stat : 30621 (minisat) R 30620 30554 28810 0 -1 4194304 132785 0 0 0 43498 88 0 0 25 0 1 0 24856407 570994688 132771 996147200 134512640 135127466 4294956256 18446744073709551615 134522953 0 0 4096 3 0 0 0 17 0 0 0
/proc/30621/statm: 139403 132771 76 150 0 139250 0
Current children cumulated CPU time (s) 521.87
Current children cumulated vsize (KiB) 579836

[startup+527.901 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 30650
/proc/meminfo: memFree=783992/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=86.01
/proc/30554/stat : 30554 (sugar) S 30552 30554 28810 0 -1 4194304 1377 23377 0 2 6 2 8385 208 16 0 1 0 24847724 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30554/statm: 4217 1114 409 3 0 796 0
[pid=30620] ppid=30554 vsize=5356 CPUtime=0
/proc/30620/stat : 30620 (sh) S 30554 30554 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24856407 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30620/statm: 1339 232 193 169 0 50 0
[pid=30621] ppid=30620 vsize=557612 CPUtime=439.05
/proc/30621/stat : 30621 (minisat) R 30620 30554 28810 0 -1 4194304 132785 0 0 0 43817 88 0 0 25 0 1 0 24856407 570994688 132771 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/30621/statm: 139403 132771 76 150 0 139250 0
Current children cumulated CPU time (s) 525.06
Current children cumulated vsize (KiB) 579836

[startup+529.502 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 30650
/proc/meminfo: memFree=783992/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=86.01
/proc/30554/stat : 30554 (sugar) S 30552 30554 28810 0 -1 4194304 1377 23377 0 2 6 2 8385 208 16 0 1 0 24847724 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30554/statm: 4217 1114 409 3 0 796 0
[pid=30620] ppid=30554 vsize=5356 CPUtime=0
/proc/30620/stat : 30620 (sh) S 30554 30554 28810 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24856407 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30620/statm: 1339 232 193 169 0 50 0
[pid=30621] ppid=30620 vsize=558864 CPUtime=440.64
/proc/30621/stat : 30621 (minisat) R 30620 30554 28810 0 -1 4194304 133105 0 0 0 43973 91 0 0 25 0 1 0 24856407 572276736 133090 996147200 134512640 135127466 4294956256 18446744073709551615 134722990 0 0 4096 3 0 0 0 17 0 0 0
/proc/30621/statm: 139716 133090 82 150 0 139563 0
Current children cumulated CPU time (s) 526.65
Current children cumulated vsize (KiB) 581088

[startup+531.103 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 30660
/proc/meminfo: memFree=1294640/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=526.91
/proc/30554/stat : 30554 (sugar) S 30552 30554 28810 0 -1 4194304 1449 156767 0 2 6 2 52373 310 16 0 1 0 24847724 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30554/statm: 4217 1114 409 3 0 796 0
[pid=30651] ppid=30554 vsize=5356 CPUtime=0
/proc/30651/stat : 30651 (sh) S 30554 30554 28810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24900698 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30651/statm: 1339 233 193 169 0 50 0
[pid=30652] ppid=30651 vsize=862908 CPUtime=1.33
/proc/30652/stat : 30652 (java) S 30651 30554 28810 0 -1 0 8654 0 1 0 130 3 0 0 19 0 9 0 24900699 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30652/statm: 215727 7912 2157 9 0 210640 0
[pid=30652/tid=30653] ppid=30651 vsize=862908 CPUtime=0.98
/proc/30652/task/30653/stat : 30653 (java) R 30651 30554 28810 0 -1 64 2212 0 1 0 97 1 0 0 25 0 9 0 24900700 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30652/tid=30654] ppid=30651 vsize=862908 CPUtime=0.26
/proc/30652/task/30654/stat : 30654 (java) S 30651 30554 28810 0 -1 64 5260 0 0 0 25 1 0 0 16 0 9 0 24900701 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30652/tid=30655] ppid=30651 vsize=862908 CPUtime=0
/proc/30652/task/30655/stat : 30655 (java) S 30651 30554 28810 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 24900701 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30652/tid=30656] ppid=30651 vsize=862908 CPUtime=0
/proc/30652/task/30656/stat : 30656 (java) S 30651 30554 28810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24900701 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30652/tid=30657] ppid=30651 vsize=862908 CPUtime=0
/proc/30652/task/30657/stat : 30657 (java) S 30651 30554 28810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24900703 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30652/tid=30658] ppid=30651 vsize=862908 CPUtime=0.06
/proc/30652/task/30658/stat : 30658 (java) S 30651 30554 28810 0 -1 64 486 0 0 0 6 0 0 0 16 0 9 0 24900703 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30652/tid=30659] ppid=30651 vsize=862908 CPUtime=0
/proc/30652/task/30659/stat : 30659 (java) S 30651 30554 28810 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24900703 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30652/tid=30660] ppid=30651 vsize=862908 CPUtime=0
/proc/30652/task/30660/stat : 30660 (java) S 30651 30554 28810 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24900703 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 528.24
Current children cumulated vsize (KiB) 885132

[startup+531.503 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 30660
/proc/meminfo: memFree=1282416/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=526.91
/proc/30554/stat : 30554 (sugar) S 30552 30554 28810 0 -1 4194304 1449 156767 0 2 6 2 52373 310 16 0 1 0 24847724 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 221963661410 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30554/statm: 4217 1114 409 3 0 796 0
[pid=30651] ppid=30554 vsize=5356 CPUtime=0
/proc/30651/stat : 30651 (sh) S 30554 30554 28810 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24900698 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30651/statm: 1339 233 193 169 0 50 0
[pid=30652] ppid=30651 vsize=862908 CPUtime=1.74
/proc/30652/stat : 30652 (java) S 30651 30554 28810 0 -1 0 8655 0 1 0 170 4 0 0 19 0 9 0 24900699 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30652/statm: 215727 7912 2157 9 0 210640 0
[pid=30652/tid=30653] ppid=30651 vsize=862908 CPUtime=1.38
/proc/30652/task/30653/stat : 30653 (java) R 30651 30554 28810 0 -1 64 2213 0 1 0 137 1 0 0 25 0 9 0 24900700 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30652/tid=30654] ppid=30651 vsize=862908 CPUtime=0.26
/proc/30652/task/30654/stat : 30654 (java) S 30651 30554 28810 0 -1 64 5260 0 0 0 25 1 0 0 17 0 9 0 24900701 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30652/tid=30655] ppid=30651 vsize=862908 CPUtime=0
/proc/30652/task/30655/stat : 30655 (java) S 30651 30554 28810 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 24900701 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30652/tid=30656] ppid=30651 vsize=862908 CPUtime=0
/proc/30652/task/30656/stat : 30656 (java) S 30651 30554 28810 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24900701 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30652/tid=30657] ppid=30651 vsize=862908 CPUtime=0
/proc/30652/task/30657/stat : 30657 (java) S 30651 30554 28810 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24900703 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30652/tid=30658] ppid=30651 vsize=862908 CPUtime=0.06
/proc/30652/task/30658/stat : 30658 (java) S 30651 30554 28810 0 -1 64 486 0 0 0 6 0 0 0 16 0 9 0 24900703 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30652/tid=30659] ppid=30651 vsize=862908 CPUtime=0
/proc/30652/task/30659/stat : 30659 (java) S 30651 30554 28810 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24900703 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30652/tid=30660] ppid=30651 vsize=862908 CPUtime=0
/proc/30652/task/30660/stat : 30660 (java) S 30651 30554 28810 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24900703 883617792 7912 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 528.65
Current children cumulated vsize (KiB) 885132

[startup+531.903 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 30660
/proc/meminfo: memFree=1282416/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=529.04
/proc/30554/stat : 30554 (sugar) R 30552 30554 28810 0 -1 4194304 1480 166395 0 3 6 4 52578 316 16 0 1 0 24847724 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 0 0 0 17 0 0 0
/proc/30554/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 529.04
Current children cumulated vsize (KiB) 16868

[startup+532.002 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 30660
/proc/meminfo: memFree=1282416/2055920 swapFree=4192812/4192956
[pid=30554] ppid=30552 vsize=16868 CPUtime=529.13
/proc/30554/stat : 30554 (sugar) R 30552 30554 28810 0 -1 4194304 1480 166395 0 3 6 13 52578 316 16 0 1 0 24847724 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 221954937897 0 0 4224 16386 0 0 0 17 0 0 0
/proc/30554/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 529.13
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 532.026
CPU time (s): 529.172
CPU user time (s): 525.851
CPU system time (s): 3.3205
CPU usage (%): 99.4634
Max. virtual memory (cumulated for all children) (KiB): 893732

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

runsolver used 0.682896 second user time and 1.74673 second system time

The end

Launcher Data

Begin job on node43 at 2009-07-12 07:50:38
IDJOB=2083633
IDBENCH=57881
IDSOLVER=739
FILE ID=node43/2083633-1247377838
PBS_JOBID= 9507142
Free space on /tmp= 66252 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp31/normalized-fapp31-0400-6.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-2083633-1247377838/watcher-2083633-1247377838 -o /tmp/evaluation-result-2083633-1247377838/solver-2083633-1247377838 -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-2083633-1247377838.xml

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

MD5SUM BENCH= 5437bff566491bef6c75b023202900b4
RANDOM SEED=385028326

node43.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1144408 kB
Buffers:         59776 kB
Cached:         302256 kB
SwapCached:          0 kB
Active:         632828 kB
Inactive:       199604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1144408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:         490828 kB
Slab:            63292 kB
Committed_AS:   687508 kB
PageTables:       2792 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= 66252 MiB
End job on node43 at 2009-07-12 07:59:31