Trace number 2079409

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.14.6+minisatUNSAT 35.0597 35.516

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg11-13_ext.xml
MD5SUM1e8333cdbeb4ed1922608e5d4d89f27d
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.084986
Satisfiable
(Un)Satisfiability was proved
Number of variables143
Number of constraints24
Maximum constraint arity13
Maximum domain size26
Number of constraints which are defined in extension24
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sun Jul 12 05:08:24 2009
0.05/0.07	c 0	PID 23878
0.05/0.07	c 0	HOST node75.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2079409-1247368104.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079409-1247368104.xml' 'HOME/temp.csp'
0.06/0.29	c 0	1 domains, 143 variables, 0 predicates, 2 relations, 24 constraints
0.06/0.34	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.34	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.26/0.41	c 0	Parsing HOME/temp.csp
0.26/0.54	c 0	parsed 170 expressions
0.26/0.55	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.55	c 1	Converting to clausal form CSP
0.26/0.56	c 1	converted 17 (10%) expressions
0.26/0.56	c 1	converted 34 (20%) expressions
0.26/0.57	c 1	converted 51 (30%) expressions
0.26/0.57	c 1	converted 68 (40%) expressions
0.26/0.57	c 1	converted 85 (50%) expressions
0.26/0.57	c 1	converted 102 (60%) expressions
0.26/0.57	c 1	converted 119 (70%) expressions
0.26/0.57	c 1	converted 136 (80%) expressions
0.26/0.73	c 1	converted 153 (90%) expressions
0.26/0.99	c 1	converted 170 (100%) expressions
0.26/0.99	c 1	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
0.26/0.99	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.99	c 1	Propagation in CSP
0.26/0.99	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.26/0.99	c 1	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
0.26/0.99	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.26/0.99	c 1	Simplifing CSP by introducing new Boolean variables
0.26/0.99	c 1	CSP : 143 integers, 0 booleans, 24 clauses, largest domain size 26
0.26/0.99	c 1	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.90/1.08	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.90/1.10	c 1	15 (10%) CSP integer variables are encoded (360 clauses, 3816 bytes)
0.90/1.10	c 1	29 (20%) CSP integer variables are encoded (696 clauses, 7512 bytes)
1.00/1.11	c 1	43 (30%) CSP integer variables are encoded (1032 clauses, 11353 bytes)
1.00/1.11	c 1	58 (40%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
1.00/1.11	c 1	72 (50%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
1.00/1.11	c 1	86 (60%) CSP integer variables are encoded (2064 clauses, 24769 bytes)
1.00/1.11	c 1	101 (70%) CSP integer variables are encoded (2424 clauses, 29449 bytes)
1.00/1.11	c 1	115 (80%) CSP integer variables are encoded (2760 clauses, 33817 bytes)
1.00/1.11	c 1	129 (90%) CSP integer variables are encoded (3096 clauses, 38185 bytes)
1.00/1.11	c 1	143 (100%) CSP integer variables are encoded (3432 clauses, 42553 bytes)
6.66/6.97	c 7	3 (10%) CSP clauses are encoded (64542 clauses, 4226671 bytes)
10.54/10.89	c 11	5 (20%) CSP clauses are encoded (105282 clauses, 7093891 bytes)
16.41/16.72	c 17	8 (30%) CSP clauses are encoded (166392 clauses, 11453659 bytes)
20.19/20.52	c 20	10 (40%) CSP clauses are encoded (207132 clauses, 14360171 bytes)
24.07/24.42	c 24	12 (50%) CSP clauses are encoded (247872 clauses, 17266683 bytes)
26.66/27.05	c 27	15 (60%) CSP clauses are encoded (281740 clauses, 19618149 bytes)
27.55/27.91	c 28	17 (70%) CSP clauses are encoded (295238 clauses, 20662675 bytes)
28.64/29.01	c 29	20 (80%) CSP clauses are encoded (315485 clauses, 22402927 bytes)
29.33/29.76	c 30	22 (90%) CSP clauses are encoded (328983 clauses, 23563095 bytes)
30.03/30.50	c 30	24 (100%) CSP clauses are encoded (342481 clauses, 24723263 bytes)
30.03/30.50	c 30	24 CSP clauses encoded
30.03/30.50	c 30	Writing map file : HOME/temp.map
30.13/30.50	c 30	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.13/30.50	c 30	SAT : 3575 SAT variables, 342481 SAT clauses, 24723263 bytes
30.13/30.50	c 30	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
30.13/30.56	c 31	SOLVING HOME/temp.cnf
30.13/30.56	c 31	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
30.13/30.57	c 31	This is MiniSat 2.0 beta
30.13/30.57	c 31	WARNING: for repeatability, setting FPU to use double precision
30.13/30.57	c 31	============================[ Problem Statistics ]=============================
30.13/30.57	c 31	|                                                                             |
30.13/30.57	c 31	|  Number of variables:  3575                                                 |
30.13/30.57	c 31	|  Number of clauses:    342481                                               |
30.59/31.09	c 31	|  Parsing time:         0.44         s                                       |
30.68/31.12	c 31	============================[ Search Statistics ]==============================
30.68/31.12	c 31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
30.68/31.12	c 31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
30.68/31.12	c 31	===============================================================================
30.68/31.12	c 31	|         0 |    3542   340495  4706006 |   113498        0    nan |  0.000 % |
30.68/31.18	c 31	|       101 |    3538   340495  4706006 |   124848       96      7 |  1.063 % |
30.99/31.42	c 31	|       251 |    3534   340495  4706006 |   137332      245      8 |  1.175 % |
31.28/31.73	c 32	|       477 |    3534   340495  4706006 |   151066      471      9 |  1.175 % |
31.58/32.08	c 32	|       814 |    3534   340495  4706006 |   166172      808      9 |  1.175 % |
32.18/32.68	c 33	|      1320 |    3531   340495  4706006 |   182790     1313      8 |  1.287 % |
32.58/33.06	c 33	|      2079 |    3531   340495  4706006 |   201069     2072      8 |  1.287 % |
33.87/34.34	c 34	|      3218 |    3531   340495  4706006 |   221176     3210      9 |  1.315 % |
34.86/35.33	c 35	===============================================================================
34.86/35.33	c 35	restarts              : 8
34.86/35.33	c 35	conflicts             : 4183           (901 /sec)
34.86/35.33	c 35	decisions             : 6369           (1.73 % random) (1371 /sec)
34.86/35.33	c 35	propagations          : 420803         (90606 /sec)
34.86/35.33	c 35	conflict literals     : 36472          (27.31 % deleted)
34.86/35.33	c 35	Memory used           : 33.95 MB
34.86/35.33	c 35	CPU time              : 4.64429 s
34.86/35.33	c 35	
34.86/35.33	c 35	UNSATISFIABLE
34.86/35.33	c 35	DECODING HOME/temp.out WITH HOME/temp.map
34.86/35.33	c 35	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
34.91/35.41	c 35	Decoding HOME/temp.out
34.91/35.45	s UNSATISFIABLE
34.91/35.45	c 35	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
34.91/35.51	c 35	CPU 35.03 (0.05 0.02 34.45 0.51)
34.91/35.51	c 35	END Sun Jul 12 05:08:59 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079409-1247368104/watcher-2079409-1247368104 -o /tmp/evaluation-result-2079409-1247368104/solver-2079409-1247368104 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2079409-1247368104.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.39 2.50 2.39 4/84 23878
/proc/meminfo: memFree=1623536/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=12268 CPUtime=0
/proc/23878/stat : 23878 (sugar) R 23876 23878 18951 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 23874846 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231891581950 0 0 4224 0 0 0 0 17 0 0 0
/proc/23878/statm: 3067 319 242 3 0 167 0

[startup+0.0609829 s]
/proc/loadavg: 2.39 2.50 2.39 4/84 23878
/proc/meminfo: memFree=1623536/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=16344 CPUtime=0.05
/proc/23878/stat : 23878 (sugar) R 23876 23878 18951 0 -1 4194304 1007 0 0 0 4 1 0 0 18 0 1 0 23874846 16736256 975 996147200 4194304 4206940 548682068608 18446744073709551615 231882527457 0 0 4224 0 0 0 0 17 0 0 0
/proc/23878/statm: 4086 976 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.10498 s]
/proc/loadavg: 2.39 2.50 2.39 4/84 23878
/proc/meminfo: memFree=1623536/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=16868 CPUtime=0.06
/proc/23878/stat : 23878 (sugar) S 23876 23878 18951 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 23874846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23878/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302001 s]
/proc/loadavg: 2.39 2.50 2.39 4/84 23878
/proc/meminfo: memFree=1623536/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=16868 CPUtime=0.06
/proc/23878/stat : 23878 (sugar) S 23876 23878 18951 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 23874846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701052 s]
/proc/loadavg: 2.39 2.50 2.39 4/84 23878
/proc/meminfo: memFree=1623536/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=16868 CPUtime=0.26
/proc/23878/stat : 23878 (sugar) S 23876 23878 18951 0 -1 4194304 1309 4410 0 1 5 1 18 2 15 0 1 0 23874846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23878/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 16868

