Trace number 2083600

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? 1062.84 1079.18

General information on the benchmark

Namecsp/fapp/fapp28/
normalized-fapp28-2800-2.xml
MD5SUM1feff749558ae4da23047eced7bab2b1
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.1986
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.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:48:52 2009
0.00/0.08	c 0	PID 25972
0.07/0.08	c 0	HOST node30.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2083600-1247377732.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083600-1247377732.xml' 'HOME/temp.csp'
1.46/1.60	c 2	17 domains, 2800 variables, 8 predicates, 0 relations, 22569 constraints
1.55/1.61	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.55/1.61	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.55/1.69	c 2	Parsing HOME/temp.csp
1.57/1.87	c 2	parsed 10000 expressions
1.57/2.08	c 2	parsed 20000 expressions
2.04/2.14	c 2	parsed 25394 expressions
2.04/2.15	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.04/2.15	c 2	Converting to clausal form CSP
2.13/2.23	c 2	converted 2540 (10%) expressions
10.84/11.01	c 11	converted 5079 (20%) expressions
18.97/19.25	c 19	converted 7619 (30%) expressions
27.38/27.73	c 28	converted 10158 (40%) expressions
35.50/35.96	c 36	converted 12697 (50%) expressions
43.70/44.21	c 44	converted 15237 (60%) expressions
51.23/51.89	c 52	converted 17776 (70%) expressions
58.86/59.54	c 60	converted 20316 (80%) expressions
66.10/66.89	c 67	converted 22855 (90%) expressions
73.22/74.06	c 74	converted 25394 (100%) expressions
73.22/74.06	c 74	CSP : 9699 integers, 62496 booleans, 149950 clauses, largest domain size 3217
73.22/74.06	c 74	Heap : 115 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
73.22/74.06	c 74	Propagation in CSP
82.14/83.02	c 83	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
82.14/83.03	c 83	CSP : 9699 integers, 62496 booleans, 149950 clauses, largest domain size 3217
82.14/83.03	c 83	Heap : 118 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
82.14/83.08	c 83	Simplifing CSP by introducing new Boolean variables
82.54/83.45	c 84	CSP : 9699 integers, 119270 booleans, 206724 clauses, largest domain size 3217
82.54/83.45	c 84	Heap : 128 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
83.33/84.24	c 84	Encoding CSP to SAT : HOME/temp.cnf
117.59/118.83	c 119	970 (10%) CSP integer variables are encoded (720926 clauses, 12033901 bytes)
152.15/153.78	c 154	1940 (20%) CSP integer variables are encoded (1448343 clauses, 25299359 bytes)
182.76/184.61	c 185	2910 (30%) CSP integer variables are encoded (2381517 clauses, 43029665 bytes)
186.23/188.15	c 188	3880 (40%) CSP integer variables are encoded (5187779 clauses, 96348643 bytes)
189.66/191.75	c 192	4850 (50%) CSP integer variables are encoded (7854239 clauses, 147011383 bytes)
193.38/195.53	c 196	5820 (60%) CSP integer variables are encoded (10646359 clauses, 201365584 bytes)
197.08/199.34	c 199	6790 (70%) CSP integer variables are encoded (13383483 clauses, 258845188 bytes)
200.71/203.08	c 203	7760 (80%) CSP integer variables are encoded (16076947 clauses, 315407932 bytes)
204.41/206.89	c 207	8730 (90%) CSP integer variables are encoded (18787285 clauses, 372325030 bytes)
208.18/210.72	c 211	9699 (100%) CSP integer variables are encoded (21508154 clauses, 429463279 bytes)
305.15/308.95	c 309	20673 (10%) CSP clauses are encoded (30130864 clauses, 661255620 bytes)
390.85/395.76	c 396	41345 (20%) CSP clauses are encoded (38567276 clauses, 890892838 bytes)
476.84/482.90	c 483	62018 (30%) CSP clauses are encoded (47294668 clauses, 1128490479 bytes)
567.13/574.32	c 574	82690 (40%) CSP clauses are encoded (56200690 clauses, 1377413220 bytes)
655.02/663.51	c 664	103362 (50%) CSP clauses are encoded (64749279 clauses, 1623539099 bytes)
737.95/747.75	c 748	124035 (60%) CSP clauses are encoded (73049825 clauses, 1863680981 bytes)
821.07/832.15	c 832	144707 (70%) CSP clauses are encoded (81663579 clauses, 2112320288 bytes)
904.02/916.39	c 917	165380 (80%) CSP clauses are encoded (90276395 clauses, 2362191175 bytes)
988.13/1001.72	c 1002	186052 (90%) CSP clauses are encoded (98973294 clauses, 2615173275 bytes)
1061.17/1075.95	c 1076	206724 (100%) CSP clauses are encoded (107433334 clauses, 2863652017 bytes)
1061.17/1075.95	c 1076	206724 CSP clauses encoded
1061.17/1075.97	c 1076	Writing map file : HOME/temp.map
1061.72/1076.86	c 1077	Heap : 105 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1061.72/1076.86	c 1077	SAT : 21637123 SAT variables, 107433334 SAT clauses, 2863652017 bytes
1061.72/1076.86	c 1077	Heap : 105 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1061.77/1076.97	c 1077	SOLVING HOME/temp.cnf
1061.77/1076.98	c 1077	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1061.83/1077.16	c 1077	This is MiniSat 2.0 beta
1061.83/1077.16	c 1077	WARNING: for repeatability, setting FPU to use double precision
1061.83/1077.16	c 1077	ERROR! Could not open file: HOME/temp.cnf
1061.83/1077.16	c 1077	DECODING HOME/temp.out WITH HOME/temp.map
1061.83/1077.16	c ERROR no output file HOME/temp.out
1061.83/1077.16	s UNKNOWN
1061.83/1077.16	c 1077	CPU 1061.84 (0.08 0.02 1044.3 17.44)
1061.83/1077.16	c 1077	END Sun Jul 12 08:06:49 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-2083600-1247377732/watcher-2083600-1247377732 -o /tmp/evaluation-result-2083600-1247377732/solver-2083600-1247377732 -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-2083600-1247377732.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: 2.75 2.30 2.08 4/72 25972
/proc/meminfo: memFree=1533720/2055920 swapFree=4192812/4192956
[pid=25972] ppid=25970 vsize=18576 CPUtime=0
/proc/25972/stat : 25972 (runsolver) R 25970 25972 18760 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24839325 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264907582759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25972/statm: 4644 284 249 26 0 2626 0

