Trace number 2079398

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 16.3425 16.5375

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg12-15_ext.xml
MD5SUMd7d23ad83070cdede44b30e7488c8e33
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.023995
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints27
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension27
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.07	c 0	BEGIN Sun Jul 12 05:08:16 2009
0.03/0.07	c 0	PID 22971
0.03/0.07	c 0	HOST node81.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2079398-1247368096.xml TO HOME/temp.csp
0.03/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-2079398-1247368096.xml' 'HOME/temp.csp'
0.06/0.29	c 0	1 domains, 180 variables, 0 predicates, 2 relations, 27 constraints
0.06/0.33	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.33	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.27/0.40	c 0	Parsing HOME/temp.csp
0.27/0.48	c 0	parsed 210 expressions
0.27/0.50	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.50	c 0	Converting to clausal form CSP
0.27/0.53	c 0	converted 21 (10%) expressions
0.27/0.53	c 0	converted 42 (20%) expressions
0.27/0.53	c 0	converted 63 (30%) expressions
0.27/0.53	c 0	converted 84 (40%) expressions
0.27/0.53	c 0	converted 105 (50%) expressions
0.27/0.53	c 0	converted 126 (60%) expressions
0.27/0.53	c 0	converted 147 (70%) expressions
0.27/0.53	c 0	converted 168 (80%) expressions
0.27/0.60	c 0	converted 189 (90%) expressions
0.27/0.77	c 1	converted 210 (100%) expressions
0.27/0.77	c 1	CSP : 180 integers, 0 booleans, 27 clauses, largest domain size 26
0.27/0.77	c 1	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.77	c 1	Propagation in CSP
0.27/0.77	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.27/0.77	c 1	CSP : 180 integers, 0 booleans, 27 clauses, largest domain size 26
0.27/0.78	c 1	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.78	c 1	Simplifing CSP by introducing new Boolean variables
0.27/0.78	c 1	CSP : 180 integers, 0 booleans, 27 clauses, largest domain size 26
0.27/0.78	c 1	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.83	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.27/0.84	c 1	18 (10%) CSP integer variables are encoded (432 clauses, 4608 bytes)
0.27/0.85	c 1	36 (20%) CSP integer variables are encoded (864 clauses, 9360 bytes)
0.27/0.85	c 1	54 (30%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
0.27/0.85	c 1	72 (40%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
0.27/0.85	c 1	90 (50%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
0.27/0.85	c 1	108 (60%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
0.27/0.86	c 1	126 (70%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
0.27/0.86	c 1	144 (80%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
0.27/0.86	c 1	162 (90%) CSP integer variables are encoded (3888 clauses, 48481 bytes)
0.27/0.86	c 1	180 (100%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
3.41/3.54	c 3	3 (10%) CSP clauses are encoded (41832 clauses, 2819575 bytes)
6.00/6.20	c 6	6 (20%) CSP clauses are encoded (79344 clauses, 5645902 bytes)
8.69/8.86	c 9	9 (30%) CSP clauses are encoded (116856 clauses, 8496367 bytes)
10.48/10.65	c 10	11 (40%) CSP clauses are encoded (141864 clauses, 10420315 bytes)
13.06/13.30	c 13	14 (50%) CSP clauses are encoded (179376 clauses, 13341091 bytes)
14.06/14.26	c 14	17 (60%) CSP clauses are encoded (194778 clauses, 14520047 bytes)
14.15/14.37	c 14	19 (70%) CSP clauses are encoded (197676 clauses, 14763350 bytes)
14.35/14.53	c 14	22 (80%) CSP clauses are encoded (202023 clauses, 15159758 bytes)
14.45/14.69	c 15	25 (90%) CSP clauses are encoded (206370 clauses, 15556166 bytes)
14.65/14.87	c 15	27 (100%) CSP clauses are encoded (209268 clauses, 15820438 bytes)
14.65/14.87	c 15	27 CSP clauses encoded
14.65/14.87	c 15	Writing map file : HOME/temp.map
14.65/14.88	c 15	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.65/14.88	c 15	SAT : 4500 SAT variables, 209268 SAT clauses, 15820438 bytes
14.65/14.88	c 15	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.73/14.91	c 15	SOLVING HOME/temp.cnf
14.73/14.91	c 15	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
14.73/14.92	c 15	This is MiniSat 2.0 beta
14.73/14.92	c 15	WARNING: for repeatability, setting FPU to use double precision
14.73/14.92	c 15	============================[ Problem Statistics ]=============================
14.73/14.92	c 15	|                                                                             |
14.73/14.92	c 15	|  Number of variables:  4500                                                 |
14.73/14.92	c 15	|  Number of clauses:    209268                                               |
14.75/15.23	c 15	|  Parsing time:         0.28         s                                       |
14.75/15.26	c 15	============================[ Search Statistics ]==============================
14.75/15.26	c 15	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
14.75/15.26	c 15	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
14.75/15.26	c 15	===============================================================================
14.75/15.26	c 15	|         0 |    4386   203874  2909725 |    67958        0    nan |  0.000 % |
14.75/15.28	c 15	|       100 |    4381   203874  2909725 |    74753       96      7 |  2.689 % |
14.75/15.29	c 15	|       251 |    4378   203874  2909725 |    82229      246      7 |  2.733 % |
14.75/15.30	c 15	|       476 |    4378   203874  2909725 |    90452      471      7 |  2.733 % |
15.12/15.32	c 15	|       813 |    4377   203874  2909725 |    99497      807      7 |  2.756 % |
15.12/15.35	c 15	|      1319 |    4377   203874  2909725 |   109447     1313      6 |  2.756 % |
15.12/15.40	c 15	|      2079 |    4377   203874  2909725 |   120391     2073      8 |  2.756 % |
15.22/15.46	c 15	|      3218 |    4377   203874  2909725 |   132430     3212      8 |  2.756 % |
15.32/15.57	c 15	|      4926 |    4377   203874  2909725 |   145674     4920      8 |  2.756 % |
15.52/15.75	c 16	|      7489 |    4377   203874  2909725 |   160241     7483      9 |  2.756 % |
15.92/16.15	c 16	|     11336 |    4377   203874  2909725 |   176265    11329     10 |  2.778 % |
16.12/16.36	c 16	===============================================================================
16.12/16.36	c 16	restarts              : 11
16.12/16.36	c 16	conflicts             : 12574          (8983 /sec)
16.12/16.36	c 16	decisions             : 18783          (1.70 % random) (13418 /sec)
16.12/16.36	c 16	propagations          : 579926         (414296 /sec)
16.12/16.36	c 16	conflict literals     : 118587         (27.94 % deleted)
16.12/16.36	c 16	Memory used           : 21.52 MB
16.12/16.36	c 16	CPU time              : 1.39979 s
16.12/16.36	c 16	
16.12/16.36	c 16	UNSATISFIABLE
16.12/16.36	c 16	DECODING HOME/temp.out WITH HOME/temp.map
16.12/16.36	c 16	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'
16.21/16.44	c 16	Decoding HOME/temp.out
16.21/16.47	s UNSATISFIABLE
16.21/16.49	c 16	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
16.30/16.53	c 16	CPU 16.31 (0.05 0.02 15.87 0.37)
16.30/16.53	c 16	END Sun Jul 12 05:08:32 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-2079398-1247368096/watcher-2079398-1247368096 -o /tmp/evaluation-result-2079398-1247368096/solver-2079398-1247368096 -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-2079398-1247368096.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.00 2.00 2.00 5/74 22971
/proc/meminfo: memFree=1727240/2055920 swapFree=4192812/4192956
[pid=22971] ppid=22969 vsize=12272 CPUtime=0
/proc/22971/stat : 22971 (sugar) R 22969 22971 19085 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 23874657 12566528 328 996147200 4194304 4206940 548682068608 18446744073709551615 269816478718 0 0 4224 0 0 0 0 17 1 0 0
/proc/22971/statm: 3068 328 246 3 0 168 0

[startup+0.0440331 s]
/proc/loadavg: 2.00 2.00 2.00 5/74 22971
/proc/meminfo: memFree=1727240/2055920 swapFree=4192812/4192956
[pid=22971] ppid=22969 vsize=14644 CPUtime=0.03
/proc/22971/stat : 22971 (sugar) R 22969 22971 19085 0 -1 4194304 836 0 0 0 3 0 0 0 18 0 1 0 23874657 14995456 804 996147200 4194304 4206940 548682068608 18446744073709551615 269807424225 0 0 4224 0 0 0 0 17 1 0 0
/proc/22971/statm: 3661 805 378 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14644

[startup+0.101047 s]
/proc/loadavg: 2.00 2.00 2.00 5/74 22971
/proc/meminfo: memFree=1727240/2055920 swapFree=4192812/4192956
[pid=22971] ppid=22969 vsize=16868 CPUtime=0.06
/proc/22971/stat : 22971 (sugar) S 22969 22971 19085 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23874657 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22971/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301064 s]
/proc/loadavg: 2.00 2.00 2.00 5/74 22971
/proc/meminfo: memFree=1727240/2055920 swapFree=4192812/4192956
[pid=22971] ppid=22969 vsize=16868 CPUtime=0.06
/proc/22971/stat : 22971 (sugar) S 22969 22971 19085 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 23874657 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22971/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701109 s]
/proc/loadavg: 2.00 2.00 2.00 5/74 22971
/proc/meminfo: memFree=1727240/2055920 swapFree=4192812/4192956
[pid=22971] ppid=22969 vsize=16868 CPUtime=0.27
/proc/22971/stat : 22971 (sugar) S 22969 22971 19085 0 -1 4194304 1309 4347 0 1 5 1 19 2 16 0 1 0 23874657 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22971/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 16868

[startup+1.50219 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 22993
/proc/meminfo: memFree=1706856/2055920 swapFree=4192812/4192956
[pid=22971] ppid=22969 vsize=16868 CPUtime=0.28
/proc/22971/stat : 22971 (sugar) S 22969 22971 19085 0 -1 4194304 1310 4347 0 1 5 2 19 2 15 0 1 0 23874657 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22971/statm: 4217 1111 409 3 0 796 0
[pid=22984] ppid=22971 vsize=5356 CPUtime=0
/proc/22984/stat : 22984 (sh) S 22971 22971 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23874690 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22984/statm: 1339 233 193 169 0 50 0
[pid=22985] ppid=22984 vsize=864308 CPUtime=1.15
/proc/22985/stat : 22985 (java) S 22984 22971 19085 0 -1 0 7908 0 1 0 111 4 0 0 20 0 9 0 23874690 885051392 7116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22985/statm: 216077 7116 2590 9 0 210554 0
[pid=22985/tid=22986] ppid=22984 vsize=864308 CPUtime=0.83
/proc/22985/task/22986/stat : 22986 (java) R 22984 22971 19085 0 -1 64 2782 0 1 0 82 1 0 0 25 0 9 0 23874691 885051392 7116 996147200 134512640 134550932 4294955936 18446744073709551615 103564380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22987] ppid=22984 vsize=864308 CPUtime=0.23
/proc/22985/task/22987/stat : 22987 (java) S 22984 22971 19085 0 -1 64 4110 0 0 0 22 1 0 0 16 0 9 0 23874692 885051392 7116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22988] ppid=22984 vsize=864308 CPUtime=0
/proc/22985/task/22988/stat : 22988 (java) S 22984 22971 19085 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23874692 885051392 7116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22989] ppid=22984 vsize=864308 CPUtime=0
/proc/22985/task/22989/stat : 22989 (java) S 22984 22971 19085 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23874692 885051392 7116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22990] ppid=22984 vsize=864308 CPUtime=0
/proc/22985/task/22990/stat : 22990 (java) S 22984 22971 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23874694 885051392 7116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22991] ppid=22984 vsize=864308 CPUtime=0.05
/proc/22985/task/22991/stat : 22991 (java) S 22984 22971 19085 0 -1 64 317 0 0 0 5 0 0 0 16 0 9 0 23874694 885051392 7116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22992] ppid=22984 vsize=864308 CPUtime=0
/proc/22985/task/22992/stat : 22992 (java) S 22984 22971 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23874694 885051392 7116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22993] ppid=22984 vsize=864308 CPUtime=0
/proc/22985/task/22993/stat : 22993 (java) S 22984 22971 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23874694 885051392 7116 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886532

