Trace number 1112823

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 272.374 280.616

General information on the benchmark

Namecsp/fapp/fapp10/
normalized-fapp10-0900-0.xml
MD5SUM6c0f6900ea5b66ed7e32c3099d9a431e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints95
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints11381
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11381
Global constraints used (with number of constraints)

Solver Data (download as text)

0.06/0.20	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.06/0.22	c 0	BEGIN Thu Aug  7 20:26:40 2008
0.06/0.22	c 0	PID 12213
0.06/0.23	c 0	HOST node74.alineos.net
0.06/0.23	c 0	CONVERTING HOME/instance-1112823-1218133599.xml TO HOME/temp.csp
0.06/0.23	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112823-1218133599.xml' 'HOME/temp.csp'
0.97/1.27	c 1	28 domains, 900 variables, 8 predicates, 0 relations, 11381 constraints
1.05/1.32	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.32	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.05/1.39	c 1	Parsing HOME/temp.csp
1.06/1.76	c 1	parsed 10000 expressions
1.06/1.82	c 1	parsed 12317 expressions
1.06/1.82	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.06/1.93	c 1	MAX CSP: 11381 constraints
1.06/1.93	c 1	Converting to clausal form CSP
3.80/3.97	c 3	converted 2371 (10%) expressions
6.19/6.30	c 6	converted 4741 (20%) expressions
8.28/8.49	c 8	converted 7111 (30%) expressions
9.98/10.17	c 9	converted 9481 (40%) expressions
11.88/12.05	c 11	converted 11851 (50%) expressions
13.47/13.62	c 13	converted 14221 (60%) expressions
14.87/15.09	c 14	converted 16591 (70%) expressions
16.36/16.57	c 16	converted 18961 (80%) expressions
18.65/18.84	c 18	converted 21331 (90%) expressions
21.16/21.33	c 21	converted 23701 (100%) expressions
21.16/21.34	c 21	CSP : 24559 integers, 44220 booleans, 103457 clauses, largest domain size 17072
21.16/21.34	c 21	Heap : 138 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.16/21.34	c 21	Propagation in CSP
22.67/22.85	c 22	11373 values, 0 unsatisfiable literals, and 0 valid clauses are removed
22.67/22.86	c 22	CSP : 24559 integers, 44220 booleans, 103457 clauses, largest domain size 11382
22.67/22.86	c 22	Heap : 143 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
22.67/22.90	c 22	Simplifing CSP by introducing new Boolean variables
22.88/23.07	c 22	CSP : 24559 integers, 66694 booleans, 125931 clauses, largest domain size 11382
22.88/23.07	c 22	Heap : 146 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
23.77/23.96	c 23	Encoding CSP to SAT : HOME/temp.cnf
28.70/28.85	c 28	2456 (10%) CSP integer variables are encoded (936900 clauses, 15706183 bytes)
29.48/29.61	c 29	4912 (20%) CSP integer variables are encoded (1529735 clauses, 26849007 bytes)
29.58/29.76	c 29	7368 (30%) CSP integer variables are encoded (1641430 clauses, 28971212 bytes)
29.58/29.78	c 29	9824 (40%) CSP integer variables are encoded (1658436 clauses, 29294326 bytes)
29.58/29.79	c 29	12280 (50%) CSP integer variables are encoded (1658436 clauses, 29294326 bytes)
29.68/29.82	c 29	14736 (60%) CSP integer variables are encoded (1684129 clauses, 29782493 bytes)
29.68/29.86	c 29	17192 (70%) CSP integer variables are encoded (1709196 clauses, 30258766 bytes)
29.78/29.90	c 29	19648 (80%) CSP integer variables are encoded (1741995 clauses, 30881947 bytes)
29.98/30.10	c 29	22104 (90%) CSP integer variables are encoded (1899352 clauses, 33871730 bytes)
29.98/30.15	c 29	24559 (100%) CSP integer variables are encoded (1937967 clauses, 34605415 bytes)
59.94/61.07	c 60	12594 (10%) CSP clauses are encoded (6739519 clauses, 142952836 bytes)
78.92/80.54	c 80	25187 (20%) CSP clauses are encoded (10523064 clauses, 236370556 bytes)
91.78/93.54	c 93	37780 (30%) CSP clauses are encoded (13819463 clauses, 322413076 bytes)
101.90/104.13	c 103	50373 (40%) CSP clauses are encoded (16766291 clauses, 400892675 bytes)
110.57/112.85	c 112	62966 (50%) CSP clauses are encoded (19511204 clauses, 474619731 bytes)
118.65/121.08	c 120	75559 (60%) CSP clauses are encoded (22046480 clauses, 542416087 bytes)
126.90/129.49	c 129	88152 (70%) CSP clauses are encoded (24715264 clauses, 614459139 bytes)
134.24/136.81	c 136	100745 (80%) CSP clauses are encoded (27044715 clauses, 677432383 bytes)
155.52/158.43	c 158	113338 (90%) CSP clauses are encoded (38148040 clauses, 981674867 bytes)
271.62/277.27	c 277	ERROR Exception Too large HOME/temp.cnf
271.69/277.61	c 277	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
271.69/277.61	c 277	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
271.69/277.61	c 277	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
271.69/277.61	s UNKNOWN
271.73/277.81	c 277	CPU 257.78 (0.06 0.02 257.72 13.94)
271.73/277.81	c 277	END Thu Aug  7 20:31:17 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1112823-1218133599/watcher-1112823-1218133599 -o /tmp/evaluation-result-1112823-1218133599/solver-1112823-1218133599 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112823-1218133599.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.01 1.73 1.00 3/83 12213
/proc/meminfo: memFree=1213504/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=24 CPUtime=0
/proc/12213/stat : 12213 (sugar++) D 12211 12213 11954 0 -1 4194304 15 0 0 0 0 0 0 0 18 0 1 0 140446711 24576 1 996147200 0 0 548682069355 18446744073709551615 228774702375 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/12213/statm: 6 1 0 0 0 1 0

