Trace number 2083622

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+minisat? 1083.01 1102.06

General information on the benchmark

Namecsp/fapp/fapp28/
normalized-fapp28-2800-6.xml
MD5SUM58ea24c4b64e9a970cdc24f9e79dc4d0
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark47.0568
Satisfiable
(Un)Satisfiability was proved
Number of variables2800
Number of constraints22569
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension22569
Global constraints used (with number of constraints)

Solver Data

0.04/0.23	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.24	c 0	BEGIN Sun Jul 12 07:50:14 2009
0.04/0.24	c 0	PID 27091
0.04/0.24	c 0	HOST node41.alineos.net
0.04/0.24	c 0	CONVERTING HOME/instance-2083622-1247377814.xml TO HOME/temp.csp
0.04/0.24	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083622-1247377814.xml' 'HOME/temp.csp'
1.69/1.94	c 2	17 domains, 2800 variables, 8 predicates, 0 relations, 22569 constraints
1.69/1.97	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.69/1.97	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'
1.74/2.05	c 2	Parsing HOME/temp.csp
1.95/2.24	c 2	parsed 10000 expressions
2.14/2.45	c 2	parsed 20000 expressions
2.25/2.51	c 2	parsed 25394 expressions
2.25/2.52	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.25/2.52	c 2	Converting to clausal form CSP
2.25/2.59	c 3	converted 2540 (10%) expressions
11.16/11.52	c 11	converted 5079 (20%) expressions
19.38/19.89	c 20	converted 7619 (30%) expressions
27.89/28.40	c 28	converted 10158 (40%) expressions
36.10/36.78	c 37	converted 12697 (50%) expressions
44.42/45.11	c 45	converted 15237 (60%) expressions
52.14/52.91	c 53	converted 17776 (70%) expressions
59.75/60.66	c 61	converted 20316 (80%) expressions
67.08/68.08	c 68	converted 22855 (90%) expressions
74.31/75.40	c 75	converted 25394 (100%) expressions
74.41/75.40	c 75	CSP : 9699 integers, 62496 booleans, 149950 clauses, largest domain size 3217
74.41/75.40	c 75	Heap : 118 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
74.41/75.40	c 75	Propagation in CSP
83.32/84.43	c 84	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
83.32/84.43	c 84	CSP : 9699 integers, 62496 booleans, 149950 clauses, largest domain size 3217
83.32/84.43	c 84	Heap : 116 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
83.32/84.49	c 84	Simplifing CSP by introducing new Boolean variables
83.71/84.81	c 85	CSP : 9699 integers, 119270 booleans, 206724 clauses, largest domain size 3217
83.71/84.81	c 85	Heap : 130 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
84.51/85.65	c 86	Encoding CSP to SAT : HOME/temp.cnf
119.37/120.81	c 121	970 (10%) CSP integer variables are encoded (720926 clauses, 12033901 bytes)
154.52/156.31	c 156	1940 (20%) CSP integer variables are encoded (1448343 clauses, 25299359 bytes)
185.53/187.61	c 188	2910 (30%) CSP integer variables are encoded (2381517 clauses, 43029665 bytes)
188.99/191.18	c 191	3880 (40%) CSP integer variables are encoded (5187779 clauses, 96348643 bytes)
192.51/194.75	c 195	4850 (50%) CSP integer variables are encoded (7854239 clauses, 147011383 bytes)
196.23/198.56	c 198	5820 (60%) CSP integer variables are encoded (10646359 clauses, 201365584 bytes)
200.06/202.41	c 202	6790 (70%) CSP integer variables are encoded (13383483 clauses, 258845188 bytes)
203.75/206.28	c 206	7760 (80%) CSP integer variables are encoded (16076947 clauses, 315407932 bytes)
207.54/210.16	c 210	8730 (90%) CSP integer variables are encoded (18787285 clauses, 372325030 bytes)
211.32/214.06	c 214	9699 (100%) CSP integer variables are encoded (21508154 clauses, 429463279 bytes)
310.42/314.44	c 314	20673 (10%) CSP clauses are encoded (30133179 clauses, 661320406 bytes)
397.89/403.07	c 403	41345 (20%) CSP clauses are encoded (38572364 clauses, 891036612 bytes)
485.44/491.71	c 492	62018 (30%) CSP clauses are encoded (47303106 clauses, 1128729531 bytes)
577.26/584.91	c 585	82690 (40%) CSP clauses are encoded (56211701 clauses, 1377726934 bytes)
666.93/675.97	c 676	103362 (50%) CSP clauses are encoded (64762785 clauses, 1623926706 bytes)
751.55/761.89	c 762	124035 (60%) CSP clauses are encoded (73065952 clauses, 1864146512 bytes)
836.90/848.52	c 848	144707 (70%) CSP clauses are encoded (81681963 clauses, 2112853157 bytes)
921.41/934.38	c 934	165380 (80%) CSP clauses are encoded (90297120 clauses, 2362794290 bytes)
1007.00/1021.26	c 1021	186052 (90%) CSP clauses are encoded (98996189 clauses, 2615841968 bytes)
1081.59/1097.01	c 1097	206724 (100%) CSP clauses are encoded (107458824 clauses, 2864399183 bytes)
1081.59/1097.02	c 1097	206724 CSP clauses encoded
1081.59/1097.05	c 1097	Writing map file : HOME/temp.map
1082.03/1097.70	c 1098	Heap : 111 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1082.03/1097.70	c 1098	SAT : 21637123 SAT variables, 107458824 SAT clauses, 2864399183 bytes
1082.03/1097.70	c 1098	Heap : 111 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1082.14/1097.86	c 1098	SOLVING HOME/temp.cnf
1082.14/1097.86	c 1098	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1082.22/1098.14	c 1098	This is MiniSat 2.0 beta
1082.22/1098.14	c 1098	WARNING: for repeatability, setting FPU to use double precision
1082.22/1098.14	c 1098	ERROR! Could not open file: HOME/temp.cnf
1082.22/1098.14	c 1098	DECODING HOME/temp.out WITH HOME/temp.map
1082.22/1098.14	c ERROR no output file HOME/temp.out
1082.22/1098.14	s UNKNOWN
1082.22/1098.14	c 1098	CPU 1082.22 (0.09 0.02 1063.64 18.47)
1082.22/1098.14	c 1098	END Sun Jul 12 08:08:32 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-2083622-1247377814/watcher-2083622-1247377814 -o /tmp/evaluation-result-2083622-1247377814/solver-2083622-1247377814 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083622-1247377814.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.99 2.01 2.03 4/80 27091
/proc/meminfo: memFree=1339936/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=18576 CPUtime=0
/proc/27091/stat : 27091 (runsolver) R 27089 27091 27000 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24473091 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 209135922471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/27091/statm: 4644 284 249 26 0 2626 0

