Trace number 1059465

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+minisatUNSAT 84.8291 86.2731

General information on the benchmark

Namecsp/fischer/
normalized-fischer-7-3-fair.xml
MD5SUMdf11c13ef3d280bc8fedb6e152e809a3
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.534918
Satisfiable
(Un)Satisfiability was proved
Number of variables5855
Number of constraints5530
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5530
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 00:16:43 2008
0.00/0.04	c 0	PID 32758
0.00/0.04	c 0	HOST node80.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1059465-1215123402.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1059465-1215123402.xml' 'HOME/temp.csp'
0.03/0.95	c 0	3 domains, 5855 variables, 9 predicates, 0 relations, 5530 constraints
0.03/0.97	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.97	c 0	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'
0.92/1.05	c 1	Parsing HOME/temp.csp
1.23/1.38	c 1	parsed 10000 expressions
1.33/1.40	c 1	parsed 11397 expressions
1.33/1.41	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.41	c 1	Converting to clausal form CSP
1.33/1.44	c 1	converted 1140 (10%) expressions
1.33/1.45	c 1	converted 2280 (20%) expressions
1.33/1.46	c 1	converted 3420 (30%) expressions
1.33/1.46	c 1	converted 4559 (40%) expressions
1.33/1.46	c 1	converted 5699 (50%) expressions
1.52/1.69	c 1	converted 6839 (60%) expressions
1.73/1.80	c 1	converted 7978 (70%) expressions
1.83/1.96	c 1	converted 9118 (80%) expressions
1.93/2.06	c 2	converted 10258 (90%) expressions
2.13/2.23	c 2	converted 11397 (100%) expressions
2.13/2.24	c 2	CSP : 10201 integers, 376 booleans, 25097 clauses, largest domain size 20001
2.13/2.24	c 2	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.13/2.24	c 2	Propagation in CSP
42.93/43.28	c 43	142474949 values, 0 unsatisfiable literals, and 0 valid clauses are removed
42.93/43.28	c 43	CSP : 10201 integers, 376 booleans, 25097 clauses, largest domain size 20001
42.93/43.28	c 43	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
42.93/43.29	c 43	Simplifing CSP by introducing new Boolean variables
43.03/43.35	c 43	CSP : 10201 integers, 9186 booleans, 33907 clauses, largest domain size 20001
43.03/43.35	c 43	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
43.23/43.50	c 43	Encoding CSP to SAT : HOME/temp.cnf
43.23/43.55	c 43	1021 (10%) CSP integer variables are encoded (14747 clauses, 199509 bytes)
44.03/44.33	c 44	2041 (20%) CSP integer variables are encoded (653063 clauses, 10881524 bytes)
44.22/44.59	c 44	3061 (30%) CSP integer variables are encoded (865835 clauses, 14498648 bytes)
44.83/45.16	c 45	4081 (40%) CSP integer variables are encoded (1335783 clauses, 23161587 bytes)
45.22/45.53	c 45	5101 (50%) CSP integer variables are encoded (1641330 clauses, 28966980 bytes)
45.22/45.54	c 45	6121 (60%) CSP integer variables are encoded (1641330 clauses, 28966980 bytes)
45.43/45.78	c 45	7141 (70%) CSP integer variables are encoded (1831292 clauses, 32576258 bytes)
45.52/45.89	c 45	8161 (80%) CSP integer variables are encoded (1921274 clauses, 34285916 bytes)
45.73/46.06	c 46	9181 (90%) CSP integer variables are encoded (2061254 clauses, 36945536 bytes)
45.93/46.23	c 46	10201 (100%) CSP integer variables are encoded (2201232 clauses, 39605118 bytes)
54.67/55.91	c 55	3391 (10%) CSP clauses are encoded (7484914 clauses, 144773628 bytes)
54.97/56.26	c 56	6782 (20%) CSP clauses are encoded (7688974 clauses, 148817616 bytes)
55.66/56.99	c 56	10173 (30%) CSP clauses are encoded (8170441 clauses, 158499768 bytes)
56.26/57.53	c 57	13563 (40%) CSP clauses are encoded (8531390 clauses, 165807733 bytes)
56.65/57.91	c 57	16954 (50%) CSP clauses are encoded (8772483 clauses, 170688806 bytes)
56.65/57.93	c 57	20345 (60%) CSP clauses are encoded (8774062 clauses, 170720493 bytes)
56.65/57.94	c 57	23735 (70%) CSP clauses are encoded (8775620 clauses, 170751718 bytes)
57.85/59.10	c 59	27126 (80%) CSP clauses are encoded (9537210 clauses, 186767687 bytes)
58.35/59.65	c 59	30517 (90%) CSP clauses are encoded (9898509 clauses, 194443473 bytes)
58.35/59.69	c 59	33907 (100%) CSP clauses are encoded (9910795 clauses, 194777903 bytes)
58.35/59.69	c 59	33907 CSP clauses encoded
58.35/59.70	c 59	Writing map file : HOME/temp.map
58.44/59.75	c 59	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
58.44/59.75	c 59	SAT : 2213222 SAT variables, 9910795 SAT clauses, 194777903 bytes
58.44/59.75	c 59	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
58.51/59.80	c 59	SOLVING HOME/temp.cnf
58.51/59.80	c 59	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
58.51/59.81	c 59	This is MiniSat 2.0 beta
58.51/59.81	c 59	WARNING: for repeatability, setting FPU to use double precision
58.51/59.81	c 59	============================[ Problem Statistics ]=============================
58.51/59.81	c 59	|                                                                             |
58.51/59.81	c 59	|  Number of variables:  2213222                                              |
58.51/59.81	c 59	|  Number of clauses:    9910795                                              |
63.28/64.68	c 64	|  Parsing time:         3.95         s                                       |
63.59/64.97	c 64	============================[ Search Statistics ]==============================
63.59/64.97	c 64	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
63.59/64.97	c 64	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
63.59/64.97	c 64	===============================================================================
63.59/64.97	c 64	|         0 | 2142580  9837967 25360189 |  3279322        0    nan |  0.000 % |
68.36/69.80	c 69	|       100 | 2142368  9837967 25360189 |  3607254       86      3 | 12.311 % |
84.26/85.76	c 85	===============================================================================
84.26/85.76	c 85	restarts              : 2
84.26/85.76	c 85	conflicts             : 198            (8 /sec)
84.26/85.76	c 85	decisions             : 1770           (0.68 % random) (71 /sec)
84.26/85.76	c 85	propagations          : 40735130       (1641273 /sec)
84.26/85.76	c 85	conflict literals     : 448            (2.82 % deleted)
84.26/85.76	c 85	Memory used           : 546.49 MB
84.26/85.76	c 85	CPU time              : 24.8192 s
84.26/85.76	c 85	
84.26/85.76	c 85	UNSATISFIABLE
84.36/85.85	c 85	DECODING HOME/temp.out WITH HOME/temp.map
84.36/85.85	c 85	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
84.43/85.94	c 85	Decoding HOME/temp.out
84.44/86.13	s UNSATISFIABLE
84.44/86.13	c 86	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
84.44/86.18	c 86	CPU 81.74 (0.04 0.01 81.7 2.97)
84.44/86.18	c 86	END Fri Jul  4 00:18:09 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1059465-1215123402/watcher-1059465-1215123402 -o /tmp/evaluation-result-1059465-1215123402/solver-1059465-1215123402 -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/minisat -tmp=HOME/temp HOME/instance-1059465-1215123402.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: 1.91 1.95 1.98 4/74 32758
/proc/meminfo: memFree=1458272/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=12268 CPUtime=0
/proc/32758/stat : 32758 (sugar) R 32756 32758 31604 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 677465686 12562432 317 996147200 4194304 4206940 548682068608 18446744073709551615 226686833377 0 0 4224 0 0 0 0 17 0 0 0
/proc/32758/statm: 3067 320 242 3 0 167 0

