Trace number 1086023

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+picosat? 417.99 429.435

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-0.xml
MD5SUM34c3ac733a64f710448acdb70b41fbc9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.3565
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 07:49:42 2008
0.00/0.05	c 0	PID 1688
0.00/0.05	c 0	HOST node41.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1086023-1215236982.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086023-1215236982.xml' 'HOME/temp.csp'
1.75/1.88	c 2	13 domains, 1500 variables, 8 predicates, 0 relations, 25409 constraints
1.84/1.94	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.84/1.94	c 2	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'
1.85/2.02	c 2	Parsing HOME/temp.csp
2.48/2.67	c 3	parsed 10000 expressions
2.78/2.99	c 3	parsed 20000 expressions
2.97/3.18	c 3	parsed 26930 expressions
2.97/3.19	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.97/3.19	c 3	Converting to clausal form CSP
4.75/4.93	c 5	converted 2693 (10%) expressions
7.72/7.93	c 8	converted 5386 (20%) expressions
10.58/10.81	c 11	converted 8079 (30%) expressions
13.06/13.36	c 13	converted 10772 (40%) expressions
15.43/15.77	c 16	converted 13465 (50%) expressions
18.20/18.58	c 19	converted 16158 (60%) expressions
20.48/20.85	c 21	converted 18851 (70%) expressions
22.75/23.16	c 23	converted 21544 (80%) expressions
24.93/25.32	c 25	converted 24237 (90%) expressions
27.70/28.11	c 28	converted 26930 (100%) expressions
27.70/28.12	c 28	CSP : 4456 integers, 74207 booleans, 159546 clauses, largest domain size 2737
27.70/28.12	c 28	Heap : 99 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.70/28.12	c 28	Propagation in CSP
29.58/30.09	c 30	6240 values, 0 unsatisfiable literals, and 0 valid clauses are removed
29.58/30.09	c 30	CSP : 4456 integers, 74207 booleans, 159546 clauses, largest domain size 2737
29.58/30.09	c 30	Heap : 109 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.68/30.13	c 30	Simplifing CSP by introducing new Boolean variables
29.98/30.45	c 30	CSP : 4456 integers, 129497 booleans, 214836 clauses, largest domain size 2737
29.98/30.45	c 30	Heap : 127 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
30.77/31.25	c 31	Encoding CSP to SAT : HOME/temp.cnf
33.73/34.20	c 34	446 (10%) CSP integer variables are encoded (128989 clauses, 1971430 bytes)
36.61/37.11	c 37	892 (20%) CSP integer variables are encoded (258954 clauses, 4180835 bytes)
39.38/39.97	c 40	1337 (30%) CSP integer variables are encoded (387487 clauses, 6365896 bytes)
41.36/41.92	c 42	1783 (40%) CSP integer variables are encoded (1166362 clauses, 19942930 bytes)
42.84/43.43	c 43	2228 (50%) CSP integer variables are encoded (2333873 clauses, 42125639 bytes)
44.33/44.92	c 45	2674 (60%) CSP integer variables are encoded (3484971 clauses, 63996501 bytes)
45.78/46.44	c 46	3120 (70%) CSP integer variables are encoded (4623963 clauses, 85637349 bytes)
47.26/47.91	c 48	3565 (80%) CSP integer variables are encoded (5757350 clauses, 107171702 bytes)
48.75/49.41	c 49	4011 (90%) CSP integer variables are encoded (6900442 clauses, 128890450 bytes)
50.21/50.92	c 51	4456 (100%) CSP integer variables are encoded (8011355 clauses, 149997797 bytes)
141.97/144.04	c 144	21484 (10%) CSP clauses are encoded (23314856 clauses, 517004184 bytes)
197.95/200.79	c 201	42968 (20%) CSP clauses are encoded (35029551 clauses, 811675342 bytes)
250.75/254.13	c 254	64451 (30%) CSP clauses are encoded (46647170 clauses, 1105380719 bytes)
301.04/307.74	c 308	85935 (40%) CSP clauses are encoded (57620141 clauses, 1385408001 bytes)
345.05/352.44	c 352	107418 (50%) CSP clauses are encoded (67961173 clauses, 1651885936 bytes)
385.07/393.14	c 393	128902 (60%) CSP clauses are encoded (77999086 clauses, 1913965895 bytes)
417.34/426.71	c 427	ERROR Exception Too large HOME/temp.cnf
417.34/426.71	c 427	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
417.34/426.71	c 427	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
417.34/426.71	c 427	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
417.34/426.71	s UNKNOWN
417.36/426.93	c 427	CPU 403.26 (0.03 0 403.23 14.12)
417.36/426.93	c 427	END Sat Jul  5 07:56:49 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1086023-1215236982/watcher-1086023-1215236982 -o /tmp/evaluation-result-1086023-1215236982/solver-1086023-1215236982 -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-1086023-1215236982.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.00 2.00 2.00 4/81 1688
/proc/meminfo: memFree=1109344/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=12268 CPUtime=0
/proc/1688/stat : 1688 (sugar) R 1686 1688 1210 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 2002671206 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 209136089701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/1688/statm: 3067 316 241 3 0 167 0