[startup+0.0819569 s]
/proc/loadavg: 2.75 2.30 2.08 4/72 25972
/proc/meminfo: memFree=1533720/2055920 swapFree=4192812/4192956
[pid=25972] ppid=25970 vsize=16740 CPUtime=0.07
/proc/25972/stat : 25972 (sugar) S 25970 25972 18760 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 24839325 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25972/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102434 s]
/proc/loadavg: 2.75 2.30 2.08 4/72 25972
/proc/meminfo: memFree=1533720/2055920 swapFree=4192812/4192956
[pid=25972] ppid=25970 vsize=16868 CPUtime=0.07
/proc/25972/stat : 25972 (sugar) S 25970 25972 18760 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24839325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25972/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302296 s]
/proc/loadavg: 2.75 2.30 2.08 4/72 25972
/proc/meminfo: memFree=1533720/2055920 swapFree=4192812/4192956
[pid=25972] ppid=25970 vsize=16868 CPUtime=0.07
/proc/25972/stat : 25972 (sugar) S 25970 25972 18760 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24839325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25972/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701364 s]
/proc/loadavg: 2.75 2.30 2.08 4/72 25972
/proc/meminfo: memFree=1533720/2055920 swapFree=4192812/4192956
[pid=25972] ppid=25970 vsize=16868 CPUtime=0.07
/proc/25972/stat : 25972 (sugar) S 25970 25972 18760 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24839325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25972/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50147 s]
/proc/loadavg: 2.75 2.30 2.08 4/83 25984
/proc/meminfo: memFree=1497600/2055920 swapFree=4192812/4192956
[pid=25972] ppid=25970 vsize=16868 CPUtime=0.07
/proc/25972/stat : 25972 (sugar) S 25970 25972 18760 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24839325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25972/statm: 4217 1111 409 3 0 796 0
[pid=25975] ppid=25972 vsize=5356 CPUtime=0
/proc/25975/stat : 25975 (sh) S 25972 25972 18760 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24839334 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25975/statm: 1339 233 193 169 0 50 0
[pid=25976] ppid=25975 vsize=864760 CPUtime=1.39
/proc/25976/stat : 25976 (java) S 25975 25972 18760 0 -1 0 14322 0 1 0 132 7 0 0 18 0 9 0 24839334 885514240 12349 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25976/statm: 216190 12349 2557 9 0 210702 0
[pid=25976/tid=25977] ppid=25975 vsize=864760 CPUtime=0.77
/proc/25976/task/25977/stat : 25977 (java) R 25975 25972 18760 0 -1 64 3061 0 1 0 75 2 0 0 25 0 9 0 24839335 885514240 12349 996147200 134512640 134550932 4294955984 18446744073709551615 4126751620 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25976/tid=25978] ppid=25975 vsize=864760 CPUtime=0.44
/proc/25976/task/25978/stat : 25978 (java) S 25975 25972 18760 0 -1 64 10026 0 0 0 41 3 0 0 16 0 9 0 24839337 885514240 12349 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25976/tid=25979] ppid=25975 vsize=864760 CPUtime=0
/proc/25976/task/25979/stat : 25979 (java) S 25975 25972 18760 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24839337 885514240 12349 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25976/tid=25980] ppid=25975 vsize=864760 CPUtime=0
/proc/25976/task/25980/stat : 25980 (java) S 25975 25972 18760 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24839337 885514240 12349 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25976/tid=25981] ppid=25975 vsize=864760 CPUtime=0
/proc/25976/task/25981/stat : 25981 (java) S 25975 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24839339 885514240 12349 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25976/tid=25982] ppid=25975 vsize=864760 CPUtime=0.14
/proc/25976/task/25982/stat : 25982 (java) S 25975 25972 18760 0 -1 64 529 0 0 0 14 0 0 0 16 0 9 0 24839339 885514240 12349 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25976/tid=25983] ppid=25975 vsize=864760 CPUtime=0
/proc/25976/task/25983/stat : 25983 (java) S 25975 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24839339 885514240 12349 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25976/tid=25984] ppid=25975 vsize=864760 CPUtime=0
/proc/25976/task/25984/stat : 25984 (java) S 25975 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24839339 885514240 12349 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886984

