Trace number 1086128

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.13+picosat? 650.326 661.589

General information on the benchmark

Namecsp/fapp/fapp39/
normalized-fapp39-2750-6.xml
MD5SUMd81f449daceef06ffb2047ba7336c02a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1499.85
Satisfiable
(Un)Satisfiability was proved
Number of variables2750
Number of constraints23154
Maximum constraint arity2
Maximum domain size502
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23154
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 07:59:24 2008
0.00/0.04	c 0	PID 20128
0.00/0.05	c 0	HOST node17.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1086128-1215237564.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086128-1215237564.xml' 'HOME/temp.csp'
1.46/1.56	c 2	4 domains, 2750 variables, 8 predicates, 0 relations, 23154 constraints
1.46/1.57	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.46/1.57	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.54/1.65	c 2	Parsing HOME/temp.csp
2.04/2.15	c 2	parsed 10000 expressions
2.44/2.51	c 3	parsed 20000 expressions
2.53/2.66	c 3	parsed 25916 expressions
2.53/2.66	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.53/2.66	c 3	Converting to clausal form CSP
2.63/2.74	c 3	converted 2592 (10%) expressions
7.09/7.24	c 7	converted 5184 (20%) expressions
11.43/11.65	c 12	converted 7775 (30%) expressions
15.70/15.90	c 16	converted 10367 (40%) expressions
19.95/20.29	c 20	converted 12958 (50%) expressions
24.01/24.36	c 25	converted 15550 (60%) expressions
27.97/28.37	c 29	converted 18142 (70%) expressions
32.23/32.64	c 33	converted 20733 (80%) expressions
35.98/36.50	c 37	converted 23325 (90%) expressions
39.55/40.09	c 40	converted 25916 (100%) expressions
39.65/40.10	c 40	CSP : 9858 integers, 63570 booleans, 152567 clauses, largest domain size 4001
39.65/40.10	c 40	Heap : 75 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
39.65/40.10	c 40	Propagation in CSP
45.98/46.59	c 47	408520 values, 0 unsatisfiable literals, and 0 valid clauses are removed
45.98/46.60	c 47	CSP : 9858 integers, 63570 booleans, 152567 clauses, largest domain size 4001
45.98/46.60	c 47	Heap : 88 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
46.08/46.64	c 47	Simplifing CSP by introducing new Boolean variables
46.97/47.57	c 48	CSP : 9858 integers, 123318 booleans, 212315 clauses, largest domain size 4001
46.97/47.57	c 48	Heap : 108 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.56/48.19	c 48	Encoding CSP to SAT : HOME/temp.cnf
61.82/62.57	c 63	986 (10%) CSP integer variables are encoded (478451 clauses, 7911978 bytes)
75.78/76.70	c 77	1972 (20%) CSP integer variables are encoded (956902 clauses, 16045645 bytes)
88.16/89.12	c 89	2958 (30%) CSP integer variables are encoded (2161293 clauses, 38846989 bytes)
92.89/93.96	c 94	3944 (40%) CSP integer variables are encoded (6032255 clauses, 112395267 bytes)
97.80/98.99	c 99	4929 (50%) CSP integer variables are encoded (9908138 clauses, 186037044 bytes)
102.98/104.29	c 104	5915 (60%) CSP integer variables are encoded (13800832 clauses, 267609799 bytes)
108.22/109.64	c 110	6901 (70%) CSP integer variables are encoded (17707030 clauses, 349639957 bytes)
113.38/114.92	c 115	7887 (80%) CSP integer variables are encoded (21575396 clauses, 430875643 bytes)
118.53/120.26	c 120	8873 (90%) CSP integer variables are encoded (25463834 clauses, 512532841 bytes)
123.67/125.59	c 126	9858 (100%) CSP integer variables are encoded (29348921 clauses, 594119668 bytes)
348.37/353.68	c 354	21232 (10%) CSP clauses are encoded (54048309 clauses, 1206775913 bytes)
531.49/539.64	c 540	42463 (20%) CSP clauses are encoded (76506759 clauses, 1772112063 bytes)
649.57/659.15	c 659	ERROR Exception Too large HOME/temp.cnf
649.57/659.15	c 659	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
649.57/659.15	c 659	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
649.57/659.15	c 659	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
649.57/659.15	s UNKNOWN
649.62/659.26	c 659	CPU 636.26 (0.03 0.01 636.23 13.38)
649.62/659.26	c 659	END Sat Jul  5 08:10:23 2008