[startup+0.106134 s]
/proc/loadavg: 1.91 1.95 1.98 4/74 32758
/proc/meminfo: memFree=1458272/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=0.03
/proc/32758/stat : 32758 (sugar) S 32756 32758 31604 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 677465686 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32758/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.202151 s]
/proc/loadavg: 1.91 1.95 1.98 4/74 32758
/proc/meminfo: memFree=1458272/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=0.03
/proc/32758/stat : 32758 (sugar) S 32756 32758 31604 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 677465686 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32758/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302152 s]
/proc/loadavg: 1.91 1.95 1.98 4/74 32758
/proc/meminfo: memFree=1458272/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=0.03
/proc/32758/stat : 32758 (sugar) S 32756 32758 31604 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 677465686 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32758/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701209 s]
/proc/loadavg: 1.91 1.95 1.98 4/74 32758
/proc/meminfo: memFree=1458272/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=0.03
/proc/32758/stat : 32758 (sugar) S 32756 32758 31604 0 -1 4194304 900 127 0 0 3 0 0 0 17 0 1 0 677465686 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32758/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50231 s]
/proc/loadavg: 1.91 1.95 1.98 5/85 312
/proc/meminfo: memFree=1450496/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=0.92
/proc/32758/stat : 32758 (sugar) S 32756 32758 31604 0 -1 4194304 974 8341 0 1 3 0 83 6 15 0 1 0 677465686 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32758/statm: 3400 797 370 3 0 500 0
[pid=303] ppid=32758 vsize=5356 CPUtime=0
/proc/303/stat : 303 (sh) S 32758 32758 31604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677465784 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/303/statm: 1339 233 193 169 0 50 0
[pid=304] ppid=303 vsize=864336 CPUtime=0.51
/proc/304/stat : 304 (java) S 303 32758 31604 0 -1 0 4671 0 1 0 48 3 0 0 20 0 9 0 677465784 885080064 4094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/304/statm: 216084 4094 1731 9 0 210659 0
[pid=304/tid=305] ppid=303 vsize=864336 CPUtime=0.34
/proc/304/task/305/stat : 305 (java) R 303 32758 31604 0 -1 64 2677 0 1 0 33 1 0 0 25 0 9 0 677465785 885080064 4094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=306] ppid=303 vsize=864336 CPUtime=0.04
/proc/304/task/306/stat : 306 (java) S 303 32758 31604 0 -1 64 949 0 0 0 4 0 0 0 16 0 9 0 677465786 885080064 4094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=307] ppid=303 vsize=864336 CPUtime=0
/proc/304/task/307/stat : 307 (java) S 303 32758 31604 0 -1 64 9 0 0 0 0 0 0 0 24 0 9 0 677465786 885080064 4094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=308] ppid=303 vsize=864336 CPUtime=0
/proc/304/task/308/stat : 308 (java) S 303 32758 31604 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 677465786 885080064 4094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=309] ppid=303 vsize=864336 CPUtime=0
/proc/304/task/309/stat : 309 (java) S 303 32758 31604 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677465788 885080064 4094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=310] ppid=303 vsize=864336 CPUtime=0.09
/proc/304/task/310/stat : 310 (java) R 303 32758 31604 0 -1 64 353 0 0 0 9 0 0 0 16 0 9 0 677465788 885080064 4094 996147200 134512640 134550740 4294955952 18446744073709551615 101660476 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=311] ppid=303 vsize=864336 CPUtime=0
/proc/304/task/311/stat : 311 (java) S 303 32758 31604 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 677465788 885080064 4094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=312] ppid=303 vsize=864336 CPUtime=0
/proc/304/task/312/stat : 312 (java) S 303 32758 31604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677465788 885080064 4094 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883292

