Trace number 2083413

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? 1035.1 1373.16

General information on the benchmark

Namecsp/fapp/fapp37/
normalized-fapp37-2250-4.xml
MD5SUM8bdc11c503b182a5a137f8f4c8689d68
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 benchmark46.7509
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.00/0.06	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.06	c 0	BEGIN Sun Jul 12 07:42:23 2009
0.00/0.06	c 0	PID 28066
0.00/0.07	c 0	HOST node80.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2083413-1247377342.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083413-1247377342.xml' 'HOME/temp.csp'
2.26/2.31	c 2	22 domains, 2250 variables, 8 predicates, 0 relations, 42699 constraints
2.26/2.37	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.26/2.37	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.29/2.45	c 2	Parsing HOME/temp.csp
2.29/2.62	c 2	parsed 10000 expressions
2.29/2.82	c 3	parsed 20000 expressions
2.29/2.93	c 3	parsed 30000 expressions
2.29/3.12	c 3	parsed 40000 expressions
2.29/3.17	c 3	parsed 44979 expressions
2.29/3.17	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.29/3.17	c 3	Converting to clausal form CSP
10.45/10.69	c 10	converted 4498 (10%) expressions
22.78/23.09	c 23	converted 8996 (20%) expressions
34.71/35.07	c 35	converted 13494 (30%) expressions
46.34/46.72	c 46	converted 17992 (40%) expressions
57.98/58.43	c 58	converted 22490 (50%) expressions
68.82/69.37	c 69	converted 26988 (60%) expressions
79.17/79.78	c 80	converted 31486 (70%) expressions
90.31/90.99	c 91	converted 35984 (80%) expressions
99.67/100.38	c 100	converted 40482 (90%) expressions
108.31/109.06	c 109	converted 44979 (100%) expressions
108.31/109.06	c 109	CSP : 9867 integers, 123208 booleans, 272304 clauses, largest domain size 4133
108.31/109.06	c 109	Heap : 220 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
108.31/109.06	c 109	Propagation in CSP
116.78/117.56	c 117	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
116.78/117.56	c 117	CSP : 9867 integers, 123208 booleans, 272304 clauses, largest domain size 4133
116.78/117.56	c 117	Heap : 239 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
116.87/117.66	c 117	Simplifing CSP by introducing new Boolean variables
117.46/118.24	c 118	CSP : 9867 integers, 217364 booleans, 366460 clauses, largest domain size 4133
117.46/118.24	c 118	Heap : 255 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
118.96/119.76	c 120	Encoding CSP to SAT : HOME/temp.cnf
149.10/150.09	c 150	987 (10%) CSP integer variables are encoded (673218 clauses, 11222867 bytes)
178.89/180.07	c 180	1974 (20%) CSP integer variables are encoded (1337956 clauses, 23202240 bytes)
190.13/191.35	c 191	2961 (30%) CSP integer variables are encoded (3960656 clauses, 73033540 bytes)
193.73/195.52	c 195	3947 (40%) CSP integer variables are encoded (7042158 clauses, 131582078 bytes)
197.61/199.41	c 199	4934 (50%) CSP integer variables are encoded (10291397 clauses, 193910078 bytes)
201.50/203.89	c 204	5921 (60%) CSP integer variables are encoded (13497030 clauses, 261228371 bytes)
205.55/207.91	c 208	6907 (70%) CSP integer variables are encoded (16688444 clauses, 328248065 bytes)
209.35/212.13	c 212	7894 (80%) CSP integer variables are encoded (19745083 clauses, 392437484 bytes)
213.18/216.02	c 216	8881 (90%) CSP integer variables are encoded (22798470 clauses, 456558611 bytes)
216.88/520.89	c 521	9867 (100%) CSP integer variables are encoded (25800282 clauses, 519596663 bytes)
362.81/673.38	c 673	36646 (10%) CSP clauses are encoded (41730704 clauses, 957834065 bytes)
496.64/813.81	c 814	73292 (20%) CSP clauses are encoded (56751542 clauses, 1374743275 bytes)
619.75/943.68	c 943	109938 (30%) CSP clauses are encoded (70850528 clauses, 1777124335 bytes)
752.41/1080.41	c 1080	146584 (40%) CSP clauses are encoded (85863085 clauses, 2217506136 bytes)
877.06/1209.97	c 1210	183230 (50%) CSP clauses are encoded (100889785 clauses, 2661301026 bytes)
1003.41/1339.56	c 1339	219876 (60%) CSP clauses are encoded (115967294 clauses, 3106825204 bytes)
1034.19/1370.54	c 1370	ERROR Exception Too large HOME/temp.cnf
1034.19/1370.54	c 1370	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
1034.19/1370.55	c 1370	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
1034.19/1370.55	c 1370	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
1034.19/1370.55	s UNKNOWN
1034.28/1370.61	c 1370	CPU 1034.29 (0.06 0.01 1014.37 19.85)
1034.28/1370.61	c 1370	END Sun Jul 12 08:05:13 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-2083413-1247377342/watcher-2083413-1247377342 -o /tmp/evaluation-result-2083413-1247377342/solver-2083413-1247377342 -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-2083413-1247377342.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.20 2.10 2.03 4/83 28066
/proc/meminfo: memFree=1528680/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=12272 CPUtime=0
/proc/28066/stat : 28066 (sugar) R 28064 28066 26798 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 24798858 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 226687154789 0 0 4224 0 0 0 0 17 1 0 0
/proc/28066/statm: 3068 364 274 3 0 168 0