[startup+0.011278 s]
/proc/loadavg: 2.01 1.73 1.00 3/83 12213
/proc/meminfo: memFree=1213504/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=124 CPUtime=0
/proc/12213/stat : 12213 (sugar++) D 12211 12213 11954 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 140446711 126976 23 996147200 4194304 4206940 548682068528 18446744073709551615 228772083177 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/12213/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.102299 s]
/proc/loadavg: 2.01 1.73 1.00 3/83 12213
/proc/meminfo: memFree=1213504/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=12808 CPUtime=0.01
/proc/12213/stat : 12213 (sugar++) R 12211 12213 11954 0 -1 4194304 559 0 4 0 1 0 0 0 18 0 1 0 140446711 13115392 531 996147200 4194304 4206940 548682068528 18446744073709551615 228794502530 0 0 4224 0 0 0 0 17 1 0 0
/proc/12213/statm: 3202 531 316 3 0 302 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12808

[startup+0.301337 s]
/proc/loadavg: 2.01 1.73 1.00 3/83 12213
/proc/meminfo: memFree=1213504/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=16740 CPUtime=0.07
/proc/12213/stat : 12213 (sugar++) S 12211 12213 11954 0 -1 4194304 1213 128 6 0 5 2 0 0 16 0 1 0 140446711 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12213/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701486 s]
/proc/loadavg: 2.01 1.73 1.00 3/83 12213
/proc/meminfo: memFree=1213504/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=16740 CPUtime=0.07
/proc/12213/stat : 12213 (sugar++) S 12211 12213 11954 0 -1 4194304 1213 128 6 0 5 2 0 0 16 0 1 0 140446711 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12213/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50157 s]
/proc/loadavg: 2.01 1.73 1.01 2/94 12225
/proc/meminfo: memFree=1179104/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=16740 CPUtime=1.06
/proc/12213/stat : 12213 (sugar++) S 12211 12213 11954 0 -1 4194304 1291 9929 6 67 5 2 92 7 16 0 1 0 140446711 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12213/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 16740

