Trace number 1086150

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+minisat? 664.648 676.294

General information on the benchmark

Namecsp/fapp/fapp39/
normalized-fapp39-2750-5.xml
MD5SUMd08e5d47ef9f1649c292e6df05982746
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 benchmark1265
Satisfiable
(Un)Satisfiability was proved
Number of variables2750
Number of constraints23154
Maximum constraint arity2
Maximum domain size502
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23154
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 08:01:45 2008
0.00/0.05	c 0	PID 18282
0.00/0.05	c 0	HOST node3.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1086150-1215237704.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-1086150-1215237704.xml' 'HOME/temp.csp'
1.55/1.69	c 1	4 domains, 2750 variables, 8 predicates, 0 relations, 23154 constraints
1.64/1.73	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.64/1.73	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.66/1.81	c 2	Parsing HOME/temp.csp
2.21/2.32	c 2	parsed 10000 expressions
2.50/2.69	c 2	parsed 20000 expressions
2.70/2.85	c 3	parsed 25916 expressions
2.70/2.85	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.70/2.85	c 3	Converting to clausal form CSP
2.79/2.92	c 3	converted 2592 (10%) expressions
7.35/7.55	c 7	converted 5184 (20%) expressions
11.80/12.10	c 12	converted 7775 (30%) expressions
16.15/16.42	c 16	converted 10367 (40%) expressions
20.60/20.91	c 21	converted 12958 (50%) expressions
24.75/25.11	c 25	converted 15550 (60%) expressions
28.81/29.22	c 29	converted 18142 (70%) expressions
33.17/33.64	c 33	converted 20733 (80%) expressions
36.93/37.48	c 37	converted 23325 (90%) expressions
40.59/41.12	c 41	converted 25916 (100%) expressions
40.59/41.12	c 41	CSP : 9858 integers, 63570 booleans, 152567 clauses, largest domain size 4001
40.59/41.12	c 41	Heap : 78 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
40.59/41.12	c 41	Propagation in CSP
47.12/47.79	c 48	408520 values, 0 unsatisfiable literals, and 0 valid clauses are removed
47.22/47.80	c 48	CSP : 9858 integers, 63570 booleans, 152567 clauses, largest domain size 4001
47.22/47.80	c 48	Heap : 86 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.22/47.85	c 48	Simplifing CSP by introducing new Boolean variables
48.31/48.98	c 49	CSP : 9858 integers, 123318 booleans, 212315 clauses, largest domain size 4001
48.31/48.98	c 49	Heap : 106 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
49.00/49.66	c 49	Encoding CSP to SAT : HOME/temp.cnf
63.45/64.29	c 64	986 (10%) CSP integer variables are encoded (478451 clauses, 7911978 bytes)
77.82/78.80	c 79	1972 (20%) CSP integer variables are encoded (956902 clauses, 16045645 bytes)
90.39/91.49	c 91	2958 (30%) CSP integer variables are encoded (2161293 clauses, 38846989 bytes)
95.32/96.42	c 96	3944 (40%) CSP integer variables are encoded (6032255 clauses, 112395267 bytes)
100.34/101.54	c 101	4929 (50%) CSP integer variables are encoded (9908138 clauses, 186037044 bytes)
105.72/107.01	c 107	5915 (60%) CSP integer variables are encoded (13800832 clauses, 267609799 bytes)
111.06/112.52	c 112	6901 (70%) CSP integer variables are encoded (17707030 clauses, 349639957 bytes)
116.30/117.96	c 118	7887 (80%) CSP integer variables are encoded (21575396 clauses, 430875643 bytes)
121.63/123.47	c 123	8873 (90%) CSP integer variables are encoded (25463834 clauses, 512532841 bytes)
126.97/128.96	c 129	9858 (100%) CSP integer variables are encoded (29348921 clauses, 594119668 bytes)
355.27/360.59	c 360	21232 (10%) CSP clauses are encoded (54041855 clauses, 1206593201 bytes)
542.24/550.40	c 550	42463 (20%) CSP clauses are encoded (76493062 clauses, 1771723247 bytes)
663.93/674.02	c 674	ERROR Exception Too large HOME/temp.cnf
663.93/674.02	c 674	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
663.93/674.02	c 674	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
663.93/674.02	c 674	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
663.93/674.02	s UNKNOWN
663.97/674.40	c 674	CPU 650.03 (0.03 0.01 650 13.93)
663.97/674.40	c 674	END Sat Jul  5 08:12:59 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-1086150-1215237704/watcher-1086150-1215237704 -o /tmp/evaluation-result-1086150-1215237704/solver-1086150-1215237704 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1086150-1215237704.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.19 2.16 2.07 4/81 18282
/proc/meminfo: memFree=1034536/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=12268 CPUtime=0
/proc/18282/stat : 18282 (sugar) R 18280 18282 17513 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2002745891 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 233632922213 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/18282/statm: 3067 316 241 3 0 167 0