[startup+3.10271 s]
/proc/loadavg: 2.75 2.30 2.08 4/83 25994
/proc/meminfo: memFree=1514688/2055920 swapFree=4192812/4192956
[pid=25972] ppid=25970 vsize=16868 CPUtime=1.57
/proc/25972/stat : 25972 (sugar) S 25970 25972 18760 0 -1 4194304 1309 14754 0 1 5 2 142 8 15 0 1 0 24839325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25972/statm: 4217 1111 409 3 0 796 0
[pid=25985] ppid=25972 vsize=5356 CPUtime=0
/proc/25985/stat : 25985 (sh) S 25972 25972 18760 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24839487 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25985/statm: 1339 233 193 169 0 50 0
[pid=25986] ppid=25985 vsize=868556 CPUtime=1.47
/proc/25986/stat : 25986 (java) S 25985 25972 18760 0 -1 0 9284 0 1 0 141 6 0 0 18 0 9 0 24839487 889401344 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25986/statm: 217139 8344 2569 9 0 211644 0
[pid=25986/tid=25987] ppid=25985 vsize=868556 CPUtime=1.04
/proc/25986/task/25987/stat : 25987 (java) R 25985 25972 18760 0 -1 64 2653 0 1 0 102 2 0 0 24 0 9 0 24839488 889401344 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4126583315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25988] ppid=25985 vsize=868556 CPUtime=0.22
/proc/25986/task/25988/stat : 25988 (java) S 25985 25972 18760 0 -1 64 4447 0 0 0 21 1 0 0 16 0 9 0 24839489 889401344 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25989] ppid=25985 vsize=868556 CPUtime=0
/proc/25986/task/25989/stat : 25989 (java) S 25985 25972 18760 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24839489 889401344 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25990] ppid=25985 vsize=868556 CPUtime=0
/proc/25986/task/25990/stat : 25990 (java) S 25985 25972 18760 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24839489 889401344 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25991] ppid=25985 vsize=868556 CPUtime=0
/proc/25986/task/25991/stat : 25991 (java) S 25985 25972 18760 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24839491 889401344 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25992] ppid=25985 vsize=868556 CPUtime=0.16
/proc/25986/task/25992/stat : 25992 (java) S 25985 25972 18760 0 -1 64 1481 0 0 0 16 0 0 0 15 0 9 0 24839491 889401344 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25993] ppid=25985 vsize=868556 CPUtime=0
/proc/25986/task/25993/stat : 25993 (java) S 25985 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24839491 889401344 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25994] ppid=25985 vsize=868556 CPUtime=0
/proc/25986/task/25994/stat : 25994 (java) S 25985 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24839491 889401344 8344 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 890780

