Trace number 1127220

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+minisat? 197.076 207.271

General information on the benchmark

Namemaxcsp/pedigree/
normalized-sheep4r_ext.xml
MD5SUM08bdb3d510bdf76c9e89d860e2f2975a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints6
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables8921
Number of constraints11107
Maximum constraint arity3
Maximum domain size10
Number of constraints which are defined in extension11107
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 16 08:07:00 2008
0.00/0.05	c 0	PID 3825
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1127220-1216188419.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-1127220-1216188419.xml' 'HOME/temp.csp'
0.96/1.00	c 0	2 domains, 8921 variables, 0 predicates, 12 relations, 11107 constraints
0.96/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.05	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'
0.97/1.13	c 1	Parsing HOME/temp.csp
0.97/1.44	c 1	parsed 10000 expressions
0.97/1.69	c 1	parsed 20000 expressions
0.97/1.69	c 1	parsed 20042 expressions
0.97/1.69	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.97/1.83	c 1	MAX CSP: 11107 constraints
0.97/1.83	c 1	Converting to clausal form CSP
0.97/1.88	c 1	converted 3116 (10%) expressions
0.97/1.88	c 1	converted 6231 (20%) expressions
0.97/1.95	c 1	converted 9346 (30%) expressions
2.19/2.30	c 2	converted 12461 (40%) expressions
2.19/2.35	c 2	converted 15576 (50%) expressions
3.78/3.96	c 3	converted 18692 (60%) expressions
5.46/5.62	c 5	converted 21807 (70%) expressions
7.63/7.80	c 7	converted 24922 (80%) expressions
8.82/9.06	c 9	converted 28037 (90%) expressions
12.68/12.97	c 12	converted 31152 (100%) expressions
12.68/12.97	c 12	CSP : 31135 integers, 0 booleans, 33320 clauses, largest domain size 16661
12.68/12.97	c 12	Heap : 207 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.68/12.97	c 12	Propagation in CSP
13.18/13.41	c 13	11099 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.18/13.41	c 13	CSP : 31135 integers, 0 booleans, 33320 clauses, largest domain size 11108
13.18/13.41	c 13	Heap : 216 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.18/13.43	c 13	Simplifing CSP by introducing new Boolean variables
13.18/13.45	c 13	CSP : 31135 integers, 0 booleans, 33320 clauses, largest domain size 11108
13.18/13.45	c 13	Heap : 218 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.47/14.74	c 14	Encoding CSP to SAT : HOME/temp.cnf
14.57/14.81	c 14	3114 (10%) CSP integer variables are encoded (24912 clauses, 354000 bytes)
14.57/14.84	c 14	6227 (20%) CSP integer variables are encoded (49816 clauses, 727560 bytes)
14.57/14.87	c 14	9341 (30%) CSP integer variables are encoded (71360 clauses, 1050720 bytes)
14.57/14.88	c 14	12454 (40%) CSP integer variables are encoded (71360 clauses, 1050720 bytes)
14.57/14.88	c 14	15568 (50%) CSP integer variables are encoded (71360 clauses, 1050720 bytes)
14.57/14.89	c 14	18681 (60%) CSP integer variables are encoded (71360 clauses, 1050720 bytes)
14.66/14.93	c 14	21795 (70%) CSP integer variables are encoded (98419 clauses, 1493500 bytes)
14.66/14.97	c 14	24908 (80%) CSP integer variables are encoded (130924 clauses, 2046085 bytes)
14.77/15.02	c 15	28022 (90%) CSP integer variables are encoded (168271 clauses, 2680984 bytes)
14.96/15.25	c 15	31135 (100%) CSP integer variables are encoded (343767 clauses, 5664416 bytes)
15.26/15.55	c 15	3332 (10%) CSP clauses are encoded (368957 clauses, 6295344 bytes)
19.22/19.58	c 19	6664 (20%) CSP clauses are encoded (747504 clauses, 20687019 bytes)
23.27/23.64	c 23	9996 (30%) CSP clauses are encoded (1130684 clauses, 35654363 bytes)
25.75/26.18	c 26	13328 (40%) CSP clauses are encoded (1883114 clauses, 55795076 bytes)
39.12/39.79	c 39	16660 (50%) CSP clauses are encoded (9031414 clauses, 230589958 bytes)
42.91/43.65	c 43	19992 (60%) CSP clauses are encoded (11030258 clauses, 279305544 bytes)
82.68/85.09	c 85	23324 (70%) CSP clauses are encoded (32399250 clauses, 802457020 bytes)
87.05/89.51	c 89	26656 (80%) CSP clauses are encoded (34701470 clauses, 858589050 bytes)
141.28/144.99	c 144	29988 (90%) CSP clauses are encoded (55790116 clauses, 1373225763 bytes)
196.09/203.18	c 203	ERROR Exception Too large HOME/temp.cnf
196.09/203.18	c 203	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
196.09/203.18	c 203	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
196.09/203.18	c 203	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
196.09/203.19	s UNKNOWN
196.17/203.27	c 203	CPU 182.89 (0.04 0.01 182.85 13.33)
196.17/203.27	c 203	END Wed Jul 16 08:10:23 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-1127220-1216188419/watcher-1127220-1216188419 -o /tmp/evaluation-result-1127220-1216188419/solver-1127220-1216188419 -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-1127220-1216188419.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.56 2.60 2.56 4/73 3825
/proc/meminfo: memFree=1701656/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=12268 CPUtime=0
/proc/3825/stat : 3825 (sugar) R 3823 3825 3000 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 75543855 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 253307353701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/3825/statm: 3067 316 241 3 0 167 0