[startup+1.50215 s]
/proc/loadavg: 2.39 2.50 2.39 4/95 23900
/proc/meminfo: memFree=1598680/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=16868 CPUtime=0.26
/proc/23878/stat : 23878 (sugar) S 23876 23878 18951 0 -1 4194304 1310 4410 0 1 5 1 18 2 15 0 1 0 23874846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23878/statm: 4217 1111 409 3 0 796 0
[pid=23891] ppid=23878 vsize=5356 CPUtime=0
/proc/23891/stat : 23891 (sh) S 23878 23878 18951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23874880 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23891/statm: 1339 233 193 169 0 50 0
[pid=23892] ppid=23891 vsize=864448 CPUtime=1.13
/proc/23892/stat : 23892 (java) S 23891 23878 18951 0 -1 0 9079 0 1 0 109 4 0 0 20 0 9 0 23874880 885194752 8320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23892/statm: 216112 8320 2590 9 0 210589 0
[pid=23892/tid=23893] ppid=23891 vsize=864448 CPUtime=0.67
/proc/23892/task/23893/stat : 23893 (java) R 23891 23878 18951 0 -1 64 2886 0 1 0 66 1 0 0 25 0 9 0 23874881 885194752 8320 996147200 134512640 134550932 4294955936 18446744073709551615 4126569152 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23894] ppid=23891 vsize=864448 CPUtime=0.37
/proc/23892/task/23894/stat : 23894 (java) S 23891 23878 18951 0 -1 64 5164 0 0 0 36 1 0 0 16 0 9 0 23874882 885194752 8320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23895] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23895/stat : 23895 (java) S 23891 23878 18951 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23874882 885194752 8320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23896] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23896/stat : 23896 (java) S 23891 23878 18951 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23874882 885194752 8320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23897] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23897/stat : 23897 (java) S 23891 23878 18951 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23874884 885194752 8320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23898] ppid=23891 vsize=864448 CPUtime=0.07
/proc/23892/task/23898/stat : 23898 (java) S 23891 23878 18951 0 -1 64 331 0 0 0 7 0 0 0 16 0 9 0 23874884 885194752 8320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23899] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23899/stat : 23899 (java) S 23891 23878 18951 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23874884 885194752 8320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23900] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23900/stat : 23900 (java) S 23891 23878 18951 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23874884 885194752 8320 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886672