[startup+0.0934811 s]
/proc/loadavg: 2.19 2.16 2.07 4/81 18282
/proc/meminfo: memFree=1034536/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=13600 CPUtime=0.04
/proc/18282/stat : 18282 (sugar) S 18280 18282 17513 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002745891 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18282/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101481 s]
/proc/loadavg: 2.19 2.16 2.07 4/81 18282
/proc/meminfo: memFree=1034536/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=13600 CPUtime=0.04
/proc/18282/stat : 18282 (sugar) S 18280 18282 17513 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002745891 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18282/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301498 s]
/proc/loadavg: 2.19 2.16 2.07 4/81 18282
/proc/meminfo: memFree=1034536/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=13600 CPUtime=0.04
/proc/18282/stat : 18282 (sugar) S 18280 18282 17513 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002745891 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18282/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701543 s]
/proc/loadavg: 2.19 2.16 2.07 4/81 18282
/proc/meminfo: memFree=1034536/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=13600 CPUtime=0.04
/proc/18282/stat : 18282 (sugar) S 18280 18282 17513 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002745891 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18282/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5026 s]
/proc/loadavg: 2.26 2.17 2.07 4/92 18294
/proc/meminfo: memFree=1001552/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=13600 CPUtime=0.04
/proc/18282/stat : 18282 (sugar) S 18280 18282 17513 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002745891 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18282/statm: 3400 796 370 3 0 500 0
[pid=18285] ppid=18282 vsize=5356 CPUtime=0
/proc/18285/stat : 18285 (sh) S 18282 18282 17513 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 2002745897 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18285/statm: 1339 233 193 169 0 50 0
[pid=18286] ppid=18285 vsize=864660 CPUtime=1.42
/proc/18286/stat : 18286 (java) S 18285 18282 17513 0 -1 0 14330 0 1 0 132 10 0 0 18 0 9 0 2002745897 885411840 12375 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18286/statm: 216165 12375 2529 9 0 210747 0
[pid=18286/tid=18287] ppid=18285 vsize=864660 CPUtime=0.69
/proc/18286/task/18287/stat : 18287 (java) R 18285 18282 17513 0 -1 64 3025 0 1 0 66 3 0 0 25 0 9 0 2002745898 885411840 12375 996147200 134512640 134550740 4294956000 18446744073709551615 4126727469 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18286/tid=18288] ppid=18285 vsize=864660 CPUtime=0.55
/proc/18286/task/18288/stat : 18288 (java) S 18285 18282 17513 0 -1 64 10089 0 0 0 50 5 0 0 16 0 9 0 2002745899 885411840 12375 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18286/tid=18289] ppid=18285 vsize=864660 CPUtime=0
/proc/18286/task/18289/stat : 18289 (java) S 18285 18282 17513 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 2002745899 885411840 12375 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18286/tid=18290] ppid=18285 vsize=864660 CPUtime=0
/proc/18286/task/18290/stat : 18290 (java) S 18285 18282 17513 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 2002745899 885411840 12375 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18286/tid=18291] ppid=18285 vsize=864660 CPUtime=0
/proc/18286/task/18291/stat : 18291 (java) S 18285 18282 17513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002745902 885411840 12375 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18286/tid=18292] ppid=18285 vsize=864660 CPUtime=0.15
/proc/18286/task/18292/stat : 18292 (java) S 18285 18282 17513 0 -1 64 517 0 0 0 15 0 0 0 16 0 9 0 2002745902 885411840 12375 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18286/tid=18293] ppid=18285 vsize=864660 CPUtime=0
/proc/18286/task/18293/stat : 18293 (java) S 18285 18282 17513 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002745902 885411840 12375 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18286/tid=18294] ppid=18285 vsize=864660 CPUtime=0
/proc/18286/task/18294/stat : 18294 (java) S 18285 18282 17513 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002745902 885411840 12375 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883616

