Trace number 1112830

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 427.552 434.836

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-0.xml
MD5SUM34c3ac733a64f710448acdb70b41fbc9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints92
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Sat Jul 12 16:53:58 2008
0.00/0.15	c 0	PID 10962
0.00/0.16	c 0	HOST node40.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1112830-1215874437.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112830-1215874437.xml' 'HOME/temp.csp'
1.51/1.87	c 1	13 domains, 1500 variables, 8 predicates, 0 relations, 25409 constraints
1.59/1.91	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.59/1.91	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.59/1.99	c 1	Parsing HOME/temp.csp
2.17/2.54	c 2	parsed 10000 expressions
2.47/2.85	c 2	parsed 20000 expressions
2.67/3.03	c 2	parsed 26930 expressions
2.67/3.04	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.86/3.27	c 3	MAX CSP: 25409 constraints
2.86/3.27	c 3	Converting to clausal form CSP
5.34/5.78	c 5	converted 5235 (10%) expressions
8.23/8.69	c 8	converted 10469 (20%) expressions
10.81/11.22	c 11	converted 15703 (30%) expressions
13.70/14.12	c 14	converted 20937 (40%) expressions
15.99/16.44	c 16	converted 26171 (50%) expressions
18.28/18.75	c 18	converted 31406 (60%) expressions
20.47/20.96	c 20	converted 36640 (70%) expressions
23.35/23.83	c 23	converted 41874 (80%) expressions
25.43/25.92	c 25	converted 47108 (90%) expressions
29.81/30.39	c 30	converted 52342 (100%) expressions
29.91/30.40	c 30	CSP : 55274 integers, 99607 booleans, 235763 clauses, largest domain size 38114
29.91/30.40	c 30	Heap : 152 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
29.91/30.40	c 30	Propagation in CSP
34.78/35.33	c 35	25403 values, 0 unsatisfiable literals, and 0 valid clauses are removed
34.78/35.34	c 35	CSP : 55274 integers, 99607 booleans, 235763 clauses, largest domain size 25410
34.78/35.34	c 35	Heap : 163 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.88/35.40	c 35	Simplifing CSP by introducing new Boolean variables
35.18/35.78	c 35	CSP : 55274 integers, 154897 booleans, 291053 clauses, largest domain size 25410
35.18/35.79	c 35	Heap : 172 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.28/36.83	c 36	Encoding CSP to SAT : HOME/temp.cnf
47.61/48.28	c 48	5528 (10%) CSP integer variables are encoded (3087414 clauses, 56443812 bytes)
50.27/50.96	c 50	11055 (20%) CSP integer variables are encoded (5161615 clauses, 95853631 bytes)
52.39/53.19	c 53	16583 (30%) CSP integer variables are encoded (6833455 clauses, 127618591 bytes)
53.69/54.47	c 54	22110 (40%) CSP integer variables are encoded (7804041 clauses, 146059725 bytes)
53.98/54.76	c 54	27637 (50%) CSP integer variables are encoded (8017595 clauses, 150117251 bytes)
54.08/54.85	c 54	33165 (60%) CSP integer variables are encoded (8077699 clauses, 151259227 bytes)
54.18/54.95	c 54	38692 (70%) CSP integer variables are encoded (8140124 clauses, 152445302 bytes)
54.67/55.42	c 55	44220 (80%) CSP integer variables are encoded (8496514 clauses, 159216712 bytes)
54.85/55.60	c 55	49747 (90%) CSP integer variables are encoded (8603521 clauses, 161249845 bytes)
54.95/55.73	c 55	55274 (100%) CSP integer variables are encoded (8696286 clauses, 163012380 bytes)
158.68/160.67	c 160	29106 (10%) CSP clauses are encoded (26965922 clauses, 609494758 bytes)
227.21/230.00	c 229	58211 (20%) CSP clauses are encoded (40978939 clauses, 969122816 bytes)
291.43/295.05	c 295	87316 (30%) CSP clauses are encoded (54461126 clauses, 1317679220 bytes)
350.54/355.19	c 355	116422 (40%) CSP clauses are encoded (67314302 clauses, 1653588221 bytes)
402.58/408.13	c 408	145527 (50%) CSP clauses are encoded (79526375 clauses, 1978981508 bytes)
426.61/432.63	c 432	ERROR Exception Too large HOME/temp.cnf
426.61/432.64	c 432	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
426.61/432.64	c 432	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
426.61/432.64	c 432	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
426.61/432.64	s UNKNOWN
426.65/432.75	c 432	CPU 413.55 (0.04 0.01 413.51 13.14)
426.65/432.75	c 432	END Sat Jul 12 17:01:10 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112830-1215874437/watcher-1112830-1215874437 -o /tmp/evaluation-result-1112830-1215874437/solver-1112830-1215874437 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1112830-1215874437.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.37 1.15 0.45 4/81 10962
/proc/meminfo: memFree=1680712/2055920 swapFree=4178624/4192956
[pid=10962] ppid=10960 vsize=18572 CPUtime=0
/proc/10962/stat : 10962 (runsolver) R 10960 10962 10827 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 44143416 19017728 292 996147200 4194304 4296836 548682068256 18446744073709551615 264519609639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10962/statm: 4643 292 257 25 0 2626 0

