Trace number 2083402

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? 1070.34 1087.63

General information on the benchmark

Namecsp/fapp/fapp37/
normalized-fapp37-2250-9.xml
MD5SUMb43fc16fe95e90c7bd2840923bd352e6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark65.0451
Satisfiable
(Un)Satisfiability was proved
Number of variables2250
Number of constraints42699
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42699
Global constraints used (with number of constraints)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.01/0.07	c 0	BEGIN Sun Jul 12 07:41:57 2009
0.01/0.07	c 0	PID 26119
0.01/0.08	c 0	HOST node69.alineos.net
0.01/0.08	c 0	CONVERTING HOME/instance-2083402-1247377316.xml TO HOME/temp.csp
0.01/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-2083402-1247377316.xml' 'HOME/temp.csp'
2.26/2.31	c 2	22 domains, 2250 variables, 8 predicates, 0 relations, 42699 constraints
2.26/2.33	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.26/2.33	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.28/2.40	c 2	Parsing HOME/temp.csp
2.28/2.72	c 2	parsed 10000 expressions
2.28/2.93	c 3	parsed 20000 expressions
2.28/3.05	c 3	parsed 30000 expressions
3.13/3.26	c 3	parsed 40000 expressions
3.23/3.31	c 3	parsed 44979 expressions
3.23/3.32	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.23/3.32	c 3	Converting to clausal form CSP
10.73/10.82	c 11	converted 4498 (10%) expressions
23.06/23.27	c 23	converted 8996 (20%) expressions
35.09/35.32	c 35	converted 13494 (30%) expressions
46.62/46.98	c 47	converted 17992 (40%) expressions
58.36/58.75	c 58	converted 22490 (50%) expressions
69.29/69.70	c 69	converted 26988 (60%) expressions
79.65/80.19	c 80	converted 31486 (70%) expressions
90.96/91.53	c 91	converted 35984 (80%) expressions
100.99/101.64	c 101	converted 40482 (90%) expressions
110.23/111.00	c 111	converted 44979 (100%) expressions
110.33/111.01	c 111	CSP : 9867 integers, 123208 booleans, 271836 clauses, largest domain size 4133
110.33/111.01	c 111	Heap : 222 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
110.33/111.01	c 111	Propagation in CSP
119.37/120.15	c 120	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
119.37/120.15	c 120	CSP : 9867 integers, 123208 booleans, 271836 clauses, largest domain size 4133
119.37/120.15	c 120	Heap : 225 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
119.47/120.25	c 120	Simplifing CSP by introducing new Boolean variables
120.06/120.84	c 121	CSP : 9867 integers, 217384 booleans, 366012 clauses, largest domain size 4133
120.06/120.84	c 121	Heap : 257 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
121.64/122.49	c 122	Encoding CSP to SAT : HOME/temp.cnf
153.25/154.42	c 154	987 (10%) CSP integer variables are encoded (673218 clauses, 11222867 bytes)
183.86/185.57	c 185	1974 (20%) CSP integer variables are encoded (1337956 clauses, 23202240 bytes)
195.92/197.73	c 197	2961 (30%) CSP integer variables are encoded (3960656 clauses, 73033540 bytes)
199.51/201.50	c 201	3947 (40%) CSP integer variables are encoded (7042158 clauses, 131582078 bytes)
203.55/205.60	c 205	4934 (50%) CSP integer variables are encoded (10291397 clauses, 193910078 bytes)
207.79/210.02	c 210	5921 (60%) CSP integer variables are encoded (13497030 clauses, 261228371 bytes)
211.74/214.18	c 214	6907 (70%) CSP integer variables are encoded (16688444 clauses, 328248065 bytes)
215.65/218.23	c 218	7894 (80%) CSP integer variables are encoded (19745083 clauses, 392437484 bytes)
219.45/222.18	c 222	8881 (90%) CSP integer variables are encoded (22798470 clauses, 456558611 bytes)
223.33/226.24	c 226	9867 (100%) CSP integer variables are encoded (25800282 clauses, 519596663 bytes)
376.98/382.63	c 382	36602 (10%) CSP clauses are encoded (41787803 clauses, 959459518 bytes)
516.28/523.32	c 523	73203 (20%) CSP clauses are encoded (56880541 clauses, 1378433175 bytes)
642.29/651.71	c 651	109804 (30%) CSP clauses are encoded (71047751 clauses, 1782827373 bytes)
778.86/790.25	c 790	146405 (40%) CSP clauses are encoded (86125883 clauses, 2225188451 bytes)
912.23/924.90	c 925	183006 (50%) CSP clauses are encoded (101233364 clauses, 2671436212 bytes)
1042.10/1056.65	c 1056	219608 (60%) CSP clauses are encoded (116369271 clauses, 3118808556 bytes)
1069.54/1084.59	c 1084	ERROR Exception Too large HOME/temp.cnf
1069.54/1084.59	c 1084	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
1069.54/1084.59	c 1084	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
1069.54/1084.59	c 1084	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
1069.54/1084.59	s UNKNOWN
1069.62/1084.68	c 1084	CPU 1069.67 (0.05 0.02 1049.76 19.84)
1069.62/1084.68	c 1084	END Sun Jul 12 08:00:01 2009

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083402-1247377316/watcher-2083402-1247377316 -o /tmp/evaluation-result-2083402-1247377316/solver-2083402-1247377316 -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-2083402-1247377316.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.25 2.24 2.10 4/82 26119
/proc/meminfo: memFree=767488/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=12272 CPUtime=0
/proc/26119/stat : 26119 (sugar) R 26117 26119 19212 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 24794375 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 237947812453 0 0 4224 0 0 0 0 17 0 0 0
/proc/26119/statm: 3068 327 246 3 0 168 0

