Trace number 2083423

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? 1089.9 1107.8

General information on the benchmark

Namecsp/fapp/fapp37/
normalized-fapp37-2250-2.xml
MD5SUMf8718ebaf51fd44c6f84abcaca826b6a
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 benchmark41.4797
Satisfiable
(Un)Satisfiability was proved
Number of variables2250
Number of constraints42699
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42699
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:42:37 2009
0.00/0.08	c 0	PID 27079
0.00/0.08	c 0	HOST node78.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083423-1247377356.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083423-1247377356.xml' 'HOME/temp.csp'
2.27/2.39	c 2	22 domains, 2250 variables, 8 predicates, 0 relations, 42699 constraints
2.36/2.44	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.36/2.44	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.37/2.52	c 2	Parsing HOME/temp.csp
2.37/2.69	c 3	parsed 10000 expressions
2.37/2.91	c 3	parsed 20000 expressions
2.37/3.02	c 3	parsed 30000 expressions
3.11/3.22	c 3	parsed 40000 expressions
3.11/3.27	c 3	parsed 44979 expressions
3.11/3.28	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.11/3.28	c 3	Converting to clausal form CSP
11.16/11.33	c 11	converted 4498 (10%) expressions
24.28/24.58	c 24	converted 8996 (20%) expressions
37.11/37.43	c 37	converted 13494 (30%) expressions
49.44/49.82	c 50	converted 17992 (40%) expressions
61.88/62.36	c 62	converted 22490 (50%) expressions
73.52/74.05	c 74	converted 26988 (60%) expressions
84.57/85.19	c 85	converted 31486 (70%) expressions
96.50/97.15	c 97	converted 35984 (80%) expressions
106.45/107.16	c 107	converted 40482 (90%) expressions
115.70/116.46	c 116	converted 44979 (100%) expressions
115.70/116.47	c 116	CSP : 9867 integers, 123208 booleans, 272412 clauses, largest domain size 4133
115.70/116.47	c 116	Heap : 234 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
115.70/116.47	c 116	Propagation in CSP
124.76/125.59	c 125	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
124.86/125.60	c 125	CSP : 9867 integers, 123208 booleans, 272412 clauses, largest domain size 4133
124.86/125.60	c 125	Heap : 231 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
124.86/125.69	c 126	Simplifing CSP by introducing new Boolean variables
125.45/126.21	c 126	CSP : 9867 integers, 217360 booleans, 366564 clauses, largest domain size 4133
125.45/126.21	c 126	Heap : 258 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
127.04/127.82	c 128	Encoding CSP to SAT : HOME/temp.cnf
159.08/160.02	c 160	987 (10%) CSP integer variables are encoded (673218 clauses, 11222867 bytes)
190.72/191.88	c 192	1974 (20%) CSP integer variables are encoded (1337956 clauses, 23202240 bytes)
202.66/203.84	c 204	2961 (30%) CSP integer variables are encoded (3960656 clauses, 73033540 bytes)
206.49/207.72	c 208	3947 (40%) CSP integer variables are encoded (7042158 clauses, 131582078 bytes)
210.63/211.95	c 212	4934 (50%) CSP integer variables are encoded (10291397 clauses, 193910078 bytes)
214.94/216.37	c 216	5921 (60%) CSP integer variables are encoded (13497030 clauses, 261228371 bytes)
219.28/220.73	c 221	6907 (70%) CSP integer variables are encoded (16688444 clauses, 328248065 bytes)
223.40/225.24	c 225	7894 (80%) CSP integer variables are encoded (19745083 clauses, 392437484 bytes)
227.49/229.48	c 229	8881 (90%) CSP integer variables are encoded (22798470 clauses, 456558611 bytes)
231.55/233.80	c 234	9867 (100%) CSP integer variables are encoded (25800282 clauses, 519596663 bytes)
387.01/390.51	c 390	36657 (10%) CSP clauses are encoded (41714558 clauses, 957374186 bytes)
529.76/534.50	c 534	73313 (20%) CSP clauses are encoded (56723340 clauses, 1373937219 bytes)
660.89/666.98	c 667	109970 (30%) CSP clauses are encoded (70805864 clauses, 1775833776 bytes)
800.91/808.52	c 808	146626 (40%) CSP clauses are encoded (85802895 clauses, 2215742071 bytes)
926.67/935.11	c 935	183282 (50%) CSP clauses are encoded (100810240 clauses, 2658954585 bytes)
1055.74/1068.13	c 1068	219939 (60%) CSP clauses are encoded (115858825 clauses, 3103673097 bytes)
1089.22/1102.88	c 1103	ERROR Exception Too large HOME/temp.cnf
1089.22/1102.88	c 1103	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
1089.22/1102.88	c 1103	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
1089.22/1102.88	c 1103	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
1089.22/1102.88	s UNKNOWN
1089.35/1103.63	c 1104	CPU 1089.37 (0.06 0.02 1069.65 19.64)
1089.35/1103.63	c 1104	END Sun Jul 12 08:01:01 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083423-1247377356/watcher-2083423-1247377356 -o /tmp/evaluation-result-2083423-1247377356/solver-2083423-1247377356 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083423-1247377356.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.86 2.18 2.16 4/75 27079
/proc/meminfo: memFree=1928640/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=4708 CPUtime=0
/proc/27079/stat : 27079 (sugar) R 27077 27079 27042 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 24800246 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 255370261897 0 0 4096 0 0 0 0 17 1 0 0
/proc/27079/statm: 1177 43 33 3 0 8 0

