Trace number 1041030

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 217.067 218.506

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-21-21.xml
MD5SUM9f259658e3e51a1d0b0e25c85c4c1e3d
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.129979
Satisfiable
(Un)Satisfiability was proved
Number of variables882
Number of constraints1053
Maximum constraint arity21
Maximum domain size57
Number of constraints which are defined in extension0
Number of constraints which are defined in intension841
Global constraints used (with number of constraints)cumulative(2),weightedsum(210)

Solver Data (download as text)

0.00/0.13	c 0	Sugar v1-13 + HOME/minisat
0.00/0.14	c 1	BEGIN Wed Jul  2 13:47:09 2008
0.00/0.14	c 1	PID 7442
0.00/0.16	c 1	HOST node81.alineos.net
0.00/0.16	c 1	CONVERTING HOME/instance-1041030-1214999229.xml TO HOME/temp.csp
0.00/0.16	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041030-1214999229.xml' 'HOME/temp.csp'
0.04/0.71	c 1	22 domains, 882 variables, 2 predicates, 0 relations, 1053 constraints
0.04/0.76	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.76	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.48/0.84	c 1	Parsing HOME/temp.csp
0.69/1.06	c 1	parsed 1959 expressions
0.69/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.69/1.06	c 1	Converting to clausal form CSP
0.69/1.08	c 1	converted 196 (10%) expressions
0.69/1.09	c 1	converted 392 (20%) expressions
0.69/1.09	c 1	converted 588 (30%) expressions
0.69/1.09	c 1	converted 784 (40%) expressions
0.89/1.20	c 2	converted 980 (50%) expressions
0.89/1.26	c 2	converted 1176 (60%) expressions
0.89/1.28	c 2	converted 1372 (70%) expressions
0.99/1.30	c 2	converted 1568 (80%) expressions
0.99/1.31	c 2	converted 1764 (90%) expressions
1.49/1.86	c 2	converted 1959 (100%) expressions
1.49/1.86	c 2	CSP : 5442 integers, 1440 booleans, 13959 clauses, largest domain size 122
1.49/1.86	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.86	c 2	Propagation in CSP
1.59/1.96	c 2	14328 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.59/1.97	c 2	CSP : 5442 integers, 1440 booleans, 13959 clauses, largest domain size 58
1.59/1.97	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.59/1.98	c 2	Simplifing CSP by introducing new Boolean variables
1.59/1.99	c 2	CSP : 5442 integers, 1440 booleans, 13959 clauses, largest domain size 58
1.59/1.99	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.68/2.05	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.68/2.08	c 2	545 (10%) CSP integer variables are encoded (1854 clauses, 21999 bytes)
1.68/2.08	c 2	1089 (20%) CSP integer variables are encoded (4310 clauses, 53927 bytes)
1.68/2.10	c 2	1633 (30%) CSP integer variables are encoded (10494 clauses, 138236 bytes)
1.78/2.10	c 2	2177 (40%) CSP integer variables are encoded (16274 clauses, 224936 bytes)
1.78/2.11	c 2	2721 (50%) CSP integer variables are encoded (22267 clauses, 314831 bytes)
1.78/2.12	c 2	3266 (60%) CSP integer variables are encoded (27709 clauses, 396461 bytes)
1.78/2.13	c 2	3810 (70%) CSP integer variables are encoded (34039 clauses, 491411 bytes)
1.78/2.14	c 2	4354 (80%) CSP integer variables are encoded (39960 clauses, 580226 bytes)
1.78/2.14	c 3	4898 (90%) CSP integer variables are encoded (45787 clauses, 667631 bytes)
1.78/2.15	c 3	5442 (100%) CSP integer variables are encoded (51429 clauses, 752261 bytes)
1.88/2.29	c 3	1396 (10%) CSP clauses are encoded (103374 clauses, 1636444 bytes)
2.07/2.47	c 3	2792 (20%) CSP clauses are encoded (196598 clauses, 3316203 bytes)
2.27/2.64	c 3	4188 (30%) CSP clauses are encoded (286147 clauses, 5077471 bytes)
2.47/2.84	c 3	5584 (40%) CSP clauses are encoded (387619 clauses, 7194848 bytes)
2.67/3.02	c 3	6980 (50%) CSP clauses are encoded (486269 clauses, 9252079 bytes)
2.87/3.24	c 4	8376 (60%) CSP clauses are encoded (601540 clauses, 11644650 bytes)
3.06/3.45	c 4	9772 (70%) CSP clauses are encoded (715147 clauses, 14016294 bytes)
3.26/3.61	c 4	11168 (80%) CSP clauses are encoded (800901 clauses, 15803171 bytes)
3.37/3.78	c 4	12564 (90%) CSP clauses are encoded (898384 clauses, 17837497 bytes)
3.56/3.98	c 4	13959 (100%) CSP clauses are encoded (1006423 clauses, 20080126 bytes)
3.56/3.98	c 4	13959 CSP clauses encoded
3.56/3.98	c 4	Writing map file : HOME/temp.map
3.66/4.00	c 4	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.66/4.00	c 4	SAT : 58265 SAT variables, 1006423 SAT clauses, 20080126 bytes
3.66/4.00	c 4	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.66/4.05	c 4	SOLVING HOME/temp.cnf
3.66/4.05	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.66/4.05	c 4	This is MiniSat 2.0 beta
3.66/4.05	c 4	WARNING: for repeatability, setting FPU to use double precision
3.66/4.05	c 4	============================[ Problem Statistics ]=============================
3.66/4.05	c 4	|                                                                             |
3.66/4.05	c 4	|  Number of variables:  58265                                                |
3.66/4.05	c 4	|  Number of clauses:    1006423                                              |
4.12/4.52	c 5	|  Parsing time:         0.41         s                                       |
4.12/4.55	c 5	============================[ Search Statistics ]==============================
4.12/4.55	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.12/4.55	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.12/4.55	c 5	===============================================================================
4.12/4.55	c 5	|         0 |   58265  1006423  2877329 |   335474        0    nan |  0.000 % |
4.82/5.21	c 6	|       100 |   58265  1006423  2877329 |   369021      100     48 |  0.000 % |
5.61/6.00	c 6	|       250 |   58265  1006423  2877329 |   405923      250     33 |  0.000 % |
7.30/7.78	c 8	|       476 |   58265  1006423  2877329 |   446516      476     27 |  0.000 % |
9.28/9.80	c 10	|       813 |   58265  1006423  2877329 |   491167      813     25 |  0.000 % |
11.87/12.31	c 13	|      1320 |   58265  1006423  2877329 |   540284     1320     26 |  0.000 % |
16.35/16.84	c 17	|      2079 |   58265  1006423  2877329 |   594313     2079     25 |  0.000 % |
22.92/23.47	c 24	|      3218 |   58265  1006423  2877329 |   653744     3218     25 |  0.000 % |
32.98/33.60	c 34	|      4927 |   58265  1006423  2877329 |   719119     4927     25 |  0.000 % |
48.50/49.10	c 49	|      7491 |   58082  1002436  2865964 |   791030     7490     26 |  0.314 % |
71.38/72.17	c 73	|     11335 |   58082  1002436  2865964 |   870134    11334     26 |  0.314 % |
106.70/107.63	c 108	|     17102 |   57899   998448  2854596 |   957147    17100     24 |  0.628 % |
153.77/154.94	c 155	|     25751 |   57899   998448  2854596 |  1052862    25749     24 |  0.628 % |
216.77/218.27	c 219	===============================================================================
216.77/218.27	c 219	restarts              : 13
216.77/218.27	c 219	conflicts             : 36564          (172 /sec)
216.77/218.27	c 219	decisions             : 43751          (1.60 % random) (205 /sec)
216.77/218.27	c 219	propagations          : 198297397      (930709 /sec)
216.77/218.27	c 219	conflict literals     : 859090         (42.54 % deleted)
216.77/218.27	c 219	Memory used           : 50.56 MB
216.77/218.27	c 219	CPU time              : 213.061 s
216.77/218.27	c 219	
216.77/218.27	c 219	UNSATISFIABLE
216.77/218.28	c 219	DECODING HOME/temp.out WITH HOME/temp.map
216.77/218.28	c 219	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
216.86/218.36	c 219	Decoding HOME/temp.out
216.86/218.45	s UNSATISFIABLE
216.86/218.46	c 219	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
217.05/218.50	c 219	CPU 216.61 (0.03 0.01 216.58 0.42)
217.05/218.50	c 219	END Wed Jul  2 13:50:48 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-1041030-1214999229/watcher-1041030-1214999229 -o /tmp/evaluation-result-1041030-1214999229/solver-1041030-1214999229 -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-1041030-1214999229.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.30 2.15 1.82 4/81 7442
/proc/meminfo: memFree=1854376/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=124 CPUtime=0
/proc/7442/stat : 7442 (sugar) D 7440 7442 7047 0 -1 4194304 38 0 0 0 0 0 0 0 18 0 1 0 232910876 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 269804959113 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/7442/statm: 31 23 17 3 0 3 0

