Trace number 1088691

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 322.882 326.043

General information on the benchmark

Namecsp/graphColoring/school/
normalized-school1-nsh-12.xml
MD5SUM2d1e316401a6d142c241b2ebac1fc85c
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 benchmark0.727889
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of constraints14612
Maximum constraint arity2
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14612
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 14:08:36 2008
0.00/0.05	c 0	PID 18378
0.00/0.05	c 0	HOST node34.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1088691-1215259716.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1088691-1215259716.xml' 'HOME/temp.csp'
1.06/1.12	c 1	1 domains, 352 variables, 1 predicates, 0 relations, 14612 constraints
1.06/1.15	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.15	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'
1.09/1.23	c 1	Parsing HOME/temp.csp
1.09/1.55	c 2	parsed 10000 expressions
1.09/1.64	c 2	parsed 14966 expressions
1.09/1.64	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.09/1.64	c 2	Converting to clausal form CSP
1.09/1.91	c 2	converted 1497 (10%) expressions
1.09/1.95	c 2	converted 2994 (20%) expressions
1.09/1.99	c 2	converted 4490 (30%) expressions
1.09/2.03	c 2	converted 5987 (40%) expressions
2.01/2.14	c 2	converted 7483 (50%) expressions
2.01/2.18	c 2	converted 8980 (60%) expressions
2.11/2.22	c 2	converted 10477 (70%) expressions
2.11/2.26	c 2	converted 11973 (80%) expressions
2.21/2.30	c 3	converted 13470 (90%) expressions
2.31/2.42	c 3	converted 14966 (100%) expressions
2.31/2.42	c 3	CSP : 352 integers, 0 booleans, 14612 clauses, largest domain size 12
2.31/2.42	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.31/2.42	c 3	Propagation in CSP
2.40/2.56	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.40/2.56	c 3	CSP : 352 integers, 0 booleans, 14612 clauses, largest domain size 12
2.40/2.56	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.40/2.57	c 3	Simplifing CSP by introducing new Boolean variables
2.70/2.85	c 3	CSP : 352 integers, 29224 booleans, 43836 clauses, largest domain size 12
2.70/2.86	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.80/2.97	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.90/3.00	c 3	36 (10%) CSP integer variables are encoded (360 clauses, 3827 bytes)
2.90/3.00	c 3	71 (20%) CSP integer variables are encoded (710 clauses, 7677 bytes)
2.90/3.01	c 3	106 (30%) CSP integer variables are encoded (1060 clauses, 11830 bytes)
2.90/3.01	c 3	141 (40%) CSP integer variables are encoded (1410 clauses, 16380 bytes)
2.90/3.01	c 3	176 (50%) CSP integer variables are encoded (1760 clauses, 20930 bytes)
2.90/3.01	c 3	212 (60%) CSP integer variables are encoded (2120 clauses, 25610 bytes)
2.90/3.01	c 3	247 (70%) CSP integer variables are encoded (2470 clauses, 30160 bytes)
2.90/3.01	c 3	282 (80%) CSP integer variables are encoded (2820 clauses, 34710 bytes)
2.90/3.01	c 3	317 (90%) CSP integer variables are encoded (3170 clauses, 39260 bytes)
2.90/3.01	c 3	352 (100%) CSP integer variables are encoded (3520 clauses, 43810 bytes)
2.99/3.15	c 3	4384 (10%) CSP clauses are encoded (40057 clauses, 640828 bytes)
3.09/3.25	c 3	8768 (20%) CSP clauses are encoded (76594 clauses, 1252278 bytes)
3.19/3.34	c 4	13151 (30%) CSP clauses are encoded (113119 clauses, 1901749 bytes)
3.29/3.43	c 4	17535 (40%) CSP clauses are encoded (149645 clauses, 2556779 bytes)
3.40/3.53	c 4	21918 (50%) CSP clauses are encoded (186170 clauses, 3232055 bytes)
3.49/3.62	c 4	26302 (60%) CSP clauses are encoded (222707 clauses, 3921876 bytes)
3.59/3.71	c 4	30686 (70%) CSP clauses are encoded (259244 clauses, 4611697 bytes)
3.69/3.81	c 4	35069 (80%) CSP clauses are encoded (295769 clauses, 5301289 bytes)
3.69/3.90	c 4	39453 (90%) CSP clauses are encoded (332295 clauses, 5990895 bytes)
3.79/4.00	c 4	43836 (100%) CSP clauses are encoded (368820 clauses, 6680487 bytes)
3.79/4.00	c 4	43836 CSP clauses encoded
3.89/4.00	c 4	Writing map file : HOME/temp.map
3.89/4.02	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.89/4.02	c 4	SAT : 33096 SAT variables, 368820 SAT clauses, 6680487 bytes
3.89/4.02	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.89/4.04	c 4	SOLVING HOME/temp.cnf
3.89/4.04	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.89/4.05	c 4	This is MiniSat 2.0 beta
3.89/4.05	c 4	WARNING: for repeatability, setting FPU to use double precision
3.89/4.05	c 4	============================[ Problem Statistics ]=============================
3.89/4.05	c 4	|                                                                             |
3.89/4.05	c 4	|  Number of variables:  33096                                                |
3.89/4.05	c 4	|  Number of clauses:    368820                                               |
3.92/4.25	c 4	|  Parsing time:         0.16         s                                       |
3.92/4.26	c 4	============================[ Search Statistics ]==============================
3.92/4.26	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.92/4.26	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.92/4.26	c 4	===============================================================================
3.92/4.26	c 4	|         0 |   33096   368820  1029880 |   122940        0    nan |  0.000 % |
4.16/4.31	c 5	|       101 |   33096   368820  1029880 |   135234      101      8 |  0.000 % |
4.16/4.35	c 5	|       251 |   33096   368820  1029880 |   148757      251      9 |  0.000 % |
4.16/4.38	c 5	|       479 |   33096   368820  1029880 |   163633      479      8 |  0.000 % |
4.26/4.42	c 5	|       816 |   33096   368820  1029880 |   179996      816      8 |  0.000 % |
4.26/4.46	c 5	|      1322 |   33096   368820  1029880 |   197996     1322      8 |  0.000 % |
4.35/4.52	c 5	|      2082 |   33096   368820  1029880 |   217795     2082      9 |  0.000 % |
4.45/4.61	c 5	|      3222 |   33096   368820  1029880 |   239575     3222      9 |  0.000 % |
4.55/4.73	c 5	|      4930 |   33096   368820  1029880 |   263532     4930      9 |  0.000 % |
4.85/5.07	c 5	|      7492 |   33096   368820  1029880 |   289886     7492      9 |  0.000 % |
5.15/5.38	c 6	|     11336 |   33096   368820  1029880 |   318874    11336     10 |  0.000 % |
6.13/6.32	c 7	|     17103 |   33096   368820  1029880 |   350762    17103     11 |  0.000 % |
7.22/7.45	c 8	|     25753 |   33096   368820  1029880 |   385838    25753     11 |  0.000 % |
9.80/10.01	c 10	|     38729 |   33096   368820  1029880 |   424422    38729     11 |  0.000 % |
15.44/15.79	c 16	|     58190 |   33096   368820  1029880 |   466864    58190     11 |  0.000 % |
31.29/31.76	c 32	|     87382 |   33096   368820  1029880 |   513550    87382     11 |  0.000 % |
60.41/61.19	c 61	|    131171 |   33096   368820  1029880 |   564905   131171     11 |  0.000 % |
142.54/144.09	c 144	|    196855 |   33096   368820  1029880 |   621396   196855     11 |  0.000 % |
284.11/286.96	c 287	|    295381 |   33087   368058  1027726 |   683536   196503     11 |  0.042 % |
322.65/325.83	c 326	===============================================================================
322.65/325.83	c 326	restarts              : 19
322.65/325.83	c 326	conflicts             : 328779         (1032 /sec)
322.65/325.83	c 326	decisions             : 378020         (2.01 % random) (1186 /sec)
322.65/325.83	c 326	propagations          : 16788377       (52683 /sec)
322.65/325.83	c 326	conflict literals     : 3514341        (10.38 % deleted)
322.65/325.83	c 326	Memory used           : 38.62 MB
322.65/325.83	c 326	CPU time              : 318.669 s
322.65/325.83	c 326	
322.65/325.83	c 326	UNSATISFIABLE
322.65/325.84	c 326	DECODING HOME/temp.out WITH HOME/temp.map
322.65/325.84	c 326	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
322.70/325.92	c 326	Decoding HOME/temp.out
322.70/325.98	s UNSATISFIABLE
322.70/325.98	c 326	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
322.70/326.04	c 326	CPU 322.53 (0.04 0.01 322.49 0.32)
322.70/326.04	c 326	END Sat Jul  5 14:14:02 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-1088691-1215259716/watcher-1088691-1215259716 -o /tmp/evaluation-result-1088691-1215259716/solver-1088691-1215259716 -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-1088691-1215259716.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.92 1.99 1.99 4/72 18378
/proc/meminfo: memFree=1754192/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=12000 CPUtime=0
/proc/18378/stat : 18378 (sugar) R 18376 18378 17274 0 -1 4194304 209 0 0 0 0 0 0 0 22 0 1 0 2004945106 12288000 177 996147200 4194304 4206940 548682068608 18446744073709551615 254213608848 0 0 4224 0 0 0 0 17 1 0 0
/proc/18378/statm: 3000 177 138 3 0 100 0

