Trace number 2083830

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? 499.162 521.252

General information on the benchmark

Namecsp/fapp/fapp14/
normalized-fapp14-2500-2.xml
MD5SUM3ec556ad251960bf7980f3107ef7856e
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 benchmark36.2485
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of constraints40767
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40767
Global constraints used (with number of constraints)

Solver Data

0.04/0.24	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.24	c 0	BEGIN Sun Jul 12 07:57:54 2009
0.04/0.24	c 0	PID 23097
0.04/0.25	c 0	HOST node62.alineos.net
0.04/0.25	c 0	CONVERTING HOME/instance-2083830-1247378273.xml TO HOME/temp.csp
0.04/0.25	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083830-1247378273.xml' 'HOME/temp.csp'
2.17/2.41	c 2	30 domains, 2500 variables, 8 predicates, 0 relations, 40767 constraints
2.17/2.45	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.17/2.45	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.21/2.56	c 2	Parsing HOME/temp.csp
2.21/2.74	c 2	parsed 10000 expressions
2.21/2.88	c 2	parsed 20000 expressions
2.21/3.06	c 3	parsed 30000 expressions
2.93/3.25	c 3	parsed 40000 expressions
2.93/3.29	c 3	parsed 43305 expressions
2.93/3.30	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.93/3.30	c 3	Converting to clausal form CSP
6.42/6.70	c 6	converted 4331 (10%) expressions
13.12/13.48	c 13	converted 8661 (20%) expressions
19.72/20.09	c 20	converted 12992 (30%) expressions
25.92/26.22	c 26	converted 17322 (40%) expressions
32.61/32.93	c 32	converted 21653 (50%) expressions
38.50/38.83	c 38	converted 25983 (60%) expressions
44.10/44.43	c 44	converted 30314 (70%) expressions
50.60/50.90	c 50	converted 34644 (80%) expressions
55.39/55.72	c 55	converted 38975 (90%) expressions
59.60/59.93	c 59	converted 43305 (100%) expressions
59.60/59.94	c 59	CSP : 12565 integers, 117899 booleans, 270372 clauses, largest domain size 2741
59.60/59.94	c 59	Heap : 214 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
59.60/59.94	c 59	Propagation in CSP
65.50/65.86	c 65	90 values, 0 unsatisfiable literals, and 0 valid clauses are removed
65.50/65.87	c 65	CSP : 12565 integers, 117899 booleans, 270372 clauses, largest domain size 2741
65.50/65.87	c 65	Heap : 213 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
65.60/65.95	c 65	Simplifing CSP by introducing new Boolean variables
66.19/66.52	c 66	CSP : 12565 integers, 216509 booleans, 368982 clauses, largest domain size 2741
66.19/66.52	c 66	Heap : 246 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
67.69/68.04	c 68	Encoding CSP to SAT : HOME/temp.cnf
76.49/76.85	c 76	1257 (10%) CSP integer variables are encoded (386675 clauses, 6352058 bytes)
85.18/85.57	c 85	2513 (20%) CSP integer variables are encoded (804867 clauses, 13461322 bytes)
89.26/89.62	c 89	3770 (30%) CSP integer variables are encoded (3864238 clauses, 71204302 bytes)
93.22/93.61	c 93	5026 (40%) CSP integer variables are encoded (6845926 clauses, 127856374 bytes)
97.29/97.76	c 97	6283 (50%) CSP integer variables are encoded (9878107 clauses, 185467813 bytes)
101.52/102.09	c 102	7539 (60%) CSP integer variables are encoded (12926283 clauses, 249248380 bytes)
105.85/106.41	c 106	8796 (70%) CSP integer variables are encoded (15945348 clauses, 312648745 bytes)
110.10/110.81	c 110	10052 (80%) CSP integer variables are encoded (18974134 clauses, 376253251 bytes)
114.31/115.14	c 115	11309 (90%) CSP integer variables are encoded (22003241 clauses, 439864498 bytes)
118.39/119.45	c 119	12565 (100%) CSP integer variables are encoded (24928329 clauses, 501291346 bytes)
164.99/166.46	c 166	36899 (10%) CSP clauses are encoded (35602723 clauses, 794948462 bytes)
210.68/212.55	c 212	73797 (20%) CSP clauses are encoded (46571421 clauses, 1099529960 bytes)
257.40/260.01	c 260	110695 (30%) CSP clauses are encoded (57893675 clauses, 1416380203 bytes)
301.69/305.09	c 305	147593 (40%) CSP clauses are encoded (68757684 clauses, 1735818845 bytes)
348.78/353.17	c 353	184491 (50%) CSP clauses are encoded (80110610 clauses, 2072690763 bytes)
394.25/399.60	c 399	221390 (60%) CSP clauses are encoded (91382003 clauses, 2407954328 bytes)
437.68/444.73	c 444	258288 (70%) CSP clauses are encoded (102689051 clauses, 2744461326 bytes)
483.42/491.44	c 491	295186 (80%) CSP clauses are encoded (114665998 clauses, 3101518665 bytes)
498.56/506.97	c 506	ERROR Exception Too large HOME/temp.cnf
498.64/507.11	c 506	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
498.64/507.11	c 506	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
498.64/507.11	c 506	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
498.64/507.11	s UNKNOWN
498.69/507.26	c 507	CPU 498.7 (0.05 0.02 478.02 20.61)
498.69/507.26	c 507	END Sun Jul 12 08:06:21 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-2083830-1247378273/watcher-2083830-1247378273 -o /tmp/evaluation-result-2083830-1247378273/solver-2083830-1247378273 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083830-1247378273.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.10 2.15 2.10 4/80 23097
/proc/meminfo: memFree=1641656/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=18576 CPUtime=0
/proc/23097/stat : 23097 (runsolver) D 23095 23097 21281 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24891260 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 236437695783 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/23097/statm: 4644 284 249 26 0 2626 0

