Trace number 1095078

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 41.6297 42.1769

General information on the benchmark

Namecsp/fapp/fapp16/
normalized-fapp16-0260-10.xml
MD5SUMd91c77ce7b00fdc4c403dfe3f5ffc37c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.06884
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of constraints3927
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3927
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 Sat Jul  5 19:58:15 2008
0.00/0.04	c 0	PID 25675
0.03/0.05	c 0	HOST node45.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1095078-1215280695.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1095078-1215280695.xml' 'HOME/temp.csp'
0.03/0.63	c 1	8 domains, 260 variables, 8 predicates, 0 relations, 3927 constraints
0.03/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.63	c 1	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.60/0.71	c 1	Parsing HOME/temp.csp
0.95/1.08	c 1	parsed 4203 expressions
0.95/1.09	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.09	c 1	Converting to clausal form CSP
1.43/1.53	c 2	converted 421 (10%) expressions
2.13/2.22	c 2	converted 841 (20%) expressions
2.62/2.73	c 3	converted 1261 (30%) expressions
3.12/3.23	c 3	converted 1682 (40%) expressions
3.61/3.72	c 4	converted 2102 (50%) expressions
4.11/4.24	c 4	converted 2522 (60%) expressions
4.50/4.63	c 5	converted 2943 (70%) expressions
4.90/5.04	c 5	converted 3363 (80%) expressions
5.30/5.47	c 6	converted 3783 (90%) expressions
6.09/6.20	c 6	converted 4203 (100%) expressions
6.09/6.21	c 6	CSP : 515 integers, 11306 booleans, 23663 clauses, largest domain size 2821
6.09/6.21	c 6	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.09/6.21	c 6	Propagation in CSP
6.29/6.45	c 7	10900 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.29/6.45	c 7	CSP : 515 integers, 11306 booleans, 23663 clauses, largest domain size 2821
6.29/6.45	c 7	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.29/6.47	c 7	Simplifing CSP by introducing new Boolean variables
6.39/6.51	c 7	CSP : 515 integers, 18416 booleans, 30773 clauses, largest domain size 2821
6.39/6.51	c 7	Heap : 42 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.68/6.85	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.88/7.08	c 7	52 (10%) CSP integer variables are encoded (7973 clauses, 101514 bytes)
7.08/7.30	c 7	103 (20%) CSP integer variables are encoded (17858 clauses, 245864 bytes)
7.37/7.52	c 8	155 (30%) CSP integer variables are encoded (28151 clauses, 400259 bytes)
7.58/7.73	c 8	206 (40%) CSP integer variables are encoded (37663 clauses, 542939 bytes)
7.77/7.93	c 8	258 (50%) CSP integer variables are encoded (46429 clauses, 674429 bytes)
7.86/8.04	c 8	309 (60%) CSP integer variables are encoded (135286 clauses, 2078437 bytes)
7.97/8.13	c 8	361 (70%) CSP integer variables are encoded (196640 clauses, 3121455 bytes)
8.06/8.22	c 8	412 (80%) CSP integer variables are encoded (266233 clauses, 4304536 bytes)
8.17/8.30	c 8	464 (90%) CSP integer variables are encoded (326271 clauses, 5325182 bytes)
8.26/8.41	c 9	515 (100%) CSP integer variables are encoded (403062 clauses, 6630629 bytes)
16.37/16.62	c 17	3078 (10%) CSP clauses are encoded (1460443 clauses, 28134137 bytes)
20.34/20.65	c 21	6155 (20%) CSP clauses are encoded (2170533 clauses, 43716375 bytes)
22.71/23.05	c 23	9232 (30%) CSP clauses are encoded (2647712 clauses, 54278520 bytes)
24.78/25.15	c 25	12310 (40%) CSP clauses are encoded (3183225 clauses, 66671217 bytes)
26.36/26.79	c 27	15387 (50%) CSP clauses are encoded (3623470 clauses, 77072115 bytes)
27.93/28.34	c 28	18464 (60%) CSP clauses are encoded (4100121 clauses, 88471578 bytes)
29.61/30.01	c 30	21542 (70%) CSP clauses are encoded (4634447 clauses, 101060960 bytes)
31.30/31.79	c 32	24619 (80%) CSP clauses are encoded (5203142 clauses, 114533870 bytes)
32.87/33.36	c 34	27696 (90%) CSP clauses are encoded (5705887 clauses, 126462580 bytes)
34.15/34.65	c 35	30773 (100%) CSP clauses are encoded (6090055 clauses, 135600797 bytes)
34.15/34.65	c 35	30773 CSP clauses encoded
34.15/34.65	c 35	Writing map file : HOME/temp.map
34.15/34.68	c 35	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.15/34.68	c 35	SAT : 421993 SAT variables, 6090055 SAT clauses, 135600797 bytes
34.15/34.68	c 35	Heap : 43 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
34.24/34.72	c 35	SOLVING HOME/temp.cnf
34.24/34.72	c 35	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
34.24/34.72	c 35	This is MiniSat 2.0 beta
34.24/34.72	c 35	WARNING: for repeatability, setting FPU to use double precision
34.24/34.72	c 35	============================[ Problem Statistics ]=============================
34.24/34.72	c 35	|                                                                             |
34.24/34.73	c 35	|  Number of variables:  421993                                               |
34.24/34.73	c 35	|  Number of clauses:    6090055                                              |
37.59/38.18	c 38	|  Parsing time:         3.02         s                                       |
37.79/38.35	c 38	============================[ Search Statistics ]==============================
37.79/38.35	c 38	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
37.79/38.35	c 38	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
37.79/38.35	c 38	===============================================================================
37.79/38.35	c 38	|         0 |  421992  6090054 16785949 |  2030018        0    nan |  0.000 % |
38.27/38.89	c 39	|       100 |  421985  6090054 16785949 |  2233019       96      3 |  0.373 % |
39.17/39.78	c 40	|       250 |  421966  6090054 16785949 |  2456321      241      3 |  1.630 % |
41.15/41.78	c 42	===============================================================================
41.15/41.78	c 42	restarts              : 3
41.15/41.78	c 42	conflicts             : 455            (70 /sec)
41.15/41.78	c 42	decisions             : 33520          (0.97 % random) (5127 /sec)
41.15/41.78	c 42	propagations          : 10670800       (1632118 /sec)
41.15/41.78	c 42	conflict literals     : 1300           (4.97 % deleted)
41.15/41.78	c 42	Memory used           : 288.35 MB
41.15/41.78	c 42	CPU time              : 6.53801 s
41.15/41.78	c 42	
41.15/41.78	c 42	UNSATISFIABLE
41.25/41.82	c 42	DECODING HOME/temp.out WITH HOME/temp.map
41.25/41.82	c 42	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
41.29/41.91	c 42	Decoding HOME/temp.out
41.29/42.07	s UNSATISFIABLE
41.29/42.08	c 42	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
41.29/42.11	c 42	CPU 39.97 (0.04 0.01 39.93 1.56)
41.29/42.11	c 42	END Sat Jul  5 19:58:57 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-1095078-1215280695/watcher-1095078-1215280695 -o /tmp/evaluation-result-1095078-1215280695/solver-1095078-1215280695 -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-1095078-1215280695.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 25675
/proc/meminfo: memFree=1659172/2055920 swapFree=4179816/4192956
[pid=25675] ppid=25673 vsize=12268 CPUtime=0
/proc/25675/stat : 25675 (sugar) R 25673 25675 25134 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 2007041890 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 258939255397 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/25675/statm: 3067 316 241 3 0 167 0