[startup+0.052032 s]
/proc/loadavg: 1.92 1.99 1.99 4/72 18378
/proc/meminfo: memFree=1754192/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=0.03
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 884 127 0 0 3 0 0 0 18 0 1 0 2004945106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101866 s]
/proc/loadavg: 1.92 1.99 1.99 4/72 18378
/proc/meminfo: memFree=1754192/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=0.03
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2004945106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.30191 s]
/proc/loadavg: 1.92 1.99 1.99 4/72 18378
/proc/meminfo: memFree=1754192/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=0.03
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2004945106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70196 s]
/proc/loadavg: 1.92 1.99 1.99 4/72 18378
/proc/meminfo: memFree=1754192/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=0.03
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2004945106 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50108 s]
/proc/loadavg: 1.92 1.99 1.99 3/83 18390
/proc/meminfo: memFree=1725304/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=1.09
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 973 10851 0 1 3 0 100 6 16 0 1 0 2004945106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 13600

[startup+3.10233 s]
/proc/loadavg: 1.92 1.99 1.99 6/83 18400
/proc/meminfo: memFree=1733176/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=1.09
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 974 10851 0 1 3 0 100 6 15 0 1 0 2004945106 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 797 370 3 0 500 0
[pid=18391] ppid=18378 vsize=5356 CPUtime=0
/proc/18391/stat : 18391 (sh) S 18378 18378 17274 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2004945222 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18391/statm: 1339 233 193 169 0 50 0
[pid=18392] ppid=18391 vsize=868480 CPUtime=1.9
/proc/18392/stat : 18392 (java) S 18391 18378 17274 0 -1 0 12521 0 1 0 183 7 0 0 18 0 9 0 2004945222 889323520 11442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18392/statm: 217120 11442 2565 9 0 211667 0
[pid=18392/tid=18393] ppid=18391 vsize=868480 CPUtime=0.94
/proc/18392/task/18393/stat : 18393 (java) R 18391 18378 17274 0 -1 64 3052 0 1 0 92 2 0 0 23 0 9 0 2004945223 889323520 11442 996147200 134512640 134550740 4294955952 18446744073709551615 4126570231 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18392/tid=18394] ppid=18391 vsize=868480 CPUtime=0.68
/proc/18392/task/18394/stat : 18394 (java) S 18391 18378 17274 0 -1 64 7277 0 0 0 66 2 0 0 16 0 9 0 2004945224 889323520 11442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18392/tid=18395] ppid=18391 vsize=868480 CPUtime=0
/proc/18392/task/18395/stat : 18395 (java) S 18391 18378 17274 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2004945225 889323520 11442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18392/tid=18396] ppid=18391 vsize=868480 CPUtime=0
/proc/18392/task/18396/stat : 18396 (java) S 18391 18378 17274 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2004945225 889323520 11442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18392/tid=18397] ppid=18391 vsize=868480 CPUtime=0
/proc/18392/task/18397/stat : 18397 (java) S 18391 18378 17274 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2004945227 889323520 11442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18392/tid=18398] ppid=18391 vsize=868480 CPUtime=0.25
/proc/18392/task/18398/stat : 18398 (java) S 18391 18378 17274 0 -1 64 1498 0 0 0 24 1 0 0 15 0 9 0 2004945227 889323520 11442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18392/tid=18399] ppid=18391 vsize=868480 CPUtime=0
/proc/18392/task/18399/stat : 18399 (java) S 18391 18378 17274 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2004945227 889323520 11442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18392/tid=18400] ppid=18391 vsize=868480 CPUtime=0
/proc/18392/task/18400/stat : 18400 (java) R 18391 18378 17274 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2004945227 889323520 11442 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 887436