[startup+3.10151 s]
/proc/loadavg: 1.92 1.95 1.98 4/85 312
/proc/meminfo: memFree=1430336/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=0.92
/proc/32758/stat : 32758 (sugar) S 32756 32758 31604 0 -1 4194304 974 8341 0 1 3 0 83 6 15 0 1 0 677465686 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32758/statm: 3400 797 370 3 0 500 0
[pid=303] ppid=32758 vsize=5356 CPUtime=0
/proc/303/stat : 303 (sh) S 32758 32758 31604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677465784 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/303/statm: 1339 233 193 169 0 50 0
[pid=304] ppid=303 vsize=868400 CPUtime=2.1
/proc/304/stat : 304 (java) S 303 32758 31604 0 -1 0 10297 0 1 0 203 7 0 0 20 0 9 0 677465784 889241600 9375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/304/statm: 217100 9375 2540 9 0 211675 0
[pid=304/tid=305] ppid=303 vsize=868400 CPUtime=1.45
/proc/304/task/305/stat : 305 (java) R 303 32758 31604 0 -1 64 2910 0 1 0 143 2 0 0 25 0 9 0 677465785 889241600 9375 996147200 134512640 134550740 4294955952 18446744073709551615 4126373683 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=306] ppid=303 vsize=868400 CPUtime=0.4
/proc/304/task/306/stat : 306 (java) S 303 32758 31604 0 -1 64 5220 0 0 0 37 3 0 0 16 0 9 0 677465786 889241600 9375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=307] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/307/stat : 307 (java) S 303 32758 31604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677465786 889241600 9375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=308] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/308/stat : 308 (java) S 303 32758 31604 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677465786 889241600 9375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=309] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/309/stat : 309 (java) S 303 32758 31604 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677465788 889241600 9375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=310] ppid=303 vsize=868400 CPUtime=0.22
/proc/304/task/310/stat : 310 (java) S 303 32758 31604 0 -1 64 1473 0 0 0 21 1 0 0 16 0 9 0 677465788 889241600 9375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=311] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/311/stat : 311 (java) S 303 32758 31604 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 677465788 889241600 9375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=312] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/312/stat : 312 (java) S 303 32758 31604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677465788 889241600 9375 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887356