[startup+0.0496079 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 25675
/proc/meminfo: memFree=1659172/2055920 swapFree=4179816/4192956
[pid=25675] ppid=25673 vsize=13600 CPUtime=0.03
/proc/25675/stat : 25675 (sugar) S 25673 25675 25134 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2007041890 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25675/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.103677 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 25675
/proc/meminfo: memFree=1659172/2055920 swapFree=4179816/4192956
[pid=25675] ppid=25673 vsize=13600 CPUtime=0.03
/proc/25675/stat : 25675 (sugar) S 25673 25675 25134 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007041890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25675/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301594 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 25675
/proc/meminfo: memFree=1659172/2055920 swapFree=4179816/4192956
[pid=25675] ppid=25673 vsize=13600 CPUtime=0.03
/proc/25675/stat : 25675 (sugar) S 25673 25675 25134 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007041890 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25675/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701666 s]
/proc/loadavg: 2.01 2.02 2.00 4/81 25675
/proc/meminfo: memFree=1659172/2055920 swapFree=4179816/4192956
[pid=25675] ppid=25673 vsize=13600 CPUtime=0.6
/proc/25675/stat : 25675 (sugar) S 25673 25675 25134 0 -1 4194304 956 7003 0 1 3 0 52 5 16 0 1 0 2007041890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25675/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50281 s]
/proc/loadavg: 2.01 2.02 2.00 4/92 25697
/proc/meminfo: memFree=1650764/2055920 swapFree=4179816/4192956
[pid=25675] ppid=25673 vsize=13600 CPUtime=0.6
/proc/25675/stat : 25675 (sugar) S 25673 25675 25134 0 -1 4194304 973 7003 0 1 3 0 52 5 15 0 1 0 2007041890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25675/statm: 3400 797 370 3 0 500 0
[pid=25688] ppid=25675 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25675 25675 25134 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007041954 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 233 193 169 0 50 0
[pid=25689] ppid=25688 vsize=868264 CPUtime=0.83
/proc/25689/stat : 25689 (java) S 25688 25675 25134 0 -1 0 5649 0 1 0 80 3 0 0 18 0 9 0 2007041954 889102336 5029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25689/statm: 217066 5029 1732 9 0 211641 0
[pid=25689/tid=25690] ppid=25688 vsize=868264 CPUtime=0.6
/proc/25689/task/25690/stat : 25690 (java) R 25688 25675 25134 0 -1 64 2672 0 1 0 59 1 0 0 22 0 9 0 2007041955 889102336 5029 996147200 134512640 134550740 4294955952 18446744073709551615 4126573224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25691] ppid=25688 vsize=868264 CPUtime=0.05
/proc/25689/task/25691/stat : 25691 (java) S 25688 25675 25134 0 -1 64 827 0 0 0 5 0 0 0 16 0 9 0 2007041956 889102336 5029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25692] ppid=25688 vsize=868264 CPUtime=0
/proc/25689/task/25692/stat : 25692 (java) S 25688 25675 25134 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2007041956 889102336 5029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25693] ppid=25688 vsize=868264 CPUtime=0
/proc/25689/task/25693/stat : 25693 (java) S 25688 25675 25134 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007041956 889102336 5029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25694] ppid=25688 vsize=868264 CPUtime=0
/proc/25689/task/25694/stat : 25694 (java) S 25688 25675 25134 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007041958 889102336 5029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25695] ppid=25688 vsize=868264 CPUtime=0.16
/proc/25689/task/25695/stat : 25695 (java) S 25688 25675 25134 0 -1 64 1458 0 0 0 16 0 0 0 15 0 9 0 2007041958 889102336 5029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25696] ppid=25688 vsize=868264 CPUtime=0
/proc/25689/task/25696/stat : 25696 (java) S 25688 25675 25134 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007041958 889102336 5029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25697] ppid=25688 vsize=868264 CPUtime=0
/proc/25689/task/25697/stat : 25697 (java) S 25688 25675 25134 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007041958 889102336 5029 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887220