[startup+3.10237 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 22993
/proc/meminfo: memFree=1703080/2055920 swapFree=4192812/4192956
[pid=22971] ppid=22969 vsize=16868 CPUtime=0.28
/proc/22971/stat : 22971 (sugar) S 22969 22971 19085 0 -1 4194304 1310 4347 0 1 5 2 19 2 15 0 1 0 23874657 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22971/statm: 4217 1111 409 3 0 796 0
[pid=22984] ppid=22971 vsize=5356 CPUtime=0
/proc/22984/stat : 22984 (sh) S 22971 22971 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23874690 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22984/statm: 1339 233 193 169 0 50 0
[pid=22985] ppid=22984 vsize=864308 CPUtime=2.74
/proc/22985/stat : 22985 (java) S 22984 22971 19085 0 -1 0 8993 0 1 0 268 6 0 0 20 0 9 0 23874690 885051392 8055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22985/statm: 216077 8055 2590 9 0 210554 0
[pid=22985/tid=22986] ppid=22984 vsize=864308 CPUtime=2.33
/proc/22985/task/22986/stat : 22986 (java) R 22984 22971 19085 0 -1 64 2928 0 1 0 231 2 0 0 25 0 9 0 23874691 885051392 8055 996147200 134512640 134550932 4294955936 18446744073709551615 4126095957 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22987] ppid=22984 vsize=864308 CPUtime=0.32
/proc/22985/task/22987/stat : 22987 (java) S 22984 22971 19085 0 -1 64 5045 0 0 0 29 3 0 0 16 0 9 0 23874692 885051392 8055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22988] ppid=22984 vsize=864308 CPUtime=0
/proc/22985/task/22988/stat : 22988 (java) S 22984 22971 19085 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23874692 885051392 8055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22989] ppid=22984 vsize=864308 CPUtime=0
/proc/22985/task/22989/stat : 22989 (java) S 22984 22971 19085 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23874692 885051392 8055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22990] ppid=22984 vsize=864308 CPUtime=0
/proc/22985/task/22990/stat : 22990 (java) S 22984 22971 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23874694 885051392 8055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22991] ppid=22984 vsize=864308 CPUtime=0.06
/proc/22985/task/22991/stat : 22991 (java) S 22984 22971 19085 0 -1 64 321 0 0 0 6 0 0 0 16 0 9 0 23874694 885051392 8055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22992] ppid=22984 vsize=864308 CPUtime=0
/proc/22985/task/22992/stat : 22992 (java) S 22984 22971 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23874694 885051392 8055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22993] ppid=22984 vsize=864308 CPUtime=0
/proc/22985/task/22993/stat : 22993 (java) S 22984 22971 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23874694 885051392 8055 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886532