[startup+0.0729149 s]
/proc/loadavg: 2.37 1.15 0.45 4/81 10962
/proc/meminfo: memFree=1680712/2055920 swapFree=4178624/4192956
[pid=10962] ppid=10960 vsize=12272 CPUtime=0
/proc/10962/stat : 10962 (sugar) D 10960 10962 10827 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 44143416 12566528 330 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/10962/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.10192 s]
/proc/loadavg: 2.37 1.15 0.45 4/81 10962
/proc/meminfo: memFree=1680712/2055920 swapFree=4178624/4192956
[pid=10962] ppid=10960 vsize=12412 CPUtime=0
/proc/10962/stat : 10962 (sugar) D 10960 10962 10827 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 44143416 12709888 382 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/10962/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301967 s]
/proc/loadavg: 2.37 1.15 0.45 4/81 10962
/proc/meminfo: memFree=1680712/2055920 swapFree=4178624/4192956
[pid=10962] ppid=10960 vsize=13600 CPUtime=0.04
/proc/10962/stat : 10962 (sugar) S 10960 10962 10827 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 44143416 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10962/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701049 s]
/proc/loadavg: 2.37 1.15 0.45 4/81 10962
/proc/meminfo: memFree=1680712/2055920 swapFree=4178624/4192956
[pid=10962] ppid=10960 vsize=13600 CPUtime=0.04
/proc/10962/stat : 10962 (sugar) S 10960 10962 10827 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 44143416 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10962/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50222 s]
/proc/loadavg: 2.34 1.17 0.46 4/92 10974
/proc/meminfo: memFree=1652144/2055920 swapFree=4178624/4192956
[pid=10962] ppid=10960 vsize=13600 CPUtime=0.04
/proc/10962/stat : 10962 (sugar) S 10960 10962 10827 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 44143416 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10962/statm: 3400 796 370 3 0 500 0
[pid=10965] ppid=10962 vsize=5356 CPUtime=0
/proc/10965/stat : 10965 (sh) S 10962 10962 10827 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44143433 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10965/statm: 1339 233 193 169 0 50 0
[pid=10966] ppid=10965 vsize=864660 CPUtime=1.17
/proc/10966/stat : 10966 (java) S 10965 10962 10827 0 -1 0 14463 0 7 0 109 8 0 0 18 0 9 0 44143433 885411840 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10966/statm: 216165 12513 2529 9 0 210747 0
[pid=10966/tid=10967] ppid=10965 vsize=864660 CPUtime=0.56
/proc/10966/task/10967/stat : 10967 (java) R 10965 10962 10827 0 -1 64 3028 0 6 0 54 2 0 0 20 0 9 0 44143437 885411840 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4125924766 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10966/tid=10968] ppid=10965 vsize=864660 CPUtime=0.46
/proc/10966/task/10968/stat : 10968 (java) S 10965 10962 10827 0 -1 64 10240 0 1 0 42 4 0 0 16 0 9 0 44143447 885411840 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10966/tid=10969] ppid=10965 vsize=864660 CPUtime=0
/proc/10966/task/10969/stat : 10969 (java) S 10965 10962 10827 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44143447 885411840 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10966/tid=10970] ppid=10965 vsize=864660 CPUtime=0
/proc/10966/task/10970/stat : 10970 (java) S 10965 10962 10827 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44143447 885411840 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10966/tid=10971] ppid=10965 vsize=864660 CPUtime=0
/proc/10966/task/10971/stat : 10971 (java) S 10965 10962 10827 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44143449 885411840 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10966/tid=10972] ppid=10965 vsize=864660 CPUtime=0.12
/proc/10966/task/10972/stat : 10972 (java) S 10965 10962 10827 0 -1 64 496 0 0 0 12 0 0 0 16 0 9 0 44143449 885411840 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10966/tid=10973] ppid=10965 vsize=864660 CPUtime=0
/proc/10966/task/10973/stat : 10973 (java) S 10965 10962 10827 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44143449 885411840 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10966/tid=10974] ppid=10965 vsize=864660 CPUtime=0
/proc/10966/task/10974/stat : 10974 (java) S 10965 10962 10827 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44143449 885411840 12513 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 883616