[startup+3.10233 s]
/proc/loadavg: 2.36 2.49 2.39 3/95 23900
/proc/meminfo: memFree=1596056/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=16868 CPUtime=0.26
/proc/23878/stat : 23878 (sugar) S 23876 23878 18951 0 -1 4194304 1310 4410 0 1 5 1 18 2 15 0 1 0 23874846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23878/statm: 4217 1111 409 3 0 796 0
[pid=23891] ppid=23878 vsize=5356 CPUtime=0
/proc/23891/stat : 23891 (sh) S 23878 23878 18951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23874880 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23891/statm: 1339 233 193 169 0 50 0
[pid=23892] ppid=23891 vsize=864448 CPUtime=2.72
/proc/23892/stat : 23892 (java) S 23891 23878 18951 0 -1 0 9800 0 1 0 266 6 0 0 20 0 9 0 23874880 885194752 8972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23892/statm: 216112 8972 2590 9 0 210589 0
[pid=23892/tid=23893] ppid=23891 vsize=864448 CPUtime=2.2
/proc/23892/task/23893/stat : 23893 (java) R 23891 23878 18951 0 -1 64 2955 0 1 0 218 2 0 0 25 0 9 0 23874881 885194752 8972 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23894] ppid=23891 vsize=864448 CPUtime=0.42
/proc/23892/task/23894/stat : 23894 (java) S 23891 23878 18951 0 -1 64 5811 0 0 0 40 2 0 0 16 0 9 0 23874882 885194752 8972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23895] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23895/stat : 23895 (java) S 23891 23878 18951 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23874882 885194752 8972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23896] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23896/stat : 23896 (java) S 23891 23878 18951 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23874882 885194752 8972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23897] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23897/stat : 23897 (java) S 23891 23878 18951 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23874884 885194752 8972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23898] ppid=23891 vsize=864448 CPUtime=0.07
/proc/23892/task/23898/stat : 23898 (java) S 23891 23878 18951 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 23874884 885194752 8972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23899] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23899/stat : 23899 (java) S 23891 23878 18951 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23874884 885194752 8972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23900] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23900/stat : 23900 (java) S 23891 23878 18951 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23874884 885194752 8972 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886672