[startup+0.0670881 s]
/proc/loadavg: 2.30 2.15 1.82 4/81 7442
/proc/meminfo: memFree=1854376/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=12272 CPUtime=0
/proc/7442/stat : 7442 (sugar) R 7440 7442 7047 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 232910876 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 269807745637 0 0 4224 0 0 0 0 17 1 0 0
/proc/7442/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101082 s]
/proc/loadavg: 2.30 2.15 1.82 4/81 7442
/proc/meminfo: memFree=1854376/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=12544 CPUtime=0
/proc/7442/stat : 7442 (sugar) R 7440 7442 7047 0 -1 4194304 501 0 0 0 0 0 0 0 18 0 1 0 232910876 12845056 469 996147200 4194304 4206940 548682068608 18446744073709551615 269827200941 0 0 4224 0 0 0 0 17 1 0 0
/proc/7442/statm: 3136 469 298 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.301105 s]
/proc/loadavg: 2.30 2.15 1.82 4/81 7442
/proc/meminfo: memFree=1854376/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=0.04
/proc/7442/stat : 7442 (sugar) S 7440 7442 7047 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 232910876 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7442/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701146 s]
/proc/loadavg: 2.30 2.15 1.82 4/81 7442
/proc/meminfo: memFree=1854376/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=0.04
/proc/7442/stat : 7442 (sugar) S 7440 7442 7047 0 -1 4194304 900 127 0 0 3 1 0 0 16 0 1 0 232910876 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7442/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50223 s]
/proc/loadavg: 2.30 2.15 1.82 3/92 7464
/proc/meminfo: memFree=1845264/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=0.48
/proc/7442/stat : 7442 (sugar) S 7440 7442 7047 0 -1 4194304 974 4998 0 1 3 1 39 5 15 0 1 0 232910876 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7442/statm: 3400 797 370 3 0 500 0
[pid=7455] ppid=7442 vsize=5356 CPUtime=0
/proc/7455/stat : 7455 (sh) S 7442 7442 7047 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 232910953 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7455/statm: 1339 233 193 169 0 50 0
[pid=7456] ppid=7455 vsize=868368 CPUtime=0.71
/proc/7456/stat : 7456 (java) S 7455 7442 7047 0 -1 0 6090 0 1 0 67 4 0 0 20 0 9 0 232910954 889208832 5464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7456/statm: 217092 5464 1839 9 0 211667 0
[pid=7456/tid=7457] ppid=7455 vsize=868368 CPUtime=0.44
/proc/7456/task/7457/stat : 7457 (java) R 7455 7442 7047 0 -1 64 2664 0 1 0 43 1 0 0 25 0 9 0 232910954 889208832 5464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7456/tid=7458] ppid=7455 vsize=868368 CPUtime=0.05
/proc/7456/task/7458/stat : 7458 (java) R 7455 7442 7047 0 -1 64 1282 0 0 0 5 0 0 0 16 0 9 0 232910955 889208832 5464 996147200 134512640 134550740 4294955952 18446744073709551615 102469617 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7456/tid=7459] ppid=7455 vsize=868368 CPUtime=0
/proc/7456/task/7459/stat : 7459 (java) S 7455 7442 7047 0 -1 64 9 0 0 0 0 0 0 0 23 0 9 0 232910956 889208832 5464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7456/tid=7460] ppid=7455 vsize=868368 CPUtime=0
/proc/7456/task/7460/stat : 7460 (java) S 7455 7442 7047 0 -1 64 5 0 0 0 0 0 0 0 24 0 9 0 232910956 889208832 5464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7456/tid=7461] ppid=7455 vsize=868368 CPUtime=0
/proc/7456/task/7461/stat : 7461 (java) S 7455 7442 7047 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 232910958 889208832 5464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7456/tid=7462] ppid=7455 vsize=868368 CPUtime=0.19
/proc/7456/task/7462/stat : 7462 (java) S 7455 7442 7047 0 -1 64 1451 0 0 0 18 1 0 0 15 0 9 0 232910958 889208832 5464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7456/tid=7463] ppid=7455 vsize=868368 CPUtime=0
/proc/7456/task/7463/stat : 7463 (java) S 7455 7442 7047 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 232910958 889208832 5464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7456/tid=7464] ppid=7455 vsize=868368 CPUtime=0
/proc/7456/task/7464/stat : 7464 (java) S 7455 7442 7047 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 232910958 889208832 5464 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 887324