[startup+0.0987979 s]
/proc/loadavg: 2.10 2.15 2.10 4/80 23097
/proc/meminfo: memFree=1641656/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=12412 CPUtime=0
/proc/23097/stat : 23097 (sugar) D 23095 23097 21281 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 24891260 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/23097/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101796 s]
/proc/loadavg: 2.10 2.15 2.10 4/80 23097
/proc/meminfo: memFree=1641656/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=12412 CPUtime=0
/proc/23097/stat : 23097 (sugar) R 23095 23097 21281 0 -1 4194304 417 0 0 0 0 0 0 0 18 0 1 0 24891260 12709888 385 996147200 4194304 4206940 548682068608 18446744073709551615 236437541601 0 0 4224 0 0 0 0 17 1 0 0
/proc/23097/statm: 3103 386 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.30182 s]
/proc/loadavg: 2.10 2.15 2.10 4/80 23097
/proc/meminfo: memFree=1641656/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=0.06
/proc/23097/stat : 23097 (sugar) S 23095 23097 21281 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24891260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701873 s]
/proc/loadavg: 2.10 2.15 2.10 4/80 23097
/proc/meminfo: memFree=1641656/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=0.06
/proc/23097/stat : 23097 (sugar) S 23095 23097 21281 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24891260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50296 s]
/proc/loadavg: 2.10 2.15 2.10 3/91 23109
/proc/meminfo: memFree=1609624/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=0.06
/proc/23097/stat : 23097 (sugar) S 23095 23097 21281 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 24891260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 4217 1111 409 3 0 796 0
[pid=23100] ppid=23097 vsize=5356 CPUtime=0
/proc/23100/stat : 23100 (sh) S 23097 23097 21281 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24891285 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23100/statm: 1339 233 193 169 0 50 0
[pid=23101] ppid=23100 vsize=864760 CPUtime=1.22
/proc/23101/stat : 23101 (java) S 23100 23097 21281 0 -1 0 16580 0 1 0 113 9 0 0 18 0 9 0 24891285 885514240 14614 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23101/statm: 216190 14614 2556 9 0 210702 0
[pid=23101/tid=23102] ppid=23100 vsize=864760 CPUtime=0.64
/proc/23101/task/23102/stat : 23102 (java) R 23100 23097 21281 0 -1 64 3055 0 1 0 61 3 0 0 25 0 9 0 24891286 885514240 14614 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23101/tid=23103] ppid=23100 vsize=864760 CPUtime=0.45
/proc/23101/task/23103/stat : 23103 (java) R 23100 23097 21281 0 -1 64 12308 0 0 0 40 5 0 0 16 0 9 0 24891288 885514240 14614 996147200 134512640 134550932 4294955984 18446744073709551615 104196538 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23101/tid=23104] ppid=23100 vsize=864760 CPUtime=0
/proc/23101/task/23104/stat : 23104 (java) S 23100 23097 21281 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24891288 885514240 14614 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23101/tid=23105] ppid=23100 vsize=864760 CPUtime=0
/proc/23101/task/23105/stat : 23105 (java) S 23100 23097 21281 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24891288 885514240 14614 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23101/tid=23106] ppid=23100 vsize=864760 CPUtime=0
/proc/23101/task/23106/stat : 23106 (java) S 23100 23097 21281 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24891290 885514240 14614 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23101/tid=23107] ppid=23100 vsize=864760 CPUtime=0.1
/proc/23101/task/23107/stat : 23107 (java) S 23100 23097 21281 0 -1 64 512 0 0 0 10 0 0 0 16 0 9 0 24891290 885514240 14614 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23101/tid=23108] ppid=23100 vsize=864760 CPUtime=0
/proc/23101/task/23108/stat : 23108 (java) S 23100 23097 21281 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24891290 885514240 14614 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23101/tid=23109] ppid=23100 vsize=864760 CPUtime=0
/proc/23101/task/23109/stat : 23109 (java) S 23100 23097 21281 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24891290 885514240 14614 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) 886984