[startup+3.1021 s]
/proc/loadavg: 2.01 2.01 2.00 3/92 25697
/proc/meminfo: memFree=1638540/2055920 swapFree=4179816/4192956
[pid=25675] ppid=25673 vsize=13600 CPUtime=0.6
/proc/25675/stat : 25675 (sugar) S 25673 25675 25134 0 -1 4194304 973 7003 0 1 3 0 52 5 15 0 1 0 2007041890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25675/statm: 3400 797 370 3 0 500 0
[pid=25688] ppid=25675 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25675 25675 25134 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007041954 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 233 193 169 0 50 0
[pid=25689] ppid=25688 vsize=868380 CPUtime=2.43
/proc/25689/stat : 25689 (java) S 25688 25675 25134 0 -1 0 9958 0 1 0 236 7 0 0 18 0 9 0 2007041954 889221120 9053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25689/statm: 217095 9053 2540 9 0 211670 0
[pid=25689/tid=25690] ppid=25688 vsize=868380 CPUtime=1.79
/proc/25689/task/25690/stat : 25690 (java) R 25688 25675 25134 0 -1 64 2899 0 1 0 177 2 0 0 25 0 9 0 2007041955 889221120 9053 996147200 134512640 134550740 4294955952 18446744073709551615 4126594380 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25691] ppid=25688 vsize=868380 CPUtime=0.41
/proc/25689/task/25691/stat : 25691 (java) S 25688 25675 25134 0 -1 64 4894 0 0 0 39 2 0 0 16 0 9 0 2007041956 889221120 9053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25692] ppid=25688 vsize=868380 CPUtime=0
/proc/25689/task/25692/stat : 25692 (java) S 25688 25675 25134 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2007041956 889221120 9053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25693] ppid=25688 vsize=868380 CPUtime=0
/proc/25689/task/25693/stat : 25693 (java) S 25688 25675 25134 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007041956 889221120 9053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25694] ppid=25688 vsize=868380 CPUtime=0
/proc/25689/task/25694/stat : 25694 (java) S 25688 25675 25134 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007041958 889221120 9053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25695] ppid=25688 vsize=868380 CPUtime=0.19
/proc/25689/task/25695/stat : 25695 (java) S 25688 25675 25134 0 -1 64 1472 0 0 0 18 1 0 0 15 0 9 0 2007041958 889221120 9053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25696] ppid=25688 vsize=868380 CPUtime=0
/proc/25689/task/25696/stat : 25696 (java) S 25688 25675 25134 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007041958 889221120 9053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25697] ppid=25688 vsize=868380 CPUtime=0
/proc/25689/task/25697/stat : 25697 (java) S 25688 25675 25134 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007041958 889221120 9053 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887336