[startup+6.30171 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 22993
/proc/meminfo: memFree=1695656/2055920 swapFree=4192812/4192956
[pid=22971] ppid=22969 vsize=16868 CPUtime=0.28
/proc/22971/stat : 22971 (sugar) S 22969 22971 19085 0 -1 4194304 1310 4347 0 1 5 2 19 2 16 0 1 0 23874657 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22971/statm: 4217 1111 409 3 0 796 0
[pid=22984] ppid=22971 vsize=5356 CPUtime=0
/proc/22984/stat : 22984 (sh) S 22971 22971 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23874690 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22984/statm: 1339 233 193 169 0 50 0
[pid=22985] ppid=22984 vsize=864308 CPUtime=5.92
/proc/22985/stat : 22985 (java) S 22984 22971 19085 0 -1 0 9570 0 1 0 581 11 0 0 20 0 9 0 23874690 885051392 8324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22985/statm: 216077 8324 2589 9 0 210554 0
[pid=22985/tid=22986] ppid=22984 vsize=864308 CPUtime=5.3
/proc/22985/task/22986/stat : 22986 (java) R 22984 22971 19085 0 -1 64 3225 0 1 0 525 5 0 0 25 0 9 0 23874691 885051392 8324 996147200 134512640 134550932 4294955936 18446744073709551615 4126095954 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22987] ppid=22984 vsize=864308 CPUtime=0.53
/proc/22985/task/22987/stat : 22987 (java) S 22984 22971 19085 0 -1 64 5324 0 0 0 49 4 0 0 16 0 9 0 23874692 885051392 8324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22988] ppid=22984 vsize=864308 CPUtime=0
/proc/22985/task/22988/stat : 22988 (java) S 22984 22971 19085 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23874692 885051392 8324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22989] ppid=22984 vsize=864308 CPUtime=0
/proc/22985/task/22989/stat : 22989 (java) S 22984 22971 19085 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23874692 885051392 8324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22990] ppid=22984 vsize=864308 CPUtime=0
/proc/22985/task/22990/stat : 22990 (java) S 22984 22971 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23874694 885051392 8324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22991] ppid=22984 vsize=864308 CPUtime=0.06
/proc/22985/task/22991/stat : 22991 (java) S 22984 22971 19085 0 -1 64 322 0 0 0 6 0 0 0 16 0 9 0 23874694 885051392 8324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22992] ppid=22984 vsize=864308 CPUtime=0
/proc/22985/task/22992/stat : 22992 (java) S 22984 22971 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23874694 885051392 8324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22993] ppid=22984 vsize=864308 CPUtime=0
/proc/22985/task/22993/stat : 22993 (java) S 22984 22971 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23874694 885051392 8324 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 886532