[startup+0.103926 s]
/proc/loadavg: 1.86 2.18 2.16 4/75 27079
/proc/meminfo: memFree=1928640/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=0.07
/proc/27079/stat : 27079 (sugar) S 27077 27079 27042 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24800246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27079/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201937 s]
/proc/loadavg: 1.86 2.18 2.16 4/75 27079
/proc/meminfo: memFree=1928640/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=0.07
/proc/27079/stat : 27079 (sugar) S 27077 27079 27042 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24800246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27079/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301946 s]
/proc/loadavg: 1.86 2.18 2.16 4/75 27079
/proc/meminfo: memFree=1928640/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=0.07
/proc/27079/stat : 27079 (sugar) S 27077 27079 27042 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24800246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27079/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701989 s]
/proc/loadavg: 1.86 2.18 2.16 4/75 27079
/proc/meminfo: memFree=1928640/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=0.07
/proc/27079/stat : 27079 (sugar) S 27077 27079 27042 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24800246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27079/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50208 s]
/proc/loadavg: 1.86 2.18 2.16 3/86 27091
/proc/meminfo: memFree=1890664/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=0.07
/proc/27079/stat : 27079 (sugar) S 27077 27079 27042 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24800246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27079/statm: 4217 1111 409 3 0 796 0
[pid=27082] ppid=27079 vsize=5356 CPUtime=0
/proc/27082/stat : 27082 (sh) S 27079 27079 27042 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 24800255 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27082/statm: 1339 233 193 169 0 50 0
[pid=27083] ppid=27082 vsize=864760 CPUtime=1.4
/proc/27083/stat : 27083 (java) S 27082 27079 27042 0 -1 0 17686 0 1 0 131 9 0 0 18 0 9 0 24800255 885514240 14749 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27083/statm: 216190 14749 2556 9 0 210702 0
[pid=27083/tid=27084] ppid=27082 vsize=864760 CPUtime=0.67
/proc/27083/task/27084/stat : 27084 (java) R 27082 27079 27042 0 -1 64 3214 0 1 0 65 2 0 0 25 0 9 0 24800256 885514240 14749 996147200 134512640 134550932 4294955984 18446744073709551615 4126676455 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27083/tid=27085] ppid=27082 vsize=864760 CPUtime=0.58
/proc/27083/task/27085/stat : 27085 (java) S 27082 27079 27042 0 -1 64 13255 0 0 0 53 5 0 0 17 0 9 0 24800257 885514240 14749 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27083/tid=27086] ppid=27082 vsize=864760 CPUtime=0
/proc/27083/task/27086/stat : 27086 (java) S 27082 27079 27042 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24800257 885514240 14749 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27083/tid=27087] ppid=27082 vsize=864760 CPUtime=0
/proc/27083/task/27087/stat : 27087 (java) S 27082 27079 27042 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24800257 885514240 14749 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27083/tid=27088] ppid=27082 vsize=864760 CPUtime=0
/proc/27083/task/27088/stat : 27088 (java) S 27082 27079 27042 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24800259 885514240 14749 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27083/tid=27089] ppid=27082 vsize=864760 CPUtime=0.12
/proc/27083/task/27089/stat : 27089 (java) S 27082 27079 27042 0 -1 64 512 0 0 0 12 0 0 0 16 0 9 0 24800259 885514240 14749 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27083/tid=27090] ppid=27082 vsize=864760 CPUtime=0
/proc/27083/task/27090/stat : 27090 (java) S 27082 27079 27042 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24800259 885514240 14749 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27083/tid=27091] ppid=27082 vsize=864760 CPUtime=0
/proc/27083/task/27091/stat : 27091 (java) S 27082 27079 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24800259 885514240 14749 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 886984