[startup+0.0275 s]
/proc/loadavg: 2.25 2.24 2.10 4/82 26119
/proc/meminfo: memFree=767488/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=12940 CPUtime=0.01
/proc/26119/stat : 26119 (sugar) R 26117 26119 19212 0 -1 4194304 593 0 0 0 1 0 0 0 18 0 1 0 24794375 13250560 561 996147200 4194304 4206940 548682068608 18446744073709551615 237947491041 0 0 4224 0 0 0 0 17 0 0 0
/proc/26119/statm: 3235 562 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.101513 s]
/proc/loadavg: 2.25 2.24 2.10 4/82 26119
/proc/meminfo: memFree=767488/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=0.06
/proc/26119/stat : 26119 (sugar) S 26117 26119 19212 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24794375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26119/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30152 s]
/proc/loadavg: 2.25 2.24 2.10 4/82 26119
/proc/meminfo: memFree=767488/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=0.06
/proc/26119/stat : 26119 (sugar) S 26117 26119 19212 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24794375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26119/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70155 s]
/proc/loadavg: 2.25 2.24 2.10 4/82 26119
/proc/meminfo: memFree=767488/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=0.06
/proc/26119/stat : 26119 (sugar) S 26117 26119 19212 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24794375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26119/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50262 s]
/proc/loadavg: 2.25 2.24 2.10 3/93 26131
/proc/meminfo: memFree=727072/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=0.06
/proc/26119/stat : 26119 (sugar) S 26117 26119 19212 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24794375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26119/statm: 4217 1111 409 3 0 796 0
[pid=26122] ppid=26119 vsize=5356 CPUtime=0
/proc/26122/stat : 26122 (sh) S 26119 26119 19212 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24794383 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26122/statm: 1339 233 193 169 0 50 0
[pid=26123] ppid=26122 vsize=864760 CPUtime=1.4
/proc/26123/stat : 26123 (java) S 26122 26119 19212 0 -1 0 17832 0 1 0 130 10 0 0 19 0 9 0 24794384 885514240 14893 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26123/statm: 216190 14893 2556 9 0 210702 0
[pid=26123/tid=26124] ppid=26122 vsize=864760 CPUtime=0.68
/proc/26123/task/26124/stat : 26124 (java) R 26122 26119 19212 0 -1 64 3358 0 1 0 65 3 0 0 25 0 9 0 24794385 885514240 14893 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26123/tid=26125] ppid=26122 vsize=864760 CPUtime=0.58
/proc/26123/task/26125/stat : 26125 (java) R 26122 26119 19212 0 -1 64 13255 0 0 0 53 5 0 0 16 0 9 0 24794386 885514240 14893 996147200 134512640 134550932 4294955984 18446744073709551615 102759464 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26123/tid=26126] ppid=26122 vsize=864760 CPUtime=0
/proc/26123/task/26126/stat : 26126 (java) S 26122 26119 19212 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24794386 885514240 14893 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26123/tid=26127] ppid=26122 vsize=864760 CPUtime=0
/proc/26123/task/26127/stat : 26127 (java) S 26122 26119 19212 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24794386 885514240 14893 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26123/tid=26128] ppid=26122 vsize=864760 CPUtime=0
/proc/26123/task/26128/stat : 26128 (java) S 26122 26119 19212 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 24794388 885514240 14893 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26123/tid=26129] ppid=26122 vsize=864760 CPUtime=0.11
/proc/26123/task/26129/stat : 26129 (java) S 26122 26119 19212 0 -1 64 514 0 0 0 11 0 0 0 16 0 9 0 24794388 885514240 14893 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26123/tid=26130] ppid=26122 vsize=864760 CPUtime=0
/proc/26123/task/26130/stat : 26130 (java) S 26122 26119 19212 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24794388 885514240 14893 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26123/tid=26131] ppid=26122 vsize=864760 CPUtime=0
/proc/26123/task/26131/stat : 26131 (java) S 26122 26119 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794388 885514240 14893 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886984