[startup+12.7024 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 22993
/proc/meminfo: memFree=1687976/2055920 swapFree=4192812/4192956
[pid=22971] ppid=22969 vsize=16868 CPUtime=0.28
/proc/22971/stat : 22971 (sugar) S 22969 22971 19085 0 -1 4194304 1310 4347 0 1 5 2 19 2 16 0 1 0 23874657 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22971/statm: 4217 1111 409 3 0 796 0
[pid=22984] ppid=22971 vsize=5356 CPUtime=0
/proc/22984/stat : 22984 (sh) S 22971 22971 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23874690 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22984/statm: 1339 233 193 169 0 50 0
[pid=22985] ppid=22984 vsize=864364 CPUtime=12.28
/proc/22985/stat : 22985 (java) S 22984 22971 19085 0 -1 0 12078 0 1 0 1208 20 0 0 20 0 9 0 23874690 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22985/statm: 216091 8622 2590 9 0 210568 0
[pid=22985/tid=22986] ppid=22984 vsize=864364 CPUtime=11.18
/proc/22985/task/22986/stat : 22986 (java) R 22984 22971 19085 0 -1 64 3739 0 1 0 1108 10 0 0 25 0 9 0 23874691 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4126518714 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22987] ppid=22984 vsize=864364 CPUtime=1
/proc/22985/task/22987/stat : 22987 (java) S 22984 22971 19085 0 -1 64 7315 0 0 0 92 8 0 0 16 0 9 0 23874692 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22988] ppid=22984 vsize=864364 CPUtime=0
/proc/22985/task/22988/stat : 22988 (java) S 22984 22971 19085 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23874692 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22989] ppid=22984 vsize=864364 CPUtime=0
/proc/22985/task/22989/stat : 22989 (java) S 22984 22971 19085 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23874692 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22990] ppid=22984 vsize=864364 CPUtime=0
/proc/22985/task/22990/stat : 22990 (java) S 22984 22971 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23874694 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22991] ppid=22984 vsize=864364 CPUtime=0.07
/proc/22985/task/22991/stat : 22991 (java) S 22984 22971 19085 0 -1 64 325 0 0 0 7 0 0 0 16 0 9 0 23874694 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22992] ppid=22984 vsize=864364 CPUtime=0
/proc/22985/task/22992/stat : 22992 (java) S 22984 22971 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23874694 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22993] ppid=22984 vsize=864364 CPUtime=0
/proc/22985/task/22993/stat : 22993 (java) S 22984 22971 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23874694 885108736 8622 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 886588

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