[startup+0.0942921 s]
/proc/loadavg: 2.56 2.60 2.56 4/73 3825
/proc/meminfo: memFree=1701656/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=0.03
/proc/3825/stat : 3825 (sugar) S 3823 3825 3000 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 75543855 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3825/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102182 s]
/proc/loadavg: 2.56 2.60 2.56 4/73 3825
/proc/meminfo: memFree=1701656/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=0.03
/proc/3825/stat : 3825 (sugar) S 3823 3825 3000 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 75543855 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3825/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301217 s]
/proc/loadavg: 2.56 2.60 2.56 4/73 3825
/proc/meminfo: memFree=1701656/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=0.03
/proc/3825/stat : 3825 (sugar) S 3823 3825 3000 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 75543855 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3825/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702289 s]
/proc/loadavg: 2.56 2.60 2.56 4/73 3825
/proc/meminfo: memFree=1701656/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=0.03
/proc/3825/stat : 3825 (sugar) S 3823 3825 3000 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 75543855 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3825/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50142 s]
/proc/loadavg: 2.56 2.60 2.56 3/84 3837
/proc/meminfo: memFree=1676992/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=0.97
/proc/3825/stat : 3825 (sugar) S 3823 3825 3000 0 -1 4194304 974 9660 0 1 3 1 86 7 15 0 1 0 75543855 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3825/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 13600

[startup+3.1027 s]
/proc/loadavg: 2.52 2.59 2.56 5/84 3847
/proc/meminfo: memFree=1675072/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=0.97
/proc/3825/stat : 3825 (sugar) S 3823 3825 3000 0 -1 4194304 974 9660 0 1 3 1 86 7 15 0 1 0 75543855 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3825/statm: 3400 797 370 3 0 500 0
[pid=3838] ppid=3825 vsize=5356 CPUtime=0
/proc/3838/stat : 3838 (sh) S 3825 3825 3000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75543961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3838/statm: 1339 233 193 169 0 50 0
[pid=3839] ppid=3838 vsize=868432 CPUtime=2.01
/proc/3839/stat : 3839 (java) S 3838 3825 3000 0 -1 0 15215 0 1 0 192 9 0 0 18 0 9 0 75543961 889274368 13874 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3839/statm: 217108 13874 2540 9 0 211683 0
[pid=3839/tid=3840] ppid=3838 vsize=868432 CPUtime=0.99
/proc/3839/task/3840/stat : 3840 (java) R 3838 3825 3000 0 -1 64 2916 0 1 0 97 2 0 0 25 0 9 0 75543962 889274368 13874 996147200 134512640 134550740 4294955936 18446744073709551615 4126609784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3841] ppid=3838 vsize=868432 CPUtime=0.8
/proc/3839/task/3841/stat : 3841 (java) S 3838 3825 3000 0 -1 64 10145 0 0 0 75 5 0 0 16 0 9 0 75543963 889274368 13874 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3842] ppid=3838 vsize=868432 CPUtime=0
/proc/3839/task/3842/stat : 3842 (java) S 3838 3825 3000 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75543963 889274368 13874 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3843] ppid=3838 vsize=868432 CPUtime=0
/proc/3839/task/3843/stat : 3843 (java) S 3838 3825 3000 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75543963 889274368 13874 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3844] ppid=3838 vsize=868432 CPUtime=0
/proc/3839/task/3844/stat : 3844 (java) S 3838 3825 3000 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75543965 889274368 13874 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3845] ppid=3838 vsize=868432 CPUtime=0.2
/proc/3839/task/3845/stat : 3845 (java) S 3838 3825 3000 0 -1 64 1458 0 0 0 19 1 0 0 16 0 9 0 75543965 889274368 13874 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3846] ppid=3838 vsize=868432 CPUtime=0
/proc/3839/task/3846/stat : 3846 (java) S 3838 3825 3000 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75543965 889274368 13874 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3847] ppid=3838 vsize=868432 CPUtime=0
/proc/3839/task/3847/stat : 3847 (java) S 3838 3825 3000 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75543965 889274368 13874 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887388