[startup+6.30117 s]
/proc/loadavg: 2.69 2.29 2.08 3/83 25994
/proc/meminfo: memFree=1502464/2055920 swapFree=4192812/4192956
[pid=25972] ppid=25970 vsize=16868 CPUtime=1.57
/proc/25972/stat : 25972 (sugar) S 25970 25972 18760 0 -1 4194304 1309 14754 0 1 5 2 142 8 15 0 1 0 24839325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25972/statm: 4217 1111 409 3 0 796 0
[pid=25985] ppid=25972 vsize=5356 CPUtime=0
/proc/25985/stat : 25985 (sh) S 25972 25972 18760 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24839487 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25985/statm: 1339 233 193 169 0 50 0
[pid=25986] ppid=25985 vsize=868640 CPUtime=4.63
/proc/25986/stat : 25986 (java) S 25985 25972 18760 0 -1 0 10649 0 1 0 454 9 0 0 18 0 9 0 24839487 889487360 9367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25986/statm: 217160 9367 2567 9 0 211665 0
[pid=25986/tid=25987] ppid=25985 vsize=868640 CPUtime=3.91
/proc/25986/task/25987/stat : 25987 (java) R 25985 25972 18760 0 -1 64 3010 0 1 0 388 3 0 0 25 0 9 0 24839488 889487360 9367 996147200 134512640 134550932 4294955936 18446744073709551615 4126448544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25988] ppid=25985 vsize=868640 CPUtime=0.5
/proc/25986/task/25988/stat : 25988 (java) S 25985 25972 18760 0 -1 64 5443 0 0 0 46 4 0 0 16 0 9 0 24839489 889487360 9367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25989] ppid=25985 vsize=868640 CPUtime=0
/proc/25986/task/25989/stat : 25989 (java) S 25985 25972 18760 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24839489 889487360 9367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25990] ppid=25985 vsize=868640 CPUtime=0
/proc/25986/task/25990/stat : 25990 (java) S 25985 25972 18760 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24839489 889487360 9367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25991] ppid=25985 vsize=868640 CPUtime=0
/proc/25986/task/25991/stat : 25991 (java) S 25985 25972 18760 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24839491 889487360 9367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25992] ppid=25985 vsize=868640 CPUtime=0.18
/proc/25986/task/25992/stat : 25992 (java) S 25985 25972 18760 0 -1 64 1493 0 0 0 18 0 0 0 16 0 9 0 24839491 889487360 9367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25993] ppid=25985 vsize=868640 CPUtime=0
/proc/25986/task/25993/stat : 25993 (java) S 25985 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24839491 889487360 9367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25994] ppid=25985 vsize=868640 CPUtime=0
/proc/25986/task/25994/stat : 25994 (java) S 25985 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24839491 889487360 9367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890864