[startup+3.10141 s]
/proc/loadavg: 2.30 2.15 1.82 3/92 7464
/proc/meminfo: memFree=1829328/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=0.48
/proc/7442/stat : 7442 (sugar) S 7440 7442 7047 0 -1 4194304 974 4998 0 1 3 1 39 5 15 0 1 0 232910876 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7442/statm: 3400 797 370 3 0 500 0
[pid=7455] ppid=7442 vsize=5356 CPUtime=0
/proc/7455/stat : 7455 (sh) S 7442 7442 7047 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 232910953 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7455/statm: 1339 233 193 169 0 50 0
[pid=7456] ppid=7455 vsize=868480 CPUtime=2.29
/proc/7456/stat : 7456 (java) S 7455 7442 7047 0 -1 0 8989 0 1 0 215 14 0 0 20 0 9 0 232910954 889323520 7853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7456/statm: 217120 7853 2565 9 0 211667 0
[pid=7456/tid=7457] ppid=7455 vsize=868480 CPUtime=1.65
/proc/7456/task/7457/stat : 7457 (java) R 7455 7442 7047 0 -1 64 3022 0 1 0 157 8 0 0 25 0 9 0 232910954 889323520 7853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7456/tid=7458] ppid=7455 vsize=868480 CPUtime=0.34
/proc/7456/task/7458/stat : 7458 (java) S 7455 7442 7047 0 -1 64 3769 0 0 0 31 3 0 0 16 0 9 0 232910955 889323520 7853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7456/tid=7459] ppid=7455 vsize=868480 CPUtime=0
/proc/7456/task/7459/stat : 7459 (java) S 7455 7442 7047 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 232910956 889323520 7853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7456/tid=7460] ppid=7455 vsize=868480 CPUtime=0
/proc/7456/task/7460/stat : 7460 (java) S 7455 7442 7047 0 -1 64 6 0 0 0 0 0 0 0 15 0 9 0 232910956 889323520 7853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7456/tid=7461] ppid=7455 vsize=868480 CPUtime=0
/proc/7456/task/7461/stat : 7461 (java) S 7455 7442 7047 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 232910958 889323520 7853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7456/tid=7462] ppid=7455 vsize=868480 CPUtime=0.27
/proc/7456/task/7462/stat : 7462 (java) S 7455 7442 7047 0 -1 64 1503 0 0 0 26 1 0 0 16 0 9 0 232910958 889323520 7853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7456/tid=7463] ppid=7455 vsize=868480 CPUtime=0
/proc/7456/task/7463/stat : 7463 (java) S 7455 7442 7047 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 232910958 889323520 7853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7456/tid=7464] ppid=7455 vsize=868480 CPUtime=0
/proc/7456/task/7464/stat : 7464 (java) S 7455 7442 7047 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 232910958 889323520 7853 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 887436