[startup+3.10256 s]
/proc/loadavg: 2.34 1.17 0.46 4/92 10984
/proc/meminfo: memFree=1668464/2055920 swapFree=4178624/4192956
[pid=10962] ppid=10960 vsize=13600 CPUtime=1.6
/proc/10962/stat : 10962 (sugar) S 10960 10962 10827 0 -1 4194304 974 15429 0 7 3 1 146 10 15 0 1 0 44143416 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10962/statm: 3400 797 370 3 0 500 0
[pid=10975] ppid=10962 vsize=5356 CPUtime=0
/proc/10975/stat : 10975 (sh) S 10962 10962 10827 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44143607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10975/statm: 1339 233 193 169 0 50 0
[pid=10976] ppid=10975 vsize=864420 CPUtime=1.17
/proc/10976/stat : 10976 (java) S 10975 10962 10827 0 -1 0 8165 0 3 0 112 5 0 0 18 0 9 0 44143607 885166080 7178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10976/statm: 216105 7178 2540 9 0 210680 0
[pid=10976/tid=10977] ppid=10975 vsize=864420 CPUtime=0.78
/proc/10976/task/10977/stat : 10977 (java) R 10975 10962 10827 0 -1 64 2619 0 3 0 76 2 0 0 18 0 9 0 44143608 885166080 7178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10978] ppid=10975 vsize=864420 CPUtime=0.28
/proc/10976/task/10978/stat : 10978 (java) R 10975 10962 10827 0 -1 64 4506 0 0 0 27 1 0 0 16 0 9 0 44143609 885166080 7178 996147200 134512640 134550740 4294955936 18446744073709551615 104180253 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10979] ppid=10975 vsize=864420 CPUtime=0
/proc/10976/task/10979/stat : 10979 (java) S 10975 10962 10827 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44143609 885166080 7178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10980] ppid=10975 vsize=864420 CPUtime=0
/proc/10976/task/10980/stat : 10980 (java) S 10975 10962 10827 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44143609 885166080 7178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10981] ppid=10975 vsize=864420 CPUtime=0
/proc/10976/task/10981/stat : 10981 (java) S 10975 10962 10827 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44143611 885166080 7178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10982] ppid=10975 vsize=864420 CPUtime=0.08
/proc/10976/task/10982/stat : 10982 (java) S 10975 10962 10827 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 44143611 885166080 7178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10983] ppid=10975 vsize=864420 CPUtime=0
/proc/10976/task/10983/stat : 10983 (java) S 10975 10962 10827 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44143611 885166080 7178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10984] ppid=10975 vsize=864420 CPUtime=0
/proc/10976/task/10984/stat : 10984 (java) S 10975 10962 10827 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44143612 885166080 7178 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 883376