Verifier Data (download as text)

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

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-1086128-1215237564/watcher-1086128-1215237564 -o /tmp/evaluation-result-1086128-1215237564/solver-1086128-1215237564 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1086128-1215237564.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): 2200 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.27 2.08 2.02 4/80 20128
/proc/meminfo: memFree=717848/2055920 swapFree=4179840/4192956
[pid=20128] ppid=20126 vsize=12132 CPUtime=0
/proc/20128/stat : 20128 (sugar) R 20126 20128 19819 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 644945699 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 245500539702 0 0 4224 0 0 0 0 17 1 0 0
/proc/20128/statm: 3033 183 142 3 0 133 0

[startup+0.0929649 s]
/proc/loadavg: 2.27 2.08 2.02 4/80 20128
/proc/meminfo: memFree=717848/2055920 swapFree=4179840/4192956
[pid=20128] ppid=20126 vsize=13600 CPUtime=0.04
/proc/20128/stat : 20128 (sugar) S 20126 20128 19819 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 644945699 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20128/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102964 s]
/proc/loadavg: 2.27 2.08 2.02 4/80 20128
/proc/meminfo: memFree=717848/2055920 swapFree=4179840/4192956
[pid=20128] ppid=20126 vsize=13600 CPUtime=0.04
/proc/20128/stat : 20128 (sugar) S 20126 20128 19819 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 644945699 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20128/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302985 s]
/proc/loadavg: 2.27 2.08 2.02 4/80 20128
/proc/meminfo: memFree=717848/2055920 swapFree=4179840/4192956
[pid=20128] ppid=20126 vsize=13600 CPUtime=0.04
/proc/20128/stat : 20128 (sugar) S 20126 20128 19819 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 644945699 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20128/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702025 s]
/proc/loadavg: 2.27 2.08 2.02 4/80 20128
/proc/meminfo: memFree=717848/2055920 swapFree=4179840/4192956
[pid=20128] ppid=20126 vsize=13600 CPUtime=0.04
/proc/20128/stat : 20128 (sugar) S 20126 20128 19819 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 644945699 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20128/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50211 s]
/proc/loadavg: 2.27 2.08 2.02 4/91 20140
/proc/meminfo: memFree=683264/2055920 swapFree=4179840/4192956
[pid=20128] ppid=20126 vsize=13600 CPUtime=0.04
/proc/20128/stat : 20128 (sugar) S 20126 20128 19819 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 644945699 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20128/statm: 3400 796 370 3 0 500 0
[pid=20131] ppid=20128 vsize=5356 CPUtime=0
/proc/20131/stat : 20131 (sh) S 20128 20128 19819 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 644945704 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20131/statm: 1339 233 193 169 0 50 0
[pid=20132] ppid=20131 vsize=864660 CPUtime=1.42
/proc/20132/stat : 20132 (java) S 20131 20128 19819 0 -1 0 14441 0 1 0 134 8 0 0 18 0 9 0 644945704 885411840 12483 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20132/statm: 216165 12483 2529 9 0 210747 0
[pid=20132/tid=20133] ppid=20131 vsize=864660 CPUtime=0.77
/proc/20132/task/20133/stat : 20133 (java) R 20131 20128 19819 0 -1 64 3027 0 1 0 75 2 0 0 25 0 9 0 644945705 885411840 12483 996147200 134512640 134550740 4294956000 18446744073709551615 4126696456 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20132/tid=20134] ppid=20131 vsize=864660 CPUtime=0.47
/proc/20132/task/20134/stat : 20134 (java) S 20131 20128 19819 0 -1 64 10193 0 0 0 43 4 0 0 16 0 9 0 644945706 885411840 12483 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20132/tid=20135] ppid=20131 vsize=864660 CPUtime=0
/proc/20132/task/20135/stat : 20135 (java) S 20131 20128 19819 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 644945707 885411840 12483 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20132/tid=20136] ppid=20131 vsize=864660 CPUtime=0
/proc/20132/task/20136/stat : 20136 (java) S 20131 20128 19819 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 644945707 885411840 12483 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20132/tid=20137] ppid=20131 vsize=864660 CPUtime=0
/proc/20132/task/20137/stat : 20137 (java) S 20131 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644945709 885411840 12483 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20132/tid=20138] ppid=20131 vsize=864660 CPUtime=0.15
/proc/20132/task/20138/stat : 20138 (java) S 20131 20128 19819 0 -1 64 522 0 0 0 15 0 0 0 16 0 9 0 644945709 885411840 12483 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20132/tid=20139] ppid=20131 vsize=864660 CPUtime=0
/proc/20132/task/20139/stat : 20139 (java) S 20131 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644945709 885411840 12483 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20132/tid=20140] ppid=20131 vsize=864660 CPUtime=0
/proc/20132/task/20140/stat : 20140 (java) S 20131 20128 19819 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644945709 885411840 12483 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883616