[startup+3.10175 s]
/proc/loadavg: 2.31 2.25 2.11 4/93 26131
/proc/meminfo: memFree=685344/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=2.28
/proc/26119/stat : 26119 (sugar) S 26117 26119 19212 0 -1 4194304 1309 22605 0 1 5 1 208 14 16 0 1 0 24794375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26119/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.302 s]
/proc/loadavg: 2.31 2.25 2.11 3/93 26141
/proc/meminfo: memFree=697312/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=2.28
/proc/26119/stat : 26119 (sugar) S 26117 26119 19212 0 -1 4194304 1309 22605 0 1 5 1 208 14 15 0 1 0 24794375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26119/statm: 4217 1111 409 3 0 796 0
[pid=26132] ppid=26119 vsize=5356 CPUtime=0
/proc/26132/stat : 26132 (sh) S 26119 26119 19212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794609 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26132/statm: 1339 233 193 169 0 50 0
[pid=26133] ppid=26132 vsize=868656 CPUtime=3.99
/proc/26133/stat : 26133 (java) S 26132 26119 19212 0 -1 0 13102 0 1 0 391 8 0 0 18 0 9 0 24794609 889503744 11629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26133/statm: 217164 11629 2567 9 0 211669 0
[pid=26133/tid=26134] ppid=26132 vsize=868656 CPUtime=3.11
/proc/26133/task/26134/stat : 26134 (java) R 26132 26119 19212 0 -1 64 3034 0 1 0 309 2 0 0 25 0 9 0 24794610 889503744 11629 996147200 134512640 134550932 4294955936 18446744073709551615 4126513630 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26135] ppid=26132 vsize=868656 CPUtime=0.66
/proc/26133/task/26135/stat : 26135 (java) S 26132 26119 19212 0 -1 64 7904 0 0 0 62 4 0 0 16 0 9 0 24794611 889503744 11629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26136] ppid=26132 vsize=868656 CPUtime=0
/proc/26133/task/26136/stat : 26136 (java) S 26132 26119 19212 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24794611 889503744 11629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26137] ppid=26132 vsize=868656 CPUtime=0
/proc/26133/task/26137/stat : 26137 (java) S 26132 26119 19212 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24794611 889503744 11629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26138] ppid=26132 vsize=868656 CPUtime=0
/proc/26133/task/26138/stat : 26138 (java) S 26132 26119 19212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24794613 889503744 11629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26139] ppid=26132 vsize=868656 CPUtime=0.18
/proc/26133/task/26139/stat : 26139 (java) S 26132 26119 19212 0 -1 64 1461 0 0 0 18 0 0 0 15 0 9 0 24794613 889503744 11629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26140] ppid=26132 vsize=868656 CPUtime=0
/proc/26133/task/26140/stat : 26140 (java) S 26132 26119 19212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24794613 889503744 11629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26141] ppid=26132 vsize=868656 CPUtime=0
/proc/26133/task/26141/stat : 26141 (java) S 26132 26119 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794613 889503744 11629 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 890880