[startup+6.30222 s]
/proc/loadavg: 2.34 1.17 0.46 3/92 10984
/proc/meminfo: memFree=1635760/2055920 swapFree=4178624/4192956
[pid=10962] ppid=10960 vsize=13600 CPUtime=1.6
/proc/10962/stat : 10962 (sugar) S 10960 10962 10827 0 -1 4194304 974 15429 0 7 3 1 146 10 16 0 1 0 44143416 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10962/statm: 3400 797 370 3 0 500 0
[pid=10975] ppid=10962 vsize=5356 CPUtime=0
/proc/10975/stat : 10975 (sh) S 10962 10962 10827 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44143607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10975/statm: 1339 233 193 169 0 50 0
[pid=10976] ppid=10975 vsize=868452 CPUtime=4.35
/proc/10976/stat : 10976 (java) S 10975 10962 10827 0 -1 0 14264 0 4 0 425 10 0 0 18 0 9 0 44143607 889294848 12570 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10976/statm: 217113 12570 2542 9 0 211688 0
[pid=10976/tid=10977] ppid=10975 vsize=868452 CPUtime=3.31
/proc/10976/task/10977/stat : 10977 (java) R 10975 10962 10827 0 -1 64 3075 0 4 0 328 3 0 0 25 0 9 0 44143608 889294848 12570 996147200 134512640 134550740 4294955936 18446744073709551615 4126519544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10978] ppid=10975 vsize=868452 CPUtime=0.78
/proc/10976/task/10978/stat : 10978 (java) S 10975 10962 10827 0 -1 64 9022 0 0 0 74 4 0 0 16 0 9 0 44143609 889294848 12570 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10979] ppid=10975 vsize=868452 CPUtime=0
/proc/10976/task/10979/stat : 10979 (java) S 10975 10962 10827 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44143609 889294848 12570 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10980] ppid=10975 vsize=868452 CPUtime=0
/proc/10976/task/10980/stat : 10980 (java) S 10975 10962 10827 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44143609 889294848 12570 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10981] ppid=10975 vsize=868452 CPUtime=0
/proc/10976/task/10981/stat : 10981 (java) S 10975 10962 10827 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44143611 889294848 12570 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10982] ppid=10975 vsize=868452 CPUtime=0.22
/proc/10976/task/10982/stat : 10982 (java) S 10975 10962 10827 0 -1 64 1469 0 0 0 21 1 0 0 15 0 9 0 44143611 889294848 12570 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10983] ppid=10975 vsize=868452 CPUtime=0
/proc/10976/task/10983/stat : 10983 (java) S 10975 10962 10827 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44143611 889294848 12570 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10984] ppid=10975 vsize=868452 CPUtime=0
/proc/10976/task/10984/stat : 10984 (java) S 10975 10962 10827 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44143612 889294848 12570 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 887408

[startup+12.7026 s]
/proc/loadavg: 2.29 1.20 0.48 3/92 10984
/proc/meminfo: memFree=1608944/2055920 swapFree=4178624/4192956
[pid=10962] ppid=10960 vsize=13600 CPUtime=1.6
/proc/10962/stat : 10962 (sugar) S 10960 10962 10827 0 -1 4194304 974 15429 0 7 3 1 146 10 16 0 1 0 44143416 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10962/statm: 3400 797 370 3 0 500 0
[pid=10975] ppid=10962 vsize=5356 CPUtime=0
/proc/10975/stat : 10975 (sh) S 10962 10962 10827 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44143607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10975/statm: 1339 233 193 169 0 50 0
[pid=10976] ppid=10975 vsize=868452 CPUtime=10.71
/proc/10976/stat : 10976 (java) S 10975 10962 10827 0 -1 0 25007 0 4 0 1055 16 0 0 18 0 9 0 44143607 889294848 19254 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10976/statm: 217113 19254 2541 9 0 211688 0
[pid=10976/tid=10977] ppid=10975 vsize=868452 CPUtime=8.78
/proc/10976/task/10977/stat : 10977 (java) R 10975 10962 10827 0 -1 64 3513 0 4 0 874 4 0 0 25 0 9 0 44143608 889294848 19254 996147200 134512640 134550740 4294955936 18446744073709551615 4126620644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10978] ppid=10975 vsize=868452 CPUtime=1.67
/proc/10976/task/10978/stat : 10978 (java) S 10975 10962 10827 0 -1 64 19318 0 0 0 157 10 0 0 16 0 9 0 44143609 889294848 19254 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10979] ppid=10975 vsize=868452 CPUtime=0
/proc/10976/task/10979/stat : 10979 (java) S 10975 10962 10827 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44143609 889294848 19254 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10980] ppid=10975 vsize=868452 CPUtime=0
/proc/10976/task/10980/stat : 10980 (java) S 10975 10962 10827 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44143609 889294848 19254 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10981] ppid=10975 vsize=868452 CPUtime=0
/proc/10976/task/10981/stat : 10981 (java) S 10975 10962 10827 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44143611 889294848 19254 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10982] ppid=10975 vsize=868452 CPUtime=0.23
/proc/10976/task/10982/stat : 10982 (java) S 10975 10962 10827 0 -1 64 1478 0 0 0 22 1 0 0 15 0 9 0 44143611 889294848 19254 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10983] ppid=10975 vsize=868452 CPUtime=0
/proc/10976/task/10983/stat : 10983 (java) S 10975 10962 10827 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44143611 889294848 19254 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10984] ppid=10975 vsize=868452 CPUtime=0
/proc/10976/task/10984/stat : 10984 (java) S 10975 10962 10827 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44143612 889294848 19254 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 887408