[startup+0.0803371 s]
/proc/loadavg: 2.20 2.10 2.03 4/83 28066
/proc/meminfo: memFree=1528680/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=0.06
/proc/28066/stat : 28066 (sugar) S 28064 28066 26798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24798858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28066/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.10134 s]
/proc/loadavg: 2.20 2.10 2.03 4/83 28066
/proc/meminfo: memFree=1528680/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=0.06
/proc/28066/stat : 28066 (sugar) S 28064 28066 26798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24798858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28066/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301386 s]
/proc/loadavg: 2.20 2.10 2.03 4/83 28066
/proc/meminfo: memFree=1528680/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=0.06
/proc/28066/stat : 28066 (sugar) S 28064 28066 26798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24798858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28066/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702467 s]
/proc/loadavg: 2.20 2.10 2.03 4/83 28066
/proc/meminfo: memFree=1528680/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=0.06
/proc/28066/stat : 28066 (sugar) S 28064 28066 26798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24798858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28066/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50263 s]
/proc/loadavg: 2.20 2.10 2.03 3/94 28078
/proc/meminfo: memFree=1489488/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=0.06
/proc/28066/stat : 28066 (sugar) S 28064 28066 26798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24798858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28066/statm: 4217 1111 409 3 0 796 0
[pid=28069] ppid=28066 vsize=5356 CPUtime=0
/proc/28069/stat : 28069 (sh) S 28066 28066 26798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24798866 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28069/statm: 1339 233 193 169 0 50 0
[pid=28070] ppid=28069 vsize=864760 CPUtime=1.41
/proc/28070/stat : 28070 (java) S 28069 28066 26798 0 -1 0 17885 0 1 0 131 10 0 0 20 0 9 0 24798866 885514240 14946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28070/statm: 216190 14946 2556 9 0 210702 0
[pid=28070/tid=28071] ppid=28069 vsize=864760 CPUtime=0.68
/proc/28070/task/28071/stat : 28071 (java) R 28069 28066 26798 0 -1 64 3358 0 1 0 66 2 0 0 25 0 9 0 24798867 885514240 14946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28070/tid=28072] ppid=28069 vsize=864760 CPUtime=0.59
/proc/28070/task/28072/stat : 28072 (java) R 28069 28066 26798 0 -1 64 13309 0 0 0 53 6 0 0 16 0 9 0 24798868 885514240 14946 996147200 134512640 134550932 4294955984 18446744073709551615 102549480 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28070/tid=28073] ppid=28069 vsize=864760 CPUtime=0
/proc/28070/task/28073/stat : 28073 (java) S 28069 28066 26798 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24798868 885514240 14946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28070/tid=28074] ppid=28069 vsize=864760 CPUtime=0
/proc/28070/task/28074/stat : 28074 (java) S 28069 28066 26798 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24798868 885514240 14946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28070/tid=28075] ppid=28069 vsize=864760 CPUtime=0
/proc/28070/task/28075/stat : 28075 (java) S 28069 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24798870 885514240 14946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28070/tid=28076] ppid=28069 vsize=864760 CPUtime=0.1
/proc/28070/task/28076/stat : 28076 (java) S 28069 28066 26798 0 -1 64 514 0 0 0 10 0 0 0 16 0 9 0 24798870 885514240 14946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28070/tid=28077] ppid=28069 vsize=864760 CPUtime=0
/proc/28070/task/28077/stat : 28077 (java) S 28069 28066 26798 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24798870 885514240 14946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28070/tid=28078] ppid=28069 vsize=864760 CPUtime=0
/proc/28070/task/28078/stat : 28078 (java) S 28069 28066 26798 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24798870 885514240 14946 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 886984