[startup+0.0100489 s]
/proc/loadavg: 1.99 2.01 2.03 4/80 27091
/proc/meminfo: memFree=1339936/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=124 CPUtime=0
/proc/27091/stat : 27091 (sugar) D 27089 27091 27000 0 -1 4194304 38 0 0 0 0 0 0 0 19 0 1 0 24473091 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 209133303273 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/27091/statm: 31 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 124

[startup+0.101059 s]
/proc/loadavg: 1.99 2.01 2.03 4/80 27091
/proc/meminfo: memFree=1339936/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=12272 CPUtime=0
/proc/27091/stat : 27091 (sugar) D 27089 27091 27000 0 -1 4194304 400 0 0 0 0 0 0 0 18 0 1 0 24473091 12566528 368 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/27091/statm: 3068 368 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301081 s]
/proc/loadavg: 1.99 2.01 2.03 4/80 27091
/proc/meminfo: memFree=1339936/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=16868 CPUtime=0.06
/proc/27091/stat : 27091 (sugar) S 27089 27091 27000 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24473091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27091/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701116 s]
/proc/loadavg: 1.99 2.01 2.03 4/80 27091
/proc/meminfo: memFree=1339936/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=16868 CPUtime=0.06
/proc/27091/stat : 27091 (sugar) S 27089 27091 27000 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24473091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27091/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50218 s]
/proc/loadavg: 1.99 2.01 2.03 3/91 27103
/proc/meminfo: memFree=1316744/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=16868 CPUtime=0.06
/proc/27091/stat : 27091 (sugar) S 27089 27091 27000 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24473091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27091/statm: 4217 1111 409 3 0 796 0
[pid=27094] ppid=27091 vsize=5356 CPUtime=0
/proc/27094/stat : 27094 (sh) S 27091 27091 27000 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 24473116 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27094/statm: 1339 233 193 169 0 50 0
[pid=27095] ppid=27094 vsize=864772 CPUtime=1.22
/proc/27095/stat : 27095 (java) S 27094 27091 27000 0 -1 0 13046 0 1 0 116 6 0 0 18 0 9 0 24473116 885526528 11078 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27095/statm: 216193 11078 2556 9 0 210705 0
[pid=27095/tid=27096] ppid=27094 vsize=864772 CPUtime=0.69
/proc/27095/task/27096/stat : 27096 (java) R 27094 27091 27000 0 -1 64 3051 0 1 0 67 2 0 0 23 0 9 0 24473117 885526528 11078 996147200 134512640 134550932 4294955984 18446744073709551615 4126728920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27095/tid=27097] ppid=27094 vsize=864772 CPUtime=0.4
/proc/27095/task/27097/stat : 27097 (java) S 27094 27091 27000 0 -1 64 8780 0 0 0 37 3 0 0 16 0 9 0 24473118 885526528 11078 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27095/tid=27098] ppid=27094 vsize=864772 CPUtime=0
/proc/27095/task/27098/stat : 27098 (java) S 27094 27091 27000 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24473119 885526528 11078 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27095/tid=27099] ppid=27094 vsize=864772 CPUtime=0
/proc/27095/task/27099/stat : 27099 (java) S 27094 27091 27000 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24473119 885526528 11078 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27095/tid=27100] ppid=27094 vsize=864772 CPUtime=0
/proc/27095/task/27100/stat : 27100 (java) S 27094 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24473121 885526528 11078 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27095/tid=27101] ppid=27094 vsize=864772 CPUtime=0.12
/proc/27095/task/27101/stat : 27101 (java) S 27094 27091 27000 0 -1 64 511 0 0 0 12 0 0 0 16 0 9 0 24473121 885526528 11078 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27095/tid=27102] ppid=27094 vsize=864772 CPUtime=0
/proc/27095/task/27102/stat : 27102 (java) S 27094 27091 27000 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24473121 885526528 11078 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27095/tid=27103] ppid=27094 vsize=864772 CPUtime=0
/proc/27095/task/27103/stat : 27103 (java) S 27094 27091 27000 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24473121 885526528 11078 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 886996

