Trace number 2061852

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+picosatSAT 3.83742 3.93881

General information on the benchmark

Namecsp/cjss/
normalized-ft06x3-55.xml
MD5SUM4dfa082b6955cea7dc0bcd30842b0aa8
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.56446
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints114
Maximum constraint arity18
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension108
Global constraints used (with number of constraints)cumulative(6)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 17:53:38 2009
0.00/0.07	c 0	PID 14398
0.00/0.07	c 0	HOST node80.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2061852-1247327618.xml TO HOME/temp.csp
0.00/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-2061852-1247327618.xml' 'HOME/temp.csp'
0.06/0.33	c 0	2 domains, 109 variables, 1 predicates, 0 relations, 114 constraints
0.06/0.38	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.38	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.30/0.46	c 0	Parsing HOME/temp.csp
0.30/0.49	c 0	parsed 226 expressions
0.30/0.50	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.50	c 0	Converting to clausal form CSP
0.30/0.52	c 0	converted 23 (10%) expressions
0.30/0.52	c 0	converted 46 (20%) expressions
0.30/0.52	c 0	converted 68 (30%) expressions
0.30/0.52	c 0	converted 91 (40%) expressions
0.30/0.53	c 0	converted 113 (50%) expressions
0.30/0.54	c 0	converted 136 (60%) expressions
0.30/0.54	c 0	converted 159 (70%) expressions
0.30/0.55	c 0	converted 181 (80%) expressions
0.30/0.55	c 0	converted 204 (90%) expressions
1.50/1.64	c 2	converted 226 (100%) expressions
1.50/1.64	c 2	CSP : 6400 integers, 3207 booleans, 18235 clauses, largest domain size 55
1.50/1.64	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.64	c 2	Propagation in CSP
1.60/1.76	c 2	1428 values, 0 unsatisfiable literals, and 2 valid clauses are removed
1.60/1.76	c 2	CSP : 6400 integers, 3207 booleans, 18233 clauses, largest domain size 31
1.60/1.76	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.78	c 2	Simplifing CSP by introducing new Boolean variables
1.60/1.79	c 2	CSP : 6400 integers, 3207 booleans, 18233 clauses, largest domain size 31
1.60/1.79	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.70/1.88	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.80/1.90	c 2	640 (10%) CSP integer variables are encoded (2394 clauses, 29071 bytes)
1.80/1.90	c 2	1280 (20%) CSP integer variables are encoded (2568 clauses, 31333 bytes)
1.80/1.91	c 2	1920 (30%) CSP integer variables are encoded (2676 clauses, 32737 bytes)
1.80/1.91	c 2	2560 (40%) CSP integer variables are encoded (2826 clauses, 34687 bytes)
1.80/1.91	c 2	3200 (50%) CSP integer variables are encoded (3012 clauses, 37105 bytes)
1.80/1.91	c 2	3840 (60%) CSP integer variables are encoded (3132 clauses, 38665 bytes)
1.80/1.92	c 2	4480 (70%) CSP integer variables are encoded (3312 clauses, 41005 bytes)
1.80/1.93	c 2	5120 (80%) CSP integer variables are encoded (3440 clauses, 42669 bytes)
1.80/1.93	c 2	5760 (90%) CSP integer variables are encoded (3582 clauses, 44515 bytes)
1.80/1.93	c 2	6400 (100%) CSP integer variables are encoded (3768 clauses, 46933 bytes)
1.80/1.99	c 2	1824 (10%) CSP clauses are encoded (10105 clauses, 156124 bytes)
2.00/2.14	c 2	3647 (20%) CSP clauses are encoded (18261 clauses, 333655 bytes)
2.00/2.18	c 2	5470 (30%) CSP clauses are encoded (22761 clauses, 420656 bytes)
2.20/2.35	c 2	7294 (40%) CSP clauses are encoded (29299 clauses, 555003 bytes)
2.20/2.40	c 2	9117 (50%) CSP clauses are encoded (35150 clauses, 679408 bytes)
2.29/2.48	c 2	10940 (60%) CSP clauses are encoded (40941 clauses, 795191 bytes)
2.39/2.53	c 2	12764 (70%) CSP clauses are encoded (46139 clauses, 901945 bytes)
2.49/2.69	c 3	14587 (80%) CSP clauses are encoded (53245 clauses, 1049884 bytes)
2.69/2.84	c 3	16410 (90%) CSP clauses are encoded (59784 clauses, 1185104 bytes)
2.79/2.96	c 3	18233 (100%) CSP clauses are encoded (67569 clauses, 1350156 bytes)
2.79/2.96	c 3	18233 CSP clauses encoded
2.79/2.96	c 3	Writing map file : HOME/temp.map
2.79/2.97	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.79/2.97	c 3	SAT : 12171 SAT variables, 67569 SAT clauses, 1350156 bytes
2.79/2.97	c 3	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.79/2.99	c 3	SOLVING HOME/temp.cnf
2.79/2.99	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
3.59/3.72	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.59/3.72	c 4	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'
3.59/3.80	c 4	Decoding HOME/temp.out
3.63/3.91	s SATISFIABLE
3.63/3.91	v 55 0 1 18 27 39 42 8 16 21 31 41 51 0 5 9 21 30 31 8 13 29 34 37 46 0 9 12 17 49 52 0 3 6 15 33 54 7 25 28 34 45 49 0 10 15 25 38 48 5 10 15 23 32 42 3 8 18 23 26 37 13 22 28 41 50 53 15 18 21 30 45 54 6 18 21 28 43 49 0 8 13 27 40 51 1 6 10 32 47 48 13 18 23 28 34 46 9 19 23 35 51 54 12 15 18 28 38 54
3.63/3.92	c 4	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.63/3.93	c 4	CPU 3.82 (0.05 0.02 3.26 0.49)
3.63/3.93	c 4	END Sat Jul 11 17:53:42 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2061852-1247327618/watcher-2061852-1247327618 -o /tmp/evaluation-result-2061852-1247327618/solver-2061852-1247327618 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2061852-1247327618.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: 1.85 1.71 1.38 4/81 14398
/proc/meminfo: memFree=793736/2055920 swapFree=4192956/4192956
[pid=14398] ppid=14396 vsize=12272 CPUtime=0
/proc/14398/stat : 14398 (sugar) R 14396 14398 13238 0 -1 4194304 356 0 0 0 0 0 0 0 18 0 1 0 19826369 12566528 324 996147200 4194304 4206940 548682068608 18446744073709551615 226704621552 0 0 4224 0 0 0 0 17 0 0 0
/proc/14398/statm: 3068 325 244 3 0 168 0