[startup+3.10273 s]
/proc/loadavg: 2.26 2.17 2.07 4/92 18304
/proc/meminfo: memFree=1025296/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=13600 CPUtime=1.66
/proc/18282/stat : 18282 (sugar) S 18280 18282 17513 0 -1 4194304 974 14865 0 1 3 1 150 12 15 0 1 0 2002745891 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18282/statm: 3400 797 370 3 0 500 0
[pid=18295] ppid=18282 vsize=5356 CPUtime=0
/proc/18295/stat : 18295 (sh) S 18282 18282 17513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002746065 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18295/statm: 1339 233 193 169 0 50 0
[pid=18296] ppid=18295 vsize=864196 CPUtime=1.33
/proc/18296/stat : 18296 (java) S 18295 18282 17513 0 -1 0 7964 0 1 0 128 5 0 0 18 0 9 0 2002746065 884936704 6969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18296/statm: 216049 6969 2543 9 0 210624 0
[pid=18296/tid=18297] ppid=18295 vsize=864196 CPUtime=0.92
/proc/18296/task/18297/stat : 18297 (java) R 18295 18282 17513 0 -1 64 2709 0 1 0 90 2 0 0 18 0 9 0 2002746066 884936704 6969 996147200 134512640 134550740 4294955952 18446744073709551615 4126572898 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18298] ppid=18295 vsize=864196 CPUtime=0.27
/proc/18296/task/18298/stat : 18298 (java) S 18295 18282 17513 0 -1 64 4197 0 0 0 25 2 0 0 16 0 9 0 2002746067 884936704 6969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18299] ppid=18295 vsize=864196 CPUtime=0
/proc/18296/task/18299/stat : 18299 (java) S 18295 18282 17513 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002746067 884936704 6969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18300] ppid=18295 vsize=864196 CPUtime=0
/proc/18296/task/18300/stat : 18300 (java) S 18295 18282 17513 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2002746067 884936704 6969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18301] ppid=18295 vsize=864196 CPUtime=0
/proc/18296/task/18301/stat : 18301 (java) S 18295 18282 17513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002746069 884936704 6969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18302] ppid=18295 vsize=864196 CPUtime=0.11
/proc/18296/task/18302/stat : 18302 (java) S 18295 18282 17513 0 -1 64 360 0 0 0 11 0 0 0 16 0 9 0 2002746069 884936704 6969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18303] ppid=18295 vsize=864196 CPUtime=0
/proc/18296/task/18303/stat : 18303 (java) S 18295 18282 17513 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002746069 884936704 6969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18304] ppid=18295 vsize=864196 CPUtime=0
/proc/18296/task/18304/stat : 18304 (java) S 18295 18282 17513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002746069 884936704 6969 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 883152