[startup+3.10233 s]
/proc/loadavg: 1.99 2.01 2.03 4/91 27113
/proc/meminfo: memFree=1330056/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=16868 CPUtime=1.75
/proc/27091/stat : 27091 (sugar) S 27089 27091 27000 0 -1 4194304 1309 14756 0 1 6 1 159 9 16 0 1 0 24473091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27091/statm: 4217 1111 409 3 0 796 0
[pid=27104] ppid=27091 vsize=5356 CPUtime=0
/proc/27104/stat : 27104 (sh) S 27091 27091 27000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24473289 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27104/statm: 1339 233 193 169 0 50 0
[pid=27105] ppid=27104 vsize=868556 CPUtime=1.1
/proc/27105/stat : 27105 (java) S 27104 27091 27000 0 -1 0 9065 0 1 0 104 6 0 0 18 0 9 0 24473289 889401344 8158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27105/statm: 217139 8158 2569 9 0 211644 0
[pid=27105/tid=27106] ppid=27104 vsize=868556 CPUtime=0.71
/proc/27105/task/27106/stat : 27106 (java) R 27104 27091 27000 0 -1 64 2620 0 1 0 69 2 0 0 21 0 9 0 24473290 889401344 8158 996147200 134512640 134550932 4294955936 18446744073709551615 4126587910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27107] ppid=27104 vsize=868556 CPUtime=0.2
/proc/27105/task/27107/stat : 27107 (java) S 27104 27091 27000 0 -1 64 4267 0 0 0 19 1 0 0 16 0 9 0 24473291 889401344 8158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27108] ppid=27104 vsize=868556 CPUtime=0
/proc/27105/task/27108/stat : 27108 (java) S 27104 27091 27000 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24473291 889401344 8158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27109] ppid=27104 vsize=868556 CPUtime=0
/proc/27105/task/27109/stat : 27109 (java) S 27104 27091 27000 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24473291 889401344 8158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27110] ppid=27104 vsize=868556 CPUtime=0
/proc/27105/task/27110/stat : 27110 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24473293 889401344 8158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27111] ppid=27104 vsize=868556 CPUtime=0.15
/proc/27105/task/27111/stat : 27111 (java) S 27104 27091 27000 0 -1 64 1475 0 0 0 15 0 0 0 15 0 9 0 24473293 889401344 8158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27112] ppid=27104 vsize=868556 CPUtime=0
/proc/27105/task/27112/stat : 27112 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24473293 889401344 8158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27113] ppid=27104 vsize=868556 CPUtime=0
/proc/27105/task/27113/stat : 27113 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24473293 889401344 8158 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 890780