[startup+3.10127 s]
/proc/loadavg: 2.27 2.08 2.02 3/91 20150
/proc/meminfo: memFree=705920/2055920 swapFree=4179840/4192956
[pid=20128] ppid=20126 vsize=13600 CPUtime=1.54
/proc/20128/stat : 20128 (sugar) S 20126 20128 19819 0 -1 4194304 974 14865 0 1 3 1 140 10 15 0 1 0 644945699 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20128/statm: 3400 797 370 3 0 500 0
[pid=20141] ppid=20128 vsize=5356 CPUtime=0
/proc/20141/stat : 20141 (sh) S 20128 20128 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644945857 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20141/statm: 1339 233 193 169 0 50 0
[pid=20142] ppid=20141 vsize=868444 CPUtime=1.49
/proc/20142/stat : 20142 (java) S 20141 20128 19819 0 -1 0 9131 0 1 0 142 7 0 0 18 0 9 0 644945857 889286656 8098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20142/statm: 217111 8098 2543 9 0 211686 0
[pid=20142/tid=20143] ppid=20141 vsize=868444 CPUtime=1.01
/proc/20142/task/20143/stat : 20143 (java) R 20141 20128 19819 0 -1 64 2723 0 1 0 99 2 0 0 25 0 9 0 644945858 889286656 8098 996147200 134512640 134550740 4294955952 18446744073709551615 4126519890 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20144] ppid=20141 vsize=868444 CPUtime=0.27
/proc/20142/task/20144/stat : 20144 (java) S 20141 20128 19819 0 -1 64 4244 0 0 0 25 2 0 0 16 0 9 0 644945859 889286656 8098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20145] ppid=20141 vsize=868444 CPUtime=0
/proc/20142/task/20145/stat : 20145 (java) S 20141 20128 19819 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644945859 889286656 8098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20146] ppid=20141 vsize=868444 CPUtime=0
/proc/20142/task/20146/stat : 20146 (java) S 20141 20128 19819 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 644945859 889286656 8098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20147] ppid=20141 vsize=868444 CPUtime=0
/proc/20142/task/20147/stat : 20147 (java) S 20141 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644945861 889286656 8098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20148] ppid=20141 vsize=868444 CPUtime=0.18
/proc/20142/task/20148/stat : 20148 (java) S 20141 20128 19819 0 -1 64 1468 0 0 0 17 1 0 0 16 0 9 0 644945862 889286656 8098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20149] ppid=20141 vsize=868444 CPUtime=0
/proc/20142/task/20149/stat : 20149 (java) S 20141 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644945862 889286656 8098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20150] ppid=20141 vsize=868444 CPUtime=0
/proc/20142/task/20150/stat : 20150 (java) S 20141 20128 19819 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644945862 889286656 8098 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887400