[startup+14.3066 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 22993
/proc/meminfo: memFree=1684904/2055920 swapFree=4192812/4192956
[pid=22971] ppid=22969 vsize=16868 CPUtime=0.28
/proc/22971/stat : 22971 (sugar) S 22969 22971 19085 0 -1 4194304 1310 4347 0 1 5 2 19 2 16 0 1 0 23874657 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22971/statm: 4217 1111 409 3 0 796 0
[pid=22984] ppid=22971 vsize=5356 CPUtime=0
/proc/22984/stat : 22984 (sh) S 22971 22971 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23874690 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22984/statm: 1339 233 193 169 0 50 0
[pid=22985] ppid=22984 vsize=864364 CPUtime=13.87
/proc/22985/stat : 22985 (java) S 22984 22971 19085 0 -1 0 12223 0 1 0 1363 24 0 0 20 0 9 0 23874690 885108736 8626 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22985/statm: 216091 8626 2590 9 0 210568 0
[pid=22985/tid=22986] ppid=22984 vsize=864364 CPUtime=12.71
/proc/22985/task/22986/stat : 22986 (java) R 22984 22971 19085 0 -1 64 3881 0 1 0 1258 13 0 0 25 0 9 0 23874691 885108736 8626 996147200 134512640 134550932 4294955936 18446744073709551615 4126538496 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22987] ppid=22984 vsize=864364 CPUtime=1.07
/proc/22985/task/22987/stat : 22987 (java) S 22984 22971 19085 0 -1 64 7318 0 0 0 98 9 0 0 16 0 9 0 23874692 885108736 8626 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22988] ppid=22984 vsize=864364 CPUtime=0
/proc/22985/task/22988/stat : 22988 (java) S 22984 22971 19085 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23874692 885108736 8626 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22989] ppid=22984 vsize=864364 CPUtime=0
/proc/22985/task/22989/stat : 22989 (java) S 22984 22971 19085 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23874692 885108736 8626 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22990] ppid=22984 vsize=864364 CPUtime=0
/proc/22985/task/22990/stat : 22990 (java) S 22984 22971 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23874694 885108736 8626 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22991] ppid=22984 vsize=864364 CPUtime=0.07
/proc/22985/task/22991/stat : 22991 (java) S 22984 22971 19085 0 -1 64 325 0 0 0 7 0 0 0 16 0 9 0 23874694 885108736 8626 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22992] ppid=22984 vsize=864364 CPUtime=0
/proc/22985/task/22992/stat : 22992 (java) S 22984 22971 19085 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23874694 885108736 8626 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22985/tid=22993] ppid=22984 vsize=864364 CPUtime=0
/proc/22985/task/22993/stat : 22993 (java) S 22984 22971 19085 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23874694 885108736 8626 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.15
Current children cumulated vsize (KiB) 886588