[startup+25.5068 s]
/proc/loadavg: 2.24 1.22 0.49 3/92 10984
/proc/meminfo: memFree=1550384/2055920 swapFree=4178624/4192956
[pid=10962] ppid=10960 vsize=13600 CPUtime=1.6
/proc/10962/stat : 10962 (sugar) S 10960 10962 10827 0 -1 4194304 974 15429 0 7 3 1 146 10 16 0 1 0 44143416 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10962/statm: 3400 797 370 3 0 500 0
[pid=10975] ppid=10962 vsize=5356 CPUtime=0
/proc/10975/stat : 10975 (sh) S 10962 10962 10827 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44143607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10975/statm: 1339 233 193 169 0 50 0
[pid=10976] ppid=10975 vsize=868452 CPUtime=23.44
/proc/10976/stat : 10976 (java) S 10975 10962 10827 0 -1 0 48465 0 4 0 2312 32 0 0 18 0 9 0 44143607 889294848 33534 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10976/statm: 217113 33534 2541 9 0 211688 0
[pid=10976/tid=10977] ppid=10975 vsize=868452 CPUtime=19.36
/proc/10976/task/10977/stat : 10977 (java) R 10975 10962 10827 0 -1 64 4743 0 4 0 1930 6 0 0 25 0 9 0 44143608 889294848 33534 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10978] ppid=10975 vsize=868452 CPUtime=3.81
/proc/10976/task/10978/stat : 10978 (java) S 10975 10962 10827 0 -1 64 41546 0 0 0 358 23 0 0 15 0 9 0 44143609 889294848 33534 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10979] ppid=10975 vsize=868452 CPUtime=0
/proc/10976/task/10979/stat : 10979 (java) S 10975 10962 10827 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44143609 889294848 33534 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10980] ppid=10975 vsize=868452 CPUtime=0
/proc/10976/task/10980/stat : 10980 (java) S 10975 10962 10827 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44143609 889294848 33534 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=10976/tid=10982] ppid=10975 vsize=868564 CPUtime=0.35
/proc/10976/task/10982/stat : 10982 (java) S 10975 10962 10827 0 -1 64 1536 0 0 0 33 2 0 0 15 0 9 0 44143611 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10983] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10983/stat : 10983 (java) S 10975 10962 10827 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44143611 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10984] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10984/stat : 10984 (java) S 10975 10962 10827 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44143612 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 396.96
Current children cumulated vsize (KiB) 887520

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