[startup+6.30175 s]
/proc/loadavg: 2.27 2.14 1.82 3/84 7466
/proc/meminfo: memFree=1785552/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=3.69
/proc/7442/stat : 7442 (sugar) S 7440 7442 7047 0 -1 4194304 1033 14517 0 2 3 1 337 28 15 0 1 0 232910876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7442/statm: 3400 799 370 3 0 500 0
[pid=7465] ppid=7442 vsize=5356 CPUtime=0
/proc/7465/stat : 7465 (sh) S 7442 7442 7047 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 232911282 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7465/statm: 1339 232 193 169 0 50 0
[pid=7466] ppid=7465 vsize=46728 CPUtime=2.22
/proc/7466/stat : 7466 (minisat) R 7465 7442 7047 0 -1 4194304 11463 0 0 0 216 6 0 0 25 0 1 0 232911282 47849472 11449 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7466/statm: 11682 11449 76 150 0 11529 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 65684

[startup+12.7014 s]
/proc/loadavg: 2.25 2.14 1.82 3/84 7466
/proc/meminfo: memFree=1784976/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=3.69
/proc/7442/stat : 7442 (sugar) S 7440 7442 7047 0 -1 4194304 1033 14517 0 2 3 1 337 28 16 0 1 0 232910876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7442/statm: 3400 799 370 3 0 500 0
[pid=7465] ppid=7442 vsize=5356 CPUtime=0
/proc/7465/stat : 7465 (sh) S 7442 7442 7047 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 232911282 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7465/statm: 1339 232 193 169 0 50 0
[pid=7466] ppid=7465 vsize=47388 CPUtime=8.58
/proc/7466/stat : 7466 (minisat) R 7465 7442 7047 0 -1 4194304 11650 0 0 0 851 7 0 0 25 0 1 0 232911282 48525312 11636 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7466/statm: 11847 11636 76 150 0 11694 0
Current children cumulated CPU time (s) 12.27
Current children cumulated vsize (KiB) 66344