[startup+6.30269 s]
/proc/loadavg: 2.01 2.01 2.00 3/92 25697
/proc/meminfo: memFree=1612364/2055920 swapFree=4179816/4192956
[pid=25675] ppid=25673 vsize=13600 CPUtime=0.6
/proc/25675/stat : 25675 (sugar) S 25673 25675 25134 0 -1 4194304 974 7003 0 1 3 0 52 5 15 0 1 0 2007041890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25675/statm: 3400 797 370 3 0 500 0
[pid=25688] ppid=25675 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25675 25675 25134 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007041954 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 233 193 169 0 50 0
[pid=25689] ppid=25688 vsize=868380 CPUtime=5.59
/proc/25689/stat : 25689 (java) S 25688 25675 25134 0 -1 0 21291 0 1 0 545 14 0 0 18 0 9 0 2007041954 889221120 15162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25689/statm: 217095 15162 2540 9 0 211670 0
[pid=25689/tid=25690] ppid=25688 vsize=868380 CPUtime=4.1
/proc/25689/task/25690/stat : 25690 (java) R 25688 25675 25134 0 -1 64 3416 0 1 0 407 3 0 0 25 0 9 0 2007041955 889221120 15162 996147200 134512640 134550740 4294955952 18446744073709551615 4126573296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25691] ppid=25688 vsize=868380 CPUtime=1.25
/proc/25689/task/25691/stat : 25691 (java) S 25688 25675 25134 0 -1 64 15703 0 0 0 117 8 0 0 16 0 9 0 2007041956 889221120 15162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25692] ppid=25688 vsize=868380 CPUtime=0
/proc/25689/task/25692/stat : 25692 (java) S 25688 25675 25134 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2007041956 889221120 15162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25693] ppid=25688 vsize=868380 CPUtime=0
/proc/25689/task/25693/stat : 25693 (java) S 25688 25675 25134 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007041956 889221120 15162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25694] ppid=25688 vsize=868380 CPUtime=0
/proc/25689/task/25694/stat : 25694 (java) S 25688 25675 25134 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007041958 889221120 15162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25695] ppid=25688 vsize=868380 CPUtime=0.2
/proc/25689/task/25695/stat : 25695 (java) S 25688 25675 25134 0 -1 64 1479 0 0 0 19 1 0 0 16 0 9 0 2007041958 889221120 15162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25696] ppid=25688 vsize=868380 CPUtime=0
/proc/25689/task/25696/stat : 25696 (java) S 25688 25675 25134 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007041958 889221120 15162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25697] ppid=25688 vsize=868380 CPUtime=0
/proc/25689/task/25697/stat : 25697 (java) S 25688 25675 25134 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007041958 889221120 15162 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887336