[startup+0.052751 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 1688
/proc/meminfo: memFree=1109344/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=0.03
/proc/1688/stat : 1688 (sugar) S 1686 1688 1210 0 -1 4194304 884 127 0 0 3 0 0 0 19 0 1 0 2002671206 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1688/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102857 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 1688
/proc/meminfo: memFree=1109344/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=0.03
/proc/1688/stat : 1688 (sugar) S 1686 1688 1210 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002671206 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1688/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302869 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 1688
/proc/meminfo: memFree=1109344/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=0.03
/proc/1688/stat : 1688 (sugar) S 1686 1688 1210 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002671206 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1688/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702913 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 1688
/proc/meminfo: memFree=1109344/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=0.03
/proc/1688/stat : 1688 (sugar) S 1686 1688 1210 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002671206 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1688/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50198 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 1701
/proc/meminfo: memFree=1083912/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=0.03
/proc/1688/stat : 1688 (sugar) S 1686 1688 1210 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002671206 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1688/statm: 3400 796 370 3 0 500 0
[pid=1692] ppid=1688 vsize=5356 CPUtime=0
/proc/1692/stat : 1692 (sh) S 1688 1688 1210 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002671212 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1692/statm: 1339 233 193 169 0 50 0
[pid=1693] ppid=1692 vsize=864688 CPUtime=1.42
/proc/1693/stat : 1693 (java) S 1692 1688 1210 0 -1 0 14481 0 1 0 134 8 0 0 18 0 9 0 2002671212 885440512 12521 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1693/statm: 216172 12521 2529 9 0 210754 0
[pid=1693/tid=1694] ppid=1692 vsize=864688 CPUtime=0.8
/proc/1693/task/1694/stat : 1694 (java) R 1692 1688 1210 0 -1 64 3024 0 1 0 78 2 0 0 24 0 9 0 2002671213 885440512 12521 996147200 134512640 134550740 4294956000 18446744073709551615 4126426362 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1693/tid=1695] ppid=1692 vsize=864688 CPUtime=0.47
/proc/1693/task/1695/stat : 1695 (java) S 1692 1688 1210 0 -1 64 10249 0 0 0 43 4 0 0 16 0 9 0 2002671214 885440512 12521 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1693/tid=1696] ppid=1692 vsize=864688 CPUtime=0
/proc/1693/task/1696/stat : 1696 (java) S 1692 1688 1210 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002671215 885440512 12521 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1693/tid=1697] ppid=1692 vsize=864688 CPUtime=0
/proc/1693/task/1697/stat : 1697 (java) S 1692 1688 1210 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002671215 885440512 12521 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1693/tid=1698] ppid=1692 vsize=864688 CPUtime=0
/proc/1693/task/1698/stat : 1698 (java) S 1692 1688 1210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002671217 885440512 12521 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1693/tid=1699] ppid=1692 vsize=864688 CPUtime=0.12
/proc/1693/task/1699/stat : 1699 (java) S 1692 1688 1210 0 -1 64 508 0 0 0 12 0 0 0 16 0 9 0 2002671217 885440512 12521 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1693/tid=1700] ppid=1692 vsize=864688 CPUtime=0
/proc/1693/task/1700/stat : 1700 (java) S 1692 1688 1210 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 2002671217 885440512 12521 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1693/tid=1701] ppid=1692 vsize=864688 CPUtime=0
/proc/1693/task/1701/stat : 1701 (java) S 1692 1688 1210 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002671217 885440512 12521 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883644

