Trace number 1086800

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+picosatSAT 409.6 412.068

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

0.01/0.04	c 0	Sugar v1-13 + HOME/picosat
0.01/0.04	c 0	BEGIN Sat Jul  5 09:01:17 2008
0.01/0.04	c 0	PID 24614
0.01/0.04	c 0	HOST node53.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1086800-1215241277.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086800-1215241277.xml' 'HOME/temp.csp'
0.04/0.55	c 0	4 domains, 400 variables, 6 predicates, 0 relations, 3003 constraints
0.04/0.57	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.57	c 0	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.54/0.64	c 0	Parsing HOME/temp.csp
0.54/0.87	c 1	parsed 3413 expressions
0.54/0.87	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.87	c 1	Converting to clausal form CSP
0.54/0.91	c 1	converted 342 (10%) expressions
1.65/1.74	c 2	converted 683 (20%) expressions
2.35/2.46	c 2	converted 1024 (30%) expressions
3.05/3.17	c 3	converted 1366 (40%) expressions
3.64/3.78	c 4	converted 1707 (50%) expressions
4.26/4.38	c 4	converted 2048 (60%) expressions
4.94/5.00	c 5	converted 2390 (70%) expressions
5.45/5.59	c 5	converted 2731 (80%) expressions
6.05/6.14	c 6	converted 3072 (90%) expressions
6.65/6.71	c 7	converted 3413 (100%) expressions
6.65/6.71	c 7	CSP : 785 integers, 8245 booleans, 18231 clauses, largest domain size 2601
6.65/6.71	c 7	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.65/6.71	c 7	Propagation in CSP
7.15/7.25	c 7	17460 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.15/7.25	c 7	CSP : 785 integers, 8245 booleans, 18231 clauses, largest domain size 2601
7.15/7.25	c 7	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.15/7.26	c 7	Simplifing CSP by introducing new Boolean variables
7.24/7.40	c 7	CSP : 785 integers, 14919 booleans, 24905 clauses, largest domain size 2601
7.24/7.40	c 7	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.35/7.49	c 7	Encoding CSP to SAT : HOME/temp.cnf
9.25/9.35	c 9	79 (10%) CSP integer variables are encoded (53338 clauses, 777956 bytes)
11.05/11.15	c 11	157 (20%) CSP integer variables are encoded (106328 clauses, 1585759 bytes)
12.84/12.99	c 13	236 (30%) CSP integer variables are encoded (160016 clauses, 2498455 bytes)
14.74/14.88	c 15	314 (40%) CSP integer variables are encoded (214460 clauses, 3424003 bytes)
16.63/16.71	c 17	393 (50%) CSP integer variables are encoded (267852 clauses, 4331667 bytes)
17.03/17.11	c 17	471 (60%) CSP integer variables are encoded (455791 clauses, 7526630 bytes)
17.24/17.34	c 17	550 (70%) CSP integer variables are encoded (652340 clauses, 10867963 bytes)
17.44/17.58	c 17	628 (80%) CSP integer variables are encoded (850946 clauses, 14244265 bytes)
17.74/17.81	c 18	707 (90%) CSP integer variables are encoded (1051299 clauses, 17754239 bytes)
17.93/18.06	c 18	785 (100%) CSP integer variables are encoded (1254021 clauses, 21605957 bytes)
43.30/43.49	c 43	2491 (10%) CSP clauses are encoded (3224466 clauses, 65665882 bytes)
65.46/65.66	c 65	4981 (20%) CSP clauses are encoded (4973730 clauses, 105423734 bytes)
81.05/81.24	c 81	7472 (30%) CSP clauses are encoded (6576513 clauses, 142403841 bytes)
93.03/93.25	c 93	9962 (40%) CSP clauses are encoded (7953365 clauses, 176002653 bytes)
102.61/102.81	c 103	12453 (50%) CSP clauses are encoded (9198291 clauses, 206594540 bytes)
110.78/111.02	c 111	14943 (60%) CSP clauses are encoded (10326107 clauses, 234802290 bytes)
117.64/117.90	c 118	17434 (70%) CSP clauses are encoded (11367677 clauses, 261280285 bytes)
124.71/125.03	c 125	19924 (80%) CSP clauses are encoded (12378372 clauses, 286863964 bytes)
130.99/131.32	c 131	22415 (90%) CSP clauses are encoded (13428183 clauses, 313564036 bytes)
137.16/137.53	c 137	24905 (100%) CSP clauses are encoded (14400083 clauses, 338425037 bytes)
137.16/137.53	c 137	24905 CSP clauses encoded
137.16/137.53	c 137	Writing map file : HOME/temp.map
137.25/137.61	c 137	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
137.25/137.61	c 137	SAT : 1269725 SAT variables, 14400083 SAT clauses, 338425037 bytes
137.25/137.61	c 137	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
137.25/137.67	c 137	SOLVING HOME/temp.cnf
137.25/137.67	c 137	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
407.32/409.81	c 410	DECODING HOME/temp.out WITH HOME/temp.map
407.32/409.81	c 410	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
407.32/409.89	c 410	Decoding HOME/temp.out
409.29/411.86	s SATISFIABLE
409.29/411.88	v -2484 -2340 -1216 1964 1832 1392 2244 2516 -2064 -2252 -2240 2256 2292 -2468 2376 -2140 1608 2540 -2508 1272 1644 2320 -2600 -1364 2596 2600 -1764 1248 -2296 1604 2440 2220 -1796 2052 -2252 1256 -1256 -1916 -2476 2272 2560 -2276 2596 2436 -2420 -2268 2072 -1824 -2592 -2180 1656 -1948 -2456 1412 1688 -1352 -1336 2012 -1316 -2600 -2380 -1836 -1944 2560 2164 2000 1640 2584 1644 1752 1852 -2360 1436 -1944 -2032 -1720 -2552 -1940 2584 -1204 -2212 -1204 -2384 2228 -1292 -1660 -1808 2312 1360 2224 -1876 1884 -2560 2360 -2288 1420 2200 2216 -2560 2432 1224 1836 1276 -1724 1620 1204 2192 -2424 1204 -2200 -1296 1984 1924 -1292 1244 -1564 -1204 -1404 1540 -1264 1644 2252 1232 -1244 -2256 2012 1300 1400 2148 1452 -1604 -1376 1480 -2412 2392 1280 1508 1320 1724 2260 -2544 -2256 2416 2008 -1848 -2392 -1264 -2416 -1656 1680 -1264 -1960 -1252 -1248 -1556 -1204 1632 2600 1960 -2012 1764 1596 1276 2496 2504 1760 1968 -1352 2424 2496 1764 2556 1568 1316 2188 1380 -2556 2080 2380 -1972 2212 2420 -2396 -1684 -2160 -2552 -1316 -2560 -1692 -2024 -1396 -1512 -2464 -1896 1836 -1260 -2600 1812 2308 -1244 -1224 -1220 -1340 2032 -2420 2392 -1320 1244 1468 -2224 2556 1320 -1540 -1604 1344 -2140 -2600 1444 1284 1244 1836 -1276 -2592 -1724 -1732 -1400 1796 -1368 2600 2380 -1532 -1588 1740 -1468 -1876 -1396 -1244 1220 -1992 -2232 2396 1244 1696 -1500 -1384 -2264 -1340 2104 2500 1440 -1204 2532 1316 2184 1280 -2436 2484 1420 2352 1276 2432 -1440 2088 2552 -1884 -1864 -2600 1380 -1336 2580 2376 2352 1712 -2268 -1984 -2544 -1436 1616 1856 1244 -2432 -2512 -1492 2216 -1436 2356 2140 1408 1324 -2248 -1784 -1792 2180 -1244 -1820 1312 2252 1700 -2160 2524 1776 -2472 2372 -1740 2048 2560 1364 -2292 -1616 -2468 1476 2544 -2200 2560 -2400 -1244 -1916 -2540 -1868 -1472 1592 2284 -1920 1616 -2316 -1352 -1548 1372 1260 -1980 2456 -1956 -1604 2100 -1988 2320 -1396 -1204 -2572 -1492 1796 1948 1804 2056 -2580 1244 1924 -1360 -1204 2548 -2444 1516 -1656 -2344 1824 -2360 1508 1828 1512 -1728 1204 -2312 2220 2540 -1972 -2560 2428 1244 -1400 -1244 -1924 -1580 -2040 1984 2400 1932 1860 1552 2380 -1204 -2016 -1332 1288 1520 -1484 2384 1204 2588 1300 -1908 -2052 1208 -1216 -1312 -2124 -2180 -1736 1224 -1780 1816
409.29/411.88	c 412	Heap : 18 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
409.42/411.90	c 412	CPU 345.22 (0.04 0.01 345.18 64.18)
409.42/411.90	c 412	END Sat Jul  5 09:08:09 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-1086800-1215241277/watcher-1086800-1215241277 -o /tmp/evaluation-result-1086800-1215241277/solver-1086800-1215241277 -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/picosat -tmp=HOME/temp HOME/instance-1086800-1215241277.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.04 2.00 2.00 4/72 24614
/proc/meminfo: memFree=1555056/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=12268 CPUtime=0
/proc/24614/stat : 24614 (sugar) R 24612 24614 23869 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 2003100012 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269939162110 0 0 4224 0 0 0 0 17 0 0 0
/proc/24614/statm: 3067 316 241 3 0 167 0