[startup+3.10115 s]
/proc/loadavg: 2.09 2.14 2.10 4/91 23109
/proc/meminfo: memFree=1574616/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=2.21
/proc/23097/stat : 23097 (sugar) S 23095 23097 21281 0 -1 4194304 1309 22069 0 1 5 1 201 14 15 0 1 0 24891260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30251 s]
/proc/loadavg: 2.09 2.14 2.10 4/91 23119
/proc/meminfo: memFree=1599384/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=2.22
/proc/23097/stat : 23097 (sugar) S 23095 23097 21281 0 -1 4194304 1309 22069 0 1 5 2 201 14 15 0 1 0 24891260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 4217 1111 409 3 0 796 0
[pid=23110] ppid=23097 vsize=5356 CPUtime=0
/proc/23110/stat : 23110 (sh) S 23097 23097 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24891505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23110/statm: 1339 233 193 169 0 50 0
[pid=23111] ppid=23110 vsize=868636 CPUtime=3.8
/proc/23111/stat : 23111 (java) S 23110 23097 21281 0 -1 0 13607 0 1 0 372 8 0 0 18 0 9 0 24891506 889483264 12159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23111/statm: 217159 12159 2567 9 0 211664 0
[pid=23111/tid=23112] ppid=23110 vsize=868636 CPUtime=2.9
/proc/23111/task/23112/stat : 23112 (java) R 23110 23097 21281 0 -1 64 3004 0 1 0 288 2 0 0 25 0 9 0 24891507 889483264 12159 996147200 134512640 134550932 4294955936 18446744073709551615 4126509779 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23113] ppid=23110 vsize=868636 CPUtime=0.68
/proc/23111/task/23113/stat : 23113 (java) S 23110 23097 21281 0 -1 64 8418 0 0 0 64 4 0 0 16 0 9 0 24891508 889483264 12159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23114] ppid=23110 vsize=868636 CPUtime=0
/proc/23111/task/23114/stat : 23114 (java) S 23110 23097 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24891508 889483264 12159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23115] ppid=23110 vsize=868636 CPUtime=0
/proc/23111/task/23115/stat : 23115 (java) S 23110 23097 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24891508 889483264 12159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23116] ppid=23110 vsize=868636 CPUtime=0
/proc/23111/task/23116/stat : 23116 (java) S 23110 23097 21281 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24891512 889483264 12159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23117] ppid=23110 vsize=868636 CPUtime=0.19
/proc/23111/task/23117/stat : 23117 (java) S 23110 23097 21281 0 -1 64 1483 0 0 0 19 0 0 0 15 0 9 0 24891512 889483264 12159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23118] ppid=23110 vsize=868636 CPUtime=0
/proc/23111/task/23118/stat : 23118 (java) S 23110 23097 21281 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24891513 889483264 12159 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23119] ppid=23110 vsize=868636 CPUtime=0
/proc/23111/task/23119/stat : 23119 (java) S 23110 23097 21281 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24891513 889483264 12159 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) 890860