[startup+409.503 s]
/proc/loadavg: 2.35 2.23 1.22 3/92 10984
/proc/meminfo: memFree=16112/2055920 swapFree=4180988/4192956
[pid=10962] ppid=10960 vsize=13600 CPUtime=1.61
/proc/10962/stat : 10962 (sugar) S 10960 10962 10827 0 -1 4194304 974 15429 0 7 4 1 146 10 16 0 1 0 44143416 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10962/statm: 3400 797 370 3 0 500 0
[pid=10975] ppid=10962 vsize=5356 CPUtime=0
/proc/10975/stat : 10975 (sh) S 10962 10962 10827 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44143607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10975/statm: 1339 233 193 169 0 50 0
[pid=10976] ppid=10975 vsize=868564 CPUtime=402.36
/proc/10976/stat : 10976 (java) S 10975 10962 10827 0 -1 0 74020 0 4 0 39029 1207 0 0 18 0 9 0 44143607 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10976/statm: 217141 50891 2566 9 0 211688 0
[pid=10976/tid=10977] ppid=10975 vsize=868564 CPUtime=392.71
/proc/10976/task/10977/stat : 10977 (java) R 10975 10962 10827 0 -1 64 8378 0 4 0 38119 1152 0 0 25 0 9 0 44143608 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4127150817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10978] ppid=10975 vsize=868564 CPUtime=9.27
/proc/10976/task/10978/stat : 10978 (java) S 10975 10962 10827 0 -1 64 63408 0 0 0 876 51 0 0 16 0 9 0 44143609 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10979] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10979/stat : 10979 (java) S 10975 10962 10827 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44143609 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10980] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10980/stat : 10980 (java) S 10975 10962 10827 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44143609 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10981] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10981/stat : 10981 (java) S 10975 10962 10827 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44143611 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10982] ppid=10975 vsize=868564 CPUtime=0.35
/proc/10976/task/10982/stat : 10982 (java) S 10975 10962 10827 0 -1 64 1536 0 0 0 33 2 0 0 15 0 9 0 44143611 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10983] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10983/stat : 10983 (java) S 10975 10962 10827 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44143611 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10984] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10984/stat : 10984 (java) S 10975 10962 10827 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44143612 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 403.97
Current children cumulated vsize (KiB) 887520

[startup+422.301 s]
/proc/loadavg: 2.34 2.23 1.24 3/92 10984
/proc/meminfo: memFree=16240/2055920 swapFree=4180988/4192956
[pid=10962] ppid=10960 vsize=13600 CPUtime=1.61
/proc/10962/stat : 10962 (sugar) S 10960 10962 10827 0 -1 4194304 974 15429 0 7 4 1 146 10 16 0 1 0 44143416 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10962/statm: 3400 797 370 3 0 500 0
[pid=10975] ppid=10962 vsize=5356 CPUtime=0
/proc/10975/stat : 10975 (sh) S 10962 10962 10827 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44143607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10975/statm: 1339 233 193 169 0 50 0
[pid=10976] ppid=10975 vsize=868564 CPUtime=414.94
/proc/10976/stat : 10976 (java) S 10975 10962 10827 0 -1 0 74135 0 4 0 40236 1258 0 0 18 0 9 0 44143607 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10976/statm: 217141 50891 2566 9 0 211688 0
[pid=10976/tid=10977] ppid=10975 vsize=868564 CPUtime=405.2
/proc/10976/task/10977/stat : 10977 (java) R 10975 10962 10827 0 -1 64 8493 0 4 0 39318 1202 0 0 25 0 9 0 44143608 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4127154408 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10978] ppid=10975 vsize=868564 CPUtime=9.36
/proc/10976/task/10978/stat : 10978 (java) S 10975 10962 10827 0 -1 64 63408 0 0 0 884 52 0 0 16 0 9 0 44143609 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10979] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10979/stat : 10979 (java) S 10975 10962 10827 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44143609 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10980] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10980/stat : 10980 (java) S 10975 10962 10827 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44143609 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10981] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10981/stat : 10981 (java) S 10975 10962 10827 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44143611 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10982] ppid=10975 vsize=868564 CPUtime=0.35
/proc/10976/task/10982/stat : 10982 (java) S 10975 10962 10827 0 -1 64 1536 0 0 0 33 2 0 0 15 0 9 0 44143611 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10983] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10983/stat : 10983 (java) S 10975 10962 10827 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44143611 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10984] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10984/stat : 10984 (java) S 10975 10962 10827 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44143612 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 416.55
Current children cumulated vsize (KiB) 887520