[startup+6.30299 s]
/proc/loadavg: 2.24 2.17 2.07 3/92 18304
/proc/meminfo: memFree=1004688/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=13600 CPUtime=1.66
/proc/18282/stat : 18282 (sugar) S 18280 18282 17513 0 -1 4194304 974 14865 0 1 3 1 150 12 15 0 1 0 2002745891 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18282/statm: 3400 797 370 3 0 500 0
[pid=18295] ppid=18282 vsize=5356 CPUtime=0
/proc/18295/stat : 18295 (sh) S 18282 18282 17513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002746065 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18295/statm: 1339 233 193 169 0 50 0
[pid=18296] ppid=18295 vsize=868436 CPUtime=4.49
/proc/18296/stat : 18296 (java) S 18295 18282 17513 0 -1 0 10789 0 1 0 441 8 0 0 18 0 9 0 2002746065 889278464 9447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18296/statm: 217109 9447 2542 9 0 211684 0
[pid=18296/tid=18297] ppid=18295 vsize=868436 CPUtime=3.69
/proc/18296/task/18297/stat : 18297 (java) R 18295 18282 17513 0 -1 64 3049 0 1 0 366 3 0 0 25 0 9 0 2002746066 889278464 9447 996147200 134512640 134550740 4294955952 18446744073709551615 4126572890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18298] ppid=18295 vsize=868436 CPUtime=0.55
/proc/18296/task/18298/stat : 18298 (java) S 18295 18282 17513 0 -1 64 5559 0 0 0 52 3 0 0 16 0 9 0 2002746067 889278464 9447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18299] ppid=18295 vsize=868436 CPUtime=0
/proc/18296/task/18299/stat : 18299 (java) S 18295 18282 17513 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 2002746067 889278464 9447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18300] ppid=18295 vsize=868436 CPUtime=0
/proc/18296/task/18300/stat : 18300 (java) S 18295 18282 17513 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 2002746067 889278464 9447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18301] ppid=18295 vsize=868436 CPUtime=0
/proc/18296/task/18301/stat : 18301 (java) S 18295 18282 17513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002746069 889278464 9447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18302] ppid=18295 vsize=868436 CPUtime=0.22
/proc/18296/task/18302/stat : 18302 (java) S 18295 18282 17513 0 -1 64 1483 0 0 0 22 0 0 0 15 0 9 0 2002746069 889278464 9447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18303] ppid=18295 vsize=868436 CPUtime=0
/proc/18296/task/18303/stat : 18303 (java) S 18295 18282 17513 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002746069 889278464 9447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18304] ppid=18295 vsize=868436 CPUtime=0
/proc/18296/task/18304/stat : 18304 (java) S 18295 18282 17513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002746069 889278464 9447 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 887392

[startup+12.7015 s]
/proc/loadavg: 2.22 2.17 2.07 3/92 18304
/proc/meminfo: memFree=994000/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=13600 CPUtime=1.66
/proc/18282/stat : 18282 (sugar) S 18280 18282 17513 0 -1 4194304 974 14865 0 1 3 1 150 12 16 0 1 0 2002745891 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18282/statm: 3400 797 370 3 0 500 0
[pid=18295] ppid=18282 vsize=5356 CPUtime=0
/proc/18295/stat : 18295 (sh) S 18282 18282 17513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002746065 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18295/statm: 1339 233 193 169 0 50 0
[pid=18296] ppid=18295 vsize=868436 CPUtime=10.83
/proc/18296/stat : 18296 (java) S 18295 18282 17513 0 -1 0 15004 0 1 0 1068 15 0 0 18 0 9 0 2002746065 889278464 11998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18296/statm: 217109 11998 2541 9 0 211684 0
[pid=18296/tid=18297] ppid=18295 vsize=868436 CPUtime=9.33
/proc/18296/task/18297/stat : 18297 (java) R 18295 18282 17513 0 -1 64 3542 0 1 0 929 4 0 0 25 0 9 0 2002746066 889278464 11998 996147200 134512640 134550740 4294955952 18446744073709551615 4126572976 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18298] ppid=18295 vsize=868436 CPUtime=1.23
/proc/18296/task/18298/stat : 18298 (java) S 18295 18282 17513 0 -1 64 9269 0 0 0 114 9 0 0 16 0 9 0 2002746067 889278464 11998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18299] ppid=18295 vsize=868436 CPUtime=0
/proc/18296/task/18299/stat : 18299 (java) S 18295 18282 17513 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 2002746067 889278464 11998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18300] ppid=18295 vsize=868436 CPUtime=0
/proc/18296/task/18300/stat : 18300 (java) S 18295 18282 17513 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 2002746067 889278464 11998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18301] ppid=18295 vsize=868436 CPUtime=0
/proc/18296/task/18301/stat : 18301 (java) S 18295 18282 17513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002746069 889278464 11998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18302] ppid=18295 vsize=868436 CPUtime=0.23
/proc/18296/task/18302/stat : 18302 (java) S 18295 18282 17513 0 -1 64 1495 0 0 0 23 0 0 0 16 0 9 0 2002746069 889278464 11998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18303] ppid=18295 vsize=868436 CPUtime=0
/proc/18296/task/18303/stat : 18303 (java) S 18295 18282 17513 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002746069 889278464 11998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18304] ppid=18295 vsize=868436 CPUtime=0
/proc/18296/task/18304/stat : 18304 (java) S 18295 18282 17513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002746069 889278464 11998 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887392