[startup+12.7022 s]
/proc/loadavg: 2.08 2.14 2.10 3/91 23119
/proc/meminfo: memFree=1575512/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=2.22
/proc/23097/stat : 23097 (sugar) S 23095 23097 21281 0 -1 4194304 1309 22069 0 1 5 2 201 14 16 0 1 0 24891260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 4217 1111 409 3 0 796 0
[pid=23110] ppid=23097 vsize=5356 CPUtime=0
/proc/23110/stat : 23110 (sh) S 23097 23097 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24891505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23110/statm: 1339 233 193 169 0 50 0
[pid=23111] ppid=23110 vsize=868636 CPUtime=10.2
/proc/23111/stat : 23111 (java) S 23110 23097 21281 0 -1 0 23613 0 1 0 1005 15 0 0 18 0 9 0 24891506 889483264 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23111/statm: 217159 18109 2569 9 0 211664 0
[pid=23111/tid=23112] ppid=23110 vsize=868636 CPUtime=8.42
/proc/23111/task/23112/stat : 23112 (java) R 23110 23097 21281 0 -1 64 3479 0 1 0 839 3 0 0 25 0 9 0 24891507 889483264 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4126513420 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23113] ppid=23110 vsize=868636 CPUtime=1.54
/proc/23111/task/23113/stat : 23113 (java) S 23110 23097 21281 0 -1 64 17938 0 0 0 144 10 0 0 16 0 9 0 24891508 889483264 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23114] ppid=23110 vsize=868636 CPUtime=0
/proc/23111/task/23114/stat : 23114 (java) S 23110 23097 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24891508 889483264 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23115] ppid=23110 vsize=868636 CPUtime=0
/proc/23111/task/23115/stat : 23115 (java) S 23110 23097 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24891508 889483264 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23116] ppid=23110 vsize=868636 CPUtime=0
/proc/23111/task/23116/stat : 23116 (java) S 23110 23097 21281 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24891512 889483264 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23117] ppid=23110 vsize=868636 CPUtime=0.21
/proc/23111/task/23117/stat : 23117 (java) S 23110 23097 21281 0 -1 64 1494 0 0 0 21 0 0 0 15 0 9 0 24891512 889483264 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23118] ppid=23110 vsize=868636 CPUtime=0
/proc/23111/task/23118/stat : 23118 (java) S 23110 23097 21281 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24891513 889483264 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23119] ppid=23110 vsize=868636 CPUtime=0
/proc/23111/task/23119/stat : 23119 (java) S 23110 23097 21281 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24891513 889483264 18109 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 890860

[startup+25.5017 s]
/proc/loadavg: 2.07 2.13 2.10 3/91 23119
/proc/meminfo: memFree=1526104/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=2.22
/proc/23097/stat : 23097 (sugar) S 23095 23097 21281 0 -1 4194304 1309 22069 0 1 5 2 201 14 16 0 1 0 24891260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 4217 1111 409 3 0 796 0
[pid=23110] ppid=23097 vsize=5356 CPUtime=0
/proc/23110/stat : 23110 (sh) S 23097 23097 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24891505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23110/statm: 1339 233 193 169 0 50 0
[pid=23111] ppid=23110 vsize=868636 CPUtime=23
/proc/23111/stat : 23111 (java) S 23110 23097 21281 0 -1 0 39901 0 1 0 2274 26 0 0 18 0 9 0 24891506 889483264 29998 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23111/statm: 217159 29998 2569 9 0 211664 0
[pid=23111/tid=23112] ppid=23110 vsize=868636 CPUtime=19.8
/proc/23111/task/23112/stat : 23112 (java) R 23110 23097 21281 0 -1 64 4193 0 1 0 1976 4 0 0 25 0 9 0 24891507 889483264 29998 996147200 134512640 134550932 4294955936 18446744073709551615 4126509834 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23113] ppid=23110 vsize=868636 CPUtime=2.95
/proc/23111/task/23113/stat : 23113 (java) S 23110 23097 21281 0 -1 64 33509 0 0 0 276 19 0 0 16 0 9 0 24891508 889483264 29998 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23114] ppid=23110 vsize=868636 CPUtime=0
/proc/23111/task/23114/stat : 23114 (java) S 23110 23097 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24891508 889483264 29998 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23115] ppid=23110 vsize=868636 CPUtime=0
/proc/23111/task/23115/stat : 23115 (java) S 23110 23097 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24891508 889483264 29998 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23116] ppid=23110 vsize=868636 CPUtime=0
/proc/23111/task/23116/stat : 23116 (java) S 23110 23097 21281 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24891512 889483264 29998 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23117] ppid=23110 vsize=868636 CPUtime=0.21
/proc/23111/task/23117/stat : 23117 (java) S 23110 23097 21281 0 -1 64 1497 0 0 0 21 0 0 0 16 0 9 0 24891512 889483264 29998 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23118] ppid=23110 vsize=868636 CPUtime=0
/proc/23111/task/23118/stat : 23118 (java) S 23110 23097 21281 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24891513 889483264 29998 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23119] ppid=23110 vsize=868636 CPUtime=0
/proc/23111/task/23119/stat : 23119 (java) S 23110 23097 21281 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24891513 889483264 29998 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 890860