[startup+12.7025 s]
/proc/loadavg: 2.26 2.24 2.10 3/93 26141
/proc/meminfo: memFree=647720/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=2.29
/proc/26119/stat : 26119 (sugar) S 26117 26119 19212 0 -1 4194304 1309 22605 0 1 5 2 208 14 16 0 1 0 24794375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26119/statm: 4217 1111 409 3 0 796 0
[pid=26132] ppid=26119 vsize=5356 CPUtime=0
/proc/26132/stat : 26132 (sh) S 26119 26119 19212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794609 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26132/statm: 1339 233 193 169 0 50 0
[pid=26133] ppid=26132 vsize=868656 CPUtime=10.33
/proc/26133/stat : 26133 (java) S 26132 26119 19212 0 -1 0 16151 0 1 0 1020 13 0 0 18 0 9 0 24794609 889503744 14392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26133/statm: 217164 14392 2567 9 0 211669 0
[pid=26133/tid=26134] ppid=26132 vsize=868656 CPUtime=9.05
/proc/26133/task/26134/stat : 26134 (java) R 26132 26119 19212 0 -1 64 3320 0 1 0 900 5 0 0 25 0 9 0 24794610 889503744 14392 996147200 134512640 134550932 4294955936 18446744073709551615 4126509403 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26135] ppid=26132 vsize=868656 CPUtime=1.07
/proc/26133/task/26135/stat : 26135 (java) S 26132 26119 19212 0 -1 64 10663 0 0 0 100 7 0 0 16 0 9 0 24794611 889503744 14392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26136] ppid=26132 vsize=868656 CPUtime=0
/proc/26133/task/26136/stat : 26136 (java) S 26132 26119 19212 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24794611 889503744 14392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26137] ppid=26132 vsize=868656 CPUtime=0
/proc/26133/task/26137/stat : 26137 (java) S 26132 26119 19212 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24794611 889503744 14392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26138] ppid=26132 vsize=868656 CPUtime=0
/proc/26133/task/26138/stat : 26138 (java) S 26132 26119 19212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24794613 889503744 14392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26139] ppid=26132 vsize=868656 CPUtime=0.19
/proc/26133/task/26139/stat : 26139 (java) S 26132 26119 19212 0 -1 64 1465 0 0 0 19 0 0 0 15 0 9 0 24794613 889503744 14392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26140] ppid=26132 vsize=868656 CPUtime=0
/proc/26133/task/26140/stat : 26140 (java) S 26132 26119 19212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24794613 889503744 14392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26141] ppid=26132 vsize=868656 CPUtime=0
/proc/26133/task/26141/stat : 26141 (java) S 26132 26119 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794613 889503744 14392 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 890880