[startup+3.10288 s]
/proc/loadavg: 2.01 1.73 1.01 2/94 12235
/proc/meminfo: memFree=1183328/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=16740 CPUtime=1.06
/proc/12213/stat : 12213 (sugar++) S 12211 12213 11954 0 -1 4194304 1291 9929 6 67 5 2 92 7 16 0 1 0 140446711 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12213/statm: 4185 1104 409 3 0 764 0
[pid=12226] ppid=12213 vsize=5356 CPUtime=0
/proc/12226/stat : 12226 (sh) S 12213 12213 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140446843 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12226/statm: 1339 233 193 169 0 50 0
[pid=12227] ppid=12226 vsize=869244 CPUtime=1.93
/proc/12227/stat : 12227 (java) S 12226 12213 11954 0 -1 0 9938 0 3 0 187 6 0 0 20 0 9 0 140446843 890105856 8944 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12227/statm: 217311 8944 2540 9 0 211886 0
[pid=12227/tid=12228] ppid=12226 vsize=869244 CPUtime=1.38
/proc/12227/task/12228/stat : 12228 (java) R 12226 12213 11954 0 -1 64 2825 0 3 0 136 2 0 0 17 0 9 0 140446844 890105856 8944 996147200 134512640 134550740 4294955920 18446744073709551615 4126591930 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12227/tid=12229] ppid=12226 vsize=869244 CPUtime=0.34
/proc/12227/task/12229/stat : 12229 (java) S 12226 12213 11954 0 -1 64 4935 0 0 0 32 2 0 0 16 0 9 0 140446845 890105856 8944 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12230] ppid=12226 vsize=869244 CPUtime=0
/proc/12227/task/12230/stat : 12230 (java) S 12226 12213 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140446845 890105856 8944 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12231] ppid=12226 vsize=869244 CPUtime=0
/proc/12227/task/12231/stat : 12231 (java) S 12226 12213 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140446845 890105856 8944 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12232] ppid=12226 vsize=869244 CPUtime=0
/proc/12227/task/12232/stat : 12232 (java) S 12226 12213 11954 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140446847 890105856 8944 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12233] ppid=12226 vsize=869244 CPUtime=0.18
/proc/12227/task/12233/stat : 12233 (java) S 12226 12213 11954 0 -1 64 1481 0 0 0 17 1 0 0 15 0 9 0 140446847 890105856 8944 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12234] ppid=12226 vsize=869244 CPUtime=0
/proc/12227/task/12234/stat : 12234 (java) S 12226 12213 11954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140446847 890105856 8944 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12235] ppid=12226 vsize=869244 CPUtime=0
/proc/12227/task/12235/stat : 12235 (java) S 12226 12213 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140446847 890105856 8944 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 891340