[startup+6.30183 s]
/proc/loadavg: 1.93 1.99 1.99 3/75 18402
/proc/meminfo: memFree=1725496/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=3.92
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 1033 23778 0 2 4 0 369 19 15 0 1 0 2004945106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 799 370 3 0 500 0
[pid=18401] ppid=18378 vsize=5356 CPUtime=0
/proc/18401/stat : 18401 (sh) S 18378 18378 17274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004945511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18401/statm: 1339 232 193 169 0 50 0
[pid=18402] ppid=18401 vsize=21108 CPUtime=2.21
/proc/18402/stat : 18402 (minisat) R 18401 18378 17274 0 -1 4194304 4986 0 0 0 218 3 0 0 25 0 1 0 2004945511 21614592 4972 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 1 0 0
/proc/18402/statm: 5277 4972 76 150 0 5124 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 40064

[startup+12.7018 s]
/proc/loadavg: 1.93 1.99 1.99 3/75 18402
/proc/meminfo: memFree=1722488/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=3.92
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 1033 23778 0 2 4 0 369 19 16 0 1 0 2004945106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 799 370 3 0 500 0
[pid=18401] ppid=18378 vsize=5356 CPUtime=0
/proc/18401/stat : 18401 (sh) S 18378 18378 17274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004945511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18401/statm: 1339 232 193 169 0 50 0
[pid=18402] ppid=18401 vsize=24060 CPUtime=8.55
/proc/18402/stat : 18402 (minisat) R 18401 18378 17274 0 -1 4194304 5700 0 0 0 851 4 0 0 25 0 1 0 2004945511 24637440 5686 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/18402/statm: 6015 5686 76 150 0 5862 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 43016