[startup+6.30225 s]
/proc/loadavg: 2.52 2.59 2.56 3/84 3847
/proc/meminfo: memFree=1604160/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=0.97
/proc/3825/stat : 3825 (sugar) S 3823 3825 3000 0 -1 4194304 974 9660 0 1 3 1 86 7 16 0 1 0 75543855 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3825/statm: 3400 797 370 3 0 500 0
[pid=3838] ppid=3825 vsize=5356 CPUtime=0
/proc/3838/stat : 3838 (sh) S 3825 3825 3000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75543961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3838/statm: 1339 233 193 169 0 50 0
[pid=3839] ppid=3838 vsize=878804 CPUtime=5.18
/proc/3839/stat : 3839 (java) S 3838 3825 3000 0 -1 0 38254 0 1 0 498 20 0 0 18 0 9 0 75543961 899895296 34009 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3839/statm: 219701 34009 2540 9 0 214276 0
[pid=3839/tid=3840] ppid=3838 vsize=878804 CPUtime=2.23
/proc/3839/task/3840/stat : 3840 (java) R 3838 3825 3000 0 -1 64 3648 0 1 0 221 2 0 0 25 0 9 0 75543962 899895296 34009 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3841] ppid=3838 vsize=878804 CPUtime=2.72
/proc/3839/task/3841/stat : 3841 (java) R 3838 3825 3000 0 -1 64 32452 0 0 0 257 15 0 0 16 0 9 0 75543963 899895296 34009 996147200 134512640 134550740 4294955936 18446744073709551615 102721911 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3842] ppid=3838 vsize=878804 CPUtime=0
/proc/3839/task/3842/stat : 3842 (java) S 3838 3825 3000 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75543963 899895296 34009 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3843] ppid=3838 vsize=878804 CPUtime=0
/proc/3839/task/3843/stat : 3843 (java) S 3838 3825 3000 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75543963 899895296 34009 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3844] ppid=3838 vsize=878804 CPUtime=0
/proc/3839/task/3844/stat : 3844 (java) S 3838 3825 3000 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75543965 899895296 34009 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3845] ppid=3838 vsize=878804 CPUtime=0.2
/proc/3839/task/3845/stat : 3845 (java) S 3838 3825 3000 0 -1 64 1458 0 0 0 19 1 0 0 16 0 9 0 75543965 899895296 34009 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3846] ppid=3838 vsize=878804 CPUtime=0
/proc/3839/task/3846/stat : 3846 (java) S 3838 3825 3000 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75543965 899895296 34009 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3847] ppid=3838 vsize=878804 CPUtime=0
/proc/3839/task/3847/stat : 3847 (java) S 3838 3825 3000 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75543965 899895296 34009 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 897760