[startup+6.30151 s]
/proc/loadavg: 2.01 1.73 1.01 2/94 12235
/proc/meminfo: memFree=1161248/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=16740 CPUtime=1.06
/proc/12213/stat : 12213 (sugar++) S 12211 12213 11954 0 -1 4194304 1291 9929 6 67 5 2 92 7 16 0 1 0 140446711 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12213/statm: 4185 1104 409 3 0 764 0
[pid=12226] ppid=12213 vsize=5356 CPUtime=0
/proc/12226/stat : 12226 (sh) S 12213 12213 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140446843 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12226/statm: 1339 233 193 169 0 50 0
[pid=12227] ppid=12226 vsize=869244 CPUtime=5.13
/proc/12227/stat : 12227 (java) S 12226 12213 11954 0 -1 0 14580 0 3 0 505 8 0 0 20 0 9 0 140446843 890105856 13385 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12227/statm: 217311 13385 2540 9 0 211886 0
[pid=12227/tid=12228] ppid=12226 vsize=869244 CPUtime=4.13
/proc/12227/task/12228/stat : 12228 (java) R 12226 12213 11954 0 -1 64 3092 0 3 0 410 3 0 0 17 0 9 0 140446844 890105856 13385 996147200 134512640 134550740 4294955920 18446744073709551615 4126587032 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12229] ppid=12226 vsize=869244 CPUtime=0.78
/proc/12227/task/12229/stat : 12229 (java) S 12226 12213 11954 0 -1 64 9296 0 0 0 74 4 0 0 16 0 9 0 140446845 890105856 13385 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12227/tid=12230] ppid=12226 vsize=869244 CPUtime=0
/proc/12227/task/12230/stat : 12230 (java) S 12226 12213 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140446845 890105856 13385 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12231] ppid=12226 vsize=869244 CPUtime=0
/proc/12227/task/12231/stat : 12231 (java) S 12226 12213 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140446845 890105856 13385 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12232] ppid=12226 vsize=869244 CPUtime=0
/proc/12227/task/12232/stat : 12232 (java) S 12226 12213 11954 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140446847 890105856 13385 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12233] ppid=12226 vsize=869244 CPUtime=0.2
/proc/12227/task/12233/stat : 12233 (java) S 12226 12213 11954 0 -1 64 1495 0 0 0 19 1 0 0 15 0 9 0 140446847 890105856 13385 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12234] ppid=12226 vsize=869244 CPUtime=0
/proc/12227/task/12234/stat : 12234 (java) S 12226 12213 11954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140446847 890105856 13385 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12235] ppid=12226 vsize=869244 CPUtime=0
/proc/12227/task/12235/stat : 12235 (java) S 12226 12213 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140446847 890105856 13385 996147200 134512640 134550740 4294955920 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) 891340

[startup+12.7028 s]
/proc/loadavg: 1.85 1.71 1.01 2/94 12235
/proc/meminfo: memFree=1120352/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=16740 CPUtime=1.06
/proc/12213/stat : 12213 (sugar++) S 12211 12213 11954 0 -1 4194304 1291 9929 6 67 5 2 92 7 16 0 1 0 140446711 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12213/statm: 4185 1104 409 3 0 764 0
[pid=12226] ppid=12213 vsize=5356 CPUtime=0
/proc/12226/stat : 12226 (sh) S 12213 12213 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140446843 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12226/statm: 1339 233 193 169 0 50 0
[pid=12227] ppid=12226 vsize=869244 CPUtime=11.51
/proc/12227/stat : 12227 (java) S 12226 12213 11954 0 -1 0 33793 0 3 0 1133 18 0 0 20 0 9 0 140446843 890105856 23508 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12227/statm: 217311 23508 2540 9 0 211886 0
[pid=12227/tid=12228] ppid=12226 vsize=869244 CPUtime=9.19
/proc/12227/task/12228/stat : 12228 (java) R 12226 12213 11954 0 -1 64 3866 0 3 0 916 3 0 0 17 0 9 0 140446844 890105856 23508 996147200 134512640 134550740 4294955920 18446744073709551615 4126588330 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12227/tid=12229] ppid=12226 vsize=869244 CPUtime=2.09
/proc/12227/task/12229/stat : 12229 (java) S 12226 12213 11954 0 -1 64 27735 0 0 0 196 13 0 0 15 0 9 0 140446845 890105856 23508 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12230] ppid=12226 vsize=869244 CPUtime=0
/proc/12227/task/12230/stat : 12230 (java) S 12226 12213 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140446845 890105856 23508 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12231] ppid=12226 vsize=869244 CPUtime=0
/proc/12227/task/12231/stat : 12231 (java) S 12226 12213 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140446845 890105856 23508 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12232] ppid=12226 vsize=869244 CPUtime=0
/proc/12227/task/12232/stat : 12232 (java) S 12226 12213 11954 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140446847 890105856 23508 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12233] ppid=12226 vsize=869244 CPUtime=0.2
/proc/12227/task/12233/stat : 12233 (java) S 12226 12213 11954 0 -1 64 1495 0 0 0 19 1 0 0 15 0 9 0 140446847 890105856 23508 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12234] ppid=12226 vsize=869244 CPUtime=0
/proc/12227/task/12234/stat : 12234 (java) S 12226 12213 11954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140446847 890105856 23508 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12235] ppid=12226 vsize=869244 CPUtime=0
/proc/12227/task/12235/stat : 12235 (java) S 12226 12213 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140446847 890105856 23508 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 891340