[startup+0.0182809 s]
/proc/loadavg: 2.04 2.00 2.00 4/72 24614
/proc/meminfo: memFree=1555056/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=12676 CPUtime=0.01
/proc/24614/stat : 24614 (sugar) R 24612 24614 23869 0 -1 4194304 534 0 0 0 1 0 0 0 18 0 1 0 2003100012 12980224 502 996147200 4194304 4206940 548682068608 18446744073709551615 269930107617 0 0 4224 0 0 0 0 17 0 0 0
/proc/24614/statm: 3169 503 315 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.101307 s]
/proc/loadavg: 2.04 2.00 2.00 4/72 24614
/proc/meminfo: memFree=1555056/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=0.04
/proc/24614/stat : 24614 (sugar) S 24612 24614 23869 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003100012 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24614/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301321 s]
/proc/loadavg: 2.04 2.00 2.00 4/72 24614
/proc/meminfo: memFree=1555056/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=0.04
/proc/24614/stat : 24614 (sugar) S 24612 24614 23869 0 -1 4194304 900 127 0 0 3 1 0 0 18 0 1 0 2003100012 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24614/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70136 s]
/proc/loadavg: 2.04 2.00 2.00 4/72 24614
/proc/meminfo: memFree=1555056/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=0.54
/proc/24614/stat : 24614 (sugar) S 24612 24614 23869 0 -1 4194304 973 6664 0 1 3 1 47 3 15 0 1 0 2003100012 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24614/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50245 s]
/proc/loadavg: 2.04 2.00 2.00 3/83 24636
/proc/meminfo: memFree=1545048/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=0.54
/proc/24614/stat : 24614 (sugar) S 24612 24614 23869 0 -1 4194304 973 6664 0 1 3 1 47 3 15 0 1 0 2003100012 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24614/statm: 3400 797 370 3 0 500 0
[pid=24627] ppid=24614 vsize=5356 CPUtime=0
/proc/24627/stat : 24627 (sh) S 24614 24614 23869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003100069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 1339 233 193 169 0 50 0
[pid=24628] ppid=24627 vsize=869308 CPUtime=0.91
/proc/24628/stat : 24628 (java) S 24627 24614 23869 0 -1 0 5506 0 1 0 88 3 0 0 20 0 9 0 2003100069 890171392 4861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24628/statm: 217327 4861 1732 9 0 211902 0
[pid=24628/tid=24629] ppid=24627 vsize=869308 CPUtime=0.66
/proc/24628/task/24629/stat : 24629 (java) R 24627 24614 23869 0 -1 64 2692 0 1 0 65 1 0 0 25 0 9 0 2003100070 890171392 4861 996147200 134512640 134550740 4294955952 18446744073709551615 4126600849 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24630] ppid=24627 vsize=869308 CPUtime=0.06
/proc/24628/task/24630/stat : 24630 (java) S 24627 24614 23869 0 -1 64 615 0 0 0 6 0 0 0 16 0 9 0 2003100071 890171392 4861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24631] ppid=24627 vsize=869308 CPUtime=0
/proc/24628/task/24631/stat : 24631 (java) S 24627 24614 23869 0 -1 64 10 0 0 0 0 0 0 0 23 0 9 0 2003100071 890171392 4861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24632] ppid=24627 vsize=869308 CPUtime=0
/proc/24628/task/24632/stat : 24632 (java) S 24627 24614 23869 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 2003100071 890171392 4861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24633] ppid=24627 vsize=869308 CPUtime=0
/proc/24628/task/24633/stat : 24633 (java) S 24627 24614 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003100073 890171392 4861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24634] ppid=24627 vsize=869308 CPUtime=0.16
/proc/24628/task/24634/stat : 24634 (java) S 24627 24614 23869 0 -1 64 1508 0 0 0 16 0 0 0 16 0 9 0 2003100073 890171392 4861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24635] ppid=24627 vsize=869308 CPUtime=0
/proc/24628/task/24635/stat : 24635 (java) S 24627 24614 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003100073 890171392 4861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24636] ppid=24627 vsize=869308 CPUtime=0
/proc/24628/task/24636/stat : 24636 (java) S 24627 24614 23869 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003100073 890171392 4861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 888264