[startup+6.30261 s]
/proc/loadavg: 1.99 2.01 2.03 3/91 27113
/proc/meminfo: memFree=1308616/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=16868 CPUtime=1.75
/proc/27091/stat : 27091 (sugar) S 27089 27091 27000 0 -1 4194304 1309 14756 0 1 6 1 159 9 16 0 1 0 24473091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27091/statm: 4217 1111 409 3 0 796 0
[pid=27104] ppid=27091 vsize=5356 CPUtime=0
/proc/27104/stat : 27104 (sh) S 27091 27091 27000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24473289 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27104/statm: 1339 233 193 169 0 50 0
[pid=27105] ppid=27104 vsize=868640 CPUtime=4.27
/proc/27105/stat : 27105 (java) S 27104 27091 27000 0 -1 0 10497 0 1 0 418 9 0 0 18 0 9 0 24473289 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27105/statm: 217160 9243 2567 9 0 211665 0
[pid=27105/tid=27106] ppid=27104 vsize=868640 CPUtime=3.57
/proc/27105/task/27106/stat : 27106 (java) R 27104 27091 27000 0 -1 64 2982 0 1 0 354 3 0 0 25 0 9 0 24473290 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4126583289 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27107] ppid=27104 vsize=868640 CPUtime=0.48
/proc/27105/task/27107/stat : 27107 (java) S 27104 27091 27000 0 -1 64 5319 0 0 0 44 4 0 0 16 0 9 0 24473291 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27108] ppid=27104 vsize=868640 CPUtime=0
/proc/27105/task/27108/stat : 27108 (java) S 27104 27091 27000 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24473291 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27109] ppid=27104 vsize=868640 CPUtime=0
/proc/27105/task/27109/stat : 27109 (java) S 27104 27091 27000 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24473291 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27110] ppid=27104 vsize=868640 CPUtime=0
/proc/27105/task/27110/stat : 27110 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24473293 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27111] ppid=27104 vsize=868640 CPUtime=0.19
/proc/27105/task/27111/stat : 27111 (java) S 27104 27091 27000 0 -1 64 1493 0 0 0 19 0 0 0 16 0 9 0 24473293 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27112] ppid=27104 vsize=868640 CPUtime=0
/proc/27105/task/27112/stat : 27112 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24473293 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27113] ppid=27104 vsize=868640 CPUtime=0
/proc/27105/task/27113/stat : 27113 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24473293 889487360 9243 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 890864