[startup+25.5022 s]
/proc/loadavg: 1.72 1.68 1.01 2/94 12235
/proc/meminfo: memFree=1032288/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=16740 CPUtime=1.06
/proc/12213/stat : 12213 (sugar++) S 12211 12213 11954 0 -1 4194304 1291 9929 6 67 5 2 92 7 16 0 1 0 140446711 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12213/statm: 4185 1104 409 3 0 764 0
[pid=12226] ppid=12213 vsize=5356 CPUtime=0
/proc/12226/stat : 12226 (sh) S 12213 12213 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140446843 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12226/statm: 1339 233 193 169 0 50 0
[pid=12227] ppid=12226 vsize=869356 CPUtime=24.34
/proc/12227/stat : 12227 (java) S 12226 12213 11954 0 -1 0 60924 0 4 0 2405 29 0 0 20 0 9 0 140446843 890220544 44105 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12227/statm: 217339 44105 2566 9 0 211886 0
[pid=12227/tid=12228] ppid=12226 vsize=869356 CPUtime=19.3
/proc/12227/task/12228/stat : 12228 (java) R 12226 12213 11954 0 -1 64 4966 0 4 0 1925 5 0 0 17 0 9 0 140446844 890220544 44105 996147200 134512640 134550740 4294955920 18446744073709551615 4126666926 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12229] ppid=12226 vsize=869356 CPUtime=4.74
/proc/12227/task/12229/stat : 12229 (java) S 12226 12213 11954 0 -1 64 53715 0 0 0 452 22 0 0 16 0 9 0 140446845 890220544 44105 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12230] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12230/stat : 12230 (java) S 12226 12213 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140446845 890220544 44105 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12231] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12231/stat : 12231 (java) S 12226 12213 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140446845 890220544 44105 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12232] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12232/stat : 12232 (java) S 12226 12213 11954 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140446847 890220544 44105 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12233] ppid=12226 vsize=869356 CPUtime=0.28
/proc/12227/task/12233/stat : 12233 (java) S 12226 12213 11954 0 -1 64 1546 0 0 0 27 1 0 0 16 0 9 0 140446847 890220544 44105 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12227/tid=12234] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12234/stat : 12234 (java) S 12226 12213 11954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140446847 890220544 44105 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12235] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12235/stat : 12235 (java) S 12226 12213 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140446847 890220544 44105 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 891452

[startup+51.1012 s]
/proc/loadavg: 1.47 1.63 1.00 2/94 12235
/proc/meminfo: memFree=931296/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=16740 CPUtime=1.06
/proc/12213/stat : 12213 (sugar++) S 12211 12213 11954 0 -1 4194304 1291 9929 6 67 5 2 92 7 16 0 1 0 140446711 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12213/statm: 4185 1104 409 3 0 764 0
[pid=12226] ppid=12213 vsize=5356 CPUtime=0
/proc/12226/stat : 12226 (sh) S 12213 12213 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140446843 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12226/statm: 1339 233 193 169 0 50 0
[pid=12227] ppid=12226 vsize=869356 CPUtime=49.12
/proc/12227/stat : 12227 (java) S 12226 12213 11954 0 -1 0 61132 0 4 0 4825 87 0 0 20 0 9 0 140446843 890220544 44126 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0

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

[pid=12227/tid=12233] ppid=12226 vsize=869356 CPUtime=0.31
/proc/12227/task/12233/stat : 12233 (java) S 12226 12213 11954 0 -1 64 1566 0 0 0 30 1 0 0 15 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12227/tid=12234] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12234/stat : 12234 (java) S 12226 12213 11954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12235] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12235/stat : 12235 (java) S 12226 12213 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 218.02
Current children cumulated vsize (KiB) 891452

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