[startup+3.10212 s]
/proc/loadavg: 2.00 2.00 2.00 4/92 1711
/proc/meminfo: memFree=1100808/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=1.85
/proc/1688/stat : 1688 (sugar) S 1686 1688 1210 0 -1 4194304 973 15448 0 1 3 0 171 11 15 0 1 0 2002671206 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1688/statm: 3400 797 370 3 0 500 0
[pid=1702] ppid=1688 vsize=5356 CPUtime=0
/proc/1702/stat : 1702 (sh) S 1688 1688 1210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002671401 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1702/statm: 1339 233 193 169 0 50 0
[pid=1703] ppid=1702 vsize=864100 CPUtime=1.12
/proc/1703/stat : 1703 (java) S 1702 1688 1210 0 -1 0 7518 0 1 0 107 5 0 0 18 0 9 0 2002671401 884838400 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1703/statm: 216025 6572 2532 9 0 210607 0
[pid=1703/tid=1704] ppid=1702 vsize=864100 CPUtime=0.78
/proc/1703/task/1704/stat : 1704 (java) R 1702 1688 1210 0 -1 64 2573 0 1 0 77 1 0 0 24 0 9 0 2002671402 884838400 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4126515092 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1705] ppid=1702 vsize=864100 CPUtime=0.23
/proc/1703/task/1705/stat : 1705 (java) S 1702 1688 1210 0 -1 64 3911 0 0 0 21 2 0 0 16 0 9 0 2002671404 884838400 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1706] ppid=1702 vsize=864100 CPUtime=0
/proc/1703/task/1706/stat : 1706 (java) S 1702 1688 1210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002671404 884838400 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1707] ppid=1702 vsize=864100 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1702 1688 1210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002671404 884838400 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1708] ppid=1702 vsize=864100 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1702 1688 1210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002671406 884838400 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1709] ppid=1702 vsize=864100 CPUtime=0.07
/proc/1703/task/1709/stat : 1709 (java) S 1702 1688 1210 0 -1 64 338 0 0 0 7 0 0 0 19 0 9 0 2002671406 884838400 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1710] ppid=1702 vsize=864100 CPUtime=0
/proc/1703/task/1710/stat : 1710 (java) S 1702 1688 1210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002671406 884838400 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1711] ppid=1702 vsize=864100 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1702 1688 1210 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002671406 884838400 6572 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 883056

[startup+6.3024 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 1711
/proc/meminfo: memFree=1076936/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=1.85
/proc/1688/stat : 1688 (sugar) S 1686 1688 1210 0 -1 4194304 974 15448 0 1 3 0 171 11 16 0 1 0 2002671206 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1688/statm: 3400 797 370 3 0 500 0
[pid=1702] ppid=1688 vsize=5356 CPUtime=0
/proc/1702/stat : 1702 (sh) S 1688 1688 1210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002671401 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1702/statm: 1339 233 193 169 0 50 0
[pid=1703] ppid=1702 vsize=868400 CPUtime=4.29
/proc/1703/stat : 1703 (java) S 1702 1688 1210 0 -1 0 11680 0 1 0 420 9 0 0 18 0 9 0 2002671401 889241600 10355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1703/statm: 217100 10355 2542 9 0 211675 0
[pid=1703/tid=1704] ppid=1702 vsize=868400 CPUtime=3.46
/proc/1703/task/1704/stat : 1704 (java) R 1702 1688 1210 0 -1 64 3016 0 1 0 344 2 0 0 25 0 9 0 2002671402 889241600 10355 996147200 134512640 134550740 4294955952 18446744073709551615 4126576585 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1705] ppid=1702 vsize=868400 CPUtime=0.58
/proc/1703/task/1705/stat : 1705 (java) S 1702 1688 1210 0 -1 64 6498 0 0 0 53 5 0 0 16 0 9 0 2002671404 889241600 10355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1706] ppid=1702 vsize=868400 CPUtime=0
/proc/1703/task/1706/stat : 1706 (java) S 1702 1688 1210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002671404 889241600 10355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1707] ppid=1702 vsize=868400 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1702 1688 1210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002671404 889241600 10355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1708] ppid=1702 vsize=868400 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1702 1688 1210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002671406 889241600 10355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1709] ppid=1702 vsize=868400 CPUtime=0.22
/proc/1703/task/1709/stat : 1709 (java) S 1702 1688 1210 0 -1 64 1470 0 0 0 21 1 0 0 15 0 9 0 2002671406 889241600 10355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1710] ppid=1702 vsize=868400 CPUtime=0
/proc/1703/task/1710/stat : 1710 (java) S 1702 1688 1210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002671406 889241600 10355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1711] ppid=1702 vsize=868400 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1702 1688 1210 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002671406 889241600 10355 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887356