[startup+12.7013 s]
/proc/loadavg: 2.59 2.61 2.56 3/84 3847
/proc/meminfo: memFree=1482432/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=0.97
/proc/3825/stat : 3825 (sugar) S 3823 3825 3000 0 -1 4194304 974 9660 0 1 3 1 86 7 16 0 1 0 75543855 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3825/statm: 3400 797 370 3 0 500 0
[pid=3838] ppid=3825 vsize=5356 CPUtime=0
/proc/3838/stat : 3838 (sh) S 3825 3825 3000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75543961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3838/statm: 1339 233 193 169 0 50 0
[pid=3839] ppid=3838 vsize=868432 CPUtime=11.52
/proc/3839/stat : 3839 (java) S 3838 3825 3000 0 -1 0 80533 0 1 0 1110 42 0 0 18 0 9 0 75543961 889274368 59588 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3839/statm: 217108 59588 2540 9 0 211683 0
[pid=3839/tid=3840] ppid=3838 vsize=868432 CPUtime=4.56
/proc/3839/task/3840/stat : 3840 (java) R 3838 3825 3000 0 -1 64 5587 0 1 0 452 4 0 0 25 0 9 0 75543962 889274368 59588 996147200 134512640 134550740 4294955936 18446744073709551615 4126661482 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3841] ppid=3838 vsize=868432 CPUtime=6.72
/proc/3839/task/3841/stat : 3841 (java) S 3838 3825 3000 0 -1 64 72775 0 0 0 636 36 0 0 16 0 9 0 75543963 889274368 59588 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3842] ppid=3838 vsize=868432 CPUtime=0
/proc/3839/task/3842/stat : 3842 (java) S 3838 3825 3000 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75543963 889274368 59588 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3843] ppid=3838 vsize=868432 CPUtime=0
/proc/3839/task/3843/stat : 3843 (java) S 3838 3825 3000 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75543963 889274368 59588 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3844] ppid=3838 vsize=868432 CPUtime=0
/proc/3839/task/3844/stat : 3844 (java) S 3838 3825 3000 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75543965 889274368 59588 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3845] ppid=3838 vsize=868432 CPUtime=0.22
/proc/3839/task/3845/stat : 3845 (java) S 3838 3825 3000 0 -1 64 1475 0 0 0 21 1 0 0 16 0 9 0 75543965 889274368 59588 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3846] ppid=3838 vsize=868432 CPUtime=0
/proc/3839/task/3846/stat : 3846 (java) S 3838 3825 3000 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75543965 889274368 59588 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3847] ppid=3838 vsize=868432 CPUtime=0
/proc/3839/task/3847/stat : 3847 (java) S 3838 3825 3000 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75543965 889274368 59588 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 887388

[startup+25.5025 s]
/proc/loadavg: 2.50 2.59 2.55 3/84 3847
/proc/meminfo: memFree=1416768/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=0.98
/proc/3825/stat : 3825 (sugar) S 3823 3825 3000 0 -1 4194304 974 9660 0 1 4 1 86 7 16 0 1 0 75543855 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3825/statm: 3400 797 370 3 0 500 0
[pid=3838] ppid=3825 vsize=5356 CPUtime=0
/proc/3838/stat : 3838 (sh) S 3825 3825 3000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75543961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3838/statm: 1339 233 193 169 0 50 0
[pid=3839] ppid=3838 vsize=868544 CPUtime=24.17
/proc/3839/stat : 3839 (java) S 3838 3825 3000 0 -1 0 91745 0 1 0 2336 81 0 0 18 0 9 0 75543961 889389056 62021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3839/statm: 217136 62021 2567 9 0 211683 0
[pid=3839/tid=3840] ppid=3838 vsize=868544 CPUtime=15.54
/proc/3839/task/3840/stat : 3840 (java) R 3838 3825 3000 0 -1 64 5769 0 1 0 1518 36 0 0 25 0 9 0 75543962 889389056 62021 996147200 134512640 134550740 4294955936 18446744073709551615 4127083700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3841] ppid=3838 vsize=868544 CPUtime=8.27
/proc/3839/task/3841/stat : 3841 (java) S 3838 3825 3000 0 -1 64 83745 0 0 0 785 42 0 0 16 0 9 0 75543963 889389056 62021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3842] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3842/stat : 3842 (java) S 3838 3825 3000 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75543963 889389056 62021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3843] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3843/stat : 3843 (java) S 3838 3825 3000 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75543963 889389056 62021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3844] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3844/stat : 3844 (java) S 3838 3825 3000 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75543965 889389056 62021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3845] ppid=3838 vsize=868544 CPUtime=0.33
/proc/3839/task/3845/stat : 3845 (java) S 3838 3825 3000 0 -1 64 1535 0 0 0 32 1 0 0 16 0 9 0 75543965 889389056 62021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3846] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3846/stat : 3846 (java) S 3838 3825 3000 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75543965 889389056 62021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3847] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3847/stat : 3847 (java) S 3838 3825 3000 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75543965 889389056 62021 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 887500