[startup+3.10196 s]
/proc/loadavg: 2.20 2.10 2.03 4/94 28078
/proc/meminfo: memFree=1450832/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=2.29
/proc/28066/stat : 28066 (sugar) S 28064 28066 26798 0 -1 4194304 1309 22604 0 1 5 1 209 14 16 0 1 0 24798858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28066/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30261 s]
/proc/loadavg: 2.18 2.10 2.03 3/94 28088
/proc/meminfo: memFree=1473488/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=2.29
/proc/28066/stat : 28066 (sugar) S 28064 28066 26798 0 -1 4194304 1309 22604 0 1 5 1 209 14 16 0 1 0 24798858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28066/statm: 4217 1111 409 3 0 796 0
[pid=28079] ppid=28066 vsize=5356 CPUtime=0
/proc/28079/stat : 28079 (sh) S 28066 28066 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24799096 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 233 193 169 0 50 0
[pid=28080] ppid=28079 vsize=868644 CPUtime=3.89
/proc/28080/stat : 28080 (java) S 28079 28066 26798 0 -1 0 13107 0 1 0 380 9 0 0 19 0 9 0 24799097 889491456 11630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28080/statm: 217161 11630 2567 9 0 211666 0
[pid=28080/tid=28081] ppid=28079 vsize=868644 CPUtime=3.03
/proc/28080/task/28081/stat : 28081 (java) R 28079 28066 26798 0 -1 64 3037 0 1 0 301 2 0 0 25 0 9 0 24799097 889491456 11630 996147200 134512640 134550932 4294955936 18446744073709551615 4126447927 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28082] ppid=28079 vsize=868644 CPUtime=0.64
/proc/28080/task/28082/stat : 28082 (java) S 28079 28066 26798 0 -1 64 7891 0 0 0 60 4 0 0 16 0 9 0 24799099 889491456 11630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28083] ppid=28079 vsize=868644 CPUtime=0
/proc/28080/task/28083/stat : 28083 (java) S 28079 28066 26798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24799099 889491456 11630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28084] ppid=28079 vsize=868644 CPUtime=0
/proc/28080/task/28084/stat : 28084 (java) S 28079 28066 26798 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24799099 889491456 11630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28085] ppid=28079 vsize=868644 CPUtime=0
/proc/28080/task/28085/stat : 28085 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24799101 889491456 11630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28086] ppid=28079 vsize=868644 CPUtime=0.18
/proc/28080/task/28086/stat : 28086 (java) S 28079 28066 26798 0 -1 64 1475 0 0 0 17 1 0 0 16 0 9 0 24799101 889491456 11630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28087] ppid=28079 vsize=868644 CPUtime=0
/proc/28080/task/28087/stat : 28087 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24799101 889491456 11630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28088] ppid=28079 vsize=868644 CPUtime=0
/proc/28080/task/28088/stat : 28088 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24799101 889491456 11630 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890868