[startup+25.5026 s]
/proc/loadavg: 2.24 2.17 2.08 3/92 18304
/proc/meminfo: memFree=971408/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=13600 CPUtime=1.66
/proc/18282/stat : 18282 (sugar) S 18280 18282 17513 0 -1 4194304 974 14865 0 1 3 1 150 12 16 0 1 0 2002745891 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18282/statm: 3400 797 370 3 0 500 0
[pid=18295] ppid=18282 vsize=5356 CPUtime=0
/proc/18295/stat : 18295 (sh) S 18282 18282 17513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002746065 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18295/statm: 1339 233 193 169 0 50 0
[pid=18296] ppid=18295 vsize=868436 CPUtime=23.5
/proc/18296/stat : 18296 (java) S 18295 18282 17513 0 -1 0 21929 0 1 0 2325 25 0 0 18 0 9 0 2002746065 889278464 17488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18296/statm: 217109 17488 2541 9 0 211684 0
[pid=18296/tid=18297] ppid=18295 vsize=868436 CPUtime=20.85
/proc/18296/task/18297/stat : 18297 (java) R 18295 18282 17513 0 -1 64 4255 0 1 0 2078 7 0 0 25 0 9 0 2002746066 889278464 17488 996147200 134512640 134550740 4294955952 18446744073709551615 4126571552 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18298] ppid=18295 vsize=868436 CPUtime=2.37
/proc/18296/task/18298/stat : 18298 (java) S 18295 18282 17513 0 -1 64 15479 0 0 0 222 15 0 0 16 0 9 0 2002746067 889278464 17488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18299] ppid=18295 vsize=868436 CPUtime=0
/proc/18296/task/18299/stat : 18299 (java) S 18295 18282 17513 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 2002746067 889278464 17488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18300] ppid=18295 vsize=868436 CPUtime=0
/proc/18296/task/18300/stat : 18300 (java) S 18295 18282 17513 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 2002746067 889278464 17488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=18296/tid=18302] ppid=18295 vsize=868548 CPUtime=0.33
/proc/18296/task/18302/stat : 18302 (java) S 18295 18282 17513 0 -1 64 1542 0 0 0 33 0 0 0 16 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18303] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18303/stat : 18303 (java) S 18295 18282 17513 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18304] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18304/stat : 18304 (java) S 18295 18282 17513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 632.73
Current children cumulated vsize (KiB) 887504

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