[startup+6.3026 s]
/proc/loadavg: 2.25 2.07 2.02 3/91 20150
/proc/meminfo: memFree=687552/2055920 swapFree=4179840/4192956
[pid=20128] ppid=20126 vsize=13600 CPUtime=1.54
/proc/20128/stat : 20128 (sugar) S 20126 20128 19819 0 -1 4194304 974 14865 0 1 3 1 140 10 15 0 1 0 644945699 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20128/statm: 3400 797 370 3 0 500 0
[pid=20141] ppid=20128 vsize=5356 CPUtime=0
/proc/20141/stat : 20141 (sh) S 20128 20128 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644945857 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20141/statm: 1339 233 193 169 0 50 0
[pid=20142] ppid=20141 vsize=868444 CPUtime=4.65
/proc/20142/stat : 20142 (java) S 20141 20128 19819 0 -1 0 10906 0 1 0 454 11 0 0 18 0 9 0 644945857 889286656 9543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20142/statm: 217111 9543 2542 9 0 211686 0
[pid=20142/tid=20143] ppid=20141 vsize=868444 CPUtime=3.86
/proc/20142/task/20143/stat : 20143 (java) R 20141 20128 19819 0 -1 64 3070 0 1 0 383 3 0 0 25 0 9 0 644945858 889286656 9543 996147200 134512640 134550740 4294955952 18446744073709551615 4126629471 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20144] ppid=20141 vsize=868444 CPUtime=0.55
/proc/20142/task/20144/stat : 20144 (java) S 20141 20128 19819 0 -1 64 5654 0 0 0 50 5 0 0 16 0 9 0 644945859 889286656 9543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20145] ppid=20141 vsize=868444 CPUtime=0
/proc/20142/task/20145/stat : 20145 (java) S 20141 20128 19819 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644945859 889286656 9543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20146] ppid=20141 vsize=868444 CPUtime=0
/proc/20142/task/20146/stat : 20146 (java) S 20141 20128 19819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 644945859 889286656 9543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20147] ppid=20141 vsize=868444 CPUtime=0
/proc/20142/task/20147/stat : 20147 (java) S 20141 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644945861 889286656 9543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20148] ppid=20141 vsize=868444 CPUtime=0.21
/proc/20142/task/20148/stat : 20148 (java) S 20141 20128 19819 0 -1 64 1486 0 0 0 20 1 0 0 15 0 9 0 644945862 889286656 9543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20149] ppid=20141 vsize=868444 CPUtime=0
/proc/20142/task/20149/stat : 20149 (java) S 20141 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644945862 889286656 9543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20150] ppid=20141 vsize=868444 CPUtime=0
/proc/20142/task/20150/stat : 20150 (java) S 20141 20128 19819 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644945862 889286656 9543 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887400

[startup+12.7035 s]
/proc/loadavg: 2.23 2.07 2.02 4/91 20150
/proc/meminfo: memFree=676480/2055920 swapFree=4179840/4192956
[pid=20128] ppid=20126 vsize=13600 CPUtime=1.54
/proc/20128/stat : 20128 (sugar) S 20126 20128 19819 0 -1 4194304 974 14865 0 1 3 1 140 10 16 0 1 0 644945699 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20128/statm: 3400 797 370 3 0 500 0
[pid=20141] ppid=20128 vsize=5356 CPUtime=0
/proc/20141/stat : 20141 (sh) S 20128 20128 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644945857 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20141/statm: 1339 233 193 169 0 50 0
[pid=20142] ppid=20141 vsize=868444 CPUtime=10.99
/proc/20142/stat : 20142 (java) S 20141 20128 19819 0 -1 0 15199 0 1 0 1082 17 0 0 18 0 9 0 644945857 889286656 12170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20142/statm: 217111 12170 2541 9 0 211686 0
[pid=20142/tid=20143] ppid=20141 vsize=868444 CPUtime=9.58
/proc/20142/task/20143/stat : 20143 (java) R 20141 20128 19819 0 -1 64 3565 0 1 0 953 5 0 0 25 0 9 0 644945858 889286656 12170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20144] ppid=20141 vsize=868444 CPUtime=1.16
/proc/20142/task/20144/stat : 20144 (java) S 20141 20128 19819 0 -1 64 9440 0 0 0 106 10 0 0 15 0 9 0 644945859 889286656 12170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20145] ppid=20141 vsize=868444 CPUtime=0
/proc/20142/task/20145/stat : 20145 (java) S 20141 20128 19819 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644945859 889286656 12170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20146] ppid=20141 vsize=868444 CPUtime=0
/proc/20142/task/20146/stat : 20146 (java) S 20141 20128 19819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 644945859 889286656 12170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20147] ppid=20141 vsize=868444 CPUtime=0
/proc/20142/task/20147/stat : 20147 (java) S 20141 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644945861 889286656 12170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20148] ppid=20141 vsize=868444 CPUtime=0.22
/proc/20142/task/20148/stat : 20148 (java) S 20141 20128 19819 0 -1 64 1498 0 0 0 21 1 0 0 16 0 9 0 644945862 889286656 12170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20149] ppid=20141 vsize=868444 CPUtime=0
/proc/20142/task/20149/stat : 20149 (java) S 20141 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644945862 889286656 12170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20150] ppid=20141 vsize=868444 CPUtime=0
/proc/20142/task/20150/stat : 20150 (java) S 20141 20128 19819 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644945862 889286656 12170 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 887400