[startup+12.702 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 1711
/proc/meminfo: memFree=1054472/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=1.85
/proc/1688/stat : 1688 (sugar) S 1686 1688 1210 0 -1 4194304 974 15448 0 1 3 0 171 11 16 0 1 0 2002671206 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1688/statm: 3400 797 370 3 0 500 0
[pid=1702] ppid=1688 vsize=5356 CPUtime=0
/proc/1702/stat : 1702 (sh) S 1688 1688 1210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002671401 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1702/statm: 1339 233 193 169 0 50 0
[pid=1703] ppid=1702 vsize=868400 CPUtime=10.62
/proc/1703/stat : 1703 (java) S 1702 1688 1210 0 -1 0 21144 0 1 0 1045 17 0 0 18 0 9 0 2002671401 889241600 16029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1703/statm: 217100 16029 2541 9 0 211675 0
[pid=1703/tid=1704] ppid=1702 vsize=868400 CPUtime=8.75
/proc/1703/task/1704/stat : 1704 (java) R 1702 1688 1210 0 -1 64 3624 0 1 0 872 3 0 0 25 0 9 0 2002671402 889241600 16029 996147200 134512640 134550740 4294955952 18446744073709551615 4126573272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1705] ppid=1702 vsize=868400 CPUtime=1.61
/proc/1703/task/1705/stat : 1705 (java) S 1702 1688 1210 0 -1 64 15346 0 0 0 150 11 0 0 16 0 9 0 2002671404 889241600 16029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1706] ppid=1702 vsize=868400 CPUtime=0
/proc/1703/task/1706/stat : 1706 (java) S 1702 1688 1210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002671404 889241600 16029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1707] ppid=1702 vsize=868400 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1702 1688 1210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002671404 889241600 16029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1708] ppid=1702 vsize=868400 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1702 1688 1210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002671406 889241600 16029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1709] ppid=1702 vsize=868400 CPUtime=0.23
/proc/1703/task/1709/stat : 1709 (java) S 1702 1688 1210 0 -1 64 1478 0 0 0 22 1 0 0 16 0 9 0 2002671406 889241600 16029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1710] ppid=1702 vsize=868400 CPUtime=0
/proc/1703/task/1710/stat : 1710 (java) S 1702 1688 1210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002671406 889241600 16029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1711] ppid=1702 vsize=868400 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1702 1688 1210 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002671406 889241600 16029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887356