[startup+12.7021 s]
/proc/loadavg: 2.63 2.29 2.08 3/83 25994
/proc/meminfo: memFree=1494208/2055920 swapFree=4192812/4192956
[pid=25972] ppid=25970 vsize=16868 CPUtime=1.57
/proc/25972/stat : 25972 (sugar) S 25970 25972 18760 0 -1 4194304 1309 14754 0 1 5 2 142 8 16 0 1 0 24839325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25972/statm: 4217 1111 409 3 0 796 0
[pid=25985] ppid=25972 vsize=5356 CPUtime=0
/proc/25985/stat : 25985 (sh) S 25972 25972 18760 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24839487 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25985/statm: 1339 233 193 169 0 50 0
[pid=25986] ppid=25985 vsize=868640 CPUtime=10.96
/proc/25986/stat : 25986 (java) S 25985 25972 18760 0 -1 0 14519 0 1 0 1080 16 0 0 18 0 9 0 24839487 889487360 11543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25986/statm: 217160 11543 2568 9 0 211665 0
[pid=25986/tid=25987] ppid=25985 vsize=868640 CPUtime=9.63
/proc/25986/task/25987/stat : 25987 (java) R 25985 25972 18760 0 -1 64 3583 0 1 0 958 5 0 0 25 0 9 0 24839488 889487360 11543 996147200 134512640 134550932 4294955936 18446744073709551615 4126507831 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25988] ppid=25985 vsize=868640 CPUtime=1.11
/proc/25986/task/25988/stat : 25988 (java) S 25985 25972 18760 0 -1 64 8739 0 0 0 103 8 0 0 16 0 9 0 24839489 889487360 11543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25989] ppid=25985 vsize=868640 CPUtime=0
/proc/25986/task/25989/stat : 25989 (java) S 25985 25972 18760 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24839489 889487360 11543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25990] ppid=25985 vsize=868640 CPUtime=0
/proc/25986/task/25990/stat : 25990 (java) S 25985 25972 18760 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24839489 889487360 11543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25991] ppid=25985 vsize=868640 CPUtime=0
/proc/25986/task/25991/stat : 25991 (java) S 25985 25972 18760 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24839491 889487360 11543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25992] ppid=25985 vsize=868640 CPUtime=0.19
/proc/25986/task/25992/stat : 25992 (java) S 25985 25972 18760 0 -1 64 1494 0 0 0 18 1 0 0 15 0 9 0 24839491 889487360 11543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25993] ppid=25985 vsize=868640 CPUtime=0
/proc/25986/task/25993/stat : 25993 (java) S 25985 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24839491 889487360 11543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25994] ppid=25985 vsize=868640 CPUtime=0
/proc/25986/task/25994/stat : 25994 (java) S 25985 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24839491 889487360 11543 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890864

[startup+25.503 s]
/proc/loadavg: 2.64 2.31 2.09 3/83 25994
/proc/meminfo: memFree=1474176/2055920 swapFree=4192812/4192956
[pid=25972] ppid=25970 vsize=16868 CPUtime=1.57
/proc/25972/stat : 25972 (sugar) S 25970 25972 18760 0 -1 4194304 1309 14754 0 1 5 2 142 8 16 0 1 0 24839325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25972/statm: 4217 1111 409 3 0 796 0
[pid=25985] ppid=25972 vsize=5356 CPUtime=0
/proc/25985/stat : 25985 (sh) S 25972 25972 18760 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24839487 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25985/statm: 1339 233 193 169 0 50 0
[pid=25986] ppid=25985 vsize=868640 CPUtime=23.63
/proc/25986/stat : 25986 (java) S 25985 25972 18760 0 -1 0 20743 0 1 0 2339 24 0 0 18 0 9 0 24839487 889487360 16321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25986/statm: 217160 16321 2568 9 0 211665 0
[pid=25986/tid=25987] ppid=25985 vsize=868640 CPUtime=21.3
/proc/25986/task/25987/stat : 25987 (java) R 25985 25972 18760 0 -1 64 4323 0 1 0 2123 7 0 0 25 0 9 0 24839488 889487360 16321 996147200 134512640 134550932 4294955936 18446744073709551615 4126509230 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25988] ppid=25985 vsize=868640 CPUtime=2.1
/proc/25986/task/25988/stat : 25988 (java) S 25985 25972 18760 0 -1 64 14214 0 0 0 195 15 0 0 16 0 9 0 24839489 889487360 16321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25989] ppid=25985 vsize=868640 CPUtime=0
/proc/25986/task/25989/stat : 25989 (java) S 25985 25972 18760 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24839489 889487360 16321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25990] ppid=25985 vsize=868640 CPUtime=0
/proc/25986/task/25990/stat : 25990 (java) S 25985 25972 18760 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24839489 889487360 16321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25991] ppid=25985 vsize=868640 CPUtime=0

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