[startup+0.086678 s]
/proc/loadavg: 1.85 1.71 1.38 4/81 14398
/proc/meminfo: memFree=793736/2055920 swapFree=4192956/4192956
[pid=14398] ppid=14396 vsize=16868 CPUtime=0.06
/proc/14398/stat : 14398 (sugar) S 14396 14398 13238 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19826369 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14398/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101678 s]
/proc/loadavg: 1.85 1.71 1.38 4/81 14398
/proc/meminfo: memFree=793736/2055920 swapFree=4192956/4192956
[pid=14398] ppid=14396 vsize=16868 CPUtime=0.06
/proc/14398/stat : 14398 (sugar) S 14396 14398 13238 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19826369 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14398/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30172 s]
/proc/loadavg: 1.85 1.71 1.38 4/81 14398
/proc/meminfo: memFree=793736/2055920 swapFree=4192956/4192956
[pid=14398] ppid=14396 vsize=16868 CPUtime=0.06
/proc/14398/stat : 14398 (sugar) S 14396 14398 13238 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19826369 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14398/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701801 s]
/proc/loadavg: 1.85 1.71 1.38 4/81 14398
/proc/meminfo: memFree=793736/2055920 swapFree=4192956/4192956
[pid=14398] ppid=14396 vsize=16868 CPUtime=0.31
/proc/14398/stat : 14398 (sugar) S 14396 14398 13238 0 -1 4194304 1309 4511 0 1 5 2 21 3 15 0 1 0 19826369 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14398/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16868