[startup+12.702 s]
/proc/loadavg: 2.17 2.09 2.03 3/94 28088
/proc/meminfo: memFree=1448144/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=2.29
/proc/28066/stat : 28066 (sugar) S 28064 28066 26798 0 -1 4194304 1309 22604 0 1 5 1 209 14 16 0 1 0 24798858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28066/statm: 4217 1111 409 3 0 796 0
[pid=28079] ppid=28066 vsize=5356 CPUtime=0
/proc/28079/stat : 28079 (sh) S 28066 28066 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24799096 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 233 193 169 0 50 0
[pid=28080] ppid=28079 vsize=868644 CPUtime=10.25
/proc/28080/stat : 28080 (java) S 28079 28066 26798 0 -1 0 16253 0 1 0 1013 12 0 0 19 0 9 0 24799097 889491456 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28080/statm: 217161 14488 2567 9 0 211666 0
[pid=28080/tid=28081] ppid=28079 vsize=868644 CPUtime=8.98
/proc/28080/task/28081/stat : 28081 (java) R 28079 28066 26798 0 -1 64 3325 0 1 0 895 3 0 0 25 0 9 0 24799097 889491456 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4126511849 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28082] ppid=28079 vsize=868644 CPUtime=1.06
/proc/28080/task/28082/stat : 28082 (java) S 28079 28066 26798 0 -1 64 10746 0 0 0 99 7 0 0 16 0 9 0 24799099 889491456 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28083] ppid=28079 vsize=868644 CPUtime=0
/proc/28080/task/28083/stat : 28083 (java) S 28079 28066 26798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24799099 889491456 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28084] ppid=28079 vsize=868644 CPUtime=0
/proc/28080/task/28084/stat : 28084 (java) S 28079 28066 26798 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24799099 889491456 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28085] ppid=28079 vsize=868644 CPUtime=0
/proc/28080/task/28085/stat : 28085 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24799101 889491456 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28086] ppid=28079 vsize=868644 CPUtime=0.19
/proc/28080/task/28086/stat : 28086 (java) S 28079 28066 26798 0 -1 64 1478 0 0 0 18 1 0 0 15 0 9 0 24799101 889491456 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28087] ppid=28079 vsize=868644 CPUtime=0
/proc/28080/task/28087/stat : 28087 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24799101 889491456 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28088] ppid=28079 vsize=868644 CPUtime=0
/proc/28080/task/28088/stat : 28088 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24799101 889491456 14488 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 890868

[startup+25.5025 s]
/proc/loadavg: 2.13 2.09 2.03 3/94 28088
/proc/meminfo: memFree=1388944/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=2.29
/proc/28066/stat : 28066 (sugar) S 28064 28066 26798 0 -1 4194304 1309 22604 0 1 5 1 209 14 16 0 1 0 24798858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28066/statm: 4217 1111 409 3 0 796 0
[pid=28079] ppid=28066 vsize=5356 CPUtime=0
/proc/28079/stat : 28079 (sh) S 28066 28066 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24799096 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 233 193 169 0 50 0
[pid=28080] ppid=28079 vsize=868644 CPUtime=22.97
/proc/28080/stat : 28080 (java) S 28079 28066 26798 0 -1 0 26983 0 1 0 2277 20 0 0 19 0 9 0 24799097 889491456 21327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28080/statm: 217161 21327 2568 9 0 211666 0
[pid=28080/tid=28081] ppid=28079 vsize=868644 CPUtime=20.6
/proc/28080/task/28081/stat : 28081 (java) R 28079 28066 26798 0 -1 64 3964 0 1 0 2055 5 0 0 25 0 9 0 24799097 889491456 21327 996147200 134512640 134550932 4294955936 18446744073709551615 4126502923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28082] ppid=28079 vsize=868644 CPUtime=2.15
/proc/28080/task/28082/stat : 28082 (java) S 28079 28066 26798 0 -1 64 20828 0 0 0 202 13 0 0 16 0 9 0 24799099 889491456 21327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28083] ppid=28079 vsize=868644 CPUtime=0
/proc/28080/task/28083/stat : 28083 (java) S 28079 28066 26798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24799099 889491456 21327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28084] ppid=28079 vsize=868644 CPUtime=0
/proc/28080/task/28084/stat : 28084 (java) S 28079 28066 26798 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24799099 889491456 21327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28085] ppid=28079 vsize=868644 CPUtime=0
/proc/28080/task/28085/stat : 28085 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24799101 889491456 21327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28086] ppid=28079 vsize=868644 CPUtime=0.2
/proc/28080/task/28086/stat : 28086 (java) S 28079 28066 26798 0 -1 64 1487 0 0 0 19 1 0 0 15 0 9 0 24799101 889491456 21327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28087] ppid=28079 vsize=868644 CPUtime=0
/proc/28080/task/28087/stat : 28087 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24799101 889491456 21327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28088] ppid=28079 vsize=868644 CPUtime=0
/proc/28080/task/28088/stat : 28088 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24799101 889491456 21327 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 890868