[startup+51.1017 s]
/proc/loadavg: 2.18 2.15 2.11 4/91 23119
/proc/meminfo: memFree=1422680/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=2.22
/proc/23097/stat : 23097 (sugar) S 23095 23097 21281 0 -1 4194304 1309 22069 0 1 5 2 201 14 16 0 1 0 24891260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 4217 1111 409 3 0 796 0
[pid=23110] ppid=23097 vsize=5356 CPUtime=0
/proc/23110/stat : 23110 (sh) S 23097 23097 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24891505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23110/statm: 1339 233 193 169 0 50 0
[pid=23111] ppid=23110 vsize=868636 CPUtime=48.58
/proc/23111/stat : 23111 (java) S 23110 23097 21281 0 -1 0 73717 0 1 0 4815 43 0 0 18 0 9 0 24891506 889483264 54919 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=23111/tid=23115] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23115/stat : 23115 (java) S 23110 23097 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24891508 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23116] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23116/stat : 23116 (java) S 23110 23097 21281 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24891512 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23117] ppid=23110 vsize=868748 CPUtime=0.3
/proc/23111/task/23117/stat : 23117 (java) S 23110 23097 21281 0 -1 64 1543 0 0 0 30 0 0 0 16 0 9 0 24891512 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23118] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23118/stat : 23118 (java) S 23110 23097 21281 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24891513 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23119] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23119/stat : 23119 (java) S 23110 23097 21281 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24891513 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 396.92
Current children cumulated vsize (KiB) 890972

[startup+462.301 s]
/proc/loadavg: 2.12 2.23 2.17 2/85 23205
/proc/meminfo: memFree=15160/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=2.22
/proc/23097/stat : 23097 (sugar) S 23095 23097 21281 0 -1 4194304 1310 22069 0 1 5 2 201 14 16 0 1 0 24891260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 4217 1111 409 3 0 796 0
[pid=23110] ppid=23097 vsize=5356 CPUtime=0
/proc/23110/stat : 23110 (sh) S 23097 23097 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24891505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23110/statm: 1339 233 193 169 0 50 0
[pid=23111] ppid=23110 vsize=868748 CPUtime=452.62
/proc/23111/stat : 23111 (java) S 23110 23097 21281 0 -1 0 93529 0 1 0 43436 1826 0 0 18 0 9 0 24891506 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23111/statm: 217187 71126 2593 9 0 211664 0
[pid=23111/tid=23112] ppid=23110 vsize=868748 CPUtime=439.97
/proc/23111/task/23112/stat : 23112 (java) R 23110 23097 21281 0 -1 64 8970 0 1 0 42237 1760 0 0 25 0 9 0 24891507 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4126580288 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23113] ppid=23110 vsize=868748 CPUtime=12.3
/proc/23111/task/23113/stat : 23113 (java) S 23110 23097 21281 0 -1 64 82314 0 0 0 1167 63 0 0 16 0 9 0 24891508 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23114] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23114/stat : 23114 (java) S 23110 23097 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24891508 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23115] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23115/stat : 23115 (java) S 23110 23097 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24891508 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23116] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23116/stat : 23116 (java) S 23110 23097 21281 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24891512 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23117] ppid=23110 vsize=868748 CPUtime=0.3
/proc/23111/task/23117/stat : 23117 (java) S 23110 23097 21281 0 -1 64 1543 0 0 0 30 0 0 0 16 0 9 0 24891512 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23118] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23118/stat : 23118 (java) S 23110 23097 21281 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24891513 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23119] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23119/stat : 23119 (java) S 23110 23097 21281 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24891513 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 454.84
Current children cumulated vsize (KiB) 890972

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