[startup+12.7022 s]
/proc/loadavg: 1.99 2.01 2.03 3/91 27113
/proc/meminfo: memFree=1300744/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=16868 CPUtime=1.75
/proc/27091/stat : 27091 (sugar) S 27089 27091 27000 0 -1 4194304 1309 14756 0 1 6 1 159 9 16 0 1 0 24473091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27091/statm: 4217 1111 409 3 0 796 0
[pid=27104] ppid=27091 vsize=5356 CPUtime=0
/proc/27104/stat : 27104 (sh) S 27091 27091 27000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24473289 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27104/statm: 1339 233 193 169 0 50 0
[pid=27105] ppid=27104 vsize=868640 CPUtime=10.6
/proc/27105/stat : 27105 (java) S 27104 27091 27000 0 -1 0 12926 0 1 0 1044 16 0 0 18 0 9 0 24473289 889487360 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27105/statm: 217160 11248 2567 9 0 211665 0
[pid=27105/tid=27106] ppid=27104 vsize=868640 CPUtime=9.47
/proc/27105/task/27106/stat : 27106 (java) R 27104 27091 27000 0 -1 64 3406 0 1 0 941 6 0 0 25 0 9 0 24473290 889487360 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4126511907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27107] ppid=27104 vsize=868640 CPUtime=0.91
/proc/27105/task/27107/stat : 27107 (java) S 27104 27091 27000 0 -1 64 7323 0 0 0 83 8 0 0 16 0 9 0 24473291 889487360 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27108] ppid=27104 vsize=868640 CPUtime=0
/proc/27105/task/27108/stat : 27108 (java) S 27104 27091 27000 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24473291 889487360 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27109] ppid=27104 vsize=868640 CPUtime=0
/proc/27105/task/27109/stat : 27109 (java) S 27104 27091 27000 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24473291 889487360 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27110] ppid=27104 vsize=868640 CPUtime=0
/proc/27105/task/27110/stat : 27110 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24473293 889487360 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27111] ppid=27104 vsize=868640 CPUtime=0.19
/proc/27105/task/27111/stat : 27111 (java) S 27104 27091 27000 0 -1 64 1494 0 0 0 19 0 0 0 16 0 9 0 24473293 889487360 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27112] ppid=27104 vsize=868640 CPUtime=0
/proc/27105/task/27112/stat : 27112 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24473293 889487360 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27113] ppid=27104 vsize=868640 CPUtime=0
/proc/27105/task/27113/stat : 27113 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24473293 889487360 11248 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 890864

[startup+25.5013 s]
/proc/loadavg: 1.99 2.01 2.03 3/91 27113
/proc/meminfo: memFree=1281288/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=16868 CPUtime=1.75
/proc/27091/stat : 27091 (sugar) S 27089 27091 27000 0 -1 4194304 1309 14756 0 1 6 1 159 9 16 0 1 0 24473091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27091/statm: 4217 1111 409 3 0 796 0
[pid=27104] ppid=27091 vsize=5356 CPUtime=0
/proc/27104/stat : 27104 (sh) S 27091 27091 27000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24473289 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27104/statm: 1339 233 193 169 0 50 0
[pid=27105] ppid=27104 vsize=868640 CPUtime=23.26
/proc/27105/stat : 27105 (java) S 27104 27091 27000 0 -1 0 20410 0 1 0 2302 24 0 0 18 0 9 0 24473289 889487360 16010 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27105/statm: 217160 16010 2568 9 0 211665 0
[pid=27105/tid=27106] ppid=27104 vsize=868640 CPUtime=20.99
/proc/27105/task/27106/stat : 27106 (java) R 27104 27091 27000 0 -1 64 4316 0 1 0 2091 8 0 0 25 0 9 0 24473290 889487360 16010 996147200 134512640 134550932 4294955936 18446744073709551615 4126448547 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27107] ppid=27104 vsize=868640 CPUtime=2.03
/proc/27105/task/27107/stat : 27107 (java) S 27104 27091 27000 0 -1 64 13888 0 0 0 190 13 0 0 16 0 9 0 24473291 889487360 16010 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27108] ppid=27104 vsize=868640 CPUtime=0
/proc/27105/task/27108/stat : 27108 (java) S 27104 27091 27000 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24473291 889487360 16010 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27109] ppid=27104 vsize=868640 CPUtime=0
/proc/27105/task/27109/stat : 27109 (java) S 27104 27091 27000 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24473291 889487360 16010 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27110] ppid=27104 vsize=868640 CPUtime=0

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

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