[startup+12.7029 s]
/proc/loadavg: 2.01 2.01 2.00 3/92 25697
/proc/meminfo: memFree=1585036/2055920 swapFree=4179816/4192956
[pid=25675] ppid=25673 vsize=13600 CPUtime=0.6
/proc/25675/stat : 25675 (sugar) S 25673 25675 25134 0 -1 4194304 974 7003 0 1 3 0 52 5 15 0 1 0 2007041890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25675/statm: 3400 797 370 3 0 500 0
[pid=25688] ppid=25675 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25675 25675 25134 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007041954 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 233 193 169 0 50 0
[pid=25689] ppid=25688 vsize=868492 CPUtime=11.92
/proc/25689/stat : 25689 (java) S 25688 25675 25134 0 -1 0 25945 0 1 0 1163 29 0 0 18 0 9 0 2007041954 889335808 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25689/statm: 217123 16151 2566 9 0 211670 0
[pid=25689/tid=25690] ppid=25688 vsize=868492 CPUtime=9.97
/proc/25689/task/25690/stat : 25690 (java) R 25688 25675 25134 0 -1 64 3604 0 1 0 982 15 0 0 25 0 9 0 2007041955 889335808 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4127002691 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25691] ppid=25688 vsize=868492 CPUtime=1.66
/proc/25689/task/25691/stat : 25691 (java) S 25688 25675 25134 0 -1 64 20130 0 0 0 155 11 0 0 16 0 9 0 2007041956 889335808 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25692] ppid=25688 vsize=868492 CPUtime=0
/proc/25689/task/25692/stat : 25692 (java) S 25688 25675 25134 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2007041956 889335808 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25693] ppid=25688 vsize=868492 CPUtime=0
/proc/25689/task/25693/stat : 25693 (java) S 25688 25675 25134 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007041956 889335808 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25694] ppid=25688 vsize=868492 CPUtime=0
/proc/25689/task/25694/stat : 25694 (java) S 25688 25675 25134 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007041958 889335808 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25695] ppid=25688 vsize=868492 CPUtime=0.26
/proc/25689/task/25695/stat : 25695 (java) S 25688 25675 25134 0 -1 64 1518 0 0 0 25 1 0 0 16 0 9 0 2007041958 889335808 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25696] ppid=25688 vsize=868492 CPUtime=0
/proc/25689/task/25696/stat : 25696 (java) S 25688 25675 25134 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007041958 889335808 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25697] ppid=25688 vsize=868492 CPUtime=0
/proc/25689/task/25697/stat : 25697 (java) S 25688 25675 25134 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007041958 889335808 16151 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887448

[startup+25.5022 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 25697
/proc/meminfo: memFree=1535756/2055920 swapFree=4179816/4192956
[pid=25675] ppid=25673 vsize=13600 CPUtime=0.61
/proc/25675/stat : 25675 (sugar) S 25673 25675 25134 0 -1 4194304 974 7003 0 1 3 1 52 5 16 0 1 0 2007041890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25675/statm: 3400 797 370 3 0 500 0
[pid=25688] ppid=25675 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25675 25675 25134 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007041954 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 233 193 169 0 50 0
[pid=25689] ppid=25688 vsize=868492 CPUtime=24.56
/proc/25689/stat : 25689 (java) S 25688 25675 25134 0 -1 0 26253 0 1 0 2398 58 0 0 18 0 9 0 2007041954 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25689/statm: 217123 16157 2566 9 0 211670 0
[pid=25689/tid=25690] ppid=25688 vsize=868492 CPUtime=22.46
/proc/25689/task/25690/stat : 25690 (java) R 25688 25675 25134 0 -1 64 3906 0 1 0 2204 42 0 0 25 0 9 0 2007041955 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25691] ppid=25688 vsize=868492 CPUtime=1.8
/proc/25689/task/25691/stat : 25691 (java) S 25688 25675 25134 0 -1 64 20130 0 0 0 167 13 0 0 16 0 9 0 2007041956 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25692] ppid=25688 vsize=868492 CPUtime=0
/proc/25689/task/25692/stat : 25692 (java) S 25688 25675 25134 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2007041956 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25693] ppid=25688 vsize=868492 CPUtime=0
/proc/25689/task/25693/stat : 25693 (java) S 25688 25675 25134 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007041956 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25694] ppid=25688 vsize=868492 CPUtime=0
/proc/25689/task/25694/stat : 25694 (java) S 25688 25675 25134 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007041958 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25695] ppid=25688 vsize=868492 CPUtime=0.27
/proc/25689/task/25695/stat : 25695 (java) S 25688 25675 25134 0 -1 64 1524 0 0 0 26 1 0 0 17 0 9 0 2007041958 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25696] ppid=25688 vsize=868492 CPUtime=0
/proc/25689/task/25696/stat : 25696 (java) S 25688 25675 25134 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007041958 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25697] ppid=25688 vsize=868492 CPUtime=0
/proc/25689/task/25697/stat : 25697 (java) S 25688 25675 25134 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007041958 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 887448

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