[startup+3.10264 s]
/proc/loadavg: 2.04 2.00 2.00 3/83 24636
/proc/meminfo: memFree=1538968/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=0.54
/proc/24614/stat : 24614 (sugar) S 24612 24614 23869 0 -1 4194304 973 6664 0 1 3 1 47 3 15 0 1 0 2003100012 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24614/statm: 3400 797 370 3 0 500 0
[pid=24627] ppid=24614 vsize=5356 CPUtime=0
/proc/24627/stat : 24627 (sh) S 24614 24614 23869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003100069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 1339 233 193 169 0 50 0
[pid=24628] ppid=24627 vsize=869308 CPUtime=2.51
/proc/24628/stat : 24628 (java) S 24627 24614 23869 0 -1 0 7368 0 1 0 245 6 0 0 20 0 9 0 2003100069 890171392 6356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24628/statm: 217327 6356 2540 9 0 211902 0
[pid=24628/tid=24629] ppid=24627 vsize=869308 CPUtime=2.09
/proc/24628/task/24629/stat : 24629 (java) R 24627 24614 23869 0 -1 64 2889 0 1 0 208 1 0 0 25 0 9 0 2003100070 890171392 6356 996147200 134512640 134550740 4294955952 18446744073709551615 4126568242 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24630] ppid=24627 vsize=869308 CPUtime=0.2
/proc/24628/task/24630/stat : 24630 (java) S 24627 24614 23869 0 -1 64 2266 0 0 0 18 2 0 0 16 0 9 0 2003100071 890171392 6356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24631] ppid=24627 vsize=869308 CPUtime=0
/proc/24628/task/24631/stat : 24631 (java) S 24627 24614 23869 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003100071 890171392 6356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24632] ppid=24627 vsize=869308 CPUtime=0
/proc/24628/task/24632/stat : 24632 (java) S 24627 24614 23869 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003100071 890171392 6356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24633] ppid=24627 vsize=869308 CPUtime=0
/proc/24628/task/24633/stat : 24633 (java) S 24627 24614 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003100073 890171392 6356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24634] ppid=24627 vsize=869308 CPUtime=0.18
/proc/24628/task/24634/stat : 24634 (java) S 24627 24614 23869 0 -1 64 1521 0 0 0 18 0 0 0 16 0 9 0 2003100073 890171392 6356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24635] ppid=24627 vsize=869308 CPUtime=0
/proc/24628/task/24635/stat : 24635 (java) S 24627 24614 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003100073 890171392 6356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24636] ppid=24627 vsize=869308 CPUtime=0
/proc/24628/task/24636/stat : 24636 (java) S 24627 24614 23869 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003100073 890171392 6356 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 888264