[startup+6.30291 s]
/proc/loadavg: 1.92 1.95 1.98 3/85 312
/proc/meminfo: memFree=1427272/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=0.92
/proc/32758/stat : 32758 (sugar) S 32756 32758 31604 0 -1 4194304 974 8341 0 1 3 0 83 6 15 0 1 0 677465686 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32758/statm: 3400 797 370 3 0 500 0
[pid=303] ppid=32758 vsize=5356 CPUtime=0
/proc/303/stat : 303 (sh) S 32758 32758 31604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677465784 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/303/statm: 1339 233 193 169 0 50 0
[pid=304] ppid=303 vsize=868400 CPUtime=5.28
/proc/304/stat : 304 (java) S 303 32758 31604 0 -1 0 10600 0 1 0 518 10 0 0 20 0 9 0 677465784 889241600 9380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/304/statm: 217100 9380 2540 9 0 211675 0
[pid=304/tid=305] ppid=303 vsize=868400 CPUtime=4.52
/proc/304/task/305/stat : 305 (java) R 303 32758 31604 0 -1 64 3208 0 1 0 449 3 0 0 25 0 9 0 677465785 889241600 9380 996147200 134512640 134550740 4294955952 18446744073709551615 4126964641 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=306] ppid=303 vsize=868400 CPUtime=0.51
/proc/304/task/306/stat : 306 (java) S 303 32758 31604 0 -1 64 5225 0 0 0 47 4 0 0 16 0 9 0 677465786 889241600 9380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=307] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/307/stat : 307 (java) S 303 32758 31604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677465786 889241600 9380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=308] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/308/stat : 308 (java) S 303 32758 31604 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677465786 889241600 9380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=309] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/309/stat : 309 (java) S 303 32758 31604 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677465788 889241600 9380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=310] ppid=303 vsize=868400 CPUtime=0.22
/proc/304/task/310/stat : 310 (java) S 303 32758 31604 0 -1 64 1473 0 0 0 21 1 0 0 16 0 9 0 677465788 889241600 9380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=311] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/311/stat : 311 (java) S 303 32758 31604 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 677465788 889241600 9380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=312] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/312/stat : 312 (java) S 303 32758 31604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677465788 889241600 9380 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887356