[startup+652.703 s]
/proc/loadavg: 2.34 2.28 2.17 3/92 18304
/proc/meminfo: memFree=16272/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=13600 CPUtime=1.66
/proc/18282/stat : 18282 (sugar) S 18280 18282 17513 0 -1 4194304 974 14865 0 1 3 1 150 12 16 0 1 0 2002745891 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18282/statm: 3400 797 370 3 0 500 0
[pid=18295] ppid=18282 vsize=5356 CPUtime=0
/proc/18295/stat : 18295 (sh) S 18282 18282 17513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002746065 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18295/statm: 1339 233 193 169 0 50 0
[pid=18296] ppid=18295 vsize=868548 CPUtime=641.3
/proc/18296/stat : 18296 (java) S 18295 18282 17513 0 -1 0 46231 0 1 0 62793 1337 0 0 18 0 9 0 2002746065 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18296/statm: 217137 33096 2566 9 0 211684 0
[pid=18296/tid=18297] ppid=18295 vsize=868548 CPUtime=631.88
/proc/18296/task/18297/stat : 18297 (java) R 18295 18282 17513 0 -1 64 10642 0 1 0 61917 1271 0 0 25 0 9 0 2002746066 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4126626707 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18298] ppid=18295 vsize=868548 CPUtime=9.05
/proc/18296/task/18298/stat : 18298 (java) S 18295 18282 17513 0 -1 64 33349 0 0 0 841 64 0 0 16 0 9 0 2002746067 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18299] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18299/stat : 18299 (java) S 18295 18282 17513 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 2002746067 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18300] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18300/stat : 18300 (java) S 18295 18282 17513 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 2002746067 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18301] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18301/stat : 18301 (java) S 18295 18282 17513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18302] ppid=18295 vsize=868548 CPUtime=0.33
/proc/18296/task/18302/stat : 18302 (java) S 18295 18282 17513 0 -1 64 1542 0 0 0 33 0 0 0 16 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18303] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18303/stat : 18303 (java) S 18295 18282 17513 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18304] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18304/stat : 18304 (java) S 18295 18282 17513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 642.96
Current children cumulated vsize (KiB) 887504

[startup+665.507 s]
/proc/loadavg: 2.34 2.29 2.18 3/92 18304
/proc/meminfo: memFree=16144/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=13600 CPUtime=1.66
/proc/18282/stat : 18282 (sugar) S 18280 18282 17513 0 -1 4194304 974 14865 0 1 3 1 150 12 16 0 1 0 2002745891 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18282/statm: 3400 797 370 3 0 500 0
[pid=18295] ppid=18282 vsize=5356 CPUtime=0
/proc/18295/stat : 18295 (sh) S 18282 18282 17513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002746065 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18295/statm: 1339 233 193 169 0 50 0
[pid=18296] ppid=18295 vsize=868548 CPUtime=653.91
/proc/18296/stat : 18296 (java) S 18295 18282 17513 0 -1 0 46323 0 1 0 64029 1362 0 0 18 0 9 0 2002746065 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18296/statm: 217137 33096 2566 9 0 211684 0
[pid=18296/tid=18297] ppid=18295 vsize=868548 CPUtime=644.42
/proc/18296/task/18297/stat : 18297 (java) R 18295 18282 17513 0 -1 64 10734 0 1 0 63147 1295 0 0 25 0 9 0 2002746066 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4127070664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18298] ppid=18295 vsize=868548 CPUtime=9.11
/proc/18296/task/18298/stat : 18298 (java) S 18295 18282 17513 0 -1 64 33349 0 0 0 847 64 0 0 16 0 9 0 2002746067 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18299] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18299/stat : 18299 (java) S 18295 18282 17513 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 2002746067 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18300] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18300/stat : 18300 (java) S 18295 18282 17513 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 2002746067 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18301] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18301/stat : 18301 (java) S 18295 18282 17513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18302] ppid=18295 vsize=868548 CPUtime=0.33
/proc/18296/task/18302/stat : 18302 (java) S 18295 18282 17513 0 -1 64 1542 0 0 0 33 0 0 0 16 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18303] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18303/stat : 18303 (java) S 18295 18282 17513 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18304] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18304/stat : 18304 (java) S 18295 18282 17513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 655.57
Current children cumulated vsize (KiB) 887504