[startup+6.30202 s]
/proc/loadavg: 2.04 2.00 2.00 3/83 24636
/proc/meminfo: memFree=1533912/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=0.54
/proc/24614/stat : 24614 (sugar) S 24612 24614 23869 0 -1 4194304 973 6664 0 1 3 1 47 3 15 0 1 0 2003100012 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24614/statm: 3400 797 370 3 0 500 0
[pid=24627] ppid=24614 vsize=5356 CPUtime=0
/proc/24627/stat : 24627 (sh) S 24614 24614 23869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003100069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 1339 233 193 169 0 50 0
[pid=24628] ppid=24627 vsize=869308 CPUtime=5.7
/proc/24628/stat : 24628 (java) S 24627 24614 23869 0 -1 0 8847 0 1 0 560 10 0 0 20 0 9 0 2003100069 890171392 7426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24628/statm: 217327 7426 2540 9 0 211902 0
[pid=24628/tid=24629] ppid=24627 vsize=869308 CPUtime=5.03
/proc/24628/task/24629/stat : 24629 (java) R 24627 24614 23869 0 -1 64 3298 0 1 0 500 3 0 0 25 0 9 0 2003100070 890171392 7426 996147200 134512640 134550740 4294955952 18446744073709551615 4126600763 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24630] ppid=24627 vsize=869308 CPUtime=0.46
/proc/24628/task/24630/stat : 24630 (java) S 24627 24614 23869 0 -1 64 3334 0 0 0 40 6 0 0 16 0 9 0 2003100071 890171392 7426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24631] ppid=24627 vsize=869308 CPUtime=0
/proc/24628/task/24631/stat : 24631 (java) S 24627 24614 23869 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003100071 890171392 7426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24632] ppid=24627 vsize=869308 CPUtime=0
/proc/24628/task/24632/stat : 24632 (java) S 24627 24614 23869 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003100071 890171392 7426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24633] ppid=24627 vsize=869308 CPUtime=0
/proc/24628/task/24633/stat : 24633 (java) S 24627 24614 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003100073 890171392 7426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24634] ppid=24627 vsize=869308 CPUtime=0.19
/proc/24628/task/24634/stat : 24634 (java) S 24627 24614 23869 0 -1 64 1523 0 0 0 19 0 0 0 15 0 9 0 2003100073 890171392 7426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24635] ppid=24627 vsize=869308 CPUtime=0
/proc/24628/task/24635/stat : 24635 (java) S 24627 24614 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003100073 890171392 7426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24636] ppid=24627 vsize=869308 CPUtime=0
/proc/24628/task/24636/stat : 24636 (java) S 24627 24614 23869 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003100073 890171392 7426 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 888264