[startup+25.5021 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 1711
/proc/meminfo: memFree=1005128/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=1.85
/proc/1688/stat : 1688 (sugar) S 1686 1688 1210 0 -1 4194304 974 15448 0 1 3 0 171 11 16 0 1 0 2002671206 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1688/statm: 3400 797 370 3 0 500 0
[pid=1702] ppid=1688 vsize=5356 CPUtime=0
/proc/1702/stat : 1702 (sh) S 1688 1688 1210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002671401 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1702/statm: 1339 233 193 169 0 50 0
[pid=1703] ppid=1702 vsize=868400 CPUtime=23.27
/proc/1703/stat : 1703 (java) S 1702 1688 1210 0 -1 0 34838 0 1 0 2302 25 0 0 18 0 9 0 2002671401 889241600 27839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1703/statm: 217100 27839 2541 9 0 211675 0
[pid=1703/tid=1704] ppid=1702 vsize=868400 CPUtime=19.91
/proc/1703/task/1704/stat : 1704 (java) R 1702 1688 1210 0 -1 64 4305 0 1 0 1987 4 0 0 25 0 9 0 2002671402 889241600 27839 996147200 134512640 134550740 4294955952 18446744073709551615 4126572007 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1705] ppid=1702 vsize=868400 CPUtime=3.09
/proc/1703/task/1705/stat : 1705 (java) S 1702 1688 1210 0 -1 64 28357 0 0 0 291 18 0 0 16 0 9 0 2002671404 889241600 27839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1706] ppid=1702 vsize=868400 CPUtime=0
/proc/1703/task/1706/stat : 1706 (java) S 1702 1688 1210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002671404 889241600 27839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1707] ppid=1702 vsize=868400 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1702 1688 1210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002671404 889241600 27839 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+402.302 s]
/proc/loadavg: 3.62 2.91 2.35 3/93 1811
/proc/meminfo: memFree=15112/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=1.85
/proc/1688/stat : 1688 (sugar) S 1686 1688 1210 0 -1 4194304 974 15448 0 1 3 0 171 11 16 0 1 0 2002671206 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1688/statm: 3400 797 370 3 0 500 0
[pid=1702] ppid=1688 vsize=5356 CPUtime=0
/proc/1702/stat : 1702 (sh) S 1688 1688 1210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002671401 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1702/statm: 1339 233 193 169 0 50 0
[pid=1703] ppid=1702 vsize=868512 CPUtime=392.25
/proc/1703/stat : 1703 (java) S 1702 1688 1210 0 -1 0 50278 0 1 0 37938 1287 0 0 18 0 9 0 2002671401 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1703/statm: 217128 36831 2566 9 0 211675 0
[pid=1703/tid=1704] ppid=1702 vsize=868512 CPUtime=383.99
/proc/1703/task/1704/stat : 1704 (java) R 1702 1688 1210 0 -1 64 9355 0 1 0 37169 1230 0 0 25 0 9 0 2002671402 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4127074119 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1705] ppid=1702 vsize=868512 CPUtime=7.91
/proc/1703/task/1705/stat : 1705 (java) S 1702 1688 1210 0 -1 64 38700 0 0 0 737 54 0 0 16 0 9 0 2002671404 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1706] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1706/stat : 1706 (java) S 1702 1688 1210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002671404 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1707] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1702 1688 1210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002671404 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1708] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1702 1688 1210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002671406 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1709] ppid=1702 vsize=868512 CPUtime=0.33
/proc/1703/task/1709/stat : 1709 (java) S 1702 1688 1210 0 -1 64 1527 0 0 0 32 1 0 0 15 0 9 0 2002671406 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1703/tid=1710] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1710/stat : 1710 (java) S 1702 1688 1210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002671406 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1711] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1702 1688 1210 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002671406 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 394.1
Current children cumulated vsize (KiB) 887468

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

[startup+409.503 s]
/proc/loadavg: 3.53 2.91 2.36 3/93 1811
/proc/meminfo: memFree=15752/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=1.85
/proc/1688/stat : 1688 (sugar) S 1686 1688 1210 0 -1 4194304 974 15448 0 1 3 0 171 11 16 0 1 0 2002671206 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1688/statm: 3400 797 370 3 0 500 0
[pid=1702] ppid=1688 vsize=5356 CPUtime=0
/proc/1702/stat : 1702 (sh) S 1688 1688 1210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002671401 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1702/statm: 1339 233 193 169 0 50 0
[pid=1703] ppid=1702 vsize=868512 CPUtime=398.61
/proc/1703/stat : 1703 (java) S 1702 1688 1210 0 -1 0 50372 0 1 0 38545 1316 0 0 18 0 9 0 2002671401 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1703/statm: 217128 36831 2566 9 0 211675 0
[pid=1703/tid=1704] ppid=1702 vsize=868512 CPUtime=390.28
/proc/1703/task/1704/stat : 1704 (java) R 1702 1688 1210 0 -1 64 9449 0 1 0 37770 1258 0 0 25 0 9 0 2002671402 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1703/tid=1705] ppid=1702 vsize=868512 CPUtime=7.97
/proc/1703/task/1705/stat : 1705 (java) S 1702 1688 1210 0 -1 64 38700 0 0 0 742 55 0 0 16 0 9 0 2002671404 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1703/tid=1706] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1706/stat : 1706 (java) S 1702 1688 1210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002671404 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1707] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1702 1688 1210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002671404 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1708] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1702 1688 1210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002671406 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1709] ppid=1702 vsize=868512 CPUtime=0.33
/proc/1703/task/1709/stat : 1709 (java) S 1702 1688 1210 0 -1 64 1527 0 0 0 32 1 0 0 15 0 9 0 2002671406 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1703/tid=1710] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1710/stat : 1710 (java) S 1702 1688 1210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002671406 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1711] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1702 1688 1210 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002671406 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.46
Current children cumulated vsize (KiB) 887468