[startup+671.902 s]
/proc/loadavg: 2.31 2.28 2.18 3/92 18304
/proc/meminfo: memFree=16144/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=13600 CPUtime=1.66
/proc/18282/stat : 18282 (sugar) S 18280 18282 17513 0 -1 4194304 974 14865 0 1 3 1 150 12 16 0 1 0 2002745891 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18282/statm: 3400 797 370 3 0 500 0
[pid=18295] ppid=18282 vsize=5356 CPUtime=0
/proc/18295/stat : 18295 (sh) S 18282 18282 17513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002746065 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18295/statm: 1339 233 193 169 0 50 0
[pid=18296] ppid=18295 vsize=868548 CPUtime=660.2
/proc/18296/stat : 18296 (java) S 18295 18282 17513 0 -1 0 46369 0 1 0 64645 1375 0 0 18 0 9 0 2002746065 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18296/statm: 217137 33096 2566 9 0 211684 0
[pid=18296/tid=18297] ppid=18295 vsize=868548 CPUtime=650.68
/proc/18296/task/18297/stat : 18297 (java) R 18295 18282 17513 0 -1 64 10780 0 1 0 63760 1308 0 0 25 0 9 0 2002746066 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4127072358 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18298] ppid=18295 vsize=868548 CPUtime=9.14
/proc/18296/task/18298/stat : 18298 (java) S 18295 18282 17513 0 -1 64 33349 0 0 0 850 64 0 0 16 0 9 0 2002746067 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18299] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18299/stat : 18299 (java) S 18295 18282 17513 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 2002746067 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18300] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18300/stat : 18300 (java) S 18295 18282 17513 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 2002746067 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18301] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18301/stat : 18301 (java) S 18295 18282 17513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18302] ppid=18295 vsize=868548 CPUtime=0.33
/proc/18296/task/18302/stat : 18302 (java) S 18295 18282 17513 0 -1 64 1542 0 0 0 33 0 0 0 16 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18303] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18303/stat : 18303 (java) S 18295 18282 17513 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18304] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18304/stat : 18304 (java) S 18295 18282 17513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 661.86
Current children cumulated vsize (KiB) 887504

[startup+673.503 s]
/proc/loadavg: 2.31 2.28 2.18 4/92 18304
/proc/meminfo: memFree=15120/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=13600 CPUtime=1.66
/proc/18282/stat : 18282 (sugar) S 18280 18282 17513 0 -1 4194304 974 14865 0 1 3 1 150 12 16 0 1 0 2002745891 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18282/statm: 3400 797 370 3 0 500 0
[pid=18295] ppid=18282 vsize=5356 CPUtime=0
/proc/18295/stat : 18295 (sh) S 18282 18282 17513 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002746065 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18295/statm: 1339 233 193 169 0 50 0
[pid=18296] ppid=18295 vsize=868548 CPUtime=661.78
/proc/18296/stat : 18296 (java) S 18295 18282 17513 0 -1 0 46382 0 1 0 64800 1378 0 0 18 0 9 0 2002746065 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18296/statm: 217137 33096 2566 9 0 211684 0
[pid=18296/tid=18297] ppid=18295 vsize=868548 CPUtime=652.26
/proc/18296/task/18297/stat : 18297 (java) R 18295 18282 17513 0 -1 64 10793 0 1 0 63915 1311 0 0 25 0 9 0 2002746066 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4127076568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18298] ppid=18295 vsize=868548 CPUtime=9.15
/proc/18296/task/18298/stat : 18298 (java) S 18295 18282 17513 0 -1 64 33349 0 0 0 851 64 0 0 16 0 9 0 2002746067 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18299] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18299/stat : 18299 (java) S 18295 18282 17513 0 -1 64 10 0 0 0 0 0 0 0 17 0 9 0 2002746067 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18300] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18300/stat : 18300 (java) S 18295 18282 17513 0 -1 64 9 0 0 0 0 0 0 0 17 0 9 0 2002746067 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18301] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18301/stat : 18301 (java) S 18295 18282 17513 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18302] ppid=18295 vsize=868548 CPUtime=0.33
/proc/18296/task/18302/stat : 18302 (java) S 18295 18282 17513 0 -1 64 1542 0 0 0 33 0 0 0 16 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18303] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18303/stat : 18303 (java) S 18295 18282 17513 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18296/tid=18304] ppid=18295 vsize=868548 CPUtime=0
/proc/18296/task/18304/stat : 18304 (java) S 18295 18282 17513 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002746069 889393152 33096 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 663.44
Current children cumulated vsize (KiB) 887504