[startup+1075.1 s]
/proc/loadavg: 2.17 2.12 2.07 3/91 27125
/proc/meminfo: memFree=15176/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=16868 CPUtime=1.75
/proc/27091/stat : 27091 (sugar) S 27089 27091 27000 0 -1 4194304 1310 14756 0 1 6 1 159 9 16 0 1 0 24473091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27091/statm: 4217 1111 409 3 0 796 0
[pid=27104] ppid=27091 vsize=5356 CPUtime=0
/proc/27104/stat : 27104 (sh) S 27091 27091 27000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24473289 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27104/statm: 1339 233 193 169 0 50 0
[pid=27105] ppid=27104 vsize=868752 CPUtime=1058.29
/proc/27105/stat : 27105 (java) S 27104 27091 27000 0 -1 0 53855 0 1 0 104044 1785 0 0 18 0 9 0 24473289 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27105/statm: 217188 39727 2593 9 0 211665 0
[pid=27105/tid=27106] ppid=27104 vsize=868752 CPUtime=1046.85
/proc/27105/task/27106/stat : 27106 (java) R 27104 27091 27000 0 -1 64 11571 0 1 0 102971 1714 0 0 25 0 9 0 24473290 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4126932623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27107] ppid=27104 vsize=868752 CPUtime=11.1
/proc/27105/task/27107/stat : 27107 (java) S 27104 27091 27000 0 -1 64 40029 0 0 0 1042 68 0 0 16 0 9 0 24473291 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27108] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27108/stat : 27108 (java) S 27104 27091 27000 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24473291 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27109] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27109/stat : 27109 (java) S 27104 27091 27000 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24473291 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27110] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27110/stat : 27110 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24473293 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27111] ppid=27104 vsize=868752 CPUtime=0.3
/proc/27105/task/27111/stat : 27111 (java) S 27104 27091 27000 0 -1 64 1552 0 0 0 29 1 0 0 17 0 9 0 24473293 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27112] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27112/stat : 27112 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24473293 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27113] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27113/stat : 27113 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24473293 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1060.04
Current children cumulated vsize (KiB) 890976

[startup+1087.91 s]
/proc/loadavg: 2.13 2.11 2.06 3/91 27125
/proc/meminfo: memFree=14984/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=16868 CPUtime=1.75
/proc/27091/stat : 27091 (sugar) S 27089 27091 27000 0 -1 4194304 1310 14756 0 1 6 1 159 9 16 0 1 0 24473091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27091/statm: 4217 1111 409 3 0 796 0
[pid=27104] ppid=27091 vsize=5356 CPUtime=0
/proc/27104/stat : 27104 (sh) S 27091 27091 27000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24473289 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27104/statm: 1339 233 193 169 0 50 0
[pid=27105] ppid=27104 vsize=868752 CPUtime=1070.9
/proc/27105/stat : 27105 (java) S 27104 27091 27000 0 -1 0 53927 0 1 0 105282 1808 0 0 18 0 9 0 24473289 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27105/statm: 217188 39727 2593 9 0 211665 0
[pid=27105/tid=27106] ppid=27104 vsize=868752 CPUtime=1059.41
/proc/27105/task/27106/stat : 27106 (java) R 27104 27091 27000 0 -1 64 11643 0 1 0 104204 1737 0 0 25 0 9 0 24473290 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4127067601 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27107] ppid=27104 vsize=868752 CPUtime=11.15
/proc/27105/task/27107/stat : 27107 (java) S 27104 27091 27000 0 -1 64 40029 0 0 0 1047 68 0 0 16 0 9 0 24473291 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27108] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27108/stat : 27108 (java) S 27104 27091 27000 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24473291 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27109] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27109/stat : 27109 (java) S 27104 27091 27000 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24473291 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27110] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27110/stat : 27110 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24473293 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27111] ppid=27104 vsize=868752 CPUtime=0.3
/proc/27105/task/27111/stat : 27111 (java) S 27104 27091 27000 0 -1 64 1552 0 0 0 29 1 0 0 17 0 9 0 24473293 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27112] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27112/stat : 27112 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24473293 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27113] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27113/stat : 27113 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24473293 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1072.65
Current children cumulated vsize (KiB) 890976