[startup+422.302 s]
/proc/loadavg: 3.42 2.92 2.37 3/93 1811
/proc/meminfo: memFree=15368/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=1.85
/proc/1688/stat : 1688 (sugar) S 1686 1688 1210 0 -1 4194304 974 15448 0 1 3 0 171 11 16 0 1 0 2002671206 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1688/statm: 3400 797 370 3 0 500 0
[pid=1702] ppid=1688 vsize=5356 CPUtime=0
/proc/1702/stat : 1702 (sh) S 1688 1688 1210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002671401 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1702/statm: 1339 233 193 169 0 50 0
[pid=1703] ppid=1702 vsize=868512 CPUtime=411.16
/proc/1703/stat : 1703 (java) S 1702 1688 1210 0 -1 0 50559 0 1 0 39737 1379 0 0 18 0 9 0 2002671401 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1703/statm: 217128 36831 2566 9 0 211675 0
[pid=1703/tid=1704] ppid=1702 vsize=868512 CPUtime=402.69
/proc/1703/task/1704/stat : 1704 (java) R 1702 1688 1210 0 -1 64 9636 0 1 0 38951 1318 0 0 25 0 9 0 2002671402 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4126628296 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1703/tid=1705] ppid=1702 vsize=868512 CPUtime=8.1
/proc/1703/task/1705/stat : 1705 (java) S 1702 1688 1210 0 -1 64 38700 0 0 0 753 57 0 0 16 0 9 0 2002671404 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1703/tid=1706] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1706/stat : 1706 (java) S 1702 1688 1210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002671404 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1707] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1702 1688 1210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002671404 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1708] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1702 1688 1210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002671406 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1709] ppid=1702 vsize=868512 CPUtime=0.33
/proc/1703/task/1709/stat : 1709 (java) S 1702 1688 1210 0 -1 64 1527 0 0 0 32 1 0 0 15 0 9 0 2002671406 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1703/tid=1710] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1710/stat : 1710 (java) S 1702 1688 1210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002671406 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1711] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1702 1688 1210 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002671406 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 413.01
Current children cumulated vsize (KiB) 887468

[startup+425.502 s]
/proc/loadavg: 3.42 2.92 2.37 3/93 1811
/proc/meminfo: memFree=15944/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=1.85
/proc/1688/stat : 1688 (sugar) S 1686 1688 1210 0 -1 4194304 974 15448 0 1 3 0 171 11 16 0 1 0 2002671206 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/1688/statm: 3400 797 370 3 0 500 0
[pid=1702] ppid=1688 vsize=5356 CPUtime=0
/proc/1702/stat : 1702 (sh) S 1688 1688 1210 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002671401 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1702/statm: 1339 233 193 169 0 50 0
[pid=1703] ppid=1702 vsize=868512 CPUtime=414.3
/proc/1703/stat : 1703 (java) S 1702 1688 1210 0 -1 0 50608 0 1 0 40038 1392 0 0 18 0 9 0 2002671401 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1703/statm: 217128 36831 2566 9 0 211675 0
[pid=1703/tid=1704] ppid=1702 vsize=868512 CPUtime=405.8
/proc/1703/task/1704/stat : 1704 (java) R 1702 1688 1210 0 -1 64 9685 0 1 0 39249 1331 0 0 25 0 9 0 2002671402 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4126933443 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1703/tid=1705] ppid=1702 vsize=868512 CPUtime=8.12
/proc/1703/task/1705/stat : 1705 (java) S 1702 1688 1210 0 -1 64 38700 0 0 0 755 57 0 0 16 0 9 0 2002671404 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1703/tid=1706] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1706/stat : 1706 (java) S 1702 1688 1210 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002671404 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1707] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1707/stat : 1707 (java) S 1702 1688 1210 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002671404 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1708] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1708/stat : 1708 (java) S 1702 1688 1210 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002671406 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1709] ppid=1702 vsize=868512 CPUtime=0.33
/proc/1703/task/1709/stat : 1709 (java) S 1702 1688 1210 0 -1 64 1527 0 0 0 32 1 0 0 15 0 9 0 2002671406 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1703/tid=1710] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1710/stat : 1710 (java) S 1702 1688 1210 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002671406 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1703/tid=1711] ppid=1702 vsize=868512 CPUtime=0
/proc/1703/task/1711/stat : 1711 (java) S 1702 1688 1210 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002671406 889356288 36831 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 416.15
Current children cumulated vsize (KiB) 887468