[startup+486.502 s]
/proc/loadavg: 2.21 2.24 2.18 3/85 23205
/proc/meminfo: memFree=15416/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=2.22
/proc/23097/stat : 23097 (sugar) S 23095 23097 21281 0 -1 4194304 1310 22069 0 1 5 2 201 14 16 0 1 0 24891260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 4217 1111 409 3 0 796 0
[pid=23110] ppid=23097 vsize=5356 CPUtime=0
/proc/23110/stat : 23110 (sh) S 23097 23097 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24891505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23110/statm: 1339 233 193 169 0 50 0
[pid=23111] ppid=23110 vsize=868748 CPUtime=476.39
/proc/23111/stat : 23111 (java) S 23110 23097 21281 0 -1 0 93688 0 1 0 45702 1937 0 0 18 0 9 0 24891506 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23111/statm: 217187 71126 2593 9 0 211664 0
[pid=23111/tid=23112] ppid=23110 vsize=868748 CPUtime=463.54
/proc/23111/task/23112/stat : 23112 (java) R 23110 23097 21281 0 -1 64 9129 0 1 0 44484 1870 0 0 25 0 9 0 24891507 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4126553776 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23111/tid=23113] ppid=23110 vsize=868748 CPUtime=12.5
/proc/23111/task/23113/stat : 23113 (java) S 23110 23097 21281 0 -1 64 82314 0 0 0 1186 64 0 0 16 0 9 0 24891508 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23111/tid=23114] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23114/stat : 23114 (java) S 23110 23097 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24891508 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23115] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23115/stat : 23115 (java) S 23110 23097 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24891508 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23116] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23116/stat : 23116 (java) S 23110 23097 21281 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24891512 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23117] ppid=23110 vsize=868748 CPUtime=0.3
/proc/23111/task/23117/stat : 23117 (java) S 23110 23097 21281 0 -1 64 1543 0 0 0 30 0 0 0 16 0 9 0 24891512 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23118] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23118/stat : 23118 (java) S 23110 23097 21281 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24891513 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23119] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23119/stat : 23119 (java) S 23110 23097 21281 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24891513 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 478.61
Current children cumulated vsize (KiB) 890972

[startup+499.302 s]
/proc/loadavg: 2.18 2.24 2.18 3/85 23205
/proc/meminfo: memFree=15608/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=2.22
/proc/23097/stat : 23097 (sugar) S 23095 23097 21281 0 -1 4194304 1310 22069 0 1 5 2 201 14 16 0 1 0 24891260 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23097/statm: 4217 1111 409 3 0 796 0
[pid=23110] ppid=23097 vsize=5356 CPUtime=0
/proc/23110/stat : 23110 (sh) S 23097 23097 21281 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24891505 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23110/statm: 1339 233 193 169 0 50 0
[pid=23111] ppid=23110 vsize=868748 CPUtime=488.94
/proc/23111/stat : 23111 (java) S 23110 23097 21281 0 -1 0 93773 0 1 0 46894 2000 0 0 18 0 9 0 24891506 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23111/statm: 217187 71126 2593 9 0 211664 0
[pid=23111/tid=23112] ppid=23110 vsize=868748 CPUtime=475.98
/proc/23111/task/23112/stat : 23112 (java) R 23110 23097 21281 0 -1 64 9214 0 1 0 45666 1932 0 0 25 0 9 0 24891507 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23113] ppid=23110 vsize=868748 CPUtime=12.61
/proc/23111/task/23113/stat : 23113 (java) S 23110 23097 21281 0 -1 64 82314 0 0 0 1196 65 0 0 16 0 9 0 24891508 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23114] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23114/stat : 23114 (java) S 23110 23097 21281 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24891508 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23115] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23115/stat : 23115 (java) S 23110 23097 21281 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24891508 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23116] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23116/stat : 23116 (java) S 23110 23097 21281 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24891512 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23117] ppid=23110 vsize=868748 CPUtime=0.3
/proc/23111/task/23117/stat : 23117 (java) S 23110 23097 21281 0 -1 64 1543 0 0 0 30 0 0 0 16 0 9 0 24891512 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23118] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23118/stat : 23118 (java) S 23110 23097 21281 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24891513 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23111/tid=23119] ppid=23110 vsize=868748 CPUtime=0
/proc/23111/task/23119/stat : 23119 (java) S 23110 23097 21281 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24891513 889597952 71126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 491.16
Current children cumulated vsize (KiB) 890972