[startup+51.1029 s]
/proc/loadavg: 2.33 2.54 2.54 3/84 3847
/proc/meminfo: memFree=1089344/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=0.98
/proc/3825/stat : 3825 (sugar) S 3823 3825 3000 0 -1 4194304 974 9660 0 1 4 1 86 7 16 0 1 0 75543855 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3825/statm: 3400 797 370 3 0 500 0
[pid=3838] ppid=3825 vsize=5356 CPUtime=0
/proc/3838/stat : 3838 (sh) S 3825 3825 3000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75543961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3838/statm: 1339 233 193 169 0 50 0
[pid=3839] ppid=3838 vsize=868544 CPUtime=49.24
/proc/3839/stat : 3839 (java) S 3838 3825 3000 0 -1 0 92079 0 1 0 4638 286 0 0 18 0 9 0 75543961 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

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

[startup+179.302 s]
/proc/loadavg: 3.37 2.74 2.60 3/84 3847
/proc/meminfo: memFree=15488/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=0.98
/proc/3825/stat : 3825 (sugar) S 3823 3825 3000 0 -1 4194304 974 9660 0 1 4 1 86 7 16 0 1 0 75543855 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3825/statm: 3400 797 370 3 0 500 0
[pid=3838] ppid=3825 vsize=5356 CPUtime=0
/proc/3838/stat : 3838 (sh) S 3825 3825 3000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75543961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3838/statm: 1339 233 193 169 0 50 0
[pid=3839] ppid=3838 vsize=868544 CPUtime=172.69
/proc/3839/stat : 3839 (java) S 3838 3825 3000 0 -1 0 93615 0 1 0 16143 1126 0 0 18 0 9 0 75543961 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3839/statm: 217136 62027 2567 9 0 211683 0
[pid=3839/tid=3840] ppid=3838 vsize=868544 CPUtime=162.13
/proc/3839/task/3840/stat : 3840 (java) R 3838 3825 3000 0 -1 64 7633 0 1 0 15145 1068 0 0 25 0 9 0 75543962 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3839/tid=3841] ppid=3838 vsize=868544 CPUtime=10.19
/proc/3839/task/3841/stat : 3841 (java) S 3838 3825 3000 0 -1 64 83749 0 0 0 965 54 0 0 16 0 9 0 75543963 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3839/tid=3842] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3842/stat : 3842 (java) S 3838 3825 3000 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75543963 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3843] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3843/stat : 3843 (java) S 3838 3825 3000 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75543963 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3844] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3844/stat : 3844 (java) S 3838 3825 3000 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75543965 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3845] ppid=3838 vsize=868544 CPUtime=0.33
/proc/3839/task/3845/stat : 3845 (java) S 3838 3825 3000 0 -1 64 1537 0 0 0 32 1 0 0 15 0 9 0 75543965 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3846] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3846/stat : 3846 (java) S 3838 3825 3000 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75543965 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3847] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3847/stat : 3847 (java) S 3838 3825 3000 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75543965 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 173.67
Current children cumulated vsize (KiB) 887500

[startup+192.102 s]
/proc/loadavg: 3.29 2.76 2.61 3/84 3847
/proc/meminfo: memFree=15936/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=0.98
/proc/3825/stat : 3825 (sugar) S 3823 3825 3000 0 -1 4194304 974 9660 0 1 4 1 86 7 16 0 1 0 75543855 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3825/statm: 3400 797 370 3 0 500 0
[pid=3838] ppid=3825 vsize=5356 CPUtime=0
/proc/3838/stat : 3838 (sh) S 3825 3825 3000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75543961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3838/statm: 1339 233 193 169 0 50 0
[pid=3839] ppid=3838 vsize=868544 CPUtime=184.67
/proc/3839/stat : 3839 (java) S 3838 3825 3000 0 -1 0 93789 0 1 0 17239 1228 0 0 18 0 9 0 75543961 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3839/statm: 217136 62027 2567 9 0 211683 0
[pid=3839/tid=3840] ppid=3838 vsize=868544 CPUtime=173.95
/proc/3839/task/3840/stat : 3840 (java) R 3838 3825 3000 0 -1 64 7807 0 1 0 16225 1170 0 0 25 0 9 0 75543962 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3839/tid=3841] ppid=3838 vsize=868544 CPUtime=10.36
/proc/3839/task/3841/stat : 3841 (java) S 3838 3825 3000 0 -1 64 83749 0 0 0 981 55 0 0 16 0 9 0 75543963 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3839/tid=3842] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3842/stat : 3842 (java) S 3838 3825 3000 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75543963 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3843] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3843/stat : 3843 (java) S 3838 3825 3000 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75543963 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3844] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3844/stat : 3844 (java) S 3838 3825 3000 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75543965 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3845] ppid=3838 vsize=868544 CPUtime=0.33
/proc/3839/task/3845/stat : 3845 (java) S 3838 3825 3000 0 -1 64 1537 0 0 0 32 1 0 0 15 0 9 0 75543965 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3846] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3846/stat : 3846 (java) S 3838 3825 3000 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75543965 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3847] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3847/stat : 3847 (java) S 3838 3825 3000 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75543965 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 185.65
Current children cumulated vsize (KiB) 887500