[startup+25.5026 s]
/proc/loadavg: 2.25 2.09 2.03 3/91 20150
/proc/meminfo: memFree=653120/2055920 swapFree=4179840/4192956
[pid=20128] ppid=20126 vsize=13600 CPUtime=1.54
/proc/20128/stat : 20128 (sugar) S 20126 20128 19819 0 -1 4194304 974 14865 0 1 3 1 140 10 16 0 1 0 644945699 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20128/statm: 3400 797 370 3 0 500 0
[pid=20141] ppid=20128 vsize=5356 CPUtime=0
/proc/20141/stat : 20141 (sh) S 20128 20128 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644945857 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20141/statm: 1339 233 193 169 0 50 0
[pid=20142] ppid=20141 vsize=868444 CPUtime=23.66
/proc/20142/stat : 20142 (java) S 20141 20128 19819 0 -1 0 22357 0 1 0 2340 26 0 0 18 0 9 0 644945857 889286656 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20142/statm: 217111 17893 2541 9 0 211686 0
[pid=20142/tid=20143] ppid=20141 vsize=868444 CPUtime=21.18
/proc/20142/task/20143/stat : 20143 (java) R 20141 20128 19819 0 -1 64 4278 0 1 0 2111 7 0 0 25 0 9 0 644945858 889286656 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4126626742 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20144] ppid=20141 vsize=868444 CPUtime=2.23
/proc/20142/task/20144/stat : 20144 (java) S 20141 20128 19819 0 -1 64 15883 0 0 0 207 16 0 0 16 0 9 0 644945859 889286656 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20145] ppid=20141 vsize=868444 CPUtime=0
/proc/20142/task/20145/stat : 20145 (java) S 20141 20128 19819 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644945859 889286656 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20146] ppid=20141 vsize=868444 CPUtime=0
/proc/20142/task/20146/stat : 20146 (java) S 20141 20128 19819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 644945859 889286656 17893 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/20142/task/20143/stat : 20143 (java) R 20141 20128 19819 0 -1 64 10177 0 1 0 55256 1130 0 0 25 0 9 0 644945858 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4126626742 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20144] ppid=20141 vsize=868556 CPUtime=7.88
/proc/20142/task/20144/stat : 20144 (java) S 20141 20128 19819 0 -1 64 32229 0 0 0 736 52 0 0 16 0 9 0 644945859 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20145] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20145/stat : 20145 (java) S 20141 20128 19819 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644945859 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20146] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20146/stat : 20146 (java) S 20141 20128 19819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 644945859 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20147] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20147/stat : 20147 (java) S 20141 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644945861 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20148] ppid=20141 vsize=868556 CPUtime=0.31
/proc/20142/task/20148/stat : 20148 (java) S 20141 20128 19819 0 -1 64 1545 0 0 0 30 1 0 0 16 0 9 0 644945862 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20149] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20149/stat : 20149 (java) S 20141 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644945862 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20150] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20150/stat : 20150 (java) S 20141 20128 19819 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644945862 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 573.64
Current children cumulated vsize (KiB) 887512