[startup+25.5018 s]
/proc/loadavg: 2.26 2.15 1.83 3/84 7466
/proc/meminfo: memFree=1784912/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=3.69
/proc/7442/stat : 7442 (sugar) S 7440 7442 7047 0 -1 4194304 1033 14517 0 2 3 1 337 28 16 0 1 0 232910876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7442/statm: 3400 799 370 3 0 500 0
[pid=7465] ppid=7442 vsize=5356 CPUtime=0
/proc/7465/stat : 7465 (sh) S 7442 7442 7047 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 232911282 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7465/statm: 1339 232 193 169 0 50 0
[pid=7466] ppid=7465 vsize=47784 CPUtime=21.32
/proc/7466/stat : 7466 (minisat) R 7465 7442 7047 0 -1 4194304 11749 0 0 0 2125 7 0 0 25 0 1 0 232911282 48930816 11735 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7466/statm: 11946 11735 76 150 0 11793 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 66740

[startup+51.1016 s]
/proc/loadavg: 2.17 2.14 1.83 3/84 7466
/proc/meminfo: memFree=1784336/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=3.69
/proc/7442/stat : 7442 (sugar) S 7440 7442 7047 0 -1 4194304 1033 14517 0 2 3 1 337 28 16 0 1 0 232910876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7442/statm: 3400 799 370 3 0 500 0
[pid=7465] ppid=7442 vsize=5356 CPUtime=0
/proc/7465/stat : 7465 (sh) S 7442 7442 7047 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 232911282 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7465/statm: 1339 232 193 169 0 50 0
[pid=7466] ppid=7465 vsize=48592 CPUtime=46.8
/proc/7466/stat : 7466 (minisat) R 7465 7442 7047 0 -1 4194304 11933 0 0 0 4672 8 0 0 25 0 1 0 232911282 49758208 11919 996147200 134512640 135127466 4294956272 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/7466/statm: 12148 11919 76 150 0 11995 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 67548