[startup+25.5026 s]
/proc/loadavg: 2.22 2.23 2.10 3/93 26141
/proc/meminfo: memFree=546664/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=2.29
/proc/26119/stat : 26119 (sugar) S 26117 26119 19212 0 -1 4194304 1309 22605 0 1 5 2 208 14 16 0 1 0 24794375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26119/statm: 4217 1111 409 3 0 796 0
[pid=26132] ppid=26119 vsize=5356 CPUtime=0
/proc/26132/stat : 26132 (sh) S 26119 26119 19212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794609 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26132/statm: 1339 233 193 169 0 50 0
[pid=26133] ppid=26132 vsize=868656 CPUtime=23.06
/proc/26133/stat : 26133 (java) S 26132 26119 19212 0 -1 0 27148 0 1 0 2283 23 0 0 18 0 9 0 24794609 889503744 21176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26133/statm: 217164 21176 2568 9 0 211669 0
[pid=26133/tid=26134] ppid=26132 vsize=868656 CPUtime=20.64
/proc/26133/task/26134/stat : 26134 (java) R 26132 26119 19212 0 -1 64 3961 0 1 0 2057 7 0 0 25 0 9 0 24794610 889503744 21176 996147200 134512640 134550932 4294955936 18446744073709551615 4126509403 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26135] ppid=26132 vsize=868656 CPUtime=2.19
/proc/26133/task/26135/stat : 26135 (java) S 26132 26119 19212 0 -1 64 21010 0 0 0 205 14 0 0 16 0 9 0 24794611 889503744 21176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26136] ppid=26132 vsize=868656 CPUtime=0
/proc/26133/task/26136/stat : 26136 (java) S 26132 26119 19212 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24794611 889503744 21176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26137] ppid=26132 vsize=868656 CPUtime=0
/proc/26133/task/26137/stat : 26137 (java) S 26132 26119 19212 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24794611 889503744 21176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26138] ppid=26132 vsize=868656 CPUtime=0
/proc/26133/task/26138/stat : 26138 (java) S 26132 26119 19212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24794613 889503744 21176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26139] ppid=26132 vsize=868656 CPUtime=0.2
/proc/26133/task/26139/stat : 26139 (java) S 26132 26119 19212 0 -1 64 1474 0 0 0 20 0 0 0 15 0 9 0 24794613 889503744 21176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26140] ppid=26132 vsize=868656 CPUtime=0
/proc/26133/task/26140/stat : 26140 (java) S 26132 26119 19212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24794613 889503744 21176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26141] ppid=26132 vsize=868656 CPUtime=0
/proc/26133/task/26141/stat : 26141 (java) S 26132 26119 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794613 889503744 21176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 890880

[startup+51.1026 s]
/proc/loadavg: 2.20 2.23 2.10 4/93 26141
/proc/meminfo: memFree=336744/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=2.29
/proc/26119/stat : 26119 (sugar) S 26117 26119 19212 0 -1 4194304 1309 22605 0 1 5 2 208 14 16 0 1 0 24794375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26119/statm: 4217 1111 409 3 0 796 0
[pid=26132] ppid=26119 vsize=5356 CPUtime=0
/proc/26132/stat : 26132 (sh) S 26119 26119 19212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794609 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26132/statm: 1339 233 193 169 0 50 0
[pid=26133] ppid=26132 vsize=868656 CPUtime=48.51
/proc/26133/stat : 26133 (java) S 26132 26119 19212 0 -1 0 50578 0 1 0 4812 39 0 0 18 0 9 0 24794609 889503744 35871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[startup+1002.3 s]
/proc/loadavg: 2.16 2.12 2.09 3/94 26284
/proc/meminfo: memFree=15072/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=2.29
/proc/26119/stat : 26119 (sugar) S 26117 26119 19212 0 -1 4194304 1310 22605 0 1 5 2 208 14 16 0 1 0 24794375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26119/statm: 4217 1111 409 3 0 796 0
[pid=26132] ppid=26119 vsize=5356 CPUtime=0
/proc/26132/stat : 26132 (sh) S 26119 26119 19212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794609 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26132/statm: 1339 233 193 169 0 50 0
[pid=26133] ppid=26132 vsize=868768 CPUtime=986.44
/proc/26133/stat : 26133 (java) S 26132 26119 19212 0 -1 0 95034 0 1 0 96839 1805 0 0 18 0 9 0 24794609 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26133/statm: 217192 74518 2593 9 0 211669 0
[pid=26133/tid=26134] ppid=26132 vsize=868768 CPUtime=971.42
/proc/26133/task/26134/stat : 26134 (java) R 26132 26119 19212 0 -1 64 10023 0 1 0 95403 1739 0 0 25 0 9 0 24794610 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4127067952 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26135] ppid=26132 vsize=868768 CPUtime=14.68
/proc/26133/task/26135/stat : 26135 (java) S 26132 26119 19212 0 -1 64 82786 0 0 0 1405 63 0 0 16 0 9 0 24794611 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26136] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26136/stat : 26136 (java) S 26132 26119 19212 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24794611 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26137] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26137/stat : 26137 (java) S 26132 26119 19212 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24794611 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26138] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26138/stat : 26138 (java) S 26132 26119 19212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24794613 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26139] ppid=26132 vsize=868768 CPUtime=0.29
/proc/26133/task/26139/stat : 26139 (java) S 26132 26119 19212 0 -1 64 1522 0 0 0 29 0 0 0 16 0 9 0 24794613 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26140] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26140/stat : 26140 (java) S 26132 26119 19212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24794613 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26141] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26141/stat : 26141 (java) S 26132 26119 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794613 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 988.73
Current children cumulated vsize (KiB) 890992