[startup+3.10125 s]
/proc/loadavg: 1.86 2.18 2.16 3/86 27091
/proc/meminfo: memFree=1857448/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=2.37
/proc/27079/stat : 27079 (sugar) S 27077 27079 27042 0 -1 4194304 1309 22605 0 1 5 2 218 12 15 0 1 0 24800246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27079/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30257 s]
/proc/loadavg: 1.87 2.18 2.15 3/86 27101
/proc/meminfo: memFree=1888808/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=2.37
/proc/27079/stat : 27079 (sugar) S 27077 27079 27042 0 -1 4194304 1309 22605 0 1 5 2 218 12 15 0 1 0 24800246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27079/statm: 4217 1111 409 3 0 796 0
[pid=27092] ppid=27079 vsize=5356 CPUtime=0
/proc/27092/stat : 27092 (sh) S 27079 27079 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24800490 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27092/statm: 1339 233 193 169 0 50 0
[pid=27093] ppid=27092 vsize=869144 CPUtime=3.82
/proc/27093/stat : 27093 (java) S 27092 27079 27042 0 -1 0 12862 0 1 0 374 8 0 0 18 0 9 0 24800491 890003456 11519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27093/statm: 217286 11519 2567 9 0 211791 0
[pid=27093/tid=27094] ppid=27092 vsize=869144 CPUtime=3.04
/proc/27093/task/27094/stat : 27094 (java) R 27092 27079 27042 0 -1 64 2885 0 1 0 302 2 0 0 25 0 9 0 24800492 890003456 11519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27095] ppid=27092 vsize=869144 CPUtime=0.56
/proc/27093/task/27095/stat : 27095 (java) R 27092 27079 27042 0 -1 64 7798 0 0 0 53 3 0 0 16 0 9 0 24800493 890003456 11519 996147200 134512640 134550932 4294955936 18446744073709551615 103732096 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27096] ppid=27092 vsize=869144 CPUtime=0
/proc/27093/task/27096/stat : 27096 (java) S 27092 27079 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24800493 890003456 11519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27097] ppid=27092 vsize=869144 CPUtime=0
/proc/27093/task/27097/stat : 27097 (java) S 27092 27079 27042 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24800493 890003456 11519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27098] ppid=27092 vsize=869144 CPUtime=0
/proc/27093/task/27098/stat : 27098 (java) S 27092 27079 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24800495 890003456 11519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27099] ppid=27092 vsize=869144 CPUtime=0.19
/proc/27093/task/27099/stat : 27099 (java) S 27092 27079 27042 0 -1 64 1476 0 0 0 18 1 0 0 15 0 9 0 24800495 890003456 11519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27100] ppid=27092 vsize=869144 CPUtime=0
/proc/27093/task/27100/stat : 27100 (java) S 27092 27079 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24800495 890003456 11519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27101] ppid=27092 vsize=869144 CPUtime=0
/proc/27093/task/27101/stat : 27101 (java) S 27092 27079 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24800495 890003456 11519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 891368