[startup+102.306 s]
/proc/loadavg: 2.07 2.11 1.84 4/84 7466
/proc/meminfo: memFree=1783056/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=3.69
/proc/7442/stat : 7442 (sugar) S 7440 7442 7047 0 -1 4194304 1033 14517 0 2 3 1 337 28 16 0 1 0 232910876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7442/statm: 3400 799 370 3 0 500 0
[pid=7465] ppid=7442 vsize=5356 CPUtime=0
/proc/7465/stat : 7465 (sh) S 7442 7442 7047 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 232911282 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7465/statm: 1339 232 193 169 0 50 0
[pid=7466] ppid=7465 vsize=49884 CPUtime=97.74
/proc/7466/stat : 7466 (minisat) R 7465 7442 7047 0 -1 4194304 12231 0 0 0 9766 8 0 0 25 0 1 0 232911282 51081216 12217 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7466/statm: 12471 12217 76 150 0 12318 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 68840

[startup+162.301 s]
/proc/loadavg: 2.02 2.09 1.84 3/84 7466
/proc/meminfo: memFree=1781456/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=3.69
/proc/7442/stat : 7442 (sugar) S 7440 7442 7047 0 -1 4194304 1033 14517 0 2 3 1 337 28 16 0 1 0 232910876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7442/statm: 3400 799 370 3 0 500 0
[pid=7465] ppid=7442 vsize=5356 CPUtime=0
/proc/7465/stat : 7465 (sh) S 7442 7442 7047 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 232911282 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7465/statm: 1339 232 193 169 0 50 0
[pid=7466] ppid=7465 vsize=51340 CPUtime=157.44
/proc/7466/stat : 7466 (minisat) R 7465 7442 7047 0 -1 4194304 12620 0 0 0 15736 8 0 0 25 0 1 0 232911282 52572160 12606 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/7466/statm: 12835 12606 76 150 0 12682 0
Current children cumulated CPU time (s) 161.13
Current children cumulated vsize (KiB) 70296

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

[startup+179.101 s]
/proc/loadavg: 2.02 2.08 1.84 3/84 7466
/proc/meminfo: memFree=1781136/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=3.69
/proc/7442/stat : 7442 (sugar) S 7440 7442 7047 0 -1 4194304 1033 14517 0 2 3 1 337 28 16 0 1 0 232910876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7442/statm: 3400 799 370 3 0 500 0
[pid=7465] ppid=7442 vsize=5356 CPUtime=0
/proc/7465/stat : 7465 (sh) S 7442 7442 7047 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 232911282 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7465/statm: 1339 232 193 169 0 50 0
[pid=7466] ppid=7465 vsize=51768 CPUtime=174.17
/proc/7466/stat : 7466 (minisat) R 7465 7442 7047 0 -1 4194304 12709 0 0 0 17408 9 0 0 25 0 1 0 232911282 53010432 12695 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7466/statm: 12942 12695 76 150 0 12789 0
Current children cumulated CPU time (s) 177.86
Current children cumulated vsize (KiB) 70724