[startup+642.302 s]
/proc/loadavg: 2.98 2.53 2.24 3/91 20156
/proc/meminfo: memFree=14848/2055920 swapFree=4179840/4192956
[pid=20128] ppid=20126 vsize=13600 CPUtime=1.54
/proc/20128/stat : 20128 (sugar) S 20126 20128 19819 0 -1 4194304 974 14865 0 1 3 1 140 10 16 0 1 0 644945699 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20128/statm: 3400 797 370 3 0 500 0
[pid=20141] ppid=20128 vsize=5356 CPUtime=0
/proc/20141/stat : 20141 (sh) S 20128 20128 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644945857 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20141/statm: 1339 233 193 169 0 50 0
[pid=20142] ppid=20141 vsize=868556 CPUtime=631.43
/proc/20142/stat : 20142 (java) S 20141 20128 19819 0 -1 0 45090 0 1 0 61849 1294 0 0 18 0 9 0 644945857 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20142/statm: 217139 32020 2566 9 0 211686 0
[pid=20142/tid=20143] ppid=20141 vsize=868556 CPUtime=622.92
/proc/20142/task/20143/stat : 20143 (java) R 20141 20128 19819 0 -1 64 10620 0 1 0 61056 1236 0 0 25 0 9 0 644945858 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4127069975 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20144] ppid=20141 vsize=868556 CPUtime=8.16
/proc/20142/task/20144/stat : 20144 (java) S 20141 20128 19819 0 -1 64 32229 0 0 0 761 55 0 0 16 0 9 0 644945859 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20145] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20145/stat : 20145 (java) S 20141 20128 19819 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644945859 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20146] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20146/stat : 20146 (java) S 20141 20128 19819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 644945859 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20147] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20147/stat : 20147 (java) S 20141 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644945861 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20148] ppid=20141 vsize=868556 CPUtime=0.31
/proc/20142/task/20148/stat : 20148 (java) S 20141 20128 19819 0 -1 64 1545 0 0 0 30 1 0 0 16 0 9 0 644945862 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20149] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20149/stat : 20149 (java) S 20141 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644945862 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20150] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20150/stat : 20150 (java) S 20141 20128 19819 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644945862 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 632.97
Current children cumulated vsize (KiB) 887512

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

[startup+652.702 s]
/proc/loadavg: 2.99 2.54 2.25 3/91 20156
/proc/meminfo: memFree=15424/2055920 swapFree=4179840/4192956
[pid=20128] ppid=20126 vsize=13600 CPUtime=1.54
/proc/20128/stat : 20128 (sugar) S 20126 20128 19819 0 -1 4194304 974 14865 0 1 3 1 140 10 16 0 1 0 644945699 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20128/statm: 3400 797 370 3 0 500 0
[pid=20141] ppid=20128 vsize=5356 CPUtime=0
/proc/20141/stat : 20141 (sh) S 20128 20128 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644945857 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20141/statm: 1339 233 193 169 0 50 0
[pid=20142] ppid=20141 vsize=868556 CPUtime=641.71
/proc/20142/stat : 20142 (java) S 20141 20128 19819 0 -1 0 45166 0 1 0 62856 1315 0 0 18 0 9 0 644945857 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20142/statm: 217139 32020 2566 9 0 211686 0
[pid=20142/tid=20143] ppid=20141 vsize=868556 CPUtime=633.14
/proc/20142/task/20143/stat : 20143 (java) R 20141 20128 19819 0 -1 64 10696 0 1 0 62059 1255 0 0 25 0 9 0 644945858 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4127070022 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20144] ppid=20141 vsize=868556 CPUtime=8.21
/proc/20142/task/20144/stat : 20144 (java) S 20141 20128 19819 0 -1 64 32229 0 0 0 765 56 0 0 16 0 9 0 644945859 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20145] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20145/stat : 20145 (java) S 20141 20128 19819 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644945859 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20146] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20146/stat : 20146 (java) S 20141 20128 19819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 644945859 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20147] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20147/stat : 20147 (java) S 20141 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644945861 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20148] ppid=20141 vsize=868556 CPUtime=0.31
/proc/20142/task/20148/stat : 20148 (java) S 20141 20128 19819 0 -1 64 1545 0 0 0 30 1 0 0 16 0 9 0 644945862 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20149] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20149/stat : 20149 (java) S 20141 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644945862 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20150] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20150/stat : 20150 (java) S 20141 20128 19819 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644945862 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 643.25
Current children cumulated vsize (KiB) 887512