[startup+427.101 s]
/proc/loadavg: 3.39 2.92 2.37 3/93 1811
/proc/meminfo: memFree=16264/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=417.5
/proc/1688/stat : 1688 (sugar) R 1686 1688 1210 0 -1 4194304 996 66373 0 2 3 12 40323 1412 17 0 1 0 2002671206 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1688/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 417.5
Current children cumulated vsize (KiB) 13600

[startup+428.701 s]
/proc/loadavg: 3.39 2.92 2.37 2/83 1811
/proc/meminfo: memFree=1097432/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=417.93
/proc/1688/stat : 1688 (sugar) D 1686 1688 1210 0 -1 4194304 996 66373 0 2 3 55 40323 1412 18 0 1 0 2002671206 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1688/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 417.93
Current children cumulated vsize (KiB) 13600

[startup+429.102 s]
/proc/loadavg: 3.39 2.92 2.37 2/83 1811
/proc/meminfo: memFree=1092632/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=417.95
/proc/1688/stat : 1688 (sugar) D 1686 1688 1210 0 -1 4194304 996 66373 0 2 3 57 40323 1412 18 0 1 0 2002671206 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1688/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 417.95
Current children cumulated vsize (KiB) 13600

[startup+429.302 s]
/proc/loadavg: 3.39 2.92 2.37 2/83 1811
/proc/meminfo: memFree=1092632/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=417.96
/proc/1688/stat : 1688 (sugar) D 1686 1688 1210 0 -1 4194304 996 66373 0 2 3 58 40323 1412 18 0 1 0 2002671206 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1688/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 417.96
Current children cumulated vsize (KiB) 13600

[startup+429.402 s]
/proc/loadavg: 3.39 2.92 2.37 2/83 1811
/proc/meminfo: memFree=1092632/2055920 swapFree=4180688/4192956
[pid=1688] ppid=1686 vsize=13600 CPUtime=417.97
/proc/1688/stat : 1688 (sugar) D 1686 1688 1210 0 -1 4194304 996 66373 0 2 3 59 40323 1412 18 0 1 0 2002671206 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/1688/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 417.97
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 429.435
CPU time (s): 417.99
CPU user time (s): 403.273
CPU system time (s): 14.7178
CPU usage (%): 97.3349
Max. virtual memory (cumulated for all children) (KiB): 892736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 403.273
system time used= 14.7178
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67399
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49554
involuntary context switches= 57726

runsolver used 0.554915 second user time and 1.50277 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-05 07:49:42
IDJOB=1086023
IDBENCH=57745
IDSOLVER=345
FILE ID=node41/1086023-1215236982
PBS_JOBID= 7881946
Free space on /tmp= 66148 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp12/normalized-fapp12-1500-0.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-1086023-1215236982/watcher-1086023-1215236982 -o /tmp/evaluation-result-1086023-1215236982/solver-1086023-1215236982 -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-1086023-1215236982.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34c3ac733a64f710448acdb70b41fbc9
RANDOM SEED=1400005639

node41.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.232
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.232
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:       1109760 kB
Buffers:         45364 kB
Cached:         186272 kB
SwapCached:       6228 kB
Active:         805168 kB
Inactive:        85812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1109760 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            4804 kB
Writeback:           0 kB
Mapped:         675452 kB
Slab:            39100 kB
Committed_AS:  4400868 kB
PageTables:       3052 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= 65256 MiB
End job on node41 at 2008-07-05 07:56:52