[startup+204.701 s]
/proc/loadavg: 2.01 2.08 1.85 3/84 7466
/proc/meminfo: memFree=1781136/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=3.69
/proc/7442/stat : 7442 (sugar) S 7440 7442 7047 0 -1 4194304 1033 14517 0 2 3 1 337 28 16 0 1 0 232910876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7442/statm: 3400 799 370 3 0 500 0
[pid=7465] ppid=7442 vsize=5356 CPUtime=0
/proc/7465/stat : 7465 (sh) S 7442 7442 7047 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 232911282 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7465/statm: 1339 232 193 169 0 50 0
[pid=7466] ppid=7465 vsize=51768 CPUtime=199.64
/proc/7466/stat : 7466 (minisat) R 7465 7442 7047 0 -1 4194304 12715 0 0 0 19955 9 0 0 25 0 1 0 232911282 53010432 12701 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/7466/statm: 12942 12701 76 150 0 12789 0
Current children cumulated CPU time (s) 203.33
Current children cumulated vsize (KiB) 70724

[startup+211.102 s]
/proc/loadavg: 2.01 2.07 1.85 3/84 7466
/proc/meminfo: memFree=1781072/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=3.69
/proc/7442/stat : 7442 (sugar) S 7440 7442 7047 0 -1 4194304 1033 14517 0 2 3 1 337 28 16 0 1 0 232910876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7442/statm: 3400 799 370 3 0 500 0
[pid=7465] ppid=7442 vsize=5356 CPUtime=0
/proc/7465/stat : 7465 (sh) S 7442 7442 7047 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 232911282 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7465/statm: 1339 232 193 169 0 50 0
[pid=7466] ppid=7465 vsize=51768 CPUtime=206.01
/proc/7466/stat : 7466 (minisat) R 7465 7442 7047 0 -1 4194304 12715 0 0 0 20592 9 0 0 25 0 1 0 232911282 53010432 12701 996147200 134512640 135127466 4294956272 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/7466/statm: 12942 12701 76 150 0 12789 0
Current children cumulated CPU time (s) 209.7
Current children cumulated vsize (KiB) 70724

[startup+214.301 s]
/proc/loadavg: 2.01 2.07 1.85 3/84 7466
/proc/meminfo: memFree=1781072/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=3.69
/proc/7442/stat : 7442 (sugar) S 7440 7442 7047 0 -1 4194304 1033 14517 0 2 3 1 337 28 16 0 1 0 232910876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7442/statm: 3400 799 370 3 0 500 0
[pid=7465] ppid=7442 vsize=5356 CPUtime=0
/proc/7465/stat : 7465 (sh) S 7442 7442 7047 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 232911282 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7465/statm: 1339 232 193 169 0 50 0
[pid=7466] ppid=7465 vsize=51768 CPUtime=209.19
/proc/7466/stat : 7466 (minisat) R 7465 7442 7047 0 -1 4194304 12715 0 0 0 20910 9 0 0 25 0 1 0 232911282 53010432 12701 996147200 134512640 135127466 4294956272 18446744073709551615 134528048 0 0 4096 3 0 0 0 17 0 0 0
/proc/7466/statm: 12942 12701 76 150 0 12789 0
Current children cumulated CPU time (s) 212.88
Current children cumulated vsize (KiB) 70724

[startup+215.902 s]
/proc/loadavg: 2.01 2.07 1.85 3/84 7466
/proc/meminfo: memFree=1781072/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=3.69
/proc/7442/stat : 7442 (sugar) S 7440 7442 7047 0 -1 4194304 1033 14517 0 2 3 1 337 28 16 0 1 0 232910876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7442/statm: 3400 799 370 3 0 500 0
[pid=7465] ppid=7442 vsize=5356 CPUtime=0
/proc/7465/stat : 7465 (sh) S 7442 7442 7047 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 232911282 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7465/statm: 1339 232 193 169 0 50 0
[pid=7466] ppid=7465 vsize=51768 CPUtime=210.79
/proc/7466/stat : 7466 (minisat) R 7465 7442 7047 0 -1 4194304 12715 0 0 0 21070 9 0 0 25 0 1 0 232911282 53010432 12701 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/7466/statm: 12942 12701 76 150 0 12789 0
Current children cumulated CPU time (s) 214.48
Current children cumulated vsize (KiB) 70724