[startup+655.902 s]
/proc/loadavg: 2.99 2.55 2.25 3/91 20156
/proc/meminfo: memFree=15488/2055920 swapFree=4179840/4192956
[pid=20128] ppid=20126 vsize=13600 CPUtime=1.54
/proc/20128/stat : 20128 (sugar) S 20126 20128 19819 0 -1 4194304 974 14865 0 1 3 1 140 10 16 0 1 0 644945699 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20128/statm: 3400 797 370 3 0 500 0
[pid=20141] ppid=20128 vsize=5356 CPUtime=0
/proc/20141/stat : 20141 (sh) S 20128 20128 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644945857 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20141/statm: 1339 233 193 169 0 50 0
[pid=20142] ppid=20141 vsize=868556 CPUtime=644.87
/proc/20142/stat : 20142 (java) S 20141 20128 19819 0 -1 0 45189 0 1 0 63167 1320 0 0 18 0 9 0 644945857 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20142/statm: 217139 32020 2566 9 0 211686 0
[pid=20142/tid=20143] ppid=20141 vsize=868556 CPUtime=636.3
/proc/20142/task/20143/stat : 20143 (java) R 20141 20128 19819 0 -1 64 10719 0 1 0 62369 1261 0 0 25 0 9 0 644945858 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4126643193 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20144] ppid=20141 vsize=868556 CPUtime=8.22
/proc/20142/task/20144/stat : 20144 (java) S 20141 20128 19819 0 -1 64 32229 0 0 0 766 56 0 0 16 0 9 0 644945859 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20145] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20145/stat : 20145 (java) S 20141 20128 19819 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644945859 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20146] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20146/stat : 20146 (java) S 20141 20128 19819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 644945859 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20147] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20147/stat : 20147 (java) S 20141 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644945861 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20148] ppid=20141 vsize=868556 CPUtime=0.31
/proc/20142/task/20148/stat : 20148 (java) S 20141 20128 19819 0 -1 64 1545 0 0 0 30 1 0 0 16 0 9 0 644945862 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20149] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20149/stat : 20149 (java) S 20141 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644945862 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20150] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20150/stat : 20150 (java) S 20141 20128 19819 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644945862 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 646.41
Current children cumulated vsize (KiB) 887512