[startup+51.1027 s]
/proc/loadavg: 2.22 2.11 2.03 3/94 28088
/proc/meminfo: memFree=1278288/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=2.29
/proc/28066/stat : 28066 (sugar) S 28064 28066 26798 0 -1 4194304 1309 22604 0 1 5 1 209 14 16 0 1 0 24798858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28066/statm: 4217 1111 409 3 0 796 0
[pid=28079] ppid=28066 vsize=5356 CPUtime=0
/proc/28079/stat : 28079 (sh) S 28066 28066 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24799096 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 233 193 169 0 50 0
[pid=28080] ppid=28079 vsize=868644 CPUtime=48.43
/proc/28080/stat : 28080 (java) S 28079 28066 26798 0 -1 0 51024 0 1 0 4807 36 0 0 19 0 9 0 24799097 889491456 36314 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/28080/task/28087/stat : 28087 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28088] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28088/stat : 28088 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 907.92
Current children cumulated vsize (KiB) 890980
heavy processes:

[startup+1302.3 s]
/proc/loadavg: 3.77 4.69 3.96 3/94 28256
/proc/meminfo: memFree=90576/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=2.3
/proc/28066/stat : 28066 (sugar) S 28064 28066 26798 0 -1 4194304 1310 22604 0 1 6 1 209 14 16 0 1 0 24798858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28066/statm: 4217 1111 409 3 0 796 0
[pid=28079] ppid=28066 vsize=5356 CPUtime=0
/proc/28079/stat : 28079 (sh) S 28066 28066 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24799096 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 233 193 169 0 50 0
[pid=28080] ppid=28079 vsize=868756 CPUtime=964.16
/proc/28080/stat : 28080 (java) S 28079 28066 26798 0 -1 0 96326 0 1 0 94596 1820 0 0 19 0 9 0 24799097 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28080/statm: 217189 75787 2593 9 0 211666 0
[pid=28080/tid=28081] ppid=28079 vsize=868756 CPUtime=949.68
/proc/28080/task/28081/stat : 28081 (java) R 28079 28066 26798 0 -1 64 10057 0 1 0 93217 1751 0 0 25 0 9 0 24799097 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4127060816 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28080/tid=28082] ppid=28079 vsize=868756 CPUtime=14.17
/proc/28080/task/28082/stat : 28082 (java) S 28079 28066 26798 0 -1 64 84029 0 0 0 1351 66 0 0 16 0 9 0 24799099 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28080/tid=28083] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28083/stat : 28083 (java) S 28079 28066 26798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24799099 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28084] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28084/stat : 28084 (java) S 28079 28066 26798 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24799099 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28085] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28085/stat : 28085 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28086] ppid=28079 vsize=868756 CPUtime=0.28
/proc/28080/task/28086/stat : 28086 (java) S 28079 28066 26798 0 -1 64 1536 0 0 0 27 1 0 0 16 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28087] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28087/stat : 28087 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28088] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28088/stat : 28088 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 966.46
Current children cumulated vsize (KiB) 890980
heavy processes:

[startup+1362.3 s]
/proc/loadavg: 3.38 4.41 3.91 3/94 28256
/proc/meminfo: memFree=15888/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=2.3
/proc/28066/stat : 28066 (sugar) S 28064 28066 26798 0 -1 4194304 1310 22604 0 1 6 1 209 14 16 0 1 0 24798858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28066/statm: 4217 1111 409 3 0 796 0
[pid=28079] ppid=28066 vsize=5356 CPUtime=0
/proc/28079/stat : 28079 (sh) S 28066 28066 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24799096 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 233 193 169 0 50 0
[pid=28080] ppid=28079 vsize=868756 CPUtime=1023.74
/proc/28080/stat : 28080 (java) S 28079 28066 26798 0 -1 0 96505 0 1 0 100425 1949 0 0 19 0 9 0 24799097 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28080/statm: 217189 75787 2593 9 0 211666 0
[pid=28080/tid=28081] ppid=28079 vsize=868756 CPUtime=1009.02
/proc/28080/task/28081/stat : 28081 (java) R 28079 28066 26798 0 -1 64 10236 0 1 0 99025 1877 0 0 25 0 9 0 24799097 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4126577462 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28080/tid=28082] ppid=28079 vsize=868756 CPUtime=14.39
/proc/28080/task/28082/stat : 28082 (java) S 28079 28066 26798 0 -1 64 84029 0 0 0 1371 68 0 0 16 0 9 0 24799099 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28080/tid=28083] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28083/stat : 28083 (java) S 28079 28066 26798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24799099 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28084] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28084/stat : 28084 (java) S 28079 28066 26798 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24799099 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28085] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28085/stat : 28085 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28086] ppid=28079 vsize=868756 CPUtime=0.28
/proc/28080/task/28086/stat : 28086 (java) S 28079 28066 26798 0 -1 64 1536 0 0 0 27 1 0 0 16 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28087] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28087/stat : 28087 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28088] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28088/stat : 28088 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1026.04
Current children cumulated vsize (KiB) 890980
heavy processes:

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

[startup+1363.1 s]
/proc/loadavg: 3.35 4.39 3.90 3/94 28256
/proc/meminfo: memFree=15312/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=2.3
/proc/28066/stat : 28066 (sugar) S 28064 28066 26798 0 -1 4194304 1310 22604 0 1 6 1 209 14 16 0 1 0 24798858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28066/statm: 4217 1111 409 3 0 796 0
[pid=28079] ppid=28066 vsize=5356 CPUtime=0
/proc/28079/stat : 28079 (sh) S 28066 28066 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24799096 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 233 193 169 0 50 0
[pid=28080] ppid=28079 vsize=868756 CPUtime=1024.53
/proc/28080/stat : 28080 (java) S 28079 28066 26798 0 -1 0 96507 0 1 0 100502 1951 0 0 19 0 9 0 24799097 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28080/statm: 217189 75787 2593 9 0 211666 0
[pid=28080/tid=28081] ppid=28079 vsize=868756 CPUtime=1009.82
/proc/28080/task/28081/stat : 28081 (java) R 28079 28066 26798 0 -1 64 10238 0 1 0 99102 1880 0 0 25 0 9 0 24799097 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28080/tid=28082] ppid=28079 vsize=868756 CPUtime=14.4
/proc/28080/task/28082/stat : 28082 (java) S 28079 28066 26798 0 -1 64 84029 0 0 0 1372 68 0 0 16 0 9 0 24799099 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28080/tid=28083] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28083/stat : 28083 (java) S 28079 28066 26798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24799099 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28084] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28084/stat : 28084 (java) S 28079 28066 26798 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24799099 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28085] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28085/stat : 28085 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28086] ppid=28079 vsize=868756 CPUtime=0.28
/proc/28080/task/28086/stat : 28086 (java) S 28079 28066 26798 0 -1 64 1536 0 0 0 27 1 0 0 16 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28087] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28087/stat : 28087 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28088] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28088/stat : 28088 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1026.83
Current children cumulated vsize (KiB) 890980