[startup+12.7022 s]
/proc/loadavg: 1.88 2.17 2.15 3/86 27101
/proc/meminfo: memFree=1877232/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=2.37
/proc/27079/stat : 27079 (sugar) S 27077 27079 27042 0 -1 4194304 1309 22605 0 1 5 2 218 12 16 0 1 0 24800246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27079/statm: 4217 1111 409 3 0 796 0
[pid=27092] ppid=27079 vsize=5356 CPUtime=0
/proc/27092/stat : 27092 (sh) S 27079 27079 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24800490 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27092/statm: 1339 233 193 169 0 50 0
[pid=27093] ppid=27092 vsize=868640 CPUtime=10.18
/proc/27093/stat : 27093 (java) S 27092 27079 27042 0 -1 0 16040 0 1 0 1007 11 0 0 18 0 9 0 24800491 889487360 14309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27093/statm: 217160 14309 2567 9 0 211665 0
[pid=27093/tid=27094] ppid=27092 vsize=868640 CPUtime=8.88
/proc/27093/task/27094/stat : 27094 (java) R 27092 27079 27042 0 -1 64 3291 0 1 0 885 3 0 0 25 0 9 0 24800492 889487360 14309 996147200 134512640 134550932 4294955936 18446744073709551615 4126502916 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27095] ppid=27092 vsize=868640 CPUtime=1.08
/proc/27093/task/27095/stat : 27095 (java) S 27092 27079 27042 0 -1 64 10565 0 0 0 102 6 0 0 16 0 9 0 24800493 889487360 14309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27096] ppid=27092 vsize=868640 CPUtime=0
/proc/27093/task/27096/stat : 27096 (java) S 27092 27079 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24800493 889487360 14309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27097] ppid=27092 vsize=868640 CPUtime=0
/proc/27093/task/27097/stat : 27097 (java) S 27092 27079 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24800493 889487360 14309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27098] ppid=27092 vsize=868640 CPUtime=0
/proc/27093/task/27098/stat : 27098 (java) S 27092 27079 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24800495 889487360 14309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27099] ppid=27092 vsize=868640 CPUtime=0.2
/proc/27093/task/27099/stat : 27099 (java) S 27092 27079 27042 0 -1 64 1481 0 0 0 19 1 0 0 15 0 9 0 24800495 889487360 14309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27100] ppid=27092 vsize=868640 CPUtime=0
/proc/27093/task/27100/stat : 27100 (java) S 27092 27079 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24800495 889487360 14309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27101] ppid=27092 vsize=868640 CPUtime=0
/proc/27093/task/27101/stat : 27101 (java) S 27092 27079 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24800495 889487360 14309 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890864

[startup+25.5016 s]
/proc/loadavg: 1.91 2.17 2.15 3/86 27101
/proc/meminfo: memFree=1852272/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=2.37
/proc/27079/stat : 27079 (sugar) S 27077 27079 27042 0 -1 4194304 1309 22605 0 1 5 2 218 12 16 0 1 0 24800246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27079/statm: 4217 1111 409 3 0 796 0
[pid=27092] ppid=27079 vsize=5356 CPUtime=0
/proc/27092/stat : 27092 (sh) S 27079 27079 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24800490 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27092/statm: 1339 233 193 169 0 50 0
[pid=27093] ppid=27092 vsize=868640 CPUtime=22.91
/proc/27093/stat : 27093 (java) S 27092 27079 27042 0 -1 0 25908 0 1 0 2271 20 0 0 18 0 9 0 24800491 889487360 20294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27093/statm: 217160 20294 2568 9 0 211665 0
[pid=27093/tid=27094] ppid=27092 vsize=868640 CPUtime=20.5
/proc/27093/task/27094/stat : 27094 (java) R 27092 27079 27042 0 -1 64 3922 0 1 0 2045 5 0 0 25 0 9 0 24800492 889487360 20294 996147200 134512640 134550932 4294955936 18446744073709551615 4126502923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27095] ppid=27092 vsize=868640 CPUtime=2.16
/proc/27093/task/27095/stat : 27095 (java) S 27092 27079 27042 0 -1 64 19793 0 0 0 204 12 0 0 16 0 9 0 24800493 889487360 20294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27096] ppid=27092 vsize=868640 CPUtime=0
/proc/27093/task/27096/stat : 27096 (java) S 27092 27079 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24800493 889487360 20294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27097] ppid=27092 vsize=868640 CPUtime=0
/proc/27093/task/27097/stat : 27097 (java) S 27092 27079 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24800493 889487360 20294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27098] ppid=27092 vsize=868640 CPUtime=0
/proc/27093/task/27098/stat : 27098 (java) S 27092 27079 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24800495 889487360 20294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27099] ppid=27092 vsize=868640 CPUtime=0.22
/proc/27093/task/27099/stat : 27099 (java) S 27092 27079 27042 0 -1 64 1490 0 0 0 21 1 0 0 15 0 9 0 24800495 889487360 20294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27100] ppid=27092 vsize=868640 CPUtime=0
/proc/27093/task/27100/stat : 27100 (java) S 27092 27079 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24800495 889487360 20294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27101] ppid=27092 vsize=868640 CPUtime=0
/proc/27093/task/27101/stat : 27101 (java) S 27092 27079 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24800495 889487360 20294 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 890864