[startup+230.401 s]
/proc/loadavg: 1.69 1.63 1.10 2/94 12235
/proc/meminfo: memFree=18720/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=16740 CPUtime=1.07
/proc/12213/stat : 12213 (sugar++) S 12211 12213 11954 0 -1 4194304 1291 9929 6 67 6 2 92 7 16 0 1 0 140446711 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12213/statm: 4185 1104 409 3 0 764 0
[pid=12226] ppid=12213 vsize=5356 CPUtime=0
/proc/12226/stat : 12226 (sh) S 12213 12213 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140446843 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12226/statm: 1339 233 193 169 0 50 0
[pid=12227] ppid=12226 vsize=869356 CPUtime=225
/proc/12227/stat : 12227 (java) S 12226 12213 11954 0 -1 0 63638 0 4 0 21510 990 0 0 20 0 9 0 140446843 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12227/statm: 217339 44127 2566 9 0 211886 0
[pid=12227/tid=12228] ppid=12226 vsize=869356 CPUtime=218.16
/proc/12227/task/12228/stat : 12228 (java) R 12226 12213 11954 0 -1 64 7660 0 4 0 20867 949 0 0 17 0 9 0 140446844 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4126428142 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12229] ppid=12226 vsize=869356 CPUtime=6.5
/proc/12227/task/12229/stat : 12229 (java) S 12226 12213 11954 0 -1 64 53715 0 0 0 612 38 0 0 16 0 9 0 140446845 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12230] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12230/stat : 12230 (java) S 12226 12213 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140446845 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12231] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12231/stat : 12231 (java) S 12226 12213 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140446845 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12232] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12232/stat : 12232 (java) S 12226 12213 11954 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12233] ppid=12226 vsize=869356 CPUtime=0.31
/proc/12227/task/12233/stat : 12233 (java) S 12226 12213 11954 0 -1 64 1566 0 0 0 30 1 0 0 15 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12227/tid=12234] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12234/stat : 12234 (java) S 12226 12213 11954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12235] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12235/stat : 12235 (java) S 12226 12213 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 226.07
Current children cumulated vsize (KiB) 891452

[startup+256.002 s]
/proc/loadavg: 1.81 1.66 1.12 2/94 12235
/proc/meminfo: memFree=15520/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=16740 CPUtime=1.07
/proc/12213/stat : 12213 (sugar++) S 12211 12213 11954 0 -1 4194304 1291 9929 6 67 6 2 92 7 16 0 1 0 140446711 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12213/statm: 4185 1104 409 3 0 764 0
[pid=12226] ppid=12213 vsize=5356 CPUtime=0
/proc/12226/stat : 12226 (sh) S 12213 12213 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140446843 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12226/statm: 1339 233 193 169 0 50 0
[pid=12227] ppid=12226 vsize=869356 CPUtime=249.93
/proc/12227/stat : 12227 (java) S 12226 12213 11954 0 -1 0 64179 0 4 0 23787 1206 0 0 20 0 9 0 140446843 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12227/statm: 217339 44127 2566 9 0 211886 0
[pid=12227/tid=12228] ppid=12226 vsize=869356 CPUtime=242.73
/proc/12227/task/12228/stat : 12228 (java) R 12226 12213 11954 0 -1 64 8201 0 4 0 23110 1163 0 0 17 0 9 0 140446844 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4126486613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12227/tid=12229] ppid=12226 vsize=869356 CPUtime=6.86
/proc/12227/task/12229/stat : 12229 (java) S 12226 12213 11954 0 -1 64 53715 0 0 0 645 41 0 0 16 0 9 0 140446845 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12227/tid=12230] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12230/stat : 12230 (java) S 12226 12213 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140446845 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12231] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12231/stat : 12231 (java) S 12226 12213 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140446845 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12232] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12232/stat : 12232 (java) S 12226 12213 11954 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12233] ppid=12226 vsize=869356 CPUtime=0.31
/proc/12227/task/12233/stat : 12233 (java) S 12226 12213 11954 0 -1 64 1566 0 0 0 30 1 0 0 15 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12227/tid=12234] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12234/stat : 12234 (java) S 12226 12213 11954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12235] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12235/stat : 12235 (java) S 12226 12213 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 251
Current children cumulated vsize (KiB) 891452