/proc/25986/task/25987/stat : 25987 (java) R 25985 25972 18760 0 -1 64 11264 0 1 0 96096 1513 0 0 25 0 9 0 24839488 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4127067184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25988] ppid=25985 vsize=868752 CPUtime=10.73
/proc/25986/task/25988/stat : 25988 (java) S 25985 25972 18760 0 -1 64 41389 0 0 0 1008 65 0 0 16 0 9 0 24839489 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25989] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25989/stat : 25989 (java) S 25985 25972 18760 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24839489 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25990] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25990/stat : 25990 (java) S 25985 25972 18760 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24839489 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25991] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25991/stat : 25991 (java) S 25985 25972 18760 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24839491 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25992] ppid=25985 vsize=868752 CPUtime=0.3
/proc/25986/task/25992/stat : 25992 (java) S 25985 25972 18760 0 -1 64 1552 0 0 0 29 1 0 0 17 0 9 0 24839491 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25993] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25993/stat : 25993 (java) S 25985 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24839491 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25994] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25994/stat : 25994 (java) S 25985 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24839491 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 988.72
Current children cumulated vsize (KiB) 890976

[startup+1062.3 s]
/proc/loadavg: 2.08 2.14 2.17 3/83 26002
/proc/meminfo: memFree=16264/2055920 swapFree=4192812/4192956
[pid=25972] ppid=25970 vsize=16868 CPUtime=1.57
/proc/25972/stat : 25972 (sugar) S 25970 25972 18760 0 -1 4194304 1310 14754 0 1 5 2 142 8 16 0 1 0 24839325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25972/statm: 4217 1111 409 3 0 796 0
[pid=25985] ppid=25972 vsize=5356 CPUtime=0
/proc/25985/stat : 25985 (sh) S 25972 25972 18760 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24839487 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25985/statm: 1339 233 193 169 0 50 0
[pid=25986] ppid=25985 vsize=868752 CPUtime=1046.23
/proc/25986/stat : 25986 (java) S 25985 25972 18760 0 -1 0 55253 0 1 0 102925 1698 0 0 18 0 9 0 24839487 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25986/statm: 217188 40912 2593 9 0 211665 0
[pid=25986/tid=25987] ppid=25985 vsize=868752 CPUtime=1034.88
/proc/25986/task/25987/stat : 25987 (java) R 25985 25972 18760 0 -1 64 11609 0 1 0 101861 1627 0 0 25 0 9 0 24839488 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4127067198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25988] ppid=25985 vsize=868752 CPUtime=11
/proc/25986/task/25988/stat : 25988 (java) S 25985 25972 18760 0 -1 64 41389 0 0 0 1033 67 0 0 16 0 9 0 24839489 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25989] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25989/stat : 25989 (java) S 25985 25972 18760 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24839489 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25990] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25990/stat : 25990 (java) S 25985 25972 18760 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24839489 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25991] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25991/stat : 25991 (java) S 25985 25972 18760 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24839491 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25992] ppid=25985 vsize=868752 CPUtime=0.3
/proc/25986/task/25992/stat : 25992 (java) S 25985 25972 18760 0 -1 64 1552 0 0 0 29 1 0 0 17 0 9 0 24839491 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25993] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25993/stat : 25993 (java) S 25985 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24839491 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25994] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25994/stat : 25994 (java) S 25985 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24839491 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1047.8
Current children cumulated vsize (KiB) 890976

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

[startup+1068.7 s]
/proc/loadavg: 2.08 2.14 2.17 3/83 26002
/proc/meminfo: memFree=15368/2055920 swapFree=4192812/4192956
[pid=25972] ppid=25970 vsize=16868 CPUtime=1.57
/proc/25972/stat : 25972 (sugar) S 25970 25972 18760 0 -1 4194304 1310 14754 0 1 5 2 142 8 16 0 1 0 24839325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25972/statm: 4217 1111 409 3 0 796 0
[pid=25985] ppid=25972 vsize=5356 CPUtime=0
/proc/25985/stat : 25985 (sh) S 25972 25972 18760 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24839487 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25985/statm: 1339 233 193 169 0 50 0
[pid=25986] ppid=25985 vsize=868752 CPUtime=1052.53
/proc/25986/stat : 25986 (java) S 25985 25972 18760 0 -1 0 55288 0 1 0 103544 1709 0 0 18 0 9 0 24839487 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25986/statm: 217188 40912 2593 9 0 211665 0
[pid=25986/tid=25987] ppid=25985 vsize=868752 CPUtime=1041.16
/proc/25986/task/25987/stat : 25987 (java) R 25985 25972 18760 0 -1 64 11644 0 1 0 102478 1638 0 0 25 0 9 0 24839488 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4127067168 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25988] ppid=25985 vsize=868752 CPUtime=11.03
/proc/25986/task/25988/stat : 25988 (java) S 25985 25972 18760 0 -1 64 41389 0 0 0 1036 67 0 0 16 0 9 0 24839489 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25989] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25989/stat : 25989 (java) S 25985 25972 18760 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24839489 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25990] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25990/stat : 25990 (java) S 25985 25972 18760 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24839489 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25991] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25991/stat : 25991 (java) S 25985 25972 18760 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24839491 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25992] ppid=25985 vsize=868752 CPUtime=0.3
/proc/25986/task/25992/stat : 25992 (java) S 25985 25972 18760 0 -1 64 1552 0 0 0 29 1 0 0 17 0 9 0 24839491 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25993] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25993/stat : 25993 (java) S 25985 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24839491 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25994] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25994/stat : 25994 (java) S 25985 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24839491 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1054.1
Current children cumulated vsize (KiB) 890976