[startup+428.703 s]
/proc/loadavg: 2.31 2.23 1.24 3/92 10990
/proc/meminfo: memFree=15664/2055920 swapFree=4181008/4192956
[pid=10962] ppid=10960 vsize=13600 CPUtime=1.61
/proc/10962/stat : 10962 (sugar) S 10960 10962 10827 0 -1 4194304 974 15429 0 7 4 1 146 10 16 0 1 0 44143416 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10962/statm: 3400 797 370 3 0 500 0
[pid=10975] ppid=10962 vsize=5356 CPUtime=0
/proc/10975/stat : 10975 (sh) S 10962 10962 10827 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44143607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10975/statm: 1339 233 193 169 0 50 0
[pid=10976] ppid=10975 vsize=868564 CPUtime=421.18
/proc/10976/stat : 10976 (java) S 10975 10962 10827 0 -1 0 74193 0 4 0 40833 1285 0 0 18 0 9 0 44143607 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10976/statm: 217141 50891 2566 9 0 211688 0
[pid=10976/tid=10977] ppid=10975 vsize=868564 CPUtime=411.39
/proc/10976/task/10977/stat : 10977 (java) R 10975 10962 10827 0 -1 64 8551 0 4 0 39910 1229 0 0 25 0 9 0 44143608 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 102064750 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10978] ppid=10975 vsize=868564 CPUtime=9.41
/proc/10976/task/10978/stat : 10978 (java) S 10975 10962 10827 0 -1 64 63408 0 0 0 889 52 0 0 16 0 9 0 44143609 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10979] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10979/stat : 10979 (java) S 10975 10962 10827 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44143609 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10980] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10980/stat : 10980 (java) S 10975 10962 10827 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44143609 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10981] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10981/stat : 10981 (java) S 10975 10962 10827 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44143611 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10982] ppid=10975 vsize=868564 CPUtime=0.35
/proc/10976/task/10982/stat : 10982 (java) S 10975 10962 10827 0 -1 64 1536 0 0 0 33 2 0 0 15 0 9 0 44143611 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10983] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10983/stat : 10983 (java) S 10975 10962 10827 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44143611 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10984] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10984/stat : 10984 (java) S 10975 10962 10827 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44143612 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 422.79
Current children cumulated vsize (KiB) 887520

[startup+431.901 s]
/proc/loadavg: 2.29 2.23 1.25 3/92 10990
/proc/meminfo: memFree=16048/2055920 swapFree=4181008/4192956
[pid=10962] ppid=10960 vsize=13600 CPUtime=1.61
/proc/10962/stat : 10962 (sugar) S 10960 10962 10827 0 -1 4194304 974 15429 0 7 4 1 146 10 16 0 1 0 44143416 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10962/statm: 3400 797 370 3 0 500 0
[pid=10975] ppid=10962 vsize=5356 CPUtime=0
/proc/10975/stat : 10975 (sh) S 10962 10962 10827 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44143607 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10975/statm: 1339 233 193 169 0 50 0
[pid=10976] ppid=10975 vsize=868564 CPUtime=424.31
/proc/10976/stat : 10976 (java) S 10975 10962 10827 0 -1 0 74225 0 4 0 41133 1298 0 0 18 0 9 0 44143607 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10976/statm: 217141 50891 2566 9 0 211688 0
[pid=10976/tid=10977] ppid=10975 vsize=868564 CPUtime=414.5
/proc/10976/task/10977/stat : 10977 (java) R 10975 10962 10827 0 -1 64 8583 0 4 0 40208 1242 0 0 25 0 9 0 44143608 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 102064827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10978] ppid=10975 vsize=868564 CPUtime=9.43
/proc/10976/task/10978/stat : 10978 (java) S 10975 10962 10827 0 -1 64 63408 0 0 0 891 52 0 0 16 0 9 0 44143609 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10979] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10979/stat : 10979 (java) S 10975 10962 10827 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44143609 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10980] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10980/stat : 10980 (java) S 10975 10962 10827 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44143609 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10981] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10981/stat : 10981 (java) S 10975 10962 10827 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44143611 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10982] ppid=10975 vsize=868564 CPUtime=0.35
/proc/10976/task/10982/stat : 10982 (java) S 10975 10962 10827 0 -1 64 1536 0 0 0 33 2 0 0 15 0 9 0 44143611 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10983] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10983/stat : 10983 (java) S 10975 10962 10827 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44143611 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10976/tid=10984] ppid=10975 vsize=868564 CPUtime=0
/proc/10976/task/10984/stat : 10984 (java) R 10975 10962 10827 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44143612 889409536 50891 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 425.92
Current children cumulated vsize (KiB) 887520