[startup+6.30171 s]
/proc/loadavg: 2.36 2.49 2.39 3/95 23900
/proc/meminfo: memFree=1587608/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=16868 CPUtime=0.26
/proc/23878/stat : 23878 (sugar) S 23876 23878 18951 0 -1 4194304 1310 4410 0 1 5 1 18 2 15 0 1 0 23874846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23878/statm: 4217 1111 409 3 0 796 0
[pid=23891] ppid=23878 vsize=5356 CPUtime=0
/proc/23891/stat : 23891 (sh) S 23878 23878 18951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23874880 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23891/statm: 1339 233 193 169 0 50 0
[pid=23892] ppid=23891 vsize=864448 CPUtime=5.81
/proc/23892/stat : 23892 (java) S 23891 23878 18951 0 -1 0 11228 0 1 0 572 9 0 0 20 0 9 0 23874880 885194752 10285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23892/statm: 216112 10285 2590 9 0 210589 0
[pid=23892/tid=23893] ppid=23891 vsize=864448 CPUtime=5.18
/proc/23892/task/23893/stat : 23893 (java) R 23891 23878 18951 0 -1 64 3070 0 1 0 515 3 0 0 25 0 9 0 23874881 885194752 10285 996147200 134512640 134550932 4294955936 18446744073709551615 4126531137 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23894] ppid=23891 vsize=864448 CPUtime=0.53
/proc/23892/task/23894/stat : 23894 (java) S 23891 23878 18951 0 -1 64 7124 0 0 0 49 4 0 0 16 0 9 0 23874882 885194752 10285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23895] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23895/stat : 23895 (java) S 23891 23878 18951 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23874882 885194752 10285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23896] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23896/stat : 23896 (java) S 23891 23878 18951 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23874882 885194752 10285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23897] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23897/stat : 23897 (java) S 23891 23878 18951 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23874884 885194752 10285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23898] ppid=23891 vsize=864448 CPUtime=0.07
/proc/23892/task/23898/stat : 23898 (java) S 23891 23878 18951 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 23874884 885194752 10285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23899] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23899/stat : 23899 (java) S 23891 23878 18951 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23874884 885194752 10285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23900] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23900/stat : 23900 (java) S 23891 23878 18951 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23874884 885194752 10285 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 886672

[startup+12.7025 s]
/proc/loadavg: 2.31 2.48 2.39 3/95 23900
/proc/meminfo: memFree=1579928/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=16868 CPUtime=0.26
/proc/23878/stat : 23878 (sugar) S 23876 23878 18951 0 -1 4194304 1310 4410 0 1 5 1 18 2 16 0 1 0 23874846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23878/statm: 4217 1111 409 3 0 796 0
[pid=23891] ppid=23878 vsize=5356 CPUtime=0
/proc/23891/stat : 23891 (sh) S 23878 23878 18951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23874880 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23891/statm: 1339 233 193 169 0 50 0
[pid=23892] ppid=23891 vsize=864448 CPUtime=12.18
/proc/23892/stat : 23892 (java) S 23891 23878 18951 0 -1 0 13092 0 1 0 1202 16 0 0 20 0 9 0 23874880 885194752 10697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23892/statm: 216112 10697 2590 9 0 210589 0
[pid=23892/tid=23893] ppid=23891 vsize=864448 CPUtime=11.23
/proc/23892/task/23893/stat : 23893 (java) R 23891 23878 18951 0 -1 64 3311 0 1 0 1116 7 0 0 25 0 9 0 23874881 885194752 10697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23894] ppid=23891 vsize=864448 CPUtime=0.83
/proc/23892/task/23894/stat : 23894 (java) S 23891 23878 18951 0 -1 64 8742 0 0 0 76 7 0 0 16 0 9 0 23874882 885194752 10697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23895] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23895/stat : 23895 (java) S 23891 23878 18951 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23874882 885194752 10697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23896] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23896/stat : 23896 (java) S 23891 23878 18951 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23874882 885194752 10697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23897] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23897/stat : 23897 (java) S 23891 23878 18951 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23874884 885194752 10697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23898] ppid=23891 vsize=864448 CPUtime=0.08
/proc/23892/task/23898/stat : 23898 (java) S 23891 23878 18951 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 23874884 885194752 10697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23899] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23899/stat : 23899 (java) S 23891 23878 18951 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23874884 885194752 10697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23900] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23900/stat : 23900 (java) S 23891 23878 18951 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23874884 885194752 10697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 886672