[startup+12.7018 s]
/proc/loadavg: 2.03 2.00 2.00 3/83 24636
/proc/meminfo: memFree=1526488/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=0.54
/proc/24614/stat : 24614 (sugar) S 24612 24614 23869 0 -1 4194304 974 6664 0 1 3 1 47 3 16 0 1 0 2003100012 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24614/statm: 3400 797 370 3 0 500 0
[pid=24627] ppid=24614 vsize=5356 CPUtime=0
/proc/24627/stat : 24627 (sh) S 24614 24614 23869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003100069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 1339 233 193 169 0 50 0
[pid=24628] ppid=24627 vsize=869420 CPUtime=12.1
/proc/24628/stat : 24628 (java) S 24627 24614 23869 0 -1 0 10733 0 1 0 1195 15 0 0 20 0 9 0 2003100069 890286080 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24628/statm: 217355 8431 2566 9 0 211902 0
[pid=24628/tid=24629] ppid=24627 vsize=869420 CPUtime=11.08
/proc/24628/task/24629/stat : 24629 (java) R 24627 24614 23869 0 -1 64 3631 0 1 0 1103 5 0 0 25 0 9 0 2003100070 890286080 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4127014747 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24630] ppid=24627 vsize=869420 CPUtime=0.75
/proc/24628/task/24630/stat : 24630 (java) S 24627 24614 23869 0 -1 64 4855 0 0 0 67 8 0 0 16 0 9 0 2003100071 890286080 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24631] ppid=24627 vsize=869420 CPUtime=0
/proc/24628/task/24631/stat : 24631 (java) S 24627 24614 23869 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003100071 890286080 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24632] ppid=24627 vsize=869420 CPUtime=0
/proc/24628/task/24632/stat : 24632 (java) S 24627 24614 23869 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003100071 890286080 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24633] ppid=24627 vsize=869420 CPUtime=0
/proc/24628/task/24633/stat : 24633 (java) S 24627 24614 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003100073 890286080 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24634] ppid=24627 vsize=869420 CPUtime=0.24
/proc/24628/task/24634/stat : 24634 (java) S 24627 24614 23869 0 -1 64 1555 0 0 0 23 1 0 0 15 0 9 0 2003100073 890286080 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24635] ppid=24627 vsize=869420 CPUtime=0
/proc/24628/task/24635/stat : 24635 (java) S 24627 24614 23869 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 2003100073 890286080 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24636] ppid=24627 vsize=869420 CPUtime=0
/proc/24628/task/24636/stat : 24636 (java) S 24627 24614 23869 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003100073 890286080 8431 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 888376