[startup+198.502 s]
/proc/loadavg: 3.26 2.76 2.61 3/84 3847
/proc/meminfo: memFree=15232/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=0.98
/proc/3825/stat : 3825 (sugar) S 3823 3825 3000 0 -1 4194304 974 9660 0 1 4 1 86 7 16 0 1 0 75543855 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3825/statm: 3400 797 370 3 0 500 0
[pid=3838] ppid=3825 vsize=5356 CPUtime=0
/proc/3838/stat : 3838 (sh) S 3825 3825 3000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75543961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3838/statm: 1339 233 193 169 0 50 0
[pid=3839] ppid=3838 vsize=868544 CPUtime=190.93
/proc/3839/stat : 3839 (java) S 3838 3825 3000 0 -1 0 93880 0 1 0 17811 1282 0 0 18 0 9 0 75543961 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3839/statm: 217136 62027 2567 9 0 211683 0
[pid=3839/tid=3840] ppid=3838 vsize=868544 CPUtime=180.12
/proc/3839/task/3840/stat : 3840 (java) R 3838 3825 3000 0 -1 64 7898 0 1 0 16788 1224 0 0 25 0 9 0 75543962 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3839/tid=3841] ppid=3838 vsize=868544 CPUtime=10.45
/proc/3839/task/3841/stat : 3841 (java) S 3838 3825 3000 0 -1 64 83749 0 0 0 990 55 0 0 16 0 9 0 75543963 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3839/tid=3842] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3842/stat : 3842 (java) S 3838 3825 3000 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75543963 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3843] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3843/stat : 3843 (java) S 3838 3825 3000 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75543963 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3844] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3844/stat : 3844 (java) S 3838 3825 3000 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75543965 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3845] ppid=3838 vsize=868544 CPUtime=0.33
/proc/3839/task/3845/stat : 3845 (java) S 3838 3825 3000 0 -1 64 1537 0 0 0 32 1 0 0 15 0 9 0 75543965 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3846] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3846/stat : 3846 (java) S 3838 3825 3000 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75543965 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3847] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3847/stat : 3847 (java) S 3838 3825 3000 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75543965 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.91
Current children cumulated vsize (KiB) 887500

[startup+201.703 s]
/proc/loadavg: 3.24 2.76 2.61 3/84 3847
/proc/meminfo: memFree=15040/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=0.98
/proc/3825/stat : 3825 (sugar) S 3823 3825 3000 0 -1 4194304 974 9660 0 1 4 1 86 7 16 0 1 0 75543855 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3825/statm: 3400 797 370 3 0 500 0
[pid=3838] ppid=3825 vsize=5356 CPUtime=0
/proc/3838/stat : 3838 (sh) S 3825 3825 3000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 75543961 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3838/statm: 1339 233 193 169 0 50 0
[pid=3839] ppid=3838 vsize=868544 CPUtime=193.73
/proc/3839/stat : 3839 (java) S 3838 3825 3000 0 -1 0 93920 0 1 0 18065 1308 0 0 18 0 9 0 75543961 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3839/statm: 217136 62027 2567 9 0 211683 0
[pid=3839/tid=3840] ppid=3838 vsize=868544 CPUtime=182.88
/proc/3839/task/3840/stat : 3840 (java) R 3838 3825 3000 0 -1 64 7938 0 1 0 17039 1249 0 0 25 0 9 0 75543962 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=3839/tid=3841] ppid=3838 vsize=868544 CPUtime=10.48
/proc/3839/task/3841/stat : 3841 (java) S 3838 3825 3000 0 -1 64 83749 0 0 0 993 55 0 0 16 0 9 0 75543963 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=3839/tid=3842] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3842/stat : 3842 (java) S 3838 3825 3000 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 75543963 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3843] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3843/stat : 3843 (java) S 3838 3825 3000 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 75543963 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3844] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3844/stat : 3844 (java) S 3838 3825 3000 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 75543965 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3845] ppid=3838 vsize=868544 CPUtime=0.33
/proc/3839/task/3845/stat : 3845 (java) S 3838 3825 3000 0 -1 64 1537 0 0 0 32 1 0 0 15 0 9 0 75543965 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3846] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3846/stat : 3846 (java) S 3838 3825 3000 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 75543965 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3839/tid=3847] ppid=3838 vsize=868544 CPUtime=0
/proc/3839/task/3847/stat : 3847 (java) S 3838 3825 3000 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 75543965 889389056 62027 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 194.71
Current children cumulated vsize (KiB) 887500