[startup+25.503 s]
/proc/loadavg: 2.34 2.48 2.39 3/95 23900
/proc/meminfo: memFree=1566872/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=16868 CPUtime=0.26
/proc/23878/stat : 23878 (sugar) S 23876 23878 18951 0 -1 4194304 1310 4410 0 1 5 1 18 2 16 0 1 0 23874846 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23878/statm: 4217 1111 409 3 0 796 0
[pid=23891] ppid=23878 vsize=5356 CPUtime=0
/proc/23891/stat : 23891 (sh) S 23878 23878 18951 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23874880 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23891/statm: 1339 233 193 169 0 50 0
[pid=23892] ppid=23891 vsize=864448 CPUtime=24.91
/proc/23892/stat : 23892 (java) S 23891 23878 18951 0 -1 0 16742 0 1 0 2464 27 0 0 20 0 9 0 23874880 885194752 11459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23892/statm: 216112 11459 2590 9 0 210589 0
[pid=23892/tid=23893] ppid=23891 vsize=864448 CPUtime=23.36
/proc/23892/task/23893/stat : 23893 (java) R 23891 23878 18951 0 -1 64 3770 0 1 0 2324 12 0 0 25 0 9 0 23874881 885194752 11459 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23894] ppid=23891 vsize=864448 CPUtime=1.43
/proc/23892/task/23894/stat : 23894 (java) S 23891 23878 18951 0 -1 64 11933 0 0 0 130 13 0 0 16 0 9 0 23874882 885194752 11459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23895] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23895/stat : 23895 (java) S 23891 23878 18951 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23874882 885194752 11459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23896] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23896/stat : 23896 (java) S 23891 23878 18951 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23874882 885194752 11459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23897] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23897/stat : 23897 (java) S 23891 23878 18951 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23874884 885194752 11459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23898] ppid=23891 vsize=864448 CPUtime=0.08
/proc/23892/task/23898/stat : 23898 (java) S 23891 23878 18951 0 -1 64 341 0 0 0 8 0 0 0 16 0 9 0 23874884 885194752 11459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23899] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23899/stat : 23899 (java) S 23891 23878 18951 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23874884 885194752 11459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23892/tid=23900] ppid=23891 vsize=864448 CPUtime=0
/proc/23892/task/23900/stat : 23900 (java) S 23891 23878 18951 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23874884 885194752 11459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 886672

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

[startup+31.9067 s]
/proc/loadavg: 2.29 2.46 2.38 3/87 23902
/proc/meminfo: memFree=1563160/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=16868 CPUtime=30.17
/proc/23878/stat : 23878 (sugar) S 23876 23878 18951 0 -1 4194304 1376 22984 0 2 5 2 2972 38 15 0 1 0 23874846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23878/statm: 4217 1113 409 3 0 796 0
[pid=23901] ppid=23878 vsize=5356 CPUtime=0
/proc/23901/stat : 23901 (sh) S 23878 23878 18951 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23877902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23901/statm: 1339 232 193 169 0 50 0
[pid=23902] ppid=23901 vsize=33436 CPUtime=1.31
/proc/23902/stat : 23902 (minisat) R 23901 23878 18951 0 -1 4194304 8151 0 0 0 123 8 0 0 25 0 1 0 23877903 34238464 8137 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23902/statm: 8359 8137 75 150 0 8206 0
Current children cumulated CPU time (s) 31.48
Current children cumulated vsize (KiB) 55660