[startup+12.7017 s]
/proc/loadavg: 1.93 1.96 1.98 3/85 312
/proc/meminfo: memFree=1426640/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=0.92
/proc/32758/stat : 32758 (sugar) S 32756 32758 31604 0 -1 4194304 974 8341 0 1 3 0 83 6 15 0 1 0 677465686 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32758/statm: 3400 797 370 3 0 500 0
[pid=303] ppid=32758 vsize=5356 CPUtime=0
/proc/303/stat : 303 (sh) S 32758 32758 31604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677465784 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/303/statm: 1339 233 193 169 0 50 0
[pid=304] ppid=303 vsize=868400 CPUtime=11.65
/proc/304/stat : 304 (java) S 303 32758 31604 0 -1 0 11207 0 1 0 1149 16 0 0 20 0 9 0 677465784 889241600 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/304/statm: 217100 9391 2540 9 0 211675 0
[pid=304/tid=305] ppid=303 vsize=868400 CPUtime=10.66
/proc/304/task/305/stat : 305 (java) R 303 32758 31604 0 -1 64 3804 0 1 0 1061 5 0 0 25 0 9 0 677465785 889241600 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4126580260 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=306] ppid=303 vsize=868400 CPUtime=0.74
/proc/304/task/306/stat : 306 (java) S 303 32758 31604 0 -1 64 5236 0 0 0 66 8 0 0 16 0 9 0 677465786 889241600 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=307] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/307/stat : 307 (java) S 303 32758 31604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677465786 889241600 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=308] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/308/stat : 308 (java) S 303 32758 31604 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677465786 889241600 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=309] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/309/stat : 309 (java) S 303 32758 31604 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677465788 889241600 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=310] ppid=303 vsize=868400 CPUtime=0.22
/proc/304/task/310/stat : 310 (java) S 303 32758 31604 0 -1 64 1473 0 0 0 21 1 0 0 16 0 9 0 677465788 889241600 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=311] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/311/stat : 311 (java) S 303 32758 31604 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 677465788 889241600 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=312] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/312/stat : 312 (java) S 303 32758 31604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677465788 889241600 9391 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887356

[startup+25.5023 s]
/proc/loadavg: 1.94 1.96 1.98 3/85 312
/proc/meminfo: memFree=1425296/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=0.92
/proc/32758/stat : 32758 (sugar) S 32756 32758 31604 0 -1 4194304 974 8341 0 1 3 0 83 6 15 0 1 0 677465686 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32758/statm: 3400 797 370 3 0 500 0
[pid=303] ppid=32758 vsize=5356 CPUtime=0
/proc/303/stat : 303 (sh) S 32758 32758 31604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677465784 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/303/statm: 1339 233 193 169 0 50 0
[pid=304] ppid=303 vsize=868400 CPUtime=24.39
/proc/304/stat : 304 (java) S 303 32758 31604 0 -1 0 12419 0 1 0 2412 27 0 0 20 0 9 0 677465784 889241600 9408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/304/statm: 217100 9408 2540 9 0 211675 0
[pid=304/tid=305] ppid=303 vsize=868400 CPUtime=22.94
/proc/304/task/305/stat : 305 (java) R 303 32758 31604 0 -1 64 4999 0 1 0 2285 9 0 0 25 0 9 0 677465785 889241600 9408 996147200 134512640 134550740 4294955952 18446744073709551615 4126618704 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=306] ppid=303 vsize=868400 CPUtime=1.21
/proc/304/task/306/stat : 306 (java) S 303 32758 31604 0 -1 64 5253 0 0 0 105 16 0 0 16 0 9 0 677465786 889241600 9408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=307] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/307/stat : 307 (java) S 303 32758 31604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677465786 889241600 9408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=308] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/308/stat : 308 (java) S 303 32758 31604 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677465786 889241600 9408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=309] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/309/stat : 309 (java) S 303 32758 31604 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677465788 889241600 9408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=310] ppid=303 vsize=868400 CPUtime=0.22
/proc/304/task/310/stat : 310 (java) S 303 32758 31604 0 -1 64 1473 0 0 0 21 1 0 0 16 0 9 0 677465788 889241600 9408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=311] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/311/stat : 311 (java) S 303 32758 31604 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 677465788 889241600 9408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=312] ppid=303 vsize=868400 CPUtime=0
/proc/304/task/312/stat : 312 (java) S 303 32758 31604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677465788 889241600 9408 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 887356