[startup+25.5023 s]
/proc/loadavg: 2.02 2.00 2.00 3/83 24636
/proc/meminfo: memFree=1494232/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=0.54
/proc/24614/stat : 24614 (sugar) S 24612 24614 23869 0 -1 4194304 974 6664 0 1 3 1 47 3 15 0 1 0 2003100012 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24614/statm: 3400 797 370 3 0 500 0
[pid=24627] ppid=24614 vsize=5356 CPUtime=0
/proc/24627/stat : 24627 (sh) S 24614 24614 23869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003100069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24627/statm: 1339 233 193 169 0 50 0
[pid=24628] ppid=24627 vsize=869420 CPUtime=24.89
/proc/24628/stat : 24628 (java) S 24627 24614 23869 0 -1 0 11416 0 1 0 2448 41 0 0 20 0 9 0 2003100069 890286080 8444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24628/statm: 217355 8444 2566 9 0 211902 0
[pid=24628/tid=24629] ppid=24627 vsize=869420 CPUtime=23.68
/proc/24628/task/24629/stat : 24629 (java) R 24627 24614 23869 0 -1 64 4303 0 1 0 2341 27 0 0 25 0 9 0 2003100070 890286080 8444 996147200 134512640 134550740 4294955952 18446744073709551615 4127013863 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24630] ppid=24627 vsize=869420 CPUtime=0.92
/proc/24628/task/24630/stat : 24630 (java) S 24627 24614 23869 0 -1 64 4855 0 0 0 80 12 0 0 16 0 9 0 2003100071 890286080 8444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24631] ppid=24627 vsize=869420 CPUtime=0
/proc/24628/task/24631/stat : 24631 (java) S 24627 24614 23869 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003100071 890286080 8444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24628/tid=24632] ppid=24627 vsize=869420 CPUtime=0
/proc/24628/task/24632/stat : 24632 (java) S 24627 24614 23869 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2003100071 890286080 8444 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/loadavg: 2.00 2.00 2.00 3/75 24638
/proc/meminfo: memFree=692632/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=137.29
/proc/24614/stat : 24614 (sugar) S 24612 24614 23869 0 -1 4194304 1024 24537 0 2 3 1 13457 268 17 0 1 0 2003100012 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24614/statm: 3400 799 370 3 0 500 0
[pid=24637] ppid=24614 vsize=5356 CPUtime=0
/proc/24637/stat : 24637 (sh) S 24614 24614 23869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003113780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24637/statm: 1339 232 193 169 0 50 0
[pid=24638] ppid=24637 vsize=623144 CPUtime=143.49
/proc/24638/stat : 24638 (picosat) R 24637 24614 23869 0 -1 4194304 129772 0 0 0 8217 6132 0 0 25 0 1 0 2003113780 638099456 129726 996147200 134512640 134931368 4294956256 18446744073709551615 134525627 0 0 4096 0 0 0 0 17 1 0 0
/proc/24638/statm: 155786 129726 42 102 0 155681 0
Current children cumulated CPU time (s) 280.78
Current children cumulated vsize (KiB) 642100

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24638
/proc/meminfo: memFree=692120/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=137.29
/proc/24614/stat : 24614 (sugar) S 24612 24614 23869 0 -1 4194304 1024 24537 0 2 3 1 13457 268 17 0 1 0 2003100012 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24614/statm: 3400 799 370 3 0 500 0
[pid=24637] ppid=24614 vsize=5356 CPUtime=0
/proc/24637/stat : 24637 (sh) S 24614 24614 23869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003113780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24637/statm: 1339 232 193 169 0 50 0
[pid=24638] ppid=24637 vsize=623144 CPUtime=203.04
/proc/24638/stat : 24638 (picosat) R 24637 24614 23869 0 -1 4194304 129906 0 0 0 14172 6132 0 0 25 0 1 0 2003113780 638099456 129860 996147200 134512640 134931368 4294956256 18446744073709551615 134525575 0 0 4096 0 0 0 0 17 1 0 0
/proc/24638/statm: 155786 129860 42 102 0 155681 0
Current children cumulated CPU time (s) 340.33
Current children cumulated vsize (KiB) 642100

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24638
/proc/meminfo: memFree=691608/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=137.29
/proc/24614/stat : 24614 (sugar) S 24612 24614 23869 0 -1 4194304 1024 24537 0 2 3 1 13457 268 17 0 1 0 2003100012 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24614/statm: 3400 799 370 3 0 500 0
[pid=24637] ppid=24614 vsize=5356 CPUtime=0
/proc/24637/stat : 24637 (sh) S 24614 24614 23869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003113780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24637/statm: 1339 232 193 169 0 50 0
[pid=24638] ppid=24637 vsize=623144 CPUtime=262.59
/proc/24638/stat : 24638 (picosat) R 24637 24614 23869 0 -1 4194304 130033 0 0 0 20127 6132 0 0 25 0 1 0 2003113780 638099456 129987 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/24638/statm: 155786 129987 42 102 0 155681 0
Current children cumulated CPU time (s) 399.88
Current children cumulated vsize (KiB) 642100

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