[startup+25.5028 s]
/proc/loadavg: 1.95 1.99 1.99 3/75 18402
/proc/meminfo: memFree=1720312/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=3.92
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 1033 23778 0 2 4 0 369 19 16 0 1 0 2004945106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 799 370 3 0 500 0
[pid=18401] ppid=18378 vsize=5356 CPUtime=0
/proc/18401/stat : 18401 (sh) S 18378 18378 17274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004945511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18401/statm: 1339 232 193 169 0 50 0
[pid=18402] ppid=18401 vsize=26212 CPUtime=21.23
/proc/18402/stat : 18402 (minisat) R 18401 18378 17274 0 -1 4194304 6232 0 0 0 2118 5 0 0 25 0 1 0 2004945511 26841088 6218 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/18402/statm: 6553 6218 76 150 0 6400 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 45168

[startup+51.1028 s]
/proc/loadavg: 1.96 1.99 1.99 3/75 18402
/proc/meminfo: memFree=1717112/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=3.92
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 1033 23778 0 2 4 0 369 19 16 0 1 0 2004945106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 799 370 3 0 500 0
[pid=18401] ppid=18378 vsize=5356 CPUtime=0
/proc/18401/stat : 18401 (sh) S 18378 18378 17274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004945511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18401/statm: 1339 232 193 169 0 50 0
[pid=18402] ppid=18401 vsize=29560 CPUtime=46.59
/proc/18402/stat : 18402 (minisat) R 18401 18378 17274 0 -1 4194304 7045 0 0 0 4654 5 0 0 25 0 1 0 2004945511 30269440 7031 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/18402/statm: 7390 7031 76 150 0 7237 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 48516