[startup+31.9073 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 25697
/proc/meminfo: memFree=1488204/2055920 swapFree=4179816/4192956
[pid=25675] ppid=25673 vsize=13600 CPUtime=0.61
/proc/25675/stat : 25675 (sugar) S 25673 25675 25134 0 -1 4194304 974 7003 0 1 3 1 52 5 16 0 1 0 2007041890 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25675/statm: 3400 797 370 3 0 500 0
[pid=25688] ppid=25675 vsize=5356 CPUtime=0
/proc/25688/stat : 25688 (sh) S 25675 25675 25134 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007041954 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25688/statm: 1339 233 193 169 0 50 0
[pid=25689] ppid=25688 vsize=868492 CPUtime=30.89
/proc/25689/stat : 25689 (java) S 25688 25675 25134 0 -1 0 26513 0 1 0 3004 85 0 0 18 0 9 0 2007041954 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25689/statm: 217123 16157 2566 9 0 211670 0
[pid=25689/tid=25690] ppid=25688 vsize=868492 CPUtime=28.67
/proc/25689/task/25690/stat : 25690 (java) R 25688 25675 25134 0 -1 64 4166 0 1 0 2799 68 0 0 25 0 9 0 2007041955 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4127001798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25691] ppid=25688 vsize=868492 CPUtime=1.92
/proc/25689/task/25691/stat : 25691 (java) S 25688 25675 25134 0 -1 64 20130 0 0 0 178 14 0 0 16 0 9 0 2007041956 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25692] ppid=25688 vsize=868492 CPUtime=0
/proc/25689/task/25692/stat : 25692 (java) S 25688 25675 25134 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2007041956 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25693] ppid=25688 vsize=868492 CPUtime=0
/proc/25689/task/25693/stat : 25693 (java) S 25688 25675 25134 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007041956 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25694] ppid=25688 vsize=868492 CPUtime=0
/proc/25689/task/25694/stat : 25694 (java) S 25688 25675 25134 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2007041958 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25695] ppid=25688 vsize=868492 CPUtime=0.27
/proc/25689/task/25695/stat : 25695 (java) S 25688 25675 25134 0 -1 64 1524 0 0 0 26 1 0 0 17 0 9 0 2007041958 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25696] ppid=25688 vsize=868492 CPUtime=0
/proc/25689/task/25696/stat : 25696 (java) S 25688 25675 25134 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007041958 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25689/tid=25697] ppid=25688 vsize=868492 CPUtime=0
/proc/25689/task/25697/stat : 25697 (java) S 25688 25675 25134 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007041958 889335808 16157 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.5
Current children cumulated vsize (KiB) 887448