[startup+51.1025 s]
/proc/loadavg: 1.96 1.96 1.98 3/85 313
/proc/meminfo: memFree=1325200/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=0.93
/proc/32758/stat : 32758 (sugar) S 32756 32758 31604 0 -1 4194304 974 8341 0 1 3 1 83 6 15 0 1 0 677465686 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32758/statm: 3400 797 370 3 0 500 0
[pid=303] ppid=32758 vsize=5356 CPUtime=0
/proc/303/stat : 303 (sh) S 32758 32758 31604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677465784 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/303/statm: 1339 233 193 169 0 50 0
[pid=304] ppid=303 vsize=868512 CPUtime=49.84
/proc/304/stat : 304 (java) S 303 32758 31604 0 -1 0 16837 0 1 0 4872 112 0 0 20 0 9 0 677465784 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/304/statm: 217128 10091 2565 9 0 211675 0
[pid=304/tid=305] ppid=303 vsize=868512 CPUtime=47.07
/proc/304/task/305/stat : 305 (java) R 303 32758 31604 0 -1 64 8132 0 1 0 4634 73 0 0 25 0 9 0 677465785 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=306] ppid=303 vsize=868512 CPUtime=2.46
/proc/304/task/306/stat : 306 (java) S 303 32758 31604 0 -1 64 6498 0 0 0 210 36 0 0 16 0 9 0 677465786 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=307] ppid=303 vsize=868512 CPUtime=0
/proc/304/task/307/stat : 307 (java) S 303 32758 31604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677465786 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=308] ppid=303 vsize=868512 CPUtime=0
/proc/304/task/308/stat : 308 (java) S 303 32758 31604 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677465786 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=309] ppid=303 vsize=868512 CPUtime=0
/proc/304/task/309/stat : 309 (java) S 303 32758 31604 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677465788 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=310] ppid=303 vsize=868512 CPUtime=0.28
/proc/304/task/310/stat : 310 (java) S 303 32758 31604 0 -1 64 1513 0 0 0 27 1 0 0 16 0 9 0 677465788 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=311] ppid=303 vsize=868512 CPUtime=0
/proc/304/task/311/stat : 311 (java) S 303 32758 31604 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 677465788 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=312] ppid=303 vsize=868512 CPUtime=0
/proc/304/task/312/stat : 312 (java) S 303 32758 31604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677465788 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 887468

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

[startup+51.2025 s]
/proc/loadavg: 1.96 1.96 1.98 3/85 313
/proc/meminfo: memFree=1325200/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=0.93
/proc/32758/stat : 32758 (sugar) S 32756 32758 31604 0 -1 4194304 974 8341 0 1 3 1 83 6 15 0 1 0 677465686 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32758/statm: 3400 797 370 3 0 500 0
[pid=303] ppid=32758 vsize=5356 CPUtime=0
/proc/303/stat : 303 (sh) S 32758 32758 31604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 677465784 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/303/statm: 1339 233 193 169 0 50 0
[pid=304] ppid=303 vsize=868512 CPUtime=49.94
/proc/304/stat : 304 (java) S 303 32758 31604 0 -1 0 16857 0 1 0 4881 113 0 0 20 0 9 0 677465784 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/304/statm: 217128 10091 2565 9 0 211675 0
[pid=304/tid=305] ppid=303 vsize=868512 CPUtime=47.16
/proc/304/task/305/stat : 305 (java) R 303 32758 31604 0 -1 64 8152 0 1 0 4642 74 0 0 25 0 9 0 677465785 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=306] ppid=303 vsize=868512 CPUtime=2.47
/proc/304/task/306/stat : 306 (java) S 303 32758 31604 0 -1 64 6498 0 0 0 211 36 0 0 16 0 9 0 677465786 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=307] ppid=303 vsize=868512 CPUtime=0
/proc/304/task/307/stat : 307 (java) S 303 32758 31604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 677465786 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=308] ppid=303 vsize=868512 CPUtime=0
/proc/304/task/308/stat : 308 (java) S 303 32758 31604 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 677465786 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=309] ppid=303 vsize=868512 CPUtime=0
/proc/304/task/309/stat : 309 (java) S 303 32758 31604 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 677465788 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=310] ppid=303 vsize=868512 CPUtime=0.28
/proc/304/task/310/stat : 310 (java) S 303 32758 31604 0 -1 64 1513 0 0 0 27 1 0 0 16 0 9 0 677465788 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=311] ppid=303 vsize=868512 CPUtime=0
/proc/304/task/311/stat : 311 (java) S 303 32758 31604 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 677465788 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=304/tid=312] ppid=303 vsize=868512 CPUtime=0
/proc/304/task/312/stat : 312 (java) S 303 32758 31604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 677465788 889356288 10091 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 887468