[startup+659.102 s]
/proc/loadavg: 2.99 2.56 2.26 3/91 20156
/proc/meminfo: memFree=16320/2055920 swapFree=4179840/4192956
[pid=20128] ppid=20126 vsize=13600 CPUtime=1.54
/proc/20128/stat : 20128 (sugar) S 20126 20128 19819 0 -1 4194304 974 14865 0 1 3 1 140 10 16 0 1 0 644945699 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20128/statm: 3400 797 370 3 0 500 0
[pid=20141] ppid=20128 vsize=5356 CPUtime=0
/proc/20141/stat : 20141 (sh) S 20128 20128 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 644945857 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20141/statm: 1339 233 193 169 0 50 0
[pid=20142] ppid=20141 vsize=868556 CPUtime=648.03
/proc/20142/stat : 20142 (java) S 20141 20128 19819 0 -1 0 45213 0 1 0 63478 1325 0 0 18 0 9 0 644945857 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20142/statm: 217139 32020 2566 9 0 211686 0
[pid=20142/tid=20143] ppid=20141 vsize=868556 CPUtime=639.45
/proc/20142/task/20143/stat : 20143 (java) R 20141 20128 19819 0 -1 64 10743 0 1 0 62679 1266 0 0 25 0 9 0 644945858 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4126626704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20144] ppid=20141 vsize=868556 CPUtime=8.24
/proc/20142/task/20144/stat : 20144 (java) S 20141 20128 19819 0 -1 64 32229 0 0 0 768 56 0 0 16 0 9 0 644945859 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20145] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20145/stat : 20145 (java) S 20141 20128 19819 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 644945859 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20146] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20146/stat : 20146 (java) S 20141 20128 19819 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 644945859 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20147] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20147/stat : 20147 (java) S 20141 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 644945861 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20148] ppid=20141 vsize=868556 CPUtime=0.31
/proc/20142/task/20148/stat : 20148 (java) S 20141 20128 19819 0 -1 64 1545 0 0 0 30 1 0 0 16 0 9 0 644945862 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20149] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20149/stat : 20149 (java) S 20141 20128 19819 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 644945862 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20142/tid=20150] ppid=20141 vsize=868556 CPUtime=0
/proc/20142/task/20150/stat : 20150 (java) S 20141 20128 19819 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 644945862 889401344 32020 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 649.57
Current children cumulated vsize (KiB) 887512

[startup+660.701 s]
/proc/loadavg: 2.99 2.56 2.26 2/81 20156
/proc/meminfo: memFree=1181776/2055920 swapFree=4179840/4192956
[pid=20128] ppid=20126 vsize=13600 CPUtime=650.27
/proc/20128/stat : 20128 (sugar) D 20126 20128 19819 0 -1 4194304 996 60374 0 4 3 63 63623 1338 18 0 1 0 644945699 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/20128/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 650.27
Current children cumulated vsize (KiB) 13600

[startup+661.106 s]
/proc/loadavg: 2.99 2.56 2.26 2/81 20156
/proc/meminfo: memFree=1181200/2055920 swapFree=4179840/4192956
[pid=20128] ppid=20126 vsize=13600 CPUtime=650.29
/proc/20128/stat : 20128 (sugar) D 20126 20128 19819 0 -1 4194304 996 60374 0 4 3 65 63623 1338 18 0 1 0 644945699 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/20128/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 650.29
Current children cumulated vsize (KiB) 13600

[startup+661.501 s]
/proc/loadavg: 2.99 2.56 2.26 2/81 20156
/proc/meminfo: memFree=1181200/2055920 swapFree=4179840/4192956
[pid=20128] ppid=20126 vsize=13600 CPUtime=650.3
/proc/20128/stat : 20128 (sugar) D 20126 20128 19819 0 -1 4194304 996 60374 0 4 3 66 63623 1338 18 0 1 0 644945699 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245482886185 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/20128/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 650.3
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 661.589
CPU time (s): 650.326
CPU user time (s): 636.273
CPU system time (s): 14.0529
CPU usage (%): 98.2976
Max. virtual memory (cumulated for all children) (KiB): 892528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 636.273
system time used= 14.0529
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61400
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 61416
involuntary context switches= 77396

runsolver used 0.838872 second user time and 2.24766 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-05 07:59:24
IDJOB=1086128
IDBENCH=57765
IDSOLVER=345
FILE ID=node17/1086128-1215237564
PBS_JOBID= 7881951
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp39/normalized-fapp39-2750-6.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086128-1215237564/watcher-1086128-1215237564 -o /tmp/evaluation-result-1086128-1215237564/solver-1086128-1215237564 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1086128-1215237564.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d81f449daceef06ffb2047ba7336c02a
RANDOM SEED=579751246

node17.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.234
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.234
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:        718328 kB
Buffers:         89580 kB
Cached:         381796 kB
SwapCached:       6936 kB
Active:        1031524 kB
Inactive:       237044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        718328 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            4788 kB
Writeback:           0 kB
Mapped:         813388 kB
Slab:            52600 kB
Committed_AS:  1816568 kB
PageTables:       3408 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= 66396 MiB
End job on node17 at 2008-07-05 08:10:26