[startup+51.1013 s]
/proc/loadavg: 1.94 2.15 2.15 3/86 27101
/proc/meminfo: memFree=1798320/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=2.37
/proc/27079/stat : 27079 (sugar) S 27077 27079 27042 0 -1 4194304 1309 22605 0 1 5 2 218 12 16 0 1 0 24800246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27079/statm: 4217 1111 409 3 0 796 0
[pid=27092] ppid=27079 vsize=5356 CPUtime=0
/proc/27092/stat : 27092 (sh) S 27079 27079 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24800490 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27092/statm: 1339 233 193 169 0 50 0
[pid=27093] ppid=27092 vsize=868640 CPUtime=48.37
/proc/27093/stat : 27093 (java) S 27092 27079 27042 0 -1 0 43664 0 1 0 4805 32 0 0 18 0 9 0 24800491 889487360 33788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=27093] ppid=27092 vsize=868752 CPUtime=1047.74
/proc/27093/stat : 27093 (java) S 27092 27079 27042 0 -1 0 94041 0 1 0 102925 1849 0 0 18 0 9 0 24800491 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27093/statm: 217188 73746 2593 9 0 211665 0
[pid=27093/tid=27094] ppid=27092 vsize=868752 CPUtime=1032.44
/proc/27093/task/27094/stat : 27094 (java) R 27092 27079 27042 0 -1 64 10148 0 1 0 101463 1781 0 0 25 0 9 0 24800492 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4127063767 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27093/tid=27095] ppid=27092 vsize=868752 CPUtime=14.96
/proc/27093/task/27095/stat : 27095 (java) S 27092 27079 27042 0 -1 64 81652 0 0 0 1431 65 0 0 16 0 9 0 24800493 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27093/tid=27096] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27096/stat : 27096 (java) S 27092 27079 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24800493 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27097] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27097/stat : 27097 (java) S 27092 27079 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24800493 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27098] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27098/stat : 27098 (java) S 27092 27079 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24800495 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27099] ppid=27092 vsize=868752 CPUtime=0.31
/proc/27093/task/27099/stat : 27099 (java) S 27092 27079 27042 0 -1 64 1538 0 0 0 30 1 0 0 17 0 9 0 24800495 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27100] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27100/stat : 27100 (java) S 27092 27079 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24800495 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27101] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27101/stat : 27101 (java) S 27092 27079 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24800495 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1050.11
Current children cumulated vsize (KiB) 890976

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

[startup+1075.2 s]
/proc/loadavg: 2.65 2.24 2.14 3/94 27277
/proc/meminfo: memFree=16248/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=2.38
/proc/27079/stat : 27079 (sugar) S 27077 27079 27042 0 -1 4194304 1310 22605 0 1 6 2 218 12 16 0 1 0 24800246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27079/statm: 4217 1111 409 3 0 796 0
[pid=27092] ppid=27079 vsize=5356 CPUtime=0
/proc/27092/stat : 27092 (sh) S 27079 27079 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24800490 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27092/statm: 1339 233 193 169 0 50 0
[pid=27093] ppid=27092 vsize=868752 CPUtime=1060.38
/proc/27093/stat : 27093 (java) S 27092 27079 27042 0 -1 0 94081 0 1 0 104153 1885 0 0 18 0 9 0 24800491 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27093/statm: 217188 73746 2593 9 0 211665 0
[pid=27093/tid=27094] ppid=27092 vsize=868752 CPUtime=1045.04
/proc/27093/task/27094/stat : 27094 (java) R 27092 27079 27042 0 -1 64 10188 0 1 0 102687 1817 0 0 25 0 9 0 24800492 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4127074902 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27095] ppid=27092 vsize=868752 CPUtime=15.01
/proc/27093/task/27095/stat : 27095 (java) S 27092 27079 27042 0 -1 64 81652 0 0 0 1435 66 0 0 16 0 9 0 24800493 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27096] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27096/stat : 27096 (java) S 27092 27079 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24800493 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27097] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27097/stat : 27097 (java) S 27092 27079 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24800493 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27098] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27098/stat : 27098 (java) S 27092 27079 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24800495 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27099] ppid=27092 vsize=868752 CPUtime=0.31
/proc/27093/task/27099/stat : 27099 (java) S 27092 27079 27042 0 -1 64 1538 0 0 0 30 1 0 0 17 0 9 0 24800495 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27100] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27100/stat : 27100 (java) S 27092 27079 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24800495 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27101] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27101/stat : 27101 (java) S 27092 27079 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24800495 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1062.76
Current children cumulated vsize (KiB) 890976