[startup+1.50297 s]
/proc/loadavg: 1.85 1.71 1.38 4/92 14420
/proc/meminfo: memFree=775600/2055920 swapFree=4192956/4192956
[pid=14398] ppid=14396 vsize=16868 CPUtime=0.31
/proc/14398/stat : 14398 (sugar) S 14396 14398 13238 0 -1 4194304 1309 4511 0 1 5 2 21 3 15 0 1 0 19826369 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14398/statm: 4217 1111 409 3 0 796 0
[pid=14411] ppid=14398 vsize=5356 CPUtime=0
/proc/14411/stat : 14411 (sh) S 14398 14398 13238 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19826407 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14411/statm: 1339 233 193 169 0 50 0
[pid=14412] ppid=14411 vsize=868796 CPUtime=1.1
/proc/14412/stat : 14412 (java) S 14411 14398 13238 0 -1 0 9009 0 1 0 104 6 0 0 18 0 9 0 19826408 889647104 8146 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14412/statm: 217199 8146 2565 9 0 211704 0
[pid=14412/tid=14413] ppid=14411 vsize=868796 CPUtime=0.64
/proc/14412/task/14413/stat : 14413 (java) R 14411 14398 13238 0 -1 64 2739 0 1 0 62 2 0 0 25 0 9 0 19826409 889647104 8146 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14412/tid=14414] ppid=14411 vsize=868796 CPUtime=0.26
/proc/14412/task/14414/stat : 14414 (java) R 14411 14398 13238 0 -1 64 4073 0 0 0 24 2 0 0 16 0 9 0 19826410 889647104 8146 996147200 134512640 134550932 4294955936 18446744073709551615 103818551 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14412/tid=14415] ppid=14411 vsize=868796 CPUtime=0
/proc/14412/task/14415/stat : 14415 (java) S 14411 14398 13238 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19826410 889647104 8146 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14412/tid=14416] ppid=14411 vsize=868796 CPUtime=0
/proc/14412/task/14416/stat : 14416 (java) S 14411 14398 13238 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19826410 889647104 8146 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14412/tid=14417] ppid=14411 vsize=868796 CPUtime=0
/proc/14412/task/14417/stat : 14417 (java) S 14411 14398 13238 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19826412 889647104 8146 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14412/tid=14418] ppid=14411 vsize=868796 CPUtime=0.16
/proc/14412/task/14418/stat : 14418 (java) S 14411 14398 13238 0 -1 64 1499 0 0 0 16 0 0 0 16 0 9 0 19826412 889647104 8146 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14412/tid=14419] ppid=14411 vsize=868796 CPUtime=0
/proc/14412/task/14419/stat : 14419 (java) S 14411 14398 13238 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19826412 889647104 8146 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14412/tid=14420] ppid=14411 vsize=868796 CPUtime=0
/proc/14412/task/14420/stat : 14420 (java) S 14411 14398 13238 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19826412 889647104 8146 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 891020

[startup+3.10129 s]
/proc/loadavg: 1.85 1.71 1.38 3/92 14420
/proc/meminfo: memFree=765104/2055920 swapFree=4192956/4192956
[pid=14398] ppid=14396 vsize=16868 CPUtime=2.9
/proc/14398/stat : 14398 (sugar) S 14396 14398 13238 0 -1 4194304 1365 14637 0 2 5 2 271 12 16 0 1 0 19826369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14398/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 16868

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

[startup+3.50237 s]
/proc/loadavg: 1.86 1.72 1.38 3/84 14422
/proc/meminfo: memFree=787440/2055920 swapFree=4192956/4192956
[pid=14398] ppid=14396 vsize=16868 CPUtime=2.9
/proc/14398/stat : 14398 (sugar) S 14396 14398 13238 0 -1 4194304 1365 14637 0 2 5 2 271 12 16 0 1 0 19826369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14398/statm: 4217 1113 409 3 0 796 0
[pid=14421] ppid=14398 vsize=5356 CPUtime=0
/proc/14421/stat : 14421 (sh) S 14398 14398 13238 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19826668 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14421/statm: 1339 232 193 169 0 50 0
[pid=14422] ppid=14421 vsize=2776 CPUtime=0.49
/proc/14422/stat : 14422 (picosat) R 14421 14398 13238 0 -1 4194304 580 0 0 0 21 28 0 0 23 0 1 0 19826669 2842624 566 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14422/statm: 694 566 40 102 0 589 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 25000

[startup+3.90246 s]
/proc/loadavg: 1.86 1.72 1.38 3/84 14422
/proc/meminfo: memFree=787440/2055920 swapFree=4192956/4192956
[pid=14398] ppid=14396 vsize=16868 CPUtime=3.63
/proc/14398/stat : 14398 (sugar) S 14396 14398 13238 0 -1 4194304 1446 15648 0 2 5 2 310 46 15 0 1 0 19826369 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14398/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 3.93881
CPU time (s): 3.83742
CPU user time (s): 3.3205
CPU system time (s): 0.516921
CPU usage (%): 97.4258
Max. virtual memory (cumulated for all children) (KiB): 891020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.3205
system time used= 0.516921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20972
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= 2997
involuntary context switches= 2897

runsolver used 0.010998 second user time and 0.015997 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-11 17:53:38
IDJOB=2061852
IDBENCH=53846
IDSOLVER=738
FILE ID=node80/2061852-1247327618
PBS_JOBID= 9506473
Free space on /tmp= 66256 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/cjss/normalized-ft06x3-55.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2061852-1247327618/watcher-2061852-1247327618 -o /tmp/evaluation-result-2061852-1247327618/solver-2061852-1247327618 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2061852-1247327618.xml

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

MD5SUM BENCH= 4dfa082b6955cea7dc0bcd30842b0aa8
RANDOM SEED=1345735647

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.285
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.285
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:        794152 kB
Buffers:         49780 kB
Cached:        1083508 kB
SwapCached:          0 kB
Active:         119144 kB
Inactive:      1087792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        794152 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1452 kB
Writeback:           0 kB
Mapped:          91360 kB
Slab:            40004 kB
Committed_AS:   899696 kB
PageTables:       1912 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= 66256 MiB
End job on node80 at 2009-07-11 17:53:42