[startup+15.9017 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 22995
/proc/meminfo: memFree=1689064/2055920 swapFree=4192812/4192956
[pid=22971] ppid=22969 vsize=16868 CPUtime=14.75
/proc/22971/stat : 22971 (sugar) S 22969 22971 19085 0 -1 4194304 1376 17750 0 2 5 2 1438 30 15 0 1 0 23874657 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22971/statm: 4217 1113 409 3 0 796 0
[pid=22994] ppid=22971 vsize=5356 CPUtime=0
/proc/22994/stat : 22994 (sh) S 22971 22971 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23876148 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22994/statm: 1339 232 193 169 0 50 0
[pid=22995] ppid=22994 vsize=21100 CPUtime=0.97
/proc/22995/stat : 22995 (minisat) R 22994 22971 19085 0 -1 4194304 5073 0 0 0 94 3 0 0 25 0 1 0 23876149 21606400 5059 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22995/statm: 5275 5059 75 150 0 5122 0
Current children cumulated CPU time (s) 15.72
Current children cumulated vsize (KiB) 43324

[startup+16.3018 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 22995
/proc/meminfo: memFree=1689064/2055920 swapFree=4192812/4192956
[pid=22971] ppid=22969 vsize=16868 CPUtime=14.75
/proc/22971/stat : 22971 (sugar) S 22969 22971 19085 0 -1 4194304 1376 17750 0 2 5 2 1438 30 15 0 1 0 23874657 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22971/statm: 4217 1113 409 3 0 796 0
[pid=22994] ppid=22971 vsize=5356 CPUtime=0
/proc/22994/stat : 22994 (sh) S 22971 22971 19085 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23876148 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22994/statm: 1339 232 193 169 0 50 0
[pid=22995] ppid=22994 vsize=21764 CPUtime=1.37
/proc/22995/stat : 22995 (minisat) R 22994 22971 19085 0 -1 4194304 5246 0 0 0 134 3 0 0 25 0 1 0 23876149 22286336 5232 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/22995/statm: 5441 5232 75 150 0 5288 0
Current children cumulated CPU time (s) 16.12
Current children cumulated vsize (KiB) 43988

[startup+16.5068 s]
/proc/loadavg: 2.06 2.02 2.00 3/81 23001
/proc/meminfo: memFree=1705288/2055920 swapFree=4192812/4192956
[pid=22971] ppid=22969 vsize=16868 CPUtime=16.19
/proc/22971/stat : 22971 (sugar) S 22969 22971 19085 0 -1 4194304 1449 23370 0 2 5 2 1578 34 15 0 1 0 23874657 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22971/statm: 4217 1113 409 3 0 796 0
[pid=22996] ppid=22971 vsize=5356 CPUtime=0
/proc/22996/stat : 22996 (sh) S 22971 22971 19085 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23876293 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22996/statm: 1339 233 193 169 0 50 0
[pid=22997] ppid=22996 vsize=864156 CPUtime=0.11
/proc/22997/stat : 22997 (java) S 22996 22971 19085 0 -1 0 3476 0 1 0 9 2 0 0 20 0 9 0 23876294 884895744 2942 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22997/statm: 216039 2942 1695 9 0 210544 0
[pid=22997/tid=22998] ppid=22996 vsize=864156 CPUtime=0.08
/proc/22997/task/22998/stat : 22998 (java) S 22996 22971 19085 0 -1 64 2503 0 1 0 7 1 0 0 25 0 9 0 23876295 884895744 2942 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22997/tid=22999] ppid=22996 vsize=864156 CPUtime=0
/proc/22997/task/22999/stat : 22999 (java) S 22996 22971 19085 0 -1 64 2 0 0 0 0 0 0 0 23 0 9 0 23876296 884895744 2942 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22997/tid=23000] ppid=22996 vsize=864156 CPUtime=0
/proc/22997/task/23000/stat : 23000 (java) S 22996 22971 19085 0 -1 64 11 0 0 0 0 0 0 0 24 0 9 0 23876296 884895744 2942 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22997/tid=23001] ppid=22996 vsize=864156 CPUtime=0
/proc/22997/task/23001/stat : 23001 (java) S 22996 22971 19085 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 23876296 884895744 2942 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.3
Current children cumulated vsize (KiB) 886380