[startup+1088.01 s]
/proc/loadavg: 2.55 2.24 2.13 2/94 27277
/proc/meminfo: memFree=15864/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=2.38
/proc/27079/stat : 27079 (sugar) S 27077 27079 27042 0 -1 4194304 1310 22605 0 1 6 2 218 12 16 0 1 0 24800246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27079/statm: 4217 1111 409 3 0 796 0
[pid=27092] ppid=27079 vsize=5356 CPUtime=0
/proc/27092/stat : 27092 (sh) S 27079 27079 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24800490 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27092/statm: 1339 233 193 169 0 50 0
[pid=27093] ppid=27092 vsize=868752 CPUtime=1072.97
/proc/27093/stat : 27093 (java) S 27092 27079 27042 0 -1 0 94116 0 1 0 105380 1917 0 0 18 0 9 0 24800491 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27093/statm: 217188 73746 2593 9 0 211665 0
[pid=27093/tid=27094] ppid=27092 vsize=868752 CPUtime=1057.59
/proc/27093/task/27094/stat : 27094 (java) R 27092 27079 27042 0 -1 64 10223 0 1 0 103910 1849 0 0 25 0 9 0 24800492 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 102093967 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27095] ppid=27092 vsize=868752 CPUtime=15.06
/proc/27093/task/27095/stat : 27095 (java) S 27092 27079 27042 0 -1 64 81652 0 0 0 1440 66 0 0 16 0 9 0 24800493 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27096] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27096/stat : 27096 (java) S 27092 27079 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24800493 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27097] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27097/stat : 27097 (java) S 27092 27079 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24800493 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27098] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27098/stat : 27098 (java) S 27092 27079 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24800495 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27099] ppid=27092 vsize=868752 CPUtime=0.31
/proc/27093/task/27099/stat : 27099 (java) S 27092 27079 27042 0 -1 64 1538 0 0 0 30 1 0 0 17 0 9 0 24800495 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27100] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27100/stat : 27100 (java) S 27092 27079 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24800495 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27101] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27101/stat : 27101 (java) S 27092 27079 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24800495 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1075.35
Current children cumulated vsize (KiB) 890976

[startup+1100.8 s]
/proc/loadavg: 2.42 2.22 2.13 3/94 27277
/proc/meminfo: memFree=15672/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=2.38
/proc/27079/stat : 27079 (sugar) S 27077 27079 27042 0 -1 4194304 1310 22605 0 1 6 2 218 12 16 0 1 0 24800246 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27079/statm: 4217 1111 409 3 0 796 0
[pid=27092] ppid=27079 vsize=5356 CPUtime=0
/proc/27092/stat : 27092 (sh) S 27079 27079 27042 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24800490 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27092/statm: 1339 233 193 169 0 50 0
[pid=27093] ppid=27092 vsize=868752 CPUtime=1084.88
/proc/27093/stat : 27093 (java) S 27092 27079 27042 0 -1 0 94150 0 1 0 106547 1941 0 0 18 0 9 0 24800491 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27093/statm: 217188 73746 2593 9 0 211665 0
[pid=27093/tid=27094] ppid=27092 vsize=868752 CPUtime=1069.44
/proc/27093/task/27094/stat : 27094 (java) R 27092 27079 27042 0 -1 64 10257 0 1 0 105072 1872 0 0 25 0 9 0 24800492 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4127062027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27095] ppid=27092 vsize=868752 CPUtime=15.1
/proc/27093/task/27095/stat : 27095 (java) S 27092 27079 27042 0 -1 64 81652 0 0 0 1444 66 0 0 16 0 9 0 24800493 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27096] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27096/stat : 27096 (java) S 27092 27079 27042 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24800493 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27097] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27097/stat : 27097 (java) S 27092 27079 27042 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24800493 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27098] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27098/stat : 27098 (java) S 27092 27079 27042 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24800495 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27099] ppid=27092 vsize=868752 CPUtime=0.31
/proc/27093/task/27099/stat : 27099 (java) S 27092 27079 27042 0 -1 64 1538 0 0 0 30 1 0 0 17 0 9 0 24800495 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27100] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27100/stat : 27100 (java) S 27092 27079 27042 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24800495 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27093/tid=27101] ppid=27092 vsize=868752 CPUtime=0
/proc/27093/task/27101/stat : 27101 (java) S 27092 27079 27042 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24800495 889602048 73746 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1087.26
Current children cumulated vsize (KiB) 890976