[startup+268.803 s]
/proc/loadavg: 1.92 1.69 1.14 2/94 12235
/proc/meminfo: memFree=15648/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=16740 CPUtime=1.07
/proc/12213/stat : 12213 (sugar++) S 12211 12213 11954 0 -1 4194304 1291 9929 6 67 6 2 92 7 16 0 1 0 140446711 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12213/statm: 4185 1104 409 3 0 764 0
[pid=12226] ppid=12213 vsize=5356 CPUtime=0
/proc/12226/stat : 12226 (sh) S 12213 12213 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140446843 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12226/statm: 1339 233 193 169 0 50 0
[pid=12227] ppid=12226 vsize=869356 CPUtime=262.44
/proc/12227/stat : 12227 (java) S 12226 12213 11954 0 -1 0 64453 0 4 0 24932 1312 0 0 20 0 9 0 140446843 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12227/statm: 217339 44127 2566 9 0 211886 0
[pid=12227/tid=12228] ppid=12226 vsize=869356 CPUtime=255.06
/proc/12227/task/12228/stat : 12228 (java) R 12226 12213 11954 0 -1 64 8475 0 4 0 24239 1267 0 0 17 0 9 0 140446844 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12229] ppid=12226 vsize=869356 CPUtime=7.03
/proc/12227/task/12229/stat : 12229 (java) S 12226 12213 11954 0 -1 64 53715 0 0 0 661 42 0 0 16 0 9 0 140446845 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12227/tid=12230] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12230/stat : 12230 (java) S 12226 12213 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140446845 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12231] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12231/stat : 12231 (java) S 12226 12213 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140446845 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12232] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12232/stat : 12232 (java) S 12226 12213 11954 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12233] ppid=12226 vsize=869356 CPUtime=0.31
/proc/12227/task/12233/stat : 12233 (java) S 12226 12213 11954 0 -1 64 1566 0 0 0 30 1 0 0 15 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12227/tid=12234] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12234/stat : 12234 (java) S 12226 12213 11954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12235] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12235/stat : 12235 (java) S 12226 12213 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 263.51
Current children cumulated vsize (KiB) 891452

[startup+275.202 s]
/proc/loadavg: 1.93 1.70 1.15 2/94 12235
/proc/meminfo: memFree=15840/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=16740 CPUtime=1.07
/proc/12213/stat : 12213 (sugar++) S 12211 12213 11954 0 -1 4194304 1291 9929 6 67 6 2 92 7 16 0 1 0 140446711 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12213/statm: 4185 1104 409 3 0 764 0
[pid=12226] ppid=12213 vsize=5356 CPUtime=0
/proc/12226/stat : 12226 (sh) S 12213 12213 11954 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 140446843 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12226/statm: 1339 233 193 169 0 50 0
[pid=12227] ppid=12226 vsize=869356 CPUtime=268.56
/proc/12227/stat : 12227 (java) S 12226 12213 11954 0 -1 0 64585 0 4 0 25492 1364 0 0 20 0 9 0 140446843 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12227/statm: 217339 44127 2566 9 0 211886 0
[pid=12227/tid=12228] ppid=12226 vsize=869356 CPUtime=261.1
/proc/12227/task/12228/stat : 12228 (java) R 12226 12213 11954 0 -1 64 8607 0 4 0 24791 1319 0 0 18 0 9 0 140446844 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12229] ppid=12226 vsize=869356 CPUtime=7.12
/proc/12227/task/12229/stat : 12229 (java) S 12226 12213 11954 0 -1 64 53715 0 0 0 669 43 0 0 16 0 9 0 140446845 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12230] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12230/stat : 12230 (java) S 12226 12213 11954 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 140446845 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12231] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12231/stat : 12231 (java) S 12226 12213 11954 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 140446845 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12232] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12232/stat : 12232 (java) S 12226 12213 11954 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12233] ppid=12226 vsize=869356 CPUtime=0.31
/proc/12227/task/12233/stat : 12233 (java) S 12226 12213 11954 0 -1 64 1566 0 0 0 30 1 0 0 15 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12227/tid=12234] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12234/stat : 12234 (java) S 12226 12213 11954 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12227/tid=12235] ppid=12226 vsize=869356 CPUtime=0
/proc/12227/task/12235/stat : 12235 (java) S 12226 12213 11954 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 140446847 890220544 44127 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 269.63
Current children cumulated vsize (KiB) 891452