[startup+433.556 s]
/proc/loadavg: 2.29 2.23 1.25 3/82 10990
/proc/meminfo: memFree=1374784/2055920 swapFree=4181008/4192956
[pid=10962] ppid=10960 vsize=13600 CPUtime=427.48
/proc/10962/stat : 10962 (sugar) D 10960 10962 10827 0 -1 4194304 998 89957 0 12 4 79 41351 1314 22 0 1 0 44143416 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 264519783465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/10962/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 427.48
Current children cumulated vsize (KiB) 13600

[startup+434.302 s]
/proc/loadavg: 2.29 2.23 1.25 3/82 10990
/proc/meminfo: memFree=1374784/2055920 swapFree=4181008/4192956
[pid=10962] ppid=10960 vsize=13600 CPUtime=427.51
/proc/10962/stat : 10962 (sugar) D 10960 10962 10827 0 -1 4194304 998 89957 0 12 4 82 41351 1314 18 0 1 0 44143416 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 264519783465 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/10962/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 427.51
Current children cumulated vsize (KiB) 13600

[startup+434.702 s]
/proc/loadavg: 2.29 2.23 1.25 2/82 10990
/proc/meminfo: memFree=1696000/2055920 swapFree=4181008/4192956
[pid=10962] ppid=10960 vsize=13600 CPUtime=427.53
/proc/10962/stat : 10962 (sugar) D 10960 10962 10827 0 -1 4194304 998 89957 0 12 4 84 41351 1314 18 0 1 0 44143416 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 264519783465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/10962/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 427.53
Current children cumulated vsize (KiB) 13600

[startup+434.802 s]
/proc/loadavg: 2.29 2.23 1.25 2/82 10990
/proc/meminfo: memFree=1696000/2055920 swapFree=4181008/4192956
[pid=10962] ppid=10960 vsize=13600 CPUtime=427.54
/proc/10962/stat : 10962 (sugar) D 10960 10962 10827 0 -1 4194304 998 89957 0 12 4 85 41351 1314 18 0 1 0 44143416 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 264519783465 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/10962/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 427.54
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 434.836
CPU time (s): 427.552
CPU user time (s): 413.555
CPU system time (s): 13.9969
CPU usage (%): 98.3249
Max. virtual memory (cumulated for all children) (KiB): 900220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 413.555
system time used= 13.9969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90985
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37279
involuntary context switches= 44187

runsolver used 0.556915 second user time and 1.49477 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-12 16:53:57
IDJOB=1112830
IDBENCH=61481
IDSOLVER=368
FILE ID=node40/1112830-1215874437
PBS_JOBID= 7903598
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp12/normalized-fapp12-1500-0.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112830-1215874437/watcher-1112830-1215874437 -o /tmp/evaluation-result-1112830-1215874437/solver-1112830-1215874437 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1112830-1215874437.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 34c3ac733a64f710448acdb70b41fbc9
RANDOM SEED=1866744296

node40.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.261
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.261
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:       1681448 kB
Buffers:          2760 kB
Cached:          36300 kB
SwapCached:       8336 kB
Active:         314360 kB
Inactive:         4724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681448 kB
SwapTotal:     4192956 kB
SwapFree:      4178624 kB
Dirty:            4996 kB
Writeback:           0 kB
Mapped:         293744 kB
Slab:            40196 kB
Committed_AS:   548772 kB
PageTables:       2380 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= 66544 MiB
End job on node40 at 2008-07-12 17:01:12