[startup+1094.3 s]
/proc/loadavg: 2.12 2.11 2.06 3/91 27125
/proc/meminfo: memFree=16264/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=16868 CPUtime=1.75
/proc/27091/stat : 27091 (sugar) S 27089 27091 27000 0 -1 4194304 1310 14756 0 1 6 1 159 9 16 0 1 0 24473091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27091/statm: 4217 1111 409 3 0 796 0
[pid=27104] ppid=27091 vsize=5356 CPUtime=0
/proc/27104/stat : 27104 (sh) S 27091 27091 27000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24473289 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27104/statm: 1339 233 193 169 0 50 0
[pid=27105] ppid=27104 vsize=868752 CPUtime=1077.18
/proc/27105/stat : 27105 (java) S 27104 27091 27000 0 -1 0 53965 0 1 0 105897 1821 0 0 18 0 9 0 24473289 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27105/statm: 217188 39727 2593 9 0 211665 0
[pid=27105/tid=27106] ppid=27104 vsize=868752 CPUtime=1065.67
/proc/27105/task/27106/stat : 27106 (java) R 27104 27091 27000 0 -1 64 11681 0 1 0 104817 1750 0 0 25 0 9 0 24473290 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4126868503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27107] ppid=27104 vsize=868752 CPUtime=11.19
/proc/27105/task/27107/stat : 27107 (java) S 27104 27091 27000 0 -1 64 40029 0 0 0 1050 69 0 0 16 0 9 0 24473291 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27108] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27108/stat : 27108 (java) S 27104 27091 27000 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24473291 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27109] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27109/stat : 27109 (java) S 27104 27091 27000 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24473291 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27110] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27110/stat : 27110 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24473293 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27111] ppid=27104 vsize=868752 CPUtime=0.3
/proc/27105/task/27111/stat : 27111 (java) S 27104 27091 27000 0 -1 64 1552 0 0 0 29 1 0 0 17 0 9 0 24473293 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27112] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27112/stat : 27112 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24473293 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27113] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27113/stat : 27113 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24473293 889602048 39727 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1078.93
Current children cumulated vsize (KiB) 890976

[startup+1097.5 s]
/proc/loadavg: 2.12 2.11 2.06 3/91 27125
/proc/meminfo: memFree=15752/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=16868 CPUtime=1.75
/proc/27091/stat : 27091 (sugar) S 27089 27091 27000 0 -1 4194304 1310 14756 0 1 6 1 159 9 16 0 1 0 24473091 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27091/statm: 4217 1111 409 3 0 796 0
[pid=27104] ppid=27091 vsize=5356 CPUtime=0
/proc/27104/stat : 27104 (sh) S 27091 27091 27000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24473289 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27104/statm: 1339 233 193 169 0 50 0
[pid=27105] ppid=27104 vsize=868752 CPUtime=1080.25
/proc/27105/stat : 27105 (java) S 27104 27091 27000 0 -1 0 54001 0 3 0 106192 1833 0 0 18 0 9 0 24473289 889602048 39736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27105/statm: 217188 39736 2593 9 0 211665 0
[pid=27105/tid=27106] ppid=27104 vsize=868752 CPUtime=1068.69
/proc/27105/task/27106/stat : 27106 (java) D 27104 27091 27000 0 -1 64 11711 0 3 0 105108 1761 0 0 23 0 9 0 24473290 889602048 39736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=27105/tid=27107] ppid=27104 vsize=868752 CPUtime=11.21
/proc/27105/task/27107/stat : 27107 (java) S 27104 27091 27000 0 -1 64 40029 0 0 0 1052 69 0 0 16 0 9 0 24473291 889602048 39736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27105/tid=27108] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27108/stat : 27108 (java) S 27104 27091 27000 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24473291 889602048 39736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27109] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27109/stat : 27109 (java) S 27104 27091 27000 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24473291 889602048 39736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27110] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27110/stat : 27110 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24473293 889602048 39736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27111] ppid=27104 vsize=868752 CPUtime=0.32
/proc/27105/task/27111/stat : 27111 (java) S 27104 27091 27000 0 -1 64 1558 0 0 0 31 1 0 0 15 0 9 0 24473293 889602048 39736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27105/tid=27112] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27112/stat : 27112 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24473293 889602048 39736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27105/tid=27113] ppid=27104 vsize=868752 CPUtime=0
/proc/27105/task/27113/stat : 27113 (java) S 27104 27091 27000 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24473293 889602048 39736 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1082
Current children cumulated vsize (KiB) 890976