[startup+403.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24638
/proc/meminfo: memFree=691608/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=137.29
/proc/24614/stat : 24614 (sugar) S 24612 24614 23869 0 -1 4194304 1024 24537 0 2 3 1 13457 268 17 0 1 0 2003100012 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24614/statm: 3400 799 370 3 0 500 0
[pid=24637] ppid=24614 vsize=5356 CPUtime=0
/proc/24637/stat : 24637 (sh) S 24614 24614 23869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003113780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24637/statm: 1339 232 193 169 0 50 0
[pid=24638] ppid=24637 vsize=623144 CPUtime=263.38
/proc/24638/stat : 24638 (picosat) R 24637 24614 23869 0 -1 4194304 130034 0 0 0 20206 6132 0 0 25 0 1 0 2003113780 638099456 129988 996147200 134512640 134931368 4294956256 18446744073709551615 134544710 0 0 4096 0 0 0 0 17 1 0 0
/proc/24638/statm: 155786 129988 42 102 0 155681 0
Current children cumulated CPU time (s) 400.67
Current children cumulated vsize (KiB) 642100

[startup+406.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24638
/proc/meminfo: memFree=691608/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=137.29
/proc/24614/stat : 24614 (sugar) S 24612 24614 23869 0 -1 4194304 1024 24537 0 2 3 1 13457 268 17 0 1 0 2003100012 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24614/statm: 3400 799 370 3 0 500 0
[pid=24637] ppid=24614 vsize=5356 CPUtime=0
/proc/24637/stat : 24637 (sh) S 24614 24614 23869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003113780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24637/statm: 1339 232 193 169 0 50 0
[pid=24638] ppid=24637 vsize=623144 CPUtime=266.55
/proc/24638/stat : 24638 (picosat) R 24637 24614 23869 0 -1 4194304 130037 0 0 0 20523 6132 0 0 25 0 1 0 2003113780 638099456 129991 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/24638/statm: 155786 129991 42 102 0 155681 0
Current children cumulated CPU time (s) 403.84
Current children cumulated vsize (KiB) 642100

[startup+409.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24638
/proc/meminfo: memFree=685528/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=137.29
/proc/24614/stat : 24614 (sugar) S 24612 24614 23869 0 -1 4194304 1024 24537 0 2 3 1 13457 268 17 0 1 0 2003100012 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24614/statm: 3400 799 370 3 0 500 0
[pid=24637] ppid=24614 vsize=5356 CPUtime=0
/proc/24637/stat : 24637 (sh) S 24614 24614 23869 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003113780 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24637/statm: 1339 232 193 169 0 50 0
[pid=24638] ppid=24637 vsize=623148 CPUtime=269.72
/proc/24638/stat : 24638 (picosat) R 24637 24614 23869 0 -1 4194304 130055 0 0 0 20837 6135 0 0 25 0 1 0 2003113780 638103552 130009 996147200 134512640 134931368 4294956256 18446744073709551615 134533679 0 0 4096 0 0 0 0 17 1 0 0
/proc/24638/statm: 155787 130009 47 102 0 155682 0
Current children cumulated CPU time (s) 407.01
Current children cumulated vsize (KiB) 642104

[startup+411.103 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24648
/proc/meminfo: memFree=1189656/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=407.33
/proc/24614/stat : 24614 (sugar) S 24612 24614 23869 0 -1 4194304 1092 154878 0 2 3 1 34317 6412 15 0 1 0 2003100012 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24614/statm: 3400 799 370 3 0 500 0
[pid=24639] ppid=24614 vsize=5356 CPUtime=0
/proc/24639/stat : 24639 (sh) S 24614 24614 23869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003140993 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24639/statm: 1339 233 193 169 0 50 0
[pid=24640] ppid=24639 vsize=864364 CPUtime=1.27
/proc/24640/stat : 24640 (java) S 24639 24614 23869 0 -1 0 9127 0 1 0 123 4 0 0 19 0 9 0 2003140994 885108736 8393 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24640/statm: 216091 8393 2531 9 0 210673 0
[pid=24640/tid=24641] ppid=24639 vsize=864364 CPUtime=0.9
/proc/24640/task/24641/stat : 24641 (java) R 24639 24614 23869 0 -1 64 2629 0 1 0 89 1 0 0 25 0 9 0 2003140995 885108736 8393 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24640/tid=24642] ppid=24639 vsize=864364 CPUtime=0.28
/proc/24640/task/24642/stat : 24642 (java) S 24639 24614 23869 0 -1 64 5400 0 0 0 27 1 0 0 16 0 9 0 2003140996 885108736 8393 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24640/tid=24643] ppid=24639 vsize=864364 CPUtime=0
/proc/24640/task/24643/stat : 24643 (java) S 24639 24614 23869 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003140996 885108736 8393 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24640/tid=24644] ppid=24639 vsize=864364 CPUtime=0
/proc/24640/task/24644/stat : 24644 (java) S 24639 24614 23869 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003140996 885108736 8393 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24640/tid=24645] ppid=24639 vsize=864364 CPUtime=0
/proc/24640/task/24645/stat : 24645 (java) S 24639 24614 23869 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003140998 885108736 8393 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24640/tid=24646] ppid=24639 vsize=864364 CPUtime=0.06
/proc/24640/task/24646/stat : 24646 (java) S 24639 24614 23869 0 -1 64 404 0 0 0 6 0 0 0 16 0 9 0 2003140998 885108736 8393 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24640/tid=24647] ppid=24639 vsize=864364 CPUtime=0
/proc/24640/task/24647/stat : 24647 (java) S 24639 24614 23869 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2003140998 885108736 8393 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24640/tid=24648] ppid=24639 vsize=864364 CPUtime=0
/proc/24640/task/24648/stat : 24648 (java) S 24639 24614 23869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003140998 885108736 8393 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 883320