[startup+64.0011 s]
/proc/loadavg: 2.19 2.01 2.00 3/77 315
/proc/meminfo: memFree=798480/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=58.53
/proc/32758/stat : 32758 (sugar) S 32756 32758 31604 0 -1 4194304 1033 26930 0 2 3 1 5663 186 16 0 1 0 677465686 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32758/statm: 3400 799 370 3 0 500 0
[pid=314] ppid=32758 vsize=5356 CPUtime=0
/proc/314/stat : 314 (sh) S 32758 32758 31604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677471667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 232 193 169 0 50 0
[pid=315] ppid=314 vsize=489696 CPUtime=4.15
/proc/315/stat : 315 (minisat) R 314 32758 31604 0 -1 4194304 115078 0 0 0 337 78 0 0 25 0 1 0 677471668 501448704 115064 996147200 134512640 135127466 4294956272 18446744073709551615 134514148 0 0 4096 3 0 0 0 17 1 0 0
/proc/315/statm: 122424 115064 62 150 0 122271 0
Current children cumulated CPU time (s) 62.68
Current children cumulated vsize (KiB) 508652

[startup+76.8027 s]
/proc/loadavg: 2.47 2.07 2.02 3/77 315
/proc/meminfo: memFree=711696/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=58.53
/proc/32758/stat : 32758 (sugar) S 32756 32758 31604 0 -1 4194304 1033 26930 0 2 3 1 5663 186 16 0 1 0 677465686 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32758/statm: 3400 799 370 3 0 500 0
[pid=314] ppid=32758 vsize=5356 CPUtime=0
/proc/314/stat : 314 (sh) S 32758 32758 31604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677471667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 232 193 169 0 50 0
[pid=315] ppid=314 vsize=559604 CPUtime=16.9
/proc/315/stat : 315 (minisat) R 314 32758 31604 0 -1 4194304 133772 0 0 0 1592 98 0 0 25 0 1 0 677471668 573034496 133758 996147200 134512640 135127466 4294956272 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 1 0 0
/proc/315/statm: 139901 133758 75 150 0 139748 0
Current children cumulated CPU time (s) 75.43
Current children cumulated vsize (KiB) 578560

[startup+83.2014 s]
/proc/loadavg: 2.55 2.10 2.03 3/77 315
/proc/meminfo: memFree=711952/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=58.53
/proc/32758/stat : 32758 (sugar) S 32756 32758 31604 0 -1 4194304 1033 26930 0 2 3 1 5663 186 16 0 1 0 677465686 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32758/statm: 3400 799 370 3 0 500 0
[pid=314] ppid=32758 vsize=5356 CPUtime=0
/proc/314/stat : 314 (sh) S 32758 32758 31604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677471667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 232 193 169 0 50 0
[pid=315] ppid=314 vsize=559604 CPUtime=23.26
/proc/315/stat : 315 (minisat) R 314 32758 31604 0 -1 4194304 133772 0 0 0 2228 98 0 0 25 0 1 0 677471668 573034496 133758 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/315/statm: 139901 133758 75 150 0 139748 0
Current children cumulated CPU time (s) 81.79
Current children cumulated vsize (KiB) 578560