[startup+675.102 s]
/proc/loadavg: 2.31 2.28 2.18 2/90 18304
/proc/meminfo: memFree=15696/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=13600 CPUtime=664.54
/proc/18282/stat : 18282 (sugar) D 18280 18282 17513 0 -1 4194304 996 61548 0 3 3 58 65000 1393 18 0 1 0 2002745891 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18282/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 664.54
Current children cumulated vsize (KiB) 13600

[startup+675.902 s]
/proc/loadavg: 2.29 2.28 2.18 2/82 18304
/proc/meminfo: memFree=1220512/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=13600 CPUtime=664.6
/proc/18282/stat : 18282 (sugar) D 18280 18282 17513 0 -1 4194304 996 61548 0 3 3 64 65000 1393 18 0 1 0 2002745891 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18282/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 664.6
Current children cumulated vsize (KiB) 13600

[startup+676.102 s]
/proc/loadavg: 2.29 2.28 2.18 2/82 18304
/proc/meminfo: memFree=1220512/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=13600 CPUtime=664.61
/proc/18282/stat : 18282 (sugar) D 18280 18282 17513 0 -1 4194304 996 61548 0 3 3 65 65000 1393 18 0 1 0 2002745891 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18282/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 664.61
Current children cumulated vsize (KiB) 13600

[startup+676.202 s]
/proc/loadavg: 2.29 2.28 2.18 2/82 18304
/proc/meminfo: memFree=1220512/2055920 swapFree=4180472/4192956
[pid=18282] ppid=18280 vsize=13600 CPUtime=664.62
/proc/18282/stat : 18282 (sugar) D 18280 18282 17513 0 -1 4194304 996 61548 0 3 3 66 65000 1393 18 0 1 0 2002745891 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 233632928809 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18282/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 664.62
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 676.294
CPU time (s): 664.648
CPU user time (s): 650.043
CPU system time (s): 14.6048
CPU usage (%): 98.278
Max. virtual memory (cumulated for all children) (KiB): 892520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 650.043
system time used= 14.6048
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62574
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= 62408
involuntary context switches= 79191

runsolver used 0.826874 second user time and 2.38164 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-05 08:01:45
IDJOB=1086150
IDBENCH=57767
IDSOLVER=346
FILE ID=node3/1086150-1215237704
PBS_JOBID= 7881858
Free space on /tmp= 66532 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp39/normalized-fapp39-2750-5.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086150-1215237704/watcher-1086150-1215237704 -o /tmp/evaluation-result-1086150-1215237704/solver-1086150-1215237704 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1086150-1215237704.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d08e5d47ef9f1649c292e6df05982746
RANDOM SEED=994924902

node3.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:       1035016 kB
Buffers:         35124 kB
Cached:         169992 kB
SwapCached:       6568 kB
Active:         886832 kB
Inactive:        76120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1035016 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            4676 kB
Writeback:           0 kB
Mapped:         774148 kB
Slab:            41704 kB
Committed_AS:  4226940 kB
PageTables:       3340 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= 66532 MiB
End job on node3 at 2008-07-05 08:13:01