[startup+204.901 s]
/proc/loadavg: 3.24 2.76 2.61 2/74 3847
/proc/meminfo: memFree=1755472/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=196.89
/proc/3825/stat : 3825 (sugar) D 3823 3825 3000 0 -1 4194304 998 103896 0 2 4 67 18285 1333 15 0 1 0 75543855 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/3825/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 196.89
Current children cumulated vsize (KiB) 13600

[startup+206.501 s]
/proc/loadavg: 3.24 2.76 2.61 2/74 3847
/proc/meminfo: memFree=1787024/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=197.02
/proc/3825/stat : 3825 (sugar) D 3823 3825 3000 0 -1 4194304 998 103896 0 2 4 80 18285 1333 15 0 1 0 75543855 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/3825/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 197.02
Current children cumulated vsize (KiB) 13600

[startup+206.902 s]
/proc/loadavg: 3.14 2.75 2.61 2/74 3847
/proc/meminfo: memFree=1794704/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=197.03
/proc/3825/stat : 3825 (sugar) R 3823 3825 3000 0 -1 4194304 998 103896 0 2 4 81 18285 1333 15 0 1 0 75543855 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3825/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 197.03
Current children cumulated vsize (KiB) 13600

[startup+207.102 s]
/proc/loadavg: 3.14 2.75 2.61 2/74 3847
/proc/meminfo: memFree=1794704/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=197.04
/proc/3825/stat : 3825 (sugar) D 3823 3825 3000 0 -1 4194304 998 103896 0 2 4 82 18285 1333 15 0 1 0 75543855 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/3825/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 197.04
Current children cumulated vsize (KiB) 13600

[startup+207.202 s]
/proc/loadavg: 3.14 2.75 2.61 2/74 3847
/proc/meminfo: memFree=1794704/2055920 swapFree=4180944/4192956
[pid=3825] ppid=3823 vsize=13600 CPUtime=197.05
/proc/3825/stat : 3825 (sugar) D 3823 3825 3000 0 -1 4194304 998 103896 0 2 4 83 18285 1333 15 0 1 0 75543855 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 253307360297 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/3825/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 197.05
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 207.271
CPU time (s): 197.076
CPU user time (s): 182.897
CPU system time (s): 14.1788
CPU usage (%): 95.0811
Max. virtual memory (cumulated for all children) (KiB): 913124

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

runsolver used 0.243962 second user time and 0.750885 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-16 08:06:59
IDJOB=1127220
IDBENCH=66142
IDSOLVER=368
FILE ID=node25/1127220-1216188419
PBS_JOBID= 7905890
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/pedigree/normalized-sheep4r_ext.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-1127220-1216188419/watcher-1127220-1216188419 -o /tmp/evaluation-result-1127220-1216188419/solver-1127220-1216188419 -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-1127220-1216188419.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 08bdb3d510bdf76c9e89d860e2f2975a
RANDOM SEED=378593620

node25.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.265
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.265
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:       1702136 kB
Buffers:         11864 kB
Cached:         120684 kB
SwapCached:       5832 kB
Active:         283576 kB
Inactive:        17124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702136 kB
SwapTotal:     4192956 kB
SwapFree:      4180944 kB
Dirty:            2604 kB
Writeback:           0 kB
Mapped:         175372 kB
Slab:            37952 kB
Committed_AS:   619812 kB
PageTables:       2316 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= 66484 MiB
End job on node25 at 2008-07-16 08:10:27