[startup+1062.3 s]
/proc/loadavg: 2.21 2.15 2.10 3/94 26284
/proc/meminfo: memFree=15392/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=2.29
/proc/26119/stat : 26119 (sugar) S 26117 26119 19212 0 -1 4194304 1310 22605 0 1 5 2 208 14 16 0 1 0 24794375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26119/statm: 4217 1111 409 3 0 796 0
[pid=26132] ppid=26119 vsize=5356 CPUtime=0
/proc/26132/stat : 26132 (sh) S 26119 26119 19212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794609 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26132/statm: 1339 233 193 169 0 50 0
[pid=26133] ppid=26132 vsize=868768 CPUtime=1045.41
/proc/26133/stat : 26133 (java) S 26132 26119 19212 0 -1 0 95208 0 1 0 102620 1921 0 0 18 0 9 0 24794609 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26133/statm: 217192 74518 2593 9 0 211669 0
[pid=26133/tid=26134] ppid=26132 vsize=868768 CPUtime=1030.16
/proc/26133/task/26134/stat : 26134 (java) R 26132 26119 19212 0 -1 64 10197 0 1 0 101162 1854 0 0 25 0 9 0 24794610 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4127070403 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26135] ppid=26132 vsize=868768 CPUtime=14.91
/proc/26133/task/26135/stat : 26135 (java) S 26132 26119 19212 0 -1 64 82786 0 0 0 1427 64 0 0 16 0 9 0 24794611 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26136] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26136/stat : 26136 (java) S 26132 26119 19212 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24794611 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26137] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26137/stat : 26137 (java) S 26132 26119 19212 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24794611 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26138] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26138/stat : 26138 (java) S 26132 26119 19212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24794613 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26139] ppid=26132 vsize=868768 CPUtime=0.29
/proc/26133/task/26139/stat : 26139 (java) S 26132 26119 19212 0 -1 64 1522 0 0 0 29 0 0 0 16 0 9 0 24794613 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26140] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26140/stat : 26140 (java) S 26132 26119 19212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24794613 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26141] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26141/stat : 26141 (java) S 26132 26119 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794613 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1047.7
Current children cumulated vsize (KiB) 890992

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