Child status: 0
Real time (s): 16.5375
CPU time (s): 16.3425
CPU user time (s): 15.9366
CPU system time (s): 0.405938
CPU usage (%): 98.821
Max. virtual memory (cumulated for all children) (KiB): 888200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9366
system time used= 0.405938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28674
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= 12249
involuntary context switches= 12310

runsolver used 0.026995 second user time and 0.065989 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 05:08:16
IDJOB=2079398
IDBENCH=56893
IDSOLVER=739
FILE ID=node81/2079398-1247368096
PBS_JOBID= 9507040
Free space on /tmp= 126680 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg12-15_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-2079398-1247368096/watcher-2079398-1247368096 -o /tmp/evaluation-result-2079398-1247368096/solver-2079398-1247368096 -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-2079398-1247368096.xml

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

MD5SUM BENCH= d7d23ad83070cdede44b30e7488c8e33
RANDOM SEED=960713769

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.233
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.233
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:       1727720 kB
Buffers:         51960 kB
Cached:         176316 kB
SwapCached:        136 kB
Active:         146884 kB
Inactive:       104936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3452 kB
Writeback:           0 kB
Mapped:          34124 kB
Slab:            61648 kB
Committed_AS:   242496 kB
PageTables:       1836 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126680 MiB
End job on node81 at 2009-07-12 05:08:32