[startup+278.407 s]
/proc/loadavg: 1.93 1.70 1.15 2/84 12235
/proc/meminfo: memFree=1166704/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=16740 CPUtime=272.25
/proc/12213/stat : 12213 (sugar++) D 12211 12213 11954 0 -1 4194304 1314 74855 6 73 6 53 25772 1394 15 0 1 0 140446711 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12213/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 272.25
Current children cumulated vsize (KiB) 16740

[startup+280.002 s]
/proc/loadavg: 1.93 1.70 1.15 1/84 12235
/proc/meminfo: memFree=1217648/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=16740 CPUtime=272.33
/proc/12213/stat : 12213 (sugar++) D 12211 12213 11954 0 -1 4194304 1314 74855 6 73 6 61 25772 1394 15 0 1 0 140446711 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12213/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 272.33
Current children cumulated vsize (KiB) 16740

[startup+280.402 s]
/proc/loadavg: 1.93 1.70 1.15 1/84 12235
/proc/meminfo: memFree=1217648/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=16740 CPUtime=272.35
/proc/12213/stat : 12213 (sugar++) D 12211 12213 11954 0 -1 4194304 1314 74855 6 73 6 63 25772 1394 15 0 1 0 140446711 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12213/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 272.35
Current children cumulated vsize (KiB) 16740

[startup+280.607 s]
/proc/loadavg: 1.93 1.70 1.15 1/84 12235
/proc/meminfo: memFree=1217088/2055920 swapFree=4180408/4192956
[pid=12213] ppid=12211 vsize=16740 CPUtime=272.36
/proc/12213/stat : 12213 (sugar++) D 12211 12213 11954 0 -1 4194304 1314 74855 6 73 6 64 25772 1394 15 0 1 0 140446711 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 228774876201 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/12213/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 272.36
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 280.616
CPU time (s): 272.374
CPU user time (s): 257.785
CPU system time (s): 14.5888
CPU usage (%): 97.0627
Max. virtual memory (cumulated for all children) (KiB): 901588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 257.785
system time used= 14.5888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76225
page faults= 79
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25692
involuntary context switches= 23847

runsolver used 0.338948 second user time and 0.962853 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-08-07 20:26:39
IDJOB=1112823
IDBENCH=61480
IDSOLVER=367
FILE ID=node74/1112823-1218133599
PBS_JOBID= 8000829
Free space on /tmp= 103240 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fapp/fapp10/normalized-fapp10-0900-0.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112823-1218133599/watcher-1112823-1218133599 -o /tmp/evaluation-result-1112823-1218133599/solver-1112823-1218133599 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1112823-1218133599.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6c0f6900ea5b66ed7e32c3099d9a431e
RANDOM SEED=165574004

node74.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.263
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.263
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:       1214176 kB
Buffers:          2916 kB
Cached:          27528 kB
SwapCached:       4576 kB
Active:         779776 kB
Inactive:         5200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1214176 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:         771724 kB
Slab:            40436 kB
Committed_AS:   892896 kB
PageTables:       3356 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= 103236 MiB
End job on node74 at 2008-08-07 20:31:20