[startup+38.3025 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 25699
/proc/meminfo: memFree=1320076/2055920 swapFree=4179816/4192956
[pid=25675] ppid=25673 vsize=13600 CPUtime=34.26
/proc/25675/stat : 25675 (sugar) S 25673 25675 25134 0 -1 4194304 1034 33936 0 2 4 1 3317 104 16 0 1 0 2007041890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25675/statm: 3400 799 370 3 0 500 0
[pid=25698] ppid=25675 vsize=5356 CPUtime=0
/proc/25698/stat : 25698 (sh) S 25675 25675 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007045362 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25698/statm: 1339 232 193 169 0 50 0
[pid=25699] ppid=25698 vsize=270936 CPUtime=3.53
/proc/25699/stat : 25699 (minisat) R 25698 25675 25134 0 -1 4194304 64903 0 0 0 313 40 0 0 25 0 1 0 2007045363 277438464 64889 996147200 134512640 135127466 4294956256 18446744073709551615 134531740 0 0 4096 3 0 0 0 17 1 0 0
/proc/25699/statm: 67734 64889 71 150 0 67581 0
Current children cumulated CPU time (s) 37.79
Current children cumulated vsize (KiB) 289892

[startup+39.9018 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 25699
/proc/meminfo: memFree=1244812/2055920 swapFree=4179816/4192956
[pid=25675] ppid=25673 vsize=13600 CPUtime=34.26
/proc/25675/stat : 25675 (sugar) S 25673 25675 25134 0 -1 4194304 1034 33936 0 2 4 1 3317 104 16 0 1 0 2007041890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25675/statm: 3400 799 370 3 0 500 0
[pid=25698] ppid=25675 vsize=5356 CPUtime=0
/proc/25698/stat : 25698 (sh) S 25675 25675 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007045362 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25698/statm: 1339 232 193 169 0 50 0
[pid=25699] ppid=25698 vsize=290064 CPUtime=5.11
/proc/25699/stat : 25699 (minisat) R 25698 25675 25134 0 -1 4194304 69651 0 0 0 468 43 0 0 25 0 1 0 2007045363 297025536 69637 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25699/statm: 72516 69637 75 150 0 72363 0
Current children cumulated CPU time (s) 39.37
Current children cumulated vsize (KiB) 309020

[startup+41.5011 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 25699
/proc/meminfo: memFree=1240460/2055920 swapFree=4179816/4192956
[pid=25675] ppid=25673 vsize=13600 CPUtime=34.26
/proc/25675/stat : 25675 (sugar) S 25673 25675 25134 0 -1 4194304 1034 33936 0 2 4 1 3317 104 16 0 1 0 2007041890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25675/statm: 3400 799 370 3 0 500 0
[pid=25698] ppid=25675 vsize=5356 CPUtime=0
/proc/25698/stat : 25698 (sh) S 25675 25675 25134 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007045362 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25698/statm: 1339 232 193 169 0 50 0
[pid=25699] ppid=25698 vsize=294984 CPUtime=6.69
/proc/25699/stat : 25699 (minisat) R 25698 25675 25134 0 -1 4194304 70770 0 0 0 626 43 0 0 25 0 1 0 2007045363 302063616 70756 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/25699/statm: 73746 70756 75 150 0 73593 0
Current children cumulated CPU time (s) 40.95
Current children cumulated vsize (KiB) 313940

[startup+41.9022 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 25699
/proc/meminfo: memFree=1238540/2055920 swapFree=4179816/4192956
[pid=25675] ppid=25673 vsize=13600 CPUtime=41.29
/proc/25675/stat : 25675 (sugar) S 25673 25675 25134 0 -1 4194304 1071 105067 0 2 4 1 3971 153 17 0 1 0 2007041890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25675/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 41.29
Current children cumulated vsize (KiB) 13600

[startup+42.1013 s]
/proc/loadavg: 2.00 2.01 2.00 3/84 25699
/proc/meminfo: memFree=1238540/2055920 swapFree=4179816/4192956
[pid=25675] ppid=25673 vsize=13600 CPUtime=41.29
/proc/25675/stat : 25675 (sugar) S 25673 25675 25134 0 -1 4194304 1092 105067 0 2 4 1 3971 153 15 0 1 0 2007041890 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25675/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 41.29
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 42.1769
CPU time (s): 41.6297
CPU user time (s): 39.9769
CPU system time (s): 1.65275
CPU usage (%): 98.7025
Max. virtual memory (cumulated for all children) (KiB): 897772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.9769
system time used= 1.65275
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110870
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= 10456
involuntary context switches= 11414

runsolver used 0.049992 second user time and 0.159975 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-05 19:58:15
IDJOB=1095078
IDBENCH=58877
IDSOLVER=346
FILE ID=node45/1095078-1215280695
PBS_JOBID= 7882274
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp16/normalized-fapp16-0260-10.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-1095078-1215280695/watcher-1095078-1215280695 -o /tmp/evaluation-result-1095078-1215280695/solver-1095078-1215280695 -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-1095078-1215280695.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d91c77ce7b00fdc4c403dfe3f5ffc37c
RANDOM SEED=1108173345

node45.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.268
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.268
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:       1659652 kB
Buffers:         63676 kB
Cached:         227856 kB
SwapCached:       6920 kB
Active:         208216 kB
Inactive:       125300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1659652 kB
SwapTotal:     4192956 kB
SwapFree:      4179816 kB
Dirty:            1796 kB
Writeback:           0 kB
Mapped:          58080 kB
Slab:            48136 kB
Committed_AS:  3928120 kB
PageTables:       1868 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= 66488 MiB
End job on node45 at 2008-07-05 19:58:57