[startup+1075.1 s]
/proc/loadavg: 2.14 2.15 2.17 3/83 26002
/proc/meminfo: memFree=15368/2055920 swapFree=4192812/4192956
[pid=25972] ppid=25970 vsize=16868 CPUtime=1.57
/proc/25972/stat : 25972 (sugar) S 25970 25972 18760 0 -1 4194304 1310 14754 0 1 5 2 142 8 16 0 1 0 24839325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25972/statm: 4217 1111 409 3 0 796 0
[pid=25985] ppid=25972 vsize=5356 CPUtime=0
/proc/25985/stat : 25985 (sh) S 25972 25972 18760 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24839487 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25985/statm: 1339 233 193 169 0 50 0
[pid=25986] ppid=25985 vsize=868752 CPUtime=1058.82
/proc/25986/stat : 25986 (java) S 25985 25972 18760 0 -1 0 55330 0 1 0 104157 1725 0 0 18 0 9 0 24839487 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25986/statm: 217188 40912 2593 9 0 211665 0
[pid=25986/tid=25987] ppid=25985 vsize=868752 CPUtime=1047.42
/proc/25986/task/25987/stat : 25987 (java) R 25985 25972 18760 0 -1 64 11686 0 1 0 103088 1654 0 0 25 0 9 0 24839488 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4127066315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25988] ppid=25985 vsize=868752 CPUtime=11.07
/proc/25986/task/25988/stat : 25988 (java) S 25985 25972 18760 0 -1 64 41389 0 0 0 1039 68 0 0 16 0 9 0 24839489 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25989] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25989/stat : 25989 (java) S 25985 25972 18760 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24839489 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25990] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25990/stat : 25990 (java) S 25985 25972 18760 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24839489 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25991] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25991/stat : 25991 (java) S 25985 25972 18760 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24839491 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25992] ppid=25985 vsize=868752 CPUtime=0.3
/proc/25986/task/25992/stat : 25992 (java) S 25985 25972 18760 0 -1 64 1552 0 0 0 29 1 0 0 17 0 9 0 24839491 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25993] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25993/stat : 25993 (java) S 25985 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24839491 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25994] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25994/stat : 25994 (java) S 25985 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24839491 889602048 40912 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1060.39
Current children cumulated vsize (KiB) 890976