[startup+1075.1 s]
/proc/loadavg: 2.23 2.15 2.10 5/94 26284
/proc/meminfo: memFree=15072/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=2.29
/proc/26119/stat : 26119 (sugar) S 26117 26119 19212 0 -1 4194304 1310 22605 0 1 5 2 208 14 16 0 1 0 24794375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26119/statm: 4217 1111 409 3 0 796 0
[pid=26132] ppid=26119 vsize=5356 CPUtime=0
/proc/26132/stat : 26132 (sh) S 26119 26119 19212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794609 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26132/statm: 1339 233 193 169 0 50 0
[pid=26133] ppid=26132 vsize=868768 CPUtime=1058
/proc/26133/stat : 26133 (java) S 26132 26119 19212 0 -1 0 95246 0 1 0 103855 1945 0 0 18 0 9 0 24794609 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26133/statm: 217192 74518 2593 9 0 211669 0
[pid=26133/tid=26134] ppid=26132 vsize=868768 CPUtime=1042.69
/proc/26133/task/26134/stat : 26134 (java) R 26132 26119 19212 0 -1 64 10235 0 1 0 102392 1877 0 0 25 0 9 0 24794610 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4127070383 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26135] ppid=26132 vsize=868768 CPUtime=14.97
/proc/26133/task/26135/stat : 26135 (java) S 26132 26119 19212 0 -1 64 82786 0 0 0 1432 65 0 0 16 0 9 0 24794611 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26136] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26136/stat : 26136 (java) S 26132 26119 19212 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24794611 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26137] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26137/stat : 26137 (java) S 26132 26119 19212 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24794611 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26138] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26138/stat : 26138 (java) S 26132 26119 19212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24794613 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26139] ppid=26132 vsize=868768 CPUtime=0.29
/proc/26133/task/26139/stat : 26139 (java) S 26132 26119 19212 0 -1 64 1522 0 0 0 29 0 0 0 16 0 9 0 24794613 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26140] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26140/stat : 26140 (java) S 26132 26119 19212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24794613 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26141] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26141/stat : 26141 (java) S 26132 26119 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794613 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1060.29
Current children cumulated vsize (KiB) 890992

[startup+1081.5 s]
/proc/loadavg: 2.21 2.15 2.10 3/94 26284
/proc/meminfo: memFree=15264/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=2.29
/proc/26119/stat : 26119 (sugar) S 26117 26119 19212 0 -1 4194304 1310 22605 0 1 5 2 208 14 16 0 1 0 24794375 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 237956542562 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26119/statm: 4217 1111 409 3 0 796 0
[pid=26132] ppid=26119 vsize=5356 CPUtime=0
/proc/26132/stat : 26132 (sh) S 26119 26119 19212 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24794609 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 237947642692 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26132/statm: 1339 233 193 169 0 50 0
[pid=26133] ppid=26132 vsize=868768 CPUtime=1064.29
/proc/26133/stat : 26133 (java) S 26132 26119 19212 0 -1 0 95265 0 1 0 104470 1959 0 0 18 0 9 0 24794609 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26133/statm: 217192 74518 2593 9 0 211669 0
[pid=26133/tid=26134] ppid=26132 vsize=868768 CPUtime=1048.96
/proc/26133/task/26134/stat : 26134 (java) R 26132 26119 19212 0 -1 64 10254 0 1 0 103005 1891 0 0 25 0 9 0 24794610 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4127085480 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26135] ppid=26132 vsize=868768 CPUtime=14.99
/proc/26133/task/26135/stat : 26135 (java) S 26132 26119 19212 0 -1 64 82786 0 0 0 1434 65 0 0 16 0 9 0 24794611 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26136] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26136/stat : 26136 (java) S 26132 26119 19212 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24794611 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26137] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26137/stat : 26137 (java) S 26132 26119 19212 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24794611 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26138] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26138/stat : 26138 (java) S 26132 26119 19212 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24794613 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26139] ppid=26132 vsize=868768 CPUtime=0.29
/proc/26133/task/26139/stat : 26139 (java) S 26132 26119 19212 0 -1 64 1522 0 0 0 29 0 0 0 16 0 9 0 24794613 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26133/tid=26140] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26140/stat : 26140 (java) S 26132 26119 19212 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24794613 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26133/tid=26141] ppid=26132 vsize=868768 CPUtime=0
/proc/26133/task/26141/stat : 26141 (java) S 26132 26119 19212 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24794613 889618432 74518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1066.58
Current children cumulated vsize (KiB) 890992