[startup+1369.51 s]
/proc/loadavg: 3.32 4.37 3.90 3/94 28256
/proc/meminfo: memFree=15312/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=2.3
/proc/28066/stat : 28066 (sugar) S 28064 28066 26798 0 -1 4194304 1310 22604 0 1 6 1 209 14 16 0 1 0 24798858 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28066/statm: 4217 1111 409 3 0 796 0
[pid=28079] ppid=28066 vsize=5356 CPUtime=0
/proc/28079/stat : 28079 (sh) S 28066 28066 26798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24799096 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28079/statm: 1339 233 193 169 0 50 0
[pid=28080] ppid=28079 vsize=868756 CPUtime=1030.9
/proc/28080/stat : 28080 (java) S 28079 28066 26798 0 -1 0 96527 0 1 0 101126 1964 0 0 19 0 9 0 24799097 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28080/statm: 217189 75787 2593 9 0 211666 0
[pid=28080/tid=28081] ppid=28079 vsize=868756 CPUtime=1016.15
/proc/28080/task/28081/stat : 28081 (java) R 28079 28066 26798 0 -1 64 10258 0 1 0 99723 1892 0 0 25 0 9 0 24799097 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4127063339 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28080/tid=28082] ppid=28079 vsize=868756 CPUtime=14.42
/proc/28080/task/28082/stat : 28082 (java) S 28079 28066 26798 0 -1 64 84029 0 0 0 1374 68 0 0 16 0 9 0 24799099 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28080/tid=28083] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28083/stat : 28083 (java) S 28079 28066 26798 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24799099 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28084] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28084/stat : 28084 (java) S 28079 28066 26798 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24799099 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28085] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28085/stat : 28085 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28086] ppid=28079 vsize=868756 CPUtime=0.28
/proc/28080/task/28086/stat : 28086 (java) S 28079 28066 26798 0 -1 64 1536 0 0 0 27 1 0 0 16 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28087] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28087/stat : 28087 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28080/tid=28088] ppid=28079 vsize=868756 CPUtime=0
/proc/28080/task/28088/stat : 28088 (java) S 28079 28066 26798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24799101 889606144 75787 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1033.2
Current children cumulated vsize (KiB) 890980

[startup+1371.1 s]
/proc/loadavg: 3.32 4.37 3.90 3/94 28256
/proc/meminfo: memFree=15568/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=1034.75
/proc/28066/stat : 28066 (sugar) R 28064 28066 26798 0 -1 4194304 1335 119431 0 2 6 47 101437 1985 20 0 1 0 24798858 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28066/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1034.75
Current children cumulated vsize (KiB) 16868

[startup+1371.9 s]
/proc/loadavg: 3.32 4.37 3.90 2/84 28256
/proc/meminfo: memFree=1577824/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=1034.99
/proc/28066/stat : 28066 (sugar) D 28064 28066 26798 0 -1 4194304 1335 119431 0 2 6 71 101437 1985 18 0 1 0 24798858 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/28066/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1034.99
Current children cumulated vsize (KiB) 16868

[startup+1372.7 s]
/proc/loadavg: 3.32 4.37 3.90 2/84 28256
/proc/meminfo: memFree=1573728/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=1035.04
/proc/28066/stat : 28066 (sugar) D 28064 28066 26798 0 -1 4194304 1335 119431 0 2 6 76 101437 1985 18 0 1 0 24798858 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/28066/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1035.04
Current children cumulated vsize (KiB) 16868

[startup+1373.1 s]
/proc/loadavg: 3.32 4.37 3.90 2/84 28256
/proc/meminfo: memFree=1573728/2055920 swapFree=4192812/4192956
[pid=28066] ppid=28064 vsize=16868 CPUtime=1035.08
/proc/28066/stat : 28066 (sugar) D 28064 28066 26798 0 -1 4194304 1335 119431 0 2 6 80 101437 1985 18 0 1 0 24798858 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/28066/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1035.08
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1373.16
CPU time (s): 1035.1
CPU user time (s): 1014.44
CPU system time (s): 20.6619
CPU usage (%): 75.3809
Max. virtual memory (cumulated for all children) (KiB): 901116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1014.44
system time used= 20.6619
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120827
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= 68296
involuntary context switches= 75297

runsolver used 1.73374 second user time and 4.83526 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 07:42:23
IDJOB=2083413
IDBENCH=57808
IDSOLVER=739
FILE ID=node80/2083413-1247377342
PBS_JOBID= 9507145
Free space on /tmp= 66356 MiB

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

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

MD5SUM BENCH= 8bdc11c503b182a5a137f8f4c8689d68
RANDOM SEED=44646995

node80.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.285
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.285
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1529160 kB
Buffers:         50960 kB
Cached:         298968 kB
SwapCached:          0 kB
Active:         239008 kB
Inactive:       209148 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1529160 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           16716 kB
Writeback:           0 kB
Mapped:         119372 kB
Slab:            63548 kB
Committed_AS:   301112 kB
PageTables:       2084 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= 66348 MiB
End job on node80 at 2009-07-12 08:05:16