[startup+512.102 s]
/proc/loadavg: 2.59 2.32 2.21 1/71 23229
/proc/meminfo: memFree=1128368/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=498.97
/proc/23097/stat : 23097 (sugar) D 23095 23097 21281 0 -1 4194304 1335 116187 0 2 5 29 47802 2061 18 0 1 0 24891260 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23097/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 498.97
Current children cumulated vsize (KiB) 16868

[startup+515.301 s]
/proc/loadavg: 2.59 2.32 2.21 2/83 23246
/proc/meminfo: memFree=1925712/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=499
/proc/23097/stat : 23097 (sugar) D 23095 23097 21281 0 -1 4194304 1335 116187 0 2 5 32 47802 2061 18 0 1 0 24891260 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23097/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 499
Current children cumulated vsize (KiB) 16868

[startup+518.502 s]
/proc/loadavg: 2.63 2.33 2.21 2/84 23247
/proc/meminfo: memFree=1906376/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=499.04
/proc/23097/stat : 23097 (sugar) D 23095 23097 21281 0 -1 4194304 1335 116187 0 2 5 36 47802 2061 18 0 1 0 24891260 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23097/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 499.04
Current children cumulated vsize (KiB) 16868

[startup+520.102 s]
/proc/loadavg: 2.63 2.33 2.21 4/84 23247
/proc/meminfo: memFree=1901704/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=499.08
/proc/23097/stat : 23097 (sugar) D 23095 23097 21281 0 -1 4194304 1335 116187 0 2 5 40 47802 2061 18 0 1 0 24891260 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23097/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 499.08
Current children cumulated vsize (KiB) 16868

[startup+520.902 s]
/proc/loadavg: 2.63 2.33 2.21 2/83 23247
/proc/meminfo: memFree=1897744/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=499.12
/proc/23097/stat : 23097 (sugar) R 23095 23097 21281 0 -1 4194304 1335 116187 0 2 5 44 47802 2061 18 0 1 0 24891260 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 0 0 0 17 1 0 0
/proc/23097/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 499.12
Current children cumulated vsize (KiB) 16868

[startup+521.102 s]
/proc/loadavg: 2.63 2.33 2.21 2/83 23247
/proc/meminfo: memFree=1897744/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=499.13
/proc/23097/stat : 23097 (sugar) D 23095 23097 21281 0 -1 4194304 1335 116187 0 2 5 45 47802 2061 18 0 1 0 24891260 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23097/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 499.13
Current children cumulated vsize (KiB) 16868

[startup+521.202 s]
/proc/loadavg: 2.63 2.33 2.21 2/83 23247
/proc/meminfo: memFree=1897744/2055920 swapFree=4192812/4192956
[pid=23097] ppid=23095 vsize=16868 CPUtime=499.13
/proc/23097/stat : 23097 (sugar) D 23095 23097 21281 0 -1 4194304 1335 116187 0 2 5 45 47802 2061 18 0 1 0 24891260 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 236437869609 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/23097/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 499.13
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 521.252
CPU time (s): 499.162
CPU user time (s): 478.081
CPU system time (s): 21.0808
CPU usage (%): 95.7622
Max. virtual memory (cumulated for all children) (KiB): 901108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 478.081
system time used= 21.0808
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117583
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46419
involuntary context switches= 51055

runsolver used 0.676897 second user time and 1.77473 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 07:57:53
IDJOB=2083830
IDBENCH=57947
IDSOLVER=738
FILE ID=node62/2083830-1247378273
PBS_JOBID= 9507140
Free space on /tmp= 66340 MiB

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

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

MD5SUM BENCH= 3ec556ad251960bf7980f3107ef7856e
RANDOM SEED=1109828647

node62.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.220
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.220
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:       1642200 kB
Buffers:          2852 kB
Cached:          45088 kB
SwapCached:          0 kB
Active:         354412 kB
Inactive:         7960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1642200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6996 kB
Writeback:           0 kB
Mapped:         332268 kB
Slab:            35932 kB
Committed_AS:   928356 kB
PageTables:       2476 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66340 MiB
End job on node62 at 2009-07-12 08:06:35