[startup+411.503 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24648
/proc/meminfo: memFree=1178456/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=407.33
/proc/24614/stat : 24614 (sugar) S 24612 24614 23869 0 -1 4194304 1092 154878 0 2 3 1 34317 6412 15 0 1 0 2003100012 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269939159138 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24614/statm: 3400 799 370 3 0 500 0
[pid=24639] ppid=24614 vsize=5356 CPUtime=0
/proc/24639/stat : 24639 (sh) S 24614 24614 23869 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003140993 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24639/statm: 1339 233 193 169 0 50 0
[pid=24640] ppid=24639 vsize=864364 CPUtime=1.67
/proc/24640/stat : 24640 (java) S 24639 24614 23869 0 -1 0 9161 0 1 0 163 4 0 0 19 0 9 0 2003140994 885108736 8426 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/24640/statm: 216091 8426 2531 9 0 210673 0
[pid=24640/tid=24641] ppid=24639 vsize=864364 CPUtime=1.29
/proc/24640/task/24641/stat : 24641 (java) R 24639 24614 23869 0 -1 64 2630 0 1 0 128 1 0 0 25 0 9 0 2003140995 885108736 8426 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24640/tid=24642] ppid=24639 vsize=864364 CPUtime=0.28
/proc/24640/task/24642/stat : 24642 (java) S 24639 24614 23869 0 -1 64 5432 0 0 0 27 1 0 0 16 0 9 0 2003140996 885108736 8426 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=24640/tid=24643] ppid=24639 vsize=864364 CPUtime=0
/proc/24640/task/24643/stat : 24643 (java) S 24639 24614 23869 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2003140996 885108736 8426 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24640/tid=24644] ppid=24639 vsize=864364 CPUtime=0
/proc/24640/task/24644/stat : 24644 (java) S 24639 24614 23869 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2003140996 885108736 8426 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24640/tid=24645] ppid=24639 vsize=864364 CPUtime=0
/proc/24640/task/24645/stat : 24645 (java) S 24639 24614 23869 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 2003140998 885108736 8426 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24640/tid=24646] ppid=24639 vsize=864364 CPUtime=0.06
/proc/24640/task/24646/stat : 24646 (java) S 24639 24614 23869 0 -1 64 405 0 0 0 6 0 0 0 16 0 9 0 2003140998 885108736 8426 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24640/tid=24647] ppid=24639 vsize=864364 CPUtime=0
/proc/24640/task/24647/stat : 24647 (java) S 24639 24614 23869 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2003140998 885108736 8426 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=24640/tid=24648] ppid=24639 vsize=864364 CPUtime=0
/proc/24640/task/24648/stat : 24648 (java) S 24639 24614 23869 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003140998 885108736 8426 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 409
Current children cumulated vsize (KiB) 883320

[startup+411.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24648
/proc/meminfo: memFree=1178456/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=409.42
/proc/24614/stat : 24614 (sugar) R 24612 24614 23869 0 -1 4194304 1120 164443 0 3 4 2 34518 6418 16 0 1 0 2003100012 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269930435625 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24614/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 409.42
Current children cumulated vsize (KiB) 13600

[startup+412.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 24648
/proc/meminfo: memFree=1178456/2055920 swapFree=4179912/4192956
[pid=24614] ppid=24612 vsize=13600 CPUtime=409.52
/proc/24614/stat : 24614 (sugar) R 24612 24614 23869 0 -1 4194304 1120 164443 0 3 4 12 34518 6418 16 0 1 0 2003100012 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269930435625 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24614/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 409.52
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 412.068
CPU time (s): 409.6
CPU user time (s): 345.232
CPU system time (s): 64.3682
CPU usage (%): 99.4009
Max. virtual memory (cumulated for all children) (KiB): 888376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 345.232
system time used= 64.3682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 165593
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= 59888
involuntary context switches= 66013

runsolver used 0.440932 second user time and 1.08384 second system time

The end

Launcher Data (download as text)

Begin job on node53 at 2008-07-05 09:01:17
IDJOB=1086800
IDBENCH=57881
IDSOLVER=345
FILE ID=node53/1086800-1215241277
PBS_JOBID= 7881947
Free space on /tmp= 65120 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp31/normalized-fapp31-0400-6.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086800-1215241277/watcher-1086800-1215241277 -o /tmp/evaluation-result-1086800-1215241277/solver-1086800-1215241277 -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/picosat" -tmp="HOME/temp" HOME/instance-1086800-1215241277.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5437bff566491bef6c75b023202900b4
RANDOM SEED=1268060211

node53.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.222
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.222
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:       1555472 kB
Buffers:         74972 kB
Cached:         283100 kB
SwapCached:       7428 kB
Active:         254016 kB
Inactive:       183268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1555472 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:            1852 kB
Writeback:           0 kB
Mapped:          86228 kB
Slab:            48472 kB
Committed_AS:  4047324 kB
PageTables:       1900 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= 65120 MiB
End job on node53 at 2008-07-05 09:08:09