[startup+1099.1 s]
/proc/loadavg: 2.11 2.11 2.06 1/71 27130
/proc/meminfo: memFree=1954472/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=16868 CPUtime=1082.88
/proc/27091/stat : 27091 (sugar) D 27089 27091 27000 0 -1 4194304 1420 69415 0 13 9 68 106364 1847 18 0 1 0 24473091 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27091/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1082.88
Current children cumulated vsize (KiB) 16868

[startup+1100.7 s]
/proc/loadavg: 2.11 2.11 2.06 1/71 27130
/proc/meminfo: memFree=1953704/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=16868 CPUtime=1082.95
/proc/27091/stat : 27091 (sugar) D 27089 27091 27000 0 -1 4194304 1420 69415 0 13 9 75 106364 1847 18 0 1 0 24473091 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27091/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1082.95
Current children cumulated vsize (KiB) 16868

[startup+1101.5 s]
/proc/loadavg: 2.11 2.11 2.06 1/70 27133
/proc/meminfo: memFree=1952816/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=16868 CPUtime=1082.97
/proc/27091/stat : 27091 (sugar) D 27089 27091 27000 0 -1 4194304 1420 69415 0 13 9 77 106364 1847 18 0 1 0 24473091 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27091/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1082.97
Current children cumulated vsize (KiB) 16868

[startup+1101.9 s]
/proc/loadavg: 2.11 2.11 2.06 1/70 27133
/proc/meminfo: memFree=1952816/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=16868 CPUtime=1082.98
/proc/27091/stat : 27091 (sugar) D 27089 27091 27000 0 -1 4194304 1420 69415 0 13 9 78 106364 1847 18 0 1 0 24473091 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27091/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1082.98
Current children cumulated vsize (KiB) 16868

[startup+1102 s]
/proc/loadavg: 2.11 2.11 2.06 1/70 27133
/proc/meminfo: memFree=1952816/2055920 swapFree=4192812/4192956
[pid=27091] ppid=27089 vsize=16868 CPUtime=1082.98
/proc/27091/stat : 27091 (sugar) D 27089 27091 27000 0 -1 4194304 1420 69415 0 13 9 78 106364 1847 18 0 1 0 24473091 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 209136096297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/27091/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1082.98
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1102.06
CPU time (s): 1083.01
CPU user time (s): 1063.74
CPU system time (s): 19.2741
CPU usage (%): 98.2721
Max. virtual memory (cumulated for all children) (KiB): 895992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1063.74
system time used= 19.2741
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70896
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 90154
involuntary context switches= 121375

runsolver used 1.3338 second user time and 3.81942 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-12 07:50:14
IDJOB=2083622
IDBENCH=57878
IDSOLVER=739
FILE ID=node41/2083622-1247377814
PBS_JOBID= 9507177
Free space on /tmp= 65880 MiB

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

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

MD5SUM BENCH= 58ea24c4b64e9a970cdc24f9e79dc4d0
RANDOM SEED=2129698560

node41.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
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	: 5931.00
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.212
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:       1340416 kB
Buffers:          2196 kB
Cached:          68252 kB
SwapCached:          0 kB
Active:         626796 kB
Inactive:        21628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1340416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4552 kB
Writeback:           0 kB
Mapped:         595836 kB
Slab:            51336 kB
Committed_AS:   943724 kB
PageTables:       2836 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65884 MiB
End job on node41 at 2009-07-12 08:08:36