[startup+84.8066 s]
/proc/loadavg: 2.55 2.10 2.03 3/77 315
/proc/meminfo: memFree=714704/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=58.53
/proc/32758/stat : 32758 (sugar) S 32756 32758 31604 0 -1 4194304 1033 26930 0 2 3 1 5663 186 16 0 1 0 677465686 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32758/statm: 3400 799 370 3 0 500 0
[pid=314] ppid=32758 vsize=5356 CPUtime=0
/proc/314/stat : 314 (sh) S 32758 32758 31604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677471667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 232 193 169 0 50 0
[pid=315] ppid=314 vsize=559604 CPUtime=24.84
/proc/315/stat : 315 (minisat) R 314 32758 31604 0 -1 4194304 133772 0 0 0 2386 98 0 0 25 0 1 0 677471668 573034496 133758 996147200 134512640 135127466 4294956272 18446744073709551615 134531095 0 0 4096 3 0 0 0 17 1 0 0
/proc/315/statm: 139901 133758 75 150 0 139748 0
Current children cumulated CPU time (s) 83.37
Current children cumulated vsize (KiB) 578560

[startup+85.6027 s]
/proc/loadavg: 2.55 2.10 2.03 3/77 315
/proc/meminfo: memFree=714704/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=58.53
/proc/32758/stat : 32758 (sugar) S 32756 32758 31604 0 -1 4194304 1033 26930 0 2 3 1 5663 186 16 0 1 0 677465686 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32758/statm: 3400 799 370 3 0 500 0
[pid=314] ppid=32758 vsize=5356 CPUtime=0
/proc/314/stat : 314 (sh) S 32758 32758 31604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 677471667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/314/statm: 1339 232 193 169 0 50 0
[pid=315] ppid=314 vsize=559604 CPUtime=25.63
/proc/315/stat : 315 (minisat) R 314 32758 31604 0 -1 4194304 133772 0 0 0 2465 98 0 0 25 0 1 0 677471668 573034496 133758 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/315/statm: 139901 133758 75 150 0 139748 0
Current children cumulated CPU time (s) 84.16
Current children cumulated vsize (KiB) 578560

[startup+86.0018 s]
/proc/loadavg: 2.55 2.10 2.03 3/77 315
/proc/meminfo: memFree=979920/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=84.44
/proc/32758/stat : 32758 (sugar) S 32756 32758 31604 0 -1 4194304 1090 160996 0 2 4 1 8145 294 16 0 1 0 677465686 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32758/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 84.44
Current children cumulated vsize (KiB) 13600

[startup+86.2018 s]
/proc/loadavg: 2.55 2.10 2.03 3/77 315
/proc/meminfo: memFree=979920/2055920 swapFree=4146896/4192956
[pid=32758] ppid=32756 vsize=13600 CPUtime=84.75
/proc/32758/stat : 32758 (sugar) R 32756 32758 31604 0 -1 4194304 1119 165147 0 3 4 4 8170 297 16 0 1 0 677465686 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 0 0 0 17 0 0 0
/proc/32758/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 84.75
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 86.2731
CPU time (s): 84.8291
CPU user time (s): 81.7436
CPU system time (s): 3.08553
CPU usage (%): 98.3263
Max. virtual memory (cumulated for all children) (KiB): 889924

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

runsolver used 0.133979 second user time and 0.275958 second system time

The end

Launcher Data (download as text)

Begin job on node80 at 2008-07-04 00:16:42
IDJOB=1059465
IDBENCH=54261
IDSOLVER=346
FILE ID=node80/1059465-1215123402
PBS_JOBID= 7877048
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-7-3-fair.xml
COMMAND LINE= DIR/sugar -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-1059465-1215123402/watcher-1059465-1215123402 -o /tmp/evaluation-result-1059465-1215123402/solver-1059465-1215123402 -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/minisat" -tmp="HOME/temp" HOME/instance-1059465-1215123402.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= df11c13ef3d280bc8fedb6e152e809a3
RANDOM SEED=2000081206

node80.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.232
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.232
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1458816 kB
Buffers:         21968 kB
Cached:         259684 kB
SwapCached:      40260 kB
Active:         393276 kB
Inactive:       165744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1458816 kB
SwapTotal:     4192956 kB
SwapFree:      4146896 kB
Dirty:            2300 kB
Writeback:           0 kB
Mapped:         282884 kB
Slab:            22936 kB
Committed_AS:  1216128 kB
PageTables:       2344 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= 66508 MiB
End job on node80 at 2008-07-04 00:18:09