[startup+1076.7 s]
/proc/loadavg: 2.14 2.15 2.17 3/83 26002
/proc/meminfo: memFree=16136/2055920 swapFree=4192812/4192956
[pid=25972] ppid=25970 vsize=16868 CPUtime=1.57
/proc/25972/stat : 25972 (sugar) S 25970 25972 18760 0 -1 4194304 1310 14754 0 1 5 2 142 8 16 0 1 0 24839325 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25972/statm: 4217 1111 409 3 0 796 0
[pid=25985] ppid=25972 vsize=5356 CPUtime=0
/proc/25985/stat : 25985 (sh) S 25972 25972 18760 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24839487 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25985/statm: 1339 233 193 169 0 50 0
[pid=25986] ppid=25985 vsize=868752 CPUtime=1060.06
/proc/25986/stat : 25986 (java) S 25985 25972 18760 0 -1 0 55355 0 1 0 104275 1731 0 0 18 0 9 0 24839487 889602048 40921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25986/statm: 217188 40921 2593 9 0 211665 0
[pid=25986/tid=25987] ppid=25985 vsize=868752 CPUtime=1048.64
/proc/25986/task/25987/stat : 25987 (java) R 25985 25972 18760 0 -1 64 11705 0 1 0 103204 1660 0 0 23 0 9 0 24839488 889602048 40921 996147200 134512640 134550932 4294955936 18446744073709551615 4126934449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25988] ppid=25985 vsize=868752 CPUtime=11.08
/proc/25986/task/25988/stat : 25988 (java) S 25985 25972 18760 0 -1 64 41389 0 0 0 1040 68 0 0 16 0 9 0 24839489 889602048 40921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25989] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25989/stat : 25989 (java) S 25985 25972 18760 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24839489 889602048 40921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25990] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25990/stat : 25990 (java) S 25985 25972 18760 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24839489 889602048 40921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25991] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25991/stat : 25991 (java) S 25985 25972 18760 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24839491 889602048 40921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25992] ppid=25985 vsize=868752 CPUtime=0.31
/proc/25986/task/25992/stat : 25992 (java) S 25985 25972 18760 0 -1 64 1558 0 0 0 30 1 0 0 15 0 9 0 24839491 889602048 40921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25993] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25993/stat : 25993 (java) S 25985 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24839491 889602048 40921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25986/tid=25994] ppid=25985 vsize=868752 CPUtime=0
/proc/25986/task/25994/stat : 25994 (java) S 25985 25972 18760 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24839491 889602048 40921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1061.63
Current children cumulated vsize (KiB) 890976

[startup+1078.3 s]
/proc/loadavg: 2.14 2.15 2.17 3/73 26004
/proc/meminfo: memFree=1737112/2055920 swapFree=4192812/4192956
[pid=25972] ppid=25970 vsize=16868 CPUtime=1062.75
/proc/25972/stat : 25972 (sugar) D 25970 25972 18760 0 -1 4194304 1420 70768 0 11 8 93 104430 1744 18 0 1 0 24839325 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25972/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1062.75
Current children cumulated vsize (KiB) 16868

[startup+1078.7 s]
/proc/loadavg: 2.14 2.15 2.17 3/73 26004
/proc/meminfo: memFree=1737112/2055920 swapFree=4192812/4192956
[pid=25972] ppid=25970 vsize=16868 CPUtime=1062.78
/proc/25972/stat : 25972 (sugar) D 25970 25972 18760 0 -1 4194304 1420 70768 0 11 8 96 104430 1744 18 0 1 0 24839325 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25972/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1062.78
Current children cumulated vsize (KiB) 16868

[startup+1079.11 s]
/proc/loadavg: 2.13 2.15 2.17 2/73 26004
/proc/meminfo: memFree=1853720/2055920 swapFree=4192812/4192956
[pid=25972] ppid=25970 vsize=16868 CPUtime=1062.81
/proc/25972/stat : 25972 (sugar) D 25970 25972 18760 0 -1 4194304 1420 70768 0 11 8 99 104430 1744 18 0 1 0 24839325 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25972/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 1062.81
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1079.18
CPU time (s): 1062.84
CPU user time (s): 1044.4
CPU system time (s): 18.4462
CPU usage (%): 98.486
Max. virtual memory (cumulated for all children) (KiB): 895992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1044.4
system time used= 18.4462
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72249
page faults= 11
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 89867
involuntary context switches= 113857

runsolver used 1.40679 second user time and 3.61045 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 07:48:52
IDJOB=2083600
IDBENCH=57870
IDSOLVER=739
FILE ID=node30/2083600-1247377732
PBS_JOBID= 9506992
Free space on /tmp= 66368 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp28/normalized-fapp28-2800-2.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-2083600-1247377732/watcher-2083600-1247377732 -o /tmp/evaluation-result-2083600-1247377732/solver-2083600-1247377732 -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-2083600-1247377732.xml

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

MD5SUM BENCH= 1feff749558ae4da23047eced7bab2b1
RANDOM SEED=523869735

node30.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.277
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.277
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:       1534200 kB
Buffers:         51148 kB
Cached:         287016 kB
SwapCached:          0 kB
Active:         267376 kB
Inactive:       176676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1534200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4544 kB
Writeback:           0 kB
Mapped:         117364 kB
Slab:            62968 kB
Committed_AS:   317332 kB
PageTables:       1928 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= 66368 MiB
End job on node30 at 2009-07-12 08:06:51