[startup+1104 s]
/proc/loadavg: 2.42 2.22 2.13 2/92 27277
/proc/meminfo: memFree=15672/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=1089.65
/proc/27079/stat : 27079 (sugar) D 27077 27079 27042 0 -1 4194304 1335 117058 0 2 6 30 106965 1964 18 0 1 0 24800246 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27079/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1089.65
Current children cumulated vsize (KiB) 16868

[startup+1105.61 s]
/proc/loadavg: 2.47 2.24 2.14 3/84 27283
/proc/meminfo: memFree=907656/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=1089.73
/proc/27079/stat : 27079 (sugar) D 27077 27079 27042 0 -1 4194304 1335 117058 0 2 6 38 106965 1964 18 0 1 0 24800246 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27079/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1089.73
Current children cumulated vsize (KiB) 16868

[startup+1106.4 s]
/proc/loadavg: 2.47 2.24 2.14 3/84 27283
/proc/meminfo: memFree=907656/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=1089.79
/proc/27079/stat : 27079 (sugar) D 27077 27079 27042 0 -1 4194304 1335 117058 0 2 6 44 106965 1964 18 0 1 0 24800246 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/27079/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1089.79
Current children cumulated vsize (KiB) 16868

[startup+1107.2 s]
/proc/loadavg: 2.47 2.24 2.14 2/84 27283
/proc/meminfo: memFree=898312/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=1089.85
/proc/27079/stat : 27079 (sugar) D 27077 27079 27042 0 -1 4194304 1335 117058 0 2 6 50 106965 1964 18 0 1 0 24800246 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27079/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1089.85
Current children cumulated vsize (KiB) 16868

[startup+1107.6 s]
/proc/loadavg: 2.47 2.24 2.14 2/84 27283
/proc/meminfo: memFree=898312/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=1089.88
/proc/27079/stat : 27079 (sugar) D 27077 27079 27042 0 -1 4194304 1335 117058 0 2 6 53 106965 1964 18 0 1 0 24800246 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/27079/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1089.88
Current children cumulated vsize (KiB) 16868

[startup+1107.7 s]
/proc/loadavg: 2.47 2.24 2.14 2/84 27283
/proc/meminfo: memFree=889928/2055912 swapFree=4192812/4192956
[pid=27079] ppid=27077 vsize=16868 CPUtime=1089.89
/proc/27079/stat : 27079 (sugar) D 27077 27079 27042 0 -1 4194304 1335 117058 0 2 6 54 106965 1964 18 0 1 0 24800246 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 255373055017 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27079/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1089.89
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1107.8
CPU time (s): 1089.9
CPU user time (s): 1069.72
CPU system time (s): 20.1859
CPU usage (%): 98.3846
Max. virtual memory (cumulated for all children) (KiB): 901112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1069.72
system time used= 20.1859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118454
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= 64738
involuntary context switches= 63966

runsolver used 1.43978 second user time and 3.84641 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-12 07:42:37
IDJOB=2083423
IDBENCH=57810
IDSOLVER=738
FILE ID=node78/2083423-1247377356
PBS_JOBID= 9507167
Free space on /tmp= 126808 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp37/normalized-fapp37-2250-2.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083423-1247377356/watcher-2083423-1247377356 -o /tmp/evaluation-result-2083423-1247377356/solver-2083423-1247377356 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2083423-1247377356.xml

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

MD5SUM BENCH= f8718ebaf51fd44c6f84abcaca826b6a
RANDOM SEED=55317652

node78.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:      2055912 kB
MemFree:       1929120 kB
Buffers:          5508 kB
Cached:          48416 kB
SwapCached:          0 kB
Active:          62148 kB
Inactive:        13220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1929120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7656 kB
Writeback:           0 kB
Mapped:          32080 kB
Slab:            36584 kB
Committed_AS:   264548 kB
PageTables:       1800 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126064 MiB
End job on node78 at 2009-07-12 08:01:05