[startup+1084.7 s]
/proc/loadavg: 2.28 2.17 2.10 3/94 26284
/proc/meminfo: memFree=16288/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=1069.67
/proc/26119/stat : 26119 (sugar) D 26117 26119 19212 0 -1 4194304 1335 118176 0 3 5 2 104976 1984 16 0 1 0 24794375 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26119/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1069.67
Current children cumulated vsize (KiB) 16868

[startup+1086.3 s]
/proc/loadavg: 2.28 2.17 2.10 2/84 26284
/proc/meminfo: memFree=1268272/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=1070.22
/proc/26119/stat : 26119 (sugar) D 26117 26119 19212 0 -1 4194304 1335 118176 0 3 5 57 104976 1984 18 0 1 0 24794375 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26119/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1070.22
Current children cumulated vsize (KiB) 16868

[startup+1087.1 s]
/proc/loadavg: 2.25 2.16 2.10 2/84 26284
/proc/meminfo: memFree=1267248/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=1070.27
/proc/26119/stat : 26119 (sugar) D 26117 26119 19212 0 -1 4194304 1335 118176 0 3 5 62 104976 1984 18 0 1 0 24794375 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26119/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1070.27
Current children cumulated vsize (KiB) 16868

[startup+1087.5 s]
/proc/loadavg: 2.25 2.16 2.10 2/84 26284
/proc/meminfo: memFree=1267248/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=1070.3
/proc/26119/stat : 26119 (sugar) D 26117 26119 19212 0 -1 4194304 1335 118176 0 3 5 65 104976 1984 18 0 1 0 24794375 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/26119/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1070.3
Current children cumulated vsize (KiB) 16868

[startup+1087.6 s]
/proc/loadavg: 2.25 2.16 2.10 2/84 26284
/proc/meminfo: memFree=1267248/2055920 swapFree=4192812/4192956
[pid=26119] ppid=26117 vsize=16868 CPUtime=1070.31
/proc/26119/stat : 26119 (sugar) D 26117 26119 19212 0 -1 4194304 1335 118176 0 3 5 66 104976 1984 18 0 1 0 24794375 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 237947819049 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/26119/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1070.31
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1087.63
CPU time (s): 1070.34
CPU user time (s): 1049.83
CPU system time (s): 20.5129
CPU usage (%): 98.4103
Max. virtual memory (cumulated for all children) (KiB): 903692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1049.83
system time used= 20.5129
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119572
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64352
involuntary context switches= 77563

runsolver used 1.41378 second user time and 3.68344 second system time

The end

Launcher Data

Begin job on node69 at 2009-07-12 07:41:57
IDJOB=2083402
IDBENCH=57802
IDSOLVER=739
FILE ID=node69/2083402-1247377316
PBS_JOBID= 9507013
Free space on /tmp= 65504 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp37/normalized-fapp37-2250-9.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-2083402-1247377316/watcher-2083402-1247377316 -o /tmp/evaluation-result-2083402-1247377316/solver-2083402-1247377316 -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-2083402-1247377316.xml

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

MD5SUM BENCH= b43fc16fe95e90c7bd2840923bd352e6
RANDOM SEED=876938459

node69.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.211
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.211
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:        767976 kB
Buffers:          4944 kB
Cached:        1066260 kB
SwapCached:          0 kB
Active:        1197124 kB
Inactive:        14984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        767976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          207052 kB
Writeback:           0 kB
Mapped:         162256 kB
Slab:            60584 kB
Committed_AS:   358204 kB
PageTables:       2272 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= 66496 MiB
End job on node69 at 2009-07-12 08:00:04