[startup+102.307 s]
/proc/loadavg: 1.98 1.99 1.99 3/75 18402
/proc/meminfo: memFree=1713080/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=3.92
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 1033 23778 0 2 4 0 369 19 16 0 1 0 2004945106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 799 370 3 0 500 0
[pid=18401] ppid=18378 vsize=5356 CPUtime=0
/proc/18401/stat : 18401 (sh) S 18378 18378 17274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004945511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18401/statm: 1339 232 193 169 0 50 0
[pid=18402] ppid=18401 vsize=33644 CPUtime=97.31
/proc/18402/stat : 18402 (minisat) R 18401 18378 17274 0 -1 4194304 8010 0 0 0 9725 6 0 0 25 0 1 0 2004945511 34451456 7996 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18402/statm: 8411 7996 76 150 0 8258 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 52600

[startup+162.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 18402
/proc/meminfo: memFree=1709688/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=3.92
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 1033 23778 0 2 4 0 369 19 16 0 1 0 2004945106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 799 370 3 0 500 0
[pid=18401] ppid=18378 vsize=5356 CPUtime=0
/proc/18401/stat : 18401 (sh) S 18378 18378 17274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004945511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18401/statm: 1339 232 193 169 0 50 0
[pid=18402] ppid=18401 vsize=37180 CPUtime=156.75
/proc/18402/stat : 18402 (minisat) R 18401 18378 17274 0 -1 4194304 8844 0 0 0 15667 8 0 0 25 0 1 0 2004945511 38072320 8830 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/18402/statm: 9295 8830 76 150 0 9142 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 56136

[startup+222.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 18402
/proc/meminfo: memFree=1708216/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=3.92
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 1033 23778 0 2 4 0 369 19 16 0 1 0 2004945106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 799 370 3 0 500 0
[pid=18401] ppid=18378 vsize=5356 CPUtime=0
/proc/18401/stat : 18401 (sh) S 18378 18378 17274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004945511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18401/statm: 1339 232 193 169 0 50 0
[pid=18402] ppid=18401 vsize=38684 CPUtime=216.19
/proc/18402/stat : 18402 (minisat) R 18401 18378 17274 0 -1 4194304 9208 0 0 0 21611 8 0 0 25 0 1 0 2004945511 39612416 9194 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18402/statm: 9671 9194 76 150 0 9518 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 57640

[startup+282.302 s]
/proc/loadavg: 1.99 1.99 1.99 3/75 18402
/proc/meminfo: memFree=1707448/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=3.92
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 1033 23778 0 2 4 0 369 19 16 0 1 0 2004945106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 799 370 3 0 500 0
[pid=18401] ppid=18378 vsize=5356 CPUtime=0
/proc/18401/stat : 18401 (sh) S 18378 18378 17274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004945511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18401/statm: 1339 232 193 169 0 50 0
[pid=18402] ppid=18401 vsize=39372 CPUtime=275.64
/proc/18402/stat : 18402 (minisat) R 18401 18378 17274 0 -1 4194304 9378 0 0 0 27555 9 0 0 25 0 1 0 2004945511 40316928 9364 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18402/statm: 9843 9364 76 150 0 9690 0
Current children cumulated CPU time (s) 279.56
Current children cumulated vsize (KiB) 58328

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

[startup+307.102 s]
/proc/loadavg: 2.05 2.00 2.00 3/75 18402
/proc/meminfo: memFree=1707448/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=3.92
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 1033 23778 0 2 4 0 369 19 16 0 1 0 2004945106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 799 370 3 0 500 0
[pid=18401] ppid=18378 vsize=5356 CPUtime=0
/proc/18401/stat : 18401 (sh) S 18378 18378 17274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004945511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18401/statm: 1339 232 193 169 0 50 0
[pid=18402] ppid=18401 vsize=39372 CPUtime=300.21
/proc/18402/stat : 18402 (minisat) R 18401 18378 17274 0 -1 4194304 9382 0 0 0 30012 9 0 0 25 0 1 0 2004945511 40316928 9368 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18402/statm: 9843 9368 76 150 0 9690 0
Current children cumulated CPU time (s) 304.13
Current children cumulated vsize (KiB) 58328

[startup+313.506 s]
/proc/loadavg: 2.05 2.00 2.00 3/75 18402
/proc/meminfo: memFree=1707448/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=3.92
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 1033 23778 0 2 4 0 369 19 16 0 1 0 2004945106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 799 370 3 0 500 0
[pid=18401] ppid=18378 vsize=5356 CPUtime=0
/proc/18401/stat : 18401 (sh) S 18378 18378 17274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004945511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18401/statm: 1339 232 193 169 0 50 0
[pid=18402] ppid=18401 vsize=39372 CPUtime=306.55
/proc/18402/stat : 18402 (minisat) R 18401 18378 17274 0 -1 4194304 9383 0 0 0 30646 9 0 0 25 0 1 0 2004945511 40316928 9369 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18402/statm: 9843 9369 76 150 0 9690 0
Current children cumulated CPU time (s) 310.47
Current children cumulated vsize (KiB) 58328

[startup+319.902 s]
/proc/loadavg: 2.04 2.00 2.00 3/75 18402
/proc/meminfo: memFree=1707448/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=3.92
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 1033 23778 0 2 4 0 369 19 16 0 1 0 2004945106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 799 370 3 0 500 0
[pid=18401] ppid=18378 vsize=5356 CPUtime=0
/proc/18401/stat : 18401 (sh) S 18378 18378 17274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004945511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18401/statm: 1339 232 193 169 0 50 0
[pid=18402] ppid=18401 vsize=39372 CPUtime=312.89
/proc/18402/stat : 18402 (minisat) R 18401 18378 17274 0 -1 4194304 9383 0 0 0 31280 9 0 0 25 0 1 0 2004945511 40316928 9369 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18402/statm: 9843 9369 76 150 0 9690 0
Current children cumulated CPU time (s) 316.81
Current children cumulated vsize (KiB) 58328

[startup+323.102 s]
/proc/loadavg: 2.04 2.00 2.00 3/75 18402
/proc/meminfo: memFree=1707448/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=3.92
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 1033 23778 0 2 4 0 369 19 16 0 1 0 2004945106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 799 370 3 0 500 0
[pid=18401] ppid=18378 vsize=5356 CPUtime=0
/proc/18401/stat : 18401 (sh) S 18378 18378 17274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004945511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18401/statm: 1339 232 193 169 0 50 0
[pid=18402] ppid=18401 vsize=39372 CPUtime=316.05
/proc/18402/stat : 18402 (minisat) R 18401 18378 17274 0 -1 4194304 9384 0 0 0 31596 9 0 0 25 0 1 0 2004945511 40316928 9370 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18402/statm: 9843 9370 76 150 0 9690 0
Current children cumulated CPU time (s) 319.97
Current children cumulated vsize (KiB) 58328

[startup+324.702 s]
/proc/loadavg: 2.04 2.00 2.00 3/75 18402
/proc/meminfo: memFree=1707384/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=3.92
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 1033 23778 0 2 4 0 369 19 16 0 1 0 2004945106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 799 370 3 0 500 0
[pid=18401] ppid=18378 vsize=5356 CPUtime=0
/proc/18401/stat : 18401 (sh) S 18378 18378 17274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004945511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18401/statm: 1339 232 193 169 0 50 0
[pid=18402] ppid=18401 vsize=39548 CPUtime=317.64
/proc/18402/stat : 18402 (minisat) R 18401 18378 17274 0 -1 4194304 9400 0 0 0 31755 9 0 0 25 0 1 0 2004945511 40497152 9386 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18402/statm: 9887 9386 76 150 0 9734 0
Current children cumulated CPU time (s) 321.56
Current children cumulated vsize (KiB) 58504

[startup+325.501 s]
/proc/loadavg: 2.04 2.00 2.00 3/75 18402
/proc/meminfo: memFree=1707384/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=3.92
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 1033 23778 0 2 4 0 369 19 16 0 1 0 2004945106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 799 370 3 0 500 0
[pid=18401] ppid=18378 vsize=5356 CPUtime=0
/proc/18401/stat : 18401 (sh) S 18378 18378 17274 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2004945511 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18401/statm: 1339 232 193 169 0 50 0
[pid=18402] ppid=18401 vsize=39548 CPUtime=318.43
/proc/18402/stat : 18402 (minisat) R 18401 18378 17274 0 -1 4194304 9401 0 0 0 31834 9 0 0 25 0 1 0 2004945511 40497152 9387 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18402/statm: 9887 9387 76 150 0 9734 0
Current children cumulated CPU time (s) 322.35
Current children cumulated vsize (KiB) 58504

[startup+325.901 s]
/proc/loadavg: 2.04 2.00 2.00 3/75 18402
/proc/meminfo: memFree=1707384/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=322.7
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 1071 33473 0 2 4 1 32236 29 17 0 1 0 2004945106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 322.7
Current children cumulated vsize (KiB) 13600

[startup+326.001 s]
/proc/loadavg: 2.04 2.00 2.00 3/75 18402
/proc/meminfo: memFree=1707384/2055920 swapFree=4179828/4192956
[pid=18378] ppid=18376 vsize=13600 CPUtime=322.7
/proc/18378/stat : 18378 (sugar) S 18376 18378 17274 0 -1 4194304 1090 33473 0 2 4 1 32236 29 15 0 1 0 2004945106 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18378/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 322.7
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 326.043
CPU time (s): 322.882
CPU user time (s): 322.539
CPU system time (s): 0.342947
CPU usage (%): 99.0306
Max. virtual memory (cumulated for all children) (KiB): 887576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 322.539
system time used= 0.342947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38340
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= 3775
involuntary context switches= 10590

runsolver used 0.401938 second user time and 1.09783 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-05 14:08:36
IDJOB=1088691
IDBENCH=58096
IDSOLVER=346
FILE ID=node34/1088691-1215259716
PBS_JOBID= 7882021
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/school/normalized-school1-nsh-12.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-1088691-1215259716/watcher-1088691-1215259716 -o /tmp/evaluation-result-1088691-1215259716/solver-1088691-1215259716 -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-1088691-1215259716.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2d1e316401a6d142c241b2ebac1fc85c
RANDOM SEED=1717569663

node34.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.259
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.259
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:       1754736 kB
Buffers:         25652 kB
Cached:         203784 kB
SwapCached:       7272 kB
Active:         151168 kB
Inactive:        99172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1754736 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            3264 kB
Writeback:           0 kB
Mapped:          27840 kB
Slab:            36068 kB
Committed_AS:  3547276 kB
PageTables:       1844 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= 66496 MiB
End job on node34 at 2008-07-05 14:14:02