[startup+217.501 s]
/proc/loadavg: 2.01 2.07 1.85 3/84 7466
/proc/meminfo: memFree=1781072/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=3.69
/proc/7442/stat : 7442 (sugar) S 7440 7442 7047 0 -1 4194304 1033 14517 0 2 3 1 337 28 16 0 1 0 232910876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7442/statm: 3400 799 370 3 0 500 0
[pid=7465] ppid=7442 vsize=5356 CPUtime=0
/proc/7465/stat : 7465 (sh) S 7442 7442 7047 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 232911282 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7465/statm: 1339 232 193 169 0 50 0
[pid=7466] ppid=7465 vsize=51768 CPUtime=212.38
/proc/7466/stat : 7466 (minisat) R 7465 7442 7047 0 -1 4194304 12715 0 0 0 21229 9 0 0 25 0 1 0 232911282 53010432 12701 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/7466/statm: 12942 12701 76 150 0 12789 0
Current children cumulated CPU time (s) 216.07
Current children cumulated vsize (KiB) 70724

[startup+218.301 s]
/proc/loadavg: 2.01 2.07 1.85 3/84 7466
/proc/meminfo: memFree=1781072/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=216.86
/proc/7442/stat : 7442 (sugar) S 7440 7442 7047 0 -1 4194304 1071 27526 0 2 3 1 21643 39 17 0 1 0 232910876 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7442/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 216.86
Current children cumulated vsize (KiB) 13600

[startup+218.502 s]
/proc/loadavg: 2.01 2.07 1.85 3/84 7466
/proc/meminfo: memFree=1781072/2055920 swapFree=4154836/4192956
[pid=7442] ppid=7440 vsize=13600 CPUtime=217.05
/proc/7442/stat : 7442 (sugar) R 7440 7442 7047 0 -1 4194304 1118 31368 0 3 3 2 21658 42 15 0 1 0 232910876 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 269807752233 0 0 4224 16386 0 0 0 17 0 0 0
/proc/7442/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 217.05
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 218.506
CPU time (s): 217.067
CPU user time (s): 216.619
CPU system time (s): 0.447931
CPU usage (%): 99.3416
Max. virtual memory (cumulated for all children) (KiB): 887576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 216.619
system time used= 0.447931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32516
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= 6322
involuntary context switches= 12673

runsolver used 0.219966 second user time and 0.626904 second system time

The end

Launcher Data (download as text)

Begin job on node81 at 2008-07-02 13:47:09
IDJOB=1041030
IDBENCH=53765
IDSOLVER=346
FILE ID=node81/1041030-1214999229
PBS_JOBID= 7870762
Free space on /tmp= 126848 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-21-21.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-1041030-1214999229/watcher-1041030-1214999229 -o /tmp/evaluation-result-1041030-1214999229/solver-1041030-1214999229 -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-1041030-1214999229.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f259658e3e51a1d0b0e25c85c4c1e3d
RANDOM SEED=778183654

node81.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.236
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.236
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:       1855048 kB
Buffers:          2972 kB
Cached:          38592 kB
SwapCached:      30856 kB
Active:         141368 kB
Inactive:         4004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855048 kB
SwapTotal:     4192956 kB
SwapFree:      4154836 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:          93284 kB
Slab:            40720 kB
Committed_AS:  1229480 kB
PageTables:       1760 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126848 MiB
End job on node81 at 2008-07-02 13:50:48