[startup+33.5019 s]
/proc/loadavg: 2.29 2.46 2.38 3/87 23902
/proc/meminfo: memFree=1562456/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=16868 CPUtime=30.17
/proc/23878/stat : 23878 (sugar) S 23876 23878 18951 0 -1 4194304 1376 22984 0 2 5 2 2972 38 15 0 1 0 23874846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23878/statm: 4217 1113 409 3 0 796 0
[pid=23901] ppid=23878 vsize=5356 CPUtime=0
/proc/23901/stat : 23901 (sh) S 23878 23878 18951 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23877902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23901/statm: 1339 232 193 169 0 50 0
[pid=23902] ppid=23901 vsize=34364 CPUtime=2.9
/proc/23902/stat : 23902 (minisat) R 23901 23878 18951 0 -1 4194304 8383 0 0 0 282 8 0 0 25 0 1 0 23877903 35188736 8369 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23902/statm: 8591 8369 75 150 0 8438 0
Current children cumulated CPU time (s) 33.07
Current children cumulated vsize (KiB) 56588

[startup+34.302 s]
/proc/loadavg: 2.29 2.46 2.38 3/87 23902
/proc/meminfo: memFree=1561944/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=16868 CPUtime=30.17
/proc/23878/stat : 23878 (sugar) S 23876 23878 18951 0 -1 4194304 1376 22984 0 2 5 2 2972 38 15 0 1 0 23874846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23878/statm: 4217 1113 409 3 0 796 0
[pid=23901] ppid=23878 vsize=5356 CPUtime=0
/proc/23901/stat : 23901 (sh) S 23878 23878 18951 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23877902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23901/statm: 1339 232 193 169 0 50 0
[pid=23902] ppid=23901 vsize=34628 CPUtime=3.7
/proc/23902/stat : 23902 (minisat) R 23901 23878 18951 0 -1 4194304 8435 0 0 0 362 8 0 0 25 0 1 0 23877903 35459072 8421 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23902/statm: 8657 8421 75 150 0 8504 0
Current children cumulated CPU time (s) 33.87
Current children cumulated vsize (KiB) 56852

[startup+35.1011 s]
/proc/loadavg: 2.29 2.46 2.38 3/87 23902
/proc/meminfo: memFree=1561688/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=16868 CPUtime=30.17
/proc/23878/stat : 23878 (sugar) S 23876 23878 18951 0 -1 4194304 1376 22984 0 2 5 2 2972 38 16 0 1 0 23874846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23878/statm: 4217 1113 409 3 0 796 0
[pid=23901] ppid=23878 vsize=5356 CPUtime=0
/proc/23901/stat : 23901 (sh) S 23878 23878 18951 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23877902 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23901/statm: 1339 232 193 169 0 50 0
[pid=23902] ppid=23901 vsize=34764 CPUtime=4.5
/proc/23902/stat : 23902 (minisat) R 23901 23878 18951 0 -1 4194304 8474 0 0 0 442 8 0 0 25 0 1 0 23877903 35598336 8460 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23902/statm: 8691 8460 75 150 0 8538 0
Current children cumulated CPU time (s) 34.67
Current children cumulated vsize (KiB) 56988

[startup+35.5011 s]
/proc/loadavg: 2.29 2.46 2.38 3/87 23902
/proc/meminfo: memFree=1561688/2055920 swapFree=4192812/4192956
[pid=23878] ppid=23876 vsize=16868 CPUtime=34.91
/proc/23878/stat : 23878 (sugar) S 23876 23878 18951 0 -1 4194304 1449 31763 0 2 5 2 3436 48 16 0 1 0 23874846 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23878/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 34.91
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 35.516
CPU time (s): 35.0597
CPU user time (s): 34.5108
CPU system time (s): 0.548916
CPU usage (%): 98.7152
Max. virtual memory (cumulated for all children) (KiB): 889240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.5108
system time used= 0.548916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37060
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= 12692
involuntary context switches= 13251

runsolver used 0.052991 second user time and 0.12898 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-12 05:08:24
IDJOB=2079409
IDBENCH=56895
IDSOLVER=739
FILE ID=node75/2079409-1247368104
PBS_JOBID= 9506984
Free space on /tmp= 66316 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg11-13_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079409-1247368104/watcher-2079409-1247368104 -o /tmp/evaluation-result-2079409-1247368104/solver-2079409-1247368104 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2079409-1247368104.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 1e8333cdbeb4ed1922608e5d4d89f27d
RANDOM SEED=2134553800

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1624016 kB
Buffers:         29100 kB
Cached:         157696 kB
SwapCached:          0 kB
Active:         311900 kB
Inactive:        63436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1624016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1464 kB
Writeback:           0 kB
Mapped:         204220 kB
Slab:            41552 kB
Committed_AS:   905096 kB
PageTables:       2132 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= 66316 MiB
End